AWS::Pinpoint::Segment Groups - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Pinpoint::Segment Groups

An array that defines the set of segment criteria to evaluate when handling segment groups for the segment.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Dimensions" : [ SegmentDimensions, ... ], "SourceSegments" : [ SourceSegments, ... ], "SourceType" : String, "Type" : String }

Properties

Dimensions

An array that defines the dimensions to include or exclude from the segment.

Required: No

Type: Array of SegmentDimensions

Update requires: No interruption

SourceSegments

The base segment to build the segment on. A base segment, also called a source segment, defines the initial population of endpoints for a segment. When you add dimensions to the segment, Amazon Pinpoint filters the base segment by using the dimensions that you specify.

You can specify more than one dimensional segment or only one imported segment. If you specify an imported segment, the segment size estimate that displays on the Amazon Pinpoint console indicates the size of the imported segment without any filters applied to it.

Required: No

Type: Array of SourceSegments

Update requires: No interruption

SourceType

Specifies how to handle multiple base segments for the segment. For example, if you specify three base segments for the segment, whether the resulting segment is based on all, any, or none of the base segments.

Required: No

Type: String

Update requires: No interruption

Type

Specifies how to handle multiple dimensions for the segment. For example, if you specify three dimensions for the segment, whether the resulting segment includes endpoints that match all, any, or none of the dimensions.

Required: No

Type: String

Update requires: No interruption