AWS::Connect::TrafficDistributionGroup - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Connect::TrafficDistributionGroup

Information about a traffic distribution group.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::Connect::TrafficDistributionGroup", "Properties" : { "Description" : String, "InstanceArn" : String, "Name" : String, "Tags" : [ Tag, ... ] } }

YAML

Type: AWS::Connect::TrafficDistributionGroup Properties: Description: String InstanceArn: String Name: String Tags: - Tag

Properties

Description

The description of the traffic distribution group.

Required: No

Type: String

Minimum: 1

Maximum: 250

Pattern: (^[\S].*[\S]$)|(^[\S]$)

Update requires: Replacement

InstanceArn

The Amazon Resource Name (ARN).

Required: Yes

Type: String

Pattern: arn:(aws|aws-us-gov):connect:[a-z]{2}-[a-z]+-[0-9-]{1}:[0-9]{1,20}:instance/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}

Update requires: Replacement

Name

The name of the traffic distribution group.

Required: Yes

Type: String

Minimum: 1

Maximum: 128

Pattern: (^[\S].*[\S]$)|(^[\S]$)

Update requires: Replacement

Tags

The tags used to organize, track, or control access for this resource. For example, {"tags": {"key1":"value1", "key2":"value2"} }.

Required: No

Type: List of Tag

Update requires: No interruption

Return values

Ref

When you pass the logical ID of this resource to the intrinsic Reffunction, Refreturns the traffic distribution group name. For example:

{ "Ref": "myTrafficDistributionGroupName" }

For more information about using the Reffunction, see Ref.

Fn::GetAtt

The Fn::GetAttintrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.

For more information about using the Fn::GetAttintrinsic function, see Fn::GetAtt.

IsDefault

Describes whether this is the default traffic distribution group.

Status

The status of the traffic distribution group.

TrafficDistributionGroupArn

The Amazon Resource Name (ARN) of the traffic distribution group.