1. Packages
  2. AWS Native
  3. API Docs
  4. connect
  5. getTrafficDistributionGroup

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

aws-native.connect.getTrafficDistributionGroup

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:connect:getTrafficDistributionGroup
      arguments:
        # arguments dictionary

    The following arguments are supported:

    TrafficDistributionGroupArn string
    The identifier of the traffic distribution group.
    TrafficDistributionGroupArn string
    The identifier of the traffic distribution group.
    trafficDistributionGroupArn String
    The identifier of the traffic distribution group.
    trafficDistributionGroupArn string
    The identifier of the traffic distribution group.
    traffic_distribution_group_arn str
    The identifier of the traffic distribution group.
    trafficDistributionGroupArn String
    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.AwsNative.Connect.TrafficDistributionGroupStatus
    The status of the traffic distribution group.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    One or more tags.
    TrafficDistributionGroupArn string
    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 TrafficDistributionGroupStatus
    The status of the traffic distribution group.
    Tags Tag
    One or more tags.
    TrafficDistributionGroupArn string
    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 TrafficDistributionGroupStatus
    The status of the traffic distribution group.
    tags List<Tag>
    One or more tags.
    trafficDistributionGroupArn String
    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 TrafficDistributionGroupStatus
    The status of the traffic distribution group.
    tags Tag[]
    One or more tags.
    trafficDistributionGroupArn string
    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 TrafficDistributionGroupStatus
    The status of the traffic distribution group.
    tags Sequence[root_Tag]
    One or more tags.
    traffic_distribution_group_arn str
    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.
    tags List<Property Map>
    One or more tags.
    trafficDistributionGroupArn String
    The identifier of the traffic distribution group.

    Supporting Types

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    TrafficDistributionGroupStatus

    Package Details

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

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi