Creates a new segment for an application or updates the configuration, dimension, and other settings for an existing segment that's associated with an application
Source:R/pinpoint_operations.R
pinpoint_create_segment.RdCreates a new segment for an application or updates the configuration, dimension, and other settings for an existing segment that's associated with an application.
See https://www.paws-r-sdk.com/docs/pinpoint_create_segment/ for full documentation.
Arguments
- ApplicationId
[required] The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
- WriteSegmentRequest
[required] Specifies the configuration, dimension, and other settings for a segment. A WriteSegmentRequest object can include a Dimensions object or a SegmentGroups object, but not both.