AWS::CustomerProfiles::SegmentDefinition AddressDimension
Object that segments on Customer Profile's address object.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "City" :
ProfileDimension
, "Country" :ProfileDimension
, "County" :ProfileDimension
, "PostalCode" :ProfileDimension
, "Province" :ProfileDimension
, "State" :ProfileDimension
}
YAML
City:
ProfileDimension
Country:ProfileDimension
County:ProfileDimension
PostalCode:ProfileDimension
Province:ProfileDimension
State:ProfileDimension
Properties
City
-
The city belonging to the address.
Required: No
Type: ProfileDimension
Update requires: Replacement
Country
-
The country belonging to the address.
Required: No
Type: ProfileDimension
Update requires: Replacement
County
-
The county belonging to the address.
Required: No
Type: ProfileDimension
Update requires: Replacement
PostalCode
-
The postal code belonging to the address.
Required: No
Type: ProfileDimension
Update requires: Replacement
Province
-
The province belonging to the address.
Required: No
Type: ProfileDimension
Update requires: Replacement
State
-
The state belonging to the address.
Required: No
Type: ProfileDimension
Update requires: Replacement