Skip to main content

segment_definitions_list_only

Lists segment_definitions in a region or regions, for all properties use segment_definitions

Overview

Namesegment_definitions_list_only
TypeResource
DescriptionA segment definition resource of Amazon Connect Customer Profiles
Idaws.customerprofiles.segment_definitions_list_only

Fields

NameDatatypeDescription
domain_namestringThe unique name of the domain.
segment_definition_namestringThe unique name of the segment definition.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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