traffic_distribution_groups_list_only
Lists traffic_distribution_groups
in a region or regions, for all properties use traffic_distribution_groups
Overview
Name | traffic_distribution_groups_list_only |
Type | Resource |
Description | Resource Type definition for AWS::Connect::TrafficDistributionGroup |
Id | aws.connect.traffic_distribution_groups_list_only |
Fields
Name | Datatype | Description |
---|---|---|
instance_arn | string | The identifier of the Amazon Connect instance that has been replicated. |
traffic_distribution_group_arn | string | The identifier of the traffic distribution group. |
description | string | A description for the traffic distribution group. |
name | string | The name for the traffic distribution group. |
status | string | The status of the traffic distribution group. |
tags | array | One or more tags. |
is_default | boolean | If this is the default traffic distribution group. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all traffic_distribution_groups
in a region.
SELECT
region,
traffic_distribution_group_arn
FROM aws.connect.traffic_distribution_groups_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the traffic_distribution_groups_list_only
resource, see traffic_distribution_groups