AWS::CustomerProfiles::SegmentDefinitionA segment definition resource of Amazon Connect Customer Profiles.
import { CfnSegmentDefinition } from 'aws-cdk-lib/aws-customerprofiles';Or use the module namespace:
import * as customerprofiles from 'aws-cdk-lib/aws-customerprofiles';
// customerprofiles.CfnSegmentDefinitionConfiguration passed to the constructor as CfnSegmentDefinitionProps.
displayNameRequiredstringDisplay name of the segment definition.
domainNameRequiredstringThe name of the domain.
segmentDefinitionNameRequiredstringName of the segment definition.
descriptionOptionalstringThe description of the segment definition.
segmentGroupsOptionalIResolvable | SegmentGroupPropertyContains all groups of the segment definition.
segmentSortOptionalIResolvable | SegmentSortPropertyDefines how segments should be sorted and ordered in the results.
segmentSqlQueryOptionalstringThe SQL query that defines the segment criteria.
tagsOptionalCfnTag[]The tags belonging to the segment definition.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-customerprofilesAWS::CustomerProfiles::SegmentDefinition