segment_definition_tags
Expands all tag keys and values for segment_definitions
in a region
Overview
Name | segment_definition_tags |
Type | Resource |
Description | A segment definition resource of Amazon Connect Customer Profiles |
Id | aws.customerprofiles.segment_definition_tags |
Fields
Name | Datatype | Description |
---|---|---|
created_at | string | The time of this segment definition got created. |
description | string | The description of the segment definition. |
display_name | string | The display name of the segment definition. |
domain_name | string | The unique name of the domain. |
segment_definition_name | string | The unique name of the segment definition. |
segment_groups | object | An array that defines the set of segment criteria to evaluate when handling segment groups for the segment. |
segment_definition_arn | string | The Amazon Resource Name (ARN) of the segment definition. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all segment_definitions
in a region.
SELECT
region,
created_at,
description,
display_name,
domain_name,
segment_definition_name,
segment_groups,
segment_definition_arn,
tag_key,
tag_value
FROM aws.customerprofiles.segment_definition_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the segment_definition_tags
resource, see segment_definitions