AWS Fundamentals Logo
AWS Fundamentals
AWS::Synthetics::Group

Synthetics Group

Resource Type definition for AWS::Synthetics::Group

Properties

3 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
Name
string
RequiredCreate-only
ResourceArns
Array<string>
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
IdstringId of the group.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Synthetics::Group

Resources:
  MyResource:
    Type: AWS::Synthetics::Group
    Properties:
      Name: "my-name"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

synthetics:CreateGroupsynthetics:AssociateResourcesynthetics:TagResourcesynthetics:GetGroup

update

synthetics:AssociateResourcesynthetics:DisassociateResourcesynthetics:TagResourcesynthetics:UntagResourcesynthetics:GetGroupsynthetics:ListGroupResources

read

synthetics:GetGroupsynthetics:ListTagsForResourcesynthetics:ListGroupResources

delete

synthetics:DeleteGroupsynthetics:GetGroup

list

synthetics:ListGroups

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceSynthetics
Properties4
Required1
TaggingSupported
Primary IDName

Supported Operations

CreateUpdateReadDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

Name

Related Resources

External Links