AWS::Pinpoint::Segment Location
Specifies location-based criteria, such as region or GPS coordinates, for the segment.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Country" :
SetDimension
, "GPSPoint" :GPSPoint
}
YAML
Country:
SetDimension
GPSPoint:GPSPoint
Properties
Country
-
The country or region code, in ISO 3166-1 alpha-2 format, for the segment.
Required: No
Type: SetDimension
Update requires: No interruption
GPSPoint
-
The GPS point dimension for the segment.
Required: No
Type: GPSPoint
Update requires: No interruption