We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
aws-native.connect.getTrafficDistributionGroup
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
Resource Type definition for AWS::Connect::TrafficDistributionGroup
Using getTrafficDistributionGroup
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getTrafficDistributionGroup(args: GetTrafficDistributionGroupArgs, opts?: InvokeOptions): Promise<GetTrafficDistributionGroupResult>
function getTrafficDistributionGroupOutput(args: GetTrafficDistributionGroupOutputArgs, opts?: InvokeOptions): Output<GetTrafficDistributionGroupResult>def get_traffic_distribution_group(traffic_distribution_group_arn: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetTrafficDistributionGroupResult
def get_traffic_distribution_group_output(traffic_distribution_group_arn: Optional[pulumi.Input[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetTrafficDistributionGroupResult]func LookupTrafficDistributionGroup(ctx *Context, args *LookupTrafficDistributionGroupArgs, opts ...InvokeOption) (*LookupTrafficDistributionGroupResult, error)
func LookupTrafficDistributionGroupOutput(ctx *Context, args *LookupTrafficDistributionGroupOutputArgs, opts ...InvokeOption) LookupTrafficDistributionGroupResultOutput> Note: This function is named LookupTrafficDistributionGroup in the Go SDK.
public static class GetTrafficDistributionGroup 
{
    public static Task<GetTrafficDistributionGroupResult> InvokeAsync(GetTrafficDistributionGroupArgs args, InvokeOptions? opts = null)
    public static Output<GetTrafficDistributionGroupResult> Invoke(GetTrafficDistributionGroupInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetTrafficDistributionGroupResult> getTrafficDistributionGroup(GetTrafficDistributionGroupArgs args, InvokeOptions options)
public static Output<GetTrafficDistributionGroupResult> getTrafficDistributionGroup(GetTrafficDistributionGroupArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:connect:getTrafficDistributionGroup
  arguments:
    # arguments dictionaryThe following arguments are supported:
- TrafficDistribution stringGroup Arn 
- The identifier of the traffic distribution group.
- TrafficDistribution stringGroup Arn 
- The identifier of the traffic distribution group.
- trafficDistribution StringGroup Arn 
- The identifier of the traffic distribution group.
- trafficDistribution stringGroup Arn 
- The identifier of the traffic distribution group.
- traffic_distribution_ strgroup_ arn 
- The identifier of the traffic distribution group.
- trafficDistribution StringGroup Arn 
- The identifier of the traffic distribution group.
getTrafficDistributionGroup Result
The following output properties are available:
- InstanceArn string
- The identifier of the Amazon Connect instance that has been replicated.
- IsDefault bool
- If this is the default traffic distribution group.
- Status
Pulumi.Aws Native. Connect. Traffic Distribution Group Status 
- The status of the traffic distribution group.
- 
List<Pulumi.Aws Native. Outputs. Tag> 
- One or more tags.
- TrafficDistribution stringGroup Arn 
- The identifier of the traffic distribution group.
- InstanceArn string
- The identifier of the Amazon Connect instance that has been replicated.
- IsDefault bool
- If this is the default traffic distribution group.
- Status
TrafficDistribution Group Status 
- The status of the traffic distribution group.
- Tag
- One or more tags.
- TrafficDistribution stringGroup Arn 
- The identifier of the traffic distribution group.
- instanceArn String
- The identifier of the Amazon Connect instance that has been replicated.
- isDefault Boolean
- If this is the default traffic distribution group.
- status
TrafficDistribution Group Status 
- The status of the traffic distribution group.
- List<Tag>
- One or more tags.
- trafficDistribution StringGroup Arn 
- The identifier of the traffic distribution group.
- instanceArn string
- The identifier of the Amazon Connect instance that has been replicated.
- isDefault boolean
- If this is the default traffic distribution group.
- status
TrafficDistribution Group Status 
- The status of the traffic distribution group.
- Tag[]
- One or more tags.
- trafficDistribution stringGroup Arn 
- The identifier of the traffic distribution group.
- instance_arn str
- The identifier of the Amazon Connect instance that has been replicated.
- is_default bool
- If this is the default traffic distribution group.
- status
TrafficDistribution Group Status 
- The status of the traffic distribution group.
- Sequence[root_Tag]
- One or more tags.
- traffic_distribution_ strgroup_ arn 
- The identifier of the traffic distribution group.
- instanceArn String
- The identifier of the Amazon Connect instance that has been replicated.
- 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.
- List<Property Map>
- One or more tags.
- trafficDistribution StringGroup Arn 
- The identifier of the traffic distribution group.
Supporting Types
Tag
TrafficDistributionGroupStatus   
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.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
