AWS::Pinpoint::Campaign SetDimension - 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::Campaign SetDimension

Specifies the dimension type and values for a segment dimension.

Syntax

To declare this entity in your Amazon 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