

# Address
<a name="API_Address"></a>

The address associated with the specified user.

## Contents
<a name="API_Address_Contents"></a>

 ** Country **   <a name="singlesignon-Type-Address-Country"></a>
The country of the address.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 1024.  
Pattern: `[\p{L}\p{M}\p{S}\p{N}\p{P}\t\n\r  　]+`   
Required: No

 ** Formatted **   <a name="singlesignon-Type-Address-Formatted"></a>
A string containing a formatted version of the address for display.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 1024.  
Pattern: `[\p{L}\p{M}\p{S}\p{N}\p{P}\t\n\r  　]+`   
Required: No

 ** Locality **   <a name="singlesignon-Type-Address-Locality"></a>
A string of the address locality.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 1024.  
Pattern: `[\p{L}\p{M}\p{S}\p{N}\p{P}\t\n\r  　]+`   
Required: No

 ** PostalCode **   <a name="singlesignon-Type-Address-PostalCode"></a>
The postal code of the address.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 1024.  
Pattern: `[\p{L}\p{M}\p{S}\p{N}\p{P}\t\n\r  　]+`   
Required: No

 ** Primary **   <a name="singlesignon-Type-Address-Primary"></a>
A Boolean value representing whether this is the primary address for the associated resource.  
Type: Boolean  
Required: No

 ** Region **   <a name="singlesignon-Type-Address-Region"></a>
The region of the address.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 1024.  
Pattern: `[\p{L}\p{M}\p{S}\p{N}\p{P}\t\n\r  　]+`   
Required: No

 ** StreetAddress **   <a name="singlesignon-Type-Address-StreetAddress"></a>
The street of the address.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 1024.  
Pattern: `[\p{L}\p{M}\p{S}\p{N}\p{P}\t\n\r  　]+`   
Required: No

 ** Type **   <a name="singlesignon-Type-Address-Type"></a>
A string representing the type of address. For example, "Home."  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 1024.  
Pattern: `[\p{L}\p{M}\p{S}\p{N}\p{P}\t\n\r  　]+`   
Required: No

## See Also
<a name="API_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/identitystore-2020-06-15/Address) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/identitystore-2020-06-15/Address) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/identitystore-2020-06-15/Address) 