segment_definitions_list_only
Lists segment_definitions
in a region or regions, for all properties use segment_definitions
Overview
Name | segment_definitions_list_only |
Type | Resource |
Description | A segment definition resource of Amazon Connect Customer Profiles |
Id | aws.customerprofiles.segment_definitions_list_only |
Fields
Name | Datatype | Description |
---|---|---|
domain_name | string | The unique name of the domain. |
segment_definition_name | string | The unique name of the segment definition. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all segment_definitions
in a region.
SELECT
region,
domain_name,
segment_definition_name
FROM aws.customerprofiles.segment_definitions_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the segment_definitions_list_only
resource, see segment_definitions