Segment Definition Args
data class SegmentDefinitionArgs(val description: Output<String>? = null, val displayName: Output<String>? = null, val domainName: Output<String>? = null, val segmentDefinitionName: Output<String>? = null, val segmentGroups: Output<SegmentDefinitionSegmentGroupArgs>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<SegmentDefinitionArgs>
A segment definition resource of Amazon Connect Customer Profiles
Properties
Link copied to clipboard
The description of the segment definition.
Link copied to clipboard
The display name of the segment definition.
Link copied to clipboard
The unique name of the domain.
Link copied to clipboard
The unique name of the segment definition.
Link copied to clipboard
An array that defines the set of segment criteria to evaluate when handling segment groups for the segment.