AWS::Pinpoint::Segment SetDimension - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::Pinpoint::Segment SetDimension

Specifies the dimension type and values for a segment dimension.

Syntax

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

JSON

{ "DimensionType" : String, "Values" : [ String, ... ] }

YAML

DimensionType: String Values: - String

Properties

DimensionType

The type of segment dimension to use. Valid values are: INCLUSIVE, endpoints that match the criteria are included in the segment; and, EXCLUSIVE, endpoints that match the criteria are excluded from the segment.

Required: No

Type: String

Update requires: No interruption

Values

The criteria values to use for the segment dimension. Depending on the value of the DimensionType property, endpoints are included or excluded from the segment if their values match the criteria values.

Required: No

Type: Array of String

Update requires: No interruption