Creates a segment definition associated to the given domain.
See https://www.paws-r-sdk.com/docs/customerprofiles_create_segment_definition/ for full documentation.
customerprofiles_create_segment_definition(
DomainName,
SegmentDefinitionName,
DisplayName,
Description = NULL,
SegmentGroups,
Tags = NULL
)
[required] The unique name of the domain.
[required] The unique name of the segment definition.
[required] The display name of the segment definition.
The description of the segment definition.
[required] Specifies the base segments and dimensions for a segment definition along with their respective relationship.
The tags used to organize, track, or control access for this resource.