

# Address
<a name="API_voice-chime_Address"></a>

A validated address.

## Contents
<a name="API_voice-chime_Address_Contents"></a>

 ** city **   <a name="chimesdk-Type-voice-chime_Address-city"></a>
The city of an address.  
Type: String  
Pattern: `.*\S.*`   
Required: No

 ** country **   <a name="chimesdk-Type-voice-chime_Address-country"></a>
The country of an address.  
Type: String  
Pattern: `.*\S.*`   
Required: No

 ** postalCode **   <a name="chimesdk-Type-voice-chime_Address-postalCode"></a>
The postal code of an address.  
Type: String  
Pattern: `.*\S.*`   
Required: No

 ** postalCodePlus4 **   <a name="chimesdk-Type-voice-chime_Address-postalCodePlus4"></a>
The zip \$1 4 or postal code \$1 4 of an address.  
Type: String  
Pattern: `.*\S.*`   
Required: No

 ** postDirectional **   <a name="chimesdk-Type-voice-chime_Address-postDirectional"></a>
An address suffix location, such as the `S. Unit A` in `Central Park S. Unit A`.  
Type: String  
Pattern: `.*\S.*`   
Required: No

 ** preDirectional **   <a name="chimesdk-Type-voice-chime_Address-preDirectional"></a>
An address prefix location, such as the `N` in `N. Third St.`   
Type: String  
Pattern: `.*\S.*`   
Required: No

 ** state **   <a name="chimesdk-Type-voice-chime_Address-state"></a>
The state of an address.  
Type: String  
Pattern: `.*\S.*`   
Required: No

 ** streetName **   <a name="chimesdk-Type-voice-chime_Address-streetName"></a>
The address street, such as `8th Avenue`.  
Type: String  
Pattern: `.*\S.*`   
Required: No

 ** streetNumber **   <a name="chimesdk-Type-voice-chime_Address-streetNumber"></a>
The numeric portion of an address.  
Type: String  
Pattern: `.*\S.*`   
Required: No

 ** streetSuffix **   <a name="chimesdk-Type-voice-chime_Address-streetSuffix"></a>
The address suffix, such as the `N` in `8th Avenue N`.  
Type: String  
Pattern: `.*\S.*`   
Required: No

## See Also
<a name="API_voice-chime_Address_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/chime-sdk-voice-2022-08-03/Address) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/chime-sdk-voice-2022-08-03/Address) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/chime-sdk-voice-2022-08-03/Address) 