AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::CloudFront::ConnectionGroup

CfnConnectionGroup

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.

Import

import { CfnConnectionGroup } from 'aws-cdk-lib/aws-cloudfront';

Or use the module namespace:

import * as cloudfront from 'aws-cdk-lib/aws-cloudfront';
// cloudfront.CfnConnectionGroup

Properties

Configuration passed to the constructor as CfnConnectionGroupProps.

nameRequired
string

The name of the connection group.

anycastIpListIdOptional
string

The ID of the Anycast static IP list.

enabledOptional
boolean | IResolvable

Whether the connection group is enabled.

ipv6EnabledOptional
boolean | IResolvable

IPv6 is enabled for the connection group.

tagsOptional
CfnTag[]

A complex type that contains zero or more `Tag` elements.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Get the Amazon CloudFront Cheat Sheet

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

Download Free Infographic