AWS::Connect::TrafficDistributionGroupInformation about a traffic distribution group.
import { CfnTrafficDistributionGroup } from 'aws-cdk-lib/aws-connect';Or use the module namespace:
import * as connect from 'aws-cdk-lib/aws-connect';
// connect.CfnTrafficDistributionGroupConfiguration passed to the constructor as CfnTrafficDistributionGroupProps.
instanceArnRequiredstringThe Amazon Resource Name (ARN).
nameRequiredstringThe name of the traffic distribution group.
descriptionOptionalstringThe description of the traffic distribution group.
tagsOptionalCfnTag[]The tags used to organize, track, or control access for this resource. For example, {"tags": {"key1":"value1", "key2":"value2"} }.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-connectAWS::Connect::TrafficDistributionGroup