AWS::CloudFront::ConnectionGroupThe 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.
5 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | RequiredCreate-only |
AnycastIpListId | string | |
Enabled | boolean | |
Ipv6Enabled | boolean | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
CreatedTime | string | - |
ETag | string | - |
Id | string | - |
IsDefault | boolean | - |
LastModifiedTime | string | - |
RoutingEndpoint | string | - |
Status | string | - |
A minimal template with required properties and common optional ones.
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: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
cloudfront:CreateConnectionGroupcloudfront:GetConnectionGroupcloudfront:TagResourcecloudfront:DeleteConnectionGroupcloudfront:GetConnectionGroupcloudfront:UpdateConnectionGroupcloudfront:ListConnectionGroupscloudfront:ListTagsForResourcecloudfront:GetConnectionGroupcloudfront:ListTagsForResourcecloudfront:GetConnectionGroupcloudfront:UpdateConnectionGroupcloudfront:ListTagsForResourcecloudfront:TagResourcecloudfront:UntagResourceEverything you need to know about CloudFront on one page. HD quality, print-friendly.
Download Free InfographicIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Name