AWS Fundamentals Logo
AWS Fundamentals
AWS::CloudFront::ConnectionGroup

CloudFront ConnectionGroup

The connection group for your distribution tenants. When you first create a distribution tenant and you don't specify a connection group, CloudFront will automatically create a default connection group for you. When you create a new distribution tenant and don't specify a connection group, the default one will be associated with your distribution tenant.

Properties

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

Filter:
PropertyTypeFlags
Name
string
RequiredCreate-only
AnycastIpListId
string
Enabled
boolean
Ipv6Enabled
boolean
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
Arnstring-
CreatedTimestring-
ETagstring-
Idstring-
IsDefaultboolean-
LastModifiedTimestring-
RoutingEndpointstring-
Statusstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::CloudFront::ConnectionGroup

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

Required IAM Permissions

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

create

cloudfront:CreateConnectionGroupcloudfront:GetConnectionGroupcloudfront:TagResource

delete

cloudfront:DeleteConnectionGroupcloudfront:GetConnectionGroupcloudfront:UpdateConnectionGroup

list

cloudfront:ListConnectionGroupscloudfront:ListTagsForResource

read

cloudfront:GetConnectionGroupcloudfront:ListTagsForResource

update

cloudfront:GetConnectionGroupcloudfront:UpdateConnectionGroupcloudfront:ListTagsForResourcecloudfront:TagResourcecloudfront:UntagResource

Get the CloudFront Cheat Sheet

Everything you need to know about CloudFront on one page. HD quality, print-friendly.

Download Free Infographic

Quick Facts

ServiceCloudFront
Properties13
Required1
TaggingSupported
Primary IDId

Supported Operations

CreateDeleteListReadUpdate

Immutable After Creation

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

Name

External Links