AWS::Pinpoint::Segment SegmentGroups - AWS CloudFormation

AWS::Pinpoint::Segment SegmentGroups

Specifies the set of segment criteria to evaluate when handling segment groups for the segment.

Syntax

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

JSON

{ "Groups" : [ Groups, ... ], "Include" : String }

YAML

Groups: - Groups Include: String

Properties

Groups

Specifies the set of segment criteria to evaluate when handling segment groups for the segment.

Required: No

Type: Array of Groups

Update requires: No interruption

Include

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

Required: No

Type: String

Update requires: No interruption