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:
- Traffic
Distribution stringGroup Arn - The identifier of the traffic distribution group.
- Traffic
Distribution stringGroup Arn - The identifier of the traffic distribution group.
- traffic
Distribution StringGroup Arn - The identifier of the traffic distribution group.
- traffic
Distribution stringGroup Arn - The identifier of the traffic distribution group.
- traffic_
distribution_ strgroup_ arn - The identifier of the traffic distribution group.
- traffic
Distribution StringGroup Arn - The identifier of the traffic distribution group.
getTrafficDistributionGroup Result
The following output properties are available:
- Instance
Arn string - The identifier of the Amazon Connect instance that has been replicated.
- Is
Default 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.
- Traffic
Distribution stringGroup Arn - The identifier of the traffic distribution group.
- Instance
Arn string - The identifier of the Amazon Connect instance that has been replicated.
- Is
Default bool - If this is the default traffic distribution group.
- Status
Traffic
Distribution Group Status - The status of the traffic distribution group.
- Tag
- One or more tags.
- Traffic
Distribution stringGroup Arn - The identifier of the traffic distribution group.
- instance
Arn String - The identifier of the Amazon Connect instance that has been replicated.
- is
Default Boolean - If this is the default traffic distribution group.
- status
Traffic
Distribution Group Status - The status of the traffic distribution group.
- List<Tag>
- One or more tags.
- traffic
Distribution StringGroup Arn - The identifier of the traffic distribution group.
- instance
Arn string - The identifier of the Amazon Connect instance that has been replicated.
- is
Default boolean - If this is the default traffic distribution group.
- status
Traffic
Distribution Group Status - The status of the traffic distribution group.
- Tag[]
- One or more tags.
- traffic
Distribution 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
Traffic
Distribution 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.
- instance
Arn String - The identifier of the Amazon Connect instance that has been replicated.
- is
Default 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.
- traffic
Distribution 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
