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.
import { CfnConnectionGroup } from 'aws-cdk-lib/aws-cloudfront';Or use the module namespace:
import * as cloudfront from 'aws-cdk-lib/aws-cloudfront';
// cloudfront.CfnConnectionGroupConfiguration passed to the constructor as CfnConnectionGroupProps.
nameRequiredstringThe name of the connection group.
anycastIpListIdOptionalstringThe ID of the Anycast static IP list.
enabledOptionalboolean | IResolvableWhether the connection group is enabled.
ipv6EnabledOptionalboolean | IResolvableIPv6 is enabled for the connection group.
tagsOptionalCfnTag[]A complex type that contains zero or more `Tag` elements.
This L1 construct maps directly to the following CloudFormation resource type.
Everything you need to know about Amazon CloudFront on one page. HD quality, print-friendly.
Download Free Infographicaws-cloudfrontAWS::CloudFront::ConnectionGroup