AWS::Pinpoint::Campaign SetDimension - AWS CloudFormation

AWS::Pinpoint::Campaign SetDimension

Specifies the dimension type and values for a segment dimension.

Syntax

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