1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. connect
  5. TrafficDistributionGroup

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.connect.TrafficDistributionGroup

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

Resource Type definition for AWS::Connect::TrafficDistributionGroup

Create TrafficDistributionGroup Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new TrafficDistributionGroup(name: string, args: TrafficDistributionGroupArgs, opts?: CustomResourceOptions);
@overload
def TrafficDistributionGroup(resource_name: str,
                             args: TrafficDistributionGroupArgs,
                             opts: Optional[ResourceOptions] = None)

@overload
def TrafficDistributionGroup(resource_name: str,
                             opts: Optional[ResourceOptions] = None,
                             instance_arn: Optional[str] = None,
                             description: Optional[str] = None,
                             name: Optional[str] = None,
                             tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
func NewTrafficDistributionGroup(ctx *Context, name string, args TrafficDistributionGroupArgs, opts ...ResourceOption) (*TrafficDistributionGroup, error)
public TrafficDistributionGroup(string name, TrafficDistributionGroupArgs args, CustomResourceOptions? opts = null)
public TrafficDistributionGroup(String name, TrafficDistributionGroupArgs args)
public TrafficDistributionGroup(String name, TrafficDistributionGroupArgs args, CustomResourceOptions options)
type: aws-native:connect:TrafficDistributionGroup
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. TrafficDistributionGroupArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. TrafficDistributionGroupArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. TrafficDistributionGroupArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. TrafficDistributionGroupArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. TrafficDistributionGroupArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

TrafficDistributionGroup Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The TrafficDistributionGroup resource accepts the following input properties:

InstanceArn This property is required. string
The identifier of the Amazon Connect instance that has been replicated.
Description string
A description for the traffic distribution group.
Name string
The name for the traffic distribution group.
Tags List<Pulumi.AwsNative.Inputs.Tag>
One or more tags.
InstanceArn This property is required. string
The identifier of the Amazon Connect instance that has been replicated.
Description string
A description for the traffic distribution group.
Name string
The name for the traffic distribution group.
Tags TagArgs
One or more tags.
instanceArn This property is required. String
The identifier of the Amazon Connect instance that has been replicated.
description String
A description for the traffic distribution group.
name String
The name for the traffic distribution group.
tags List<Tag>
One or more tags.
instanceArn This property is required. string
The identifier of the Amazon Connect instance that has been replicated.
description string
A description for the traffic distribution group.
name string
The name for the traffic distribution group.
tags Tag[]
One or more tags.
instance_arn This property is required. str
The identifier of the Amazon Connect instance that has been replicated.
description str
A description for the traffic distribution group.
name str
The name for the traffic distribution group.
tags Sequence[TagArgs]
One or more tags.
instanceArn This property is required. String
The identifier of the Amazon Connect instance that has been replicated.
description String
A description for the traffic distribution group.
name String
The name for the traffic distribution group.
tags List<Property Map>
One or more tags.

Outputs

All input properties are implicitly available as output properties. Additionally, the TrafficDistributionGroup resource produces the following output properties:

Id string
The provider-assigned unique ID for this managed resource.
IsDefault bool
If this is the default traffic distribution group.
Status Pulumi.AwsNative.Connect.TrafficDistributionGroupStatus
The status of the traffic distribution group.
TrafficDistributionGroupArn string
The identifier of the traffic distribution group.
Id string
The provider-assigned unique ID for this managed resource.
IsDefault bool
If this is the default traffic distribution group.
Status TrafficDistributionGroupStatus
The status of the traffic distribution group.
TrafficDistributionGroupArn string
The identifier of the traffic distribution group.
id String
The provider-assigned unique ID for this managed resource.
isDefault Boolean
If this is the default traffic distribution group.
status TrafficDistributionGroupStatus
The status of the traffic distribution group.
trafficDistributionGroupArn String
The identifier of the traffic distribution group.
id string
The provider-assigned unique ID for this managed resource.
isDefault boolean
If this is the default traffic distribution group.
status TrafficDistributionGroupStatus
The status of the traffic distribution group.
trafficDistributionGroupArn string
The identifier of the traffic distribution group.
id str
The provider-assigned unique ID for this managed resource.
is_default bool
If this is the default traffic distribution group.
status TrafficDistributionGroupStatus
The status of the traffic distribution group.
traffic_distribution_group_arn str
The identifier of the traffic distribution group.
id String
The provider-assigned unique ID for this managed resource.
isDefault Boolean
If this is the default traffic distribution group.
status "CREATION_IN_PROGRESS" | "ACTIVE" | "CREATION_FAILED" | "PENDING_DELETION" | "DELETION_FAILED" | "UPDATE_IN_PROGRESS"
The status of the traffic distribution group.
trafficDistributionGroupArn String
The identifier of the traffic distribution group.

Supporting Types

Tag
, TagArgs

Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag
key This property is required. string
The key name of the tag
value This property is required. string
The value of the tag
key This property is required. str
The key name of the tag
value This property is required. str
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag

TrafficDistributionGroupStatus
, TrafficDistributionGroupStatusArgs

CreationInProgress
CREATION_IN_PROGRESS
Active
ACTIVE
CreationFailed
CREATION_FAILED
PendingDeletion
PENDING_DELETION
DeletionFailed
DELETION_FAILED
UpdateInProgress
UPDATE_IN_PROGRESS
TrafficDistributionGroupStatusCreationInProgress
CREATION_IN_PROGRESS
TrafficDistributionGroupStatusActive
ACTIVE
TrafficDistributionGroupStatusCreationFailed
CREATION_FAILED
TrafficDistributionGroupStatusPendingDeletion
PENDING_DELETION
TrafficDistributionGroupStatusDeletionFailed
DELETION_FAILED
TrafficDistributionGroupStatusUpdateInProgress
UPDATE_IN_PROGRESS
CreationInProgress
CREATION_IN_PROGRESS
Active
ACTIVE
CreationFailed
CREATION_FAILED
PendingDeletion
PENDING_DELETION
DeletionFailed
DELETION_FAILED
UpdateInProgress
UPDATE_IN_PROGRESS
CreationInProgress
CREATION_IN_PROGRESS
Active
ACTIVE
CreationFailed
CREATION_FAILED
PendingDeletion
PENDING_DELETION
DeletionFailed
DELETION_FAILED
UpdateInProgress
UPDATE_IN_PROGRESS
CREATION_IN_PROGRESS
CREATION_IN_PROGRESS
ACTIVE
ACTIVE
CREATION_FAILED
CREATION_FAILED
PENDING_DELETION
PENDING_DELETION
DELETION_FAILED
DELETION_FAILED
UPDATE_IN_PROGRESS
UPDATE_IN_PROGRESS
"CREATION_IN_PROGRESS"
CREATION_IN_PROGRESS
"ACTIVE"
ACTIVE
"CREATION_FAILED"
CREATION_FAILED
"PENDING_DELETION"
PENDING_DELETION
"DELETION_FAILED"
DELETION_FAILED
"UPDATE_IN_PROGRESS"
UPDATE_IN_PROGRESS

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi