Address
The place address.
Contents
- AddressNumber
-
The number that identifies an address within a street.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 10.
Required: No
- Block
-
Name of the block.
Example:
Sunny Mansion 203 block: 2 Chome
Type: String
Length Constraints: Minimum length of 0. Maximum length of 200.
Required: No
- Building
-
The name of the building at the address.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 200.
Required: No
- Country
-
The country component of the address.
Type: Country object
Required: No
- District
-
The district or division of a locality associated with this address.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 200.
Required: No
- Intersection
-
Name of the streets in the intersection.
Example:
["Friedrichstraße","Unter den Linden"]
Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 100 items.
Length Constraints: Minimum length of 0. Maximum length of 200.
Required: No
- Label
-
Assembled address value built out of the address components, according to the regional postal rules. This is the correctly formatted address.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 200.
Required: No
- Locality
-
The city or locality of the address.
Example:
Vancouver
.Type: String
Length Constraints: Minimum length of 0. Maximum length of 200.
Required: No
- PostalCode
-
An alphanumeric string included in a postal address to facilitate mail sorting, such as post code, postcode, or ZIP code, for which the result should possess.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 50.
Required: No
- Region
-
The region or state results should be present in.
Example:
North Rhine-Westphalia
.Type: Region object
Required: No
- SecondaryAddressComponents
-
Components that correspond to secondary identifiers on an Address. Secondary address components include information such as Suite or Unit Number, Building, or Floor.
Note
Coverage for
Address.SecondaryAddressComponents
is available in the following countries:AUS, CAN, NZL, USA, PRI
Type: Array of SecondaryAddressComponent objects
Array Members: Minimum number of 0 items. Maximum number of 1 item.
Required: No
- Street
-
The name of the street results should be present in.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 200.
Required: No
- StreetComponents
-
Components of the street.
Example: Younge from the "Younge street".
Type: Array of StreetComponents objects
Array Members: Minimum number of 0 items. Maximum number of 100 items.
Required: No
- SubBlock
-
Name of sub-block.
Example:
Sunny Mansion 203 sub-block: 4
Type: String
Length Constraints: Minimum length of 0. Maximum length of 200.
Required: No
- SubDistrict
-
A subdivision of a district.
Example:
Minden-Lübbecke
.Type: String
Length Constraints: Minimum length of 0. Maximum length of 200.
Required: No
- SubRegion
-
The sub-region or county for which results should be present in.
Type: SubRegion object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: