Site
Information about a site.
Contents
- AccountId
-
The ID of the AWS account.
Type: String
Length Constraints: Fixed length of 12.
Pattern:
\d{12}
Required: No
- Description
-
The description of the site.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1001.
Pattern:
^[\S ]+$
Required: No
- Name
-
The name of the site.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1000.
Pattern:
^[\S ]+$
Required: No
- Notes
-
Notes about a site.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2000.
Pattern:
^[\S \n]+$
Required: No
- OperatingAddressCity
-
City where the hardware is installed and powered on.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 50.
Pattern:
^\S[\S ]*$
Required: No
- OperatingAddressCountryCode
-
The ISO-3166 two-letter country code where the hardware is installed and powered on.
Type: String
Length Constraints: Fixed length of 2.
Pattern:
^[A-Z]{2}$
Required: No
- OperatingAddressStateOrRegion
-
State or region where the hardware is installed and powered on.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 50.
Pattern:
^\S[\S ]*$
Required: No
- RackPhysicalProperties
-
Information about the physical and logistical details for a rack at the site.
Type: RackPhysicalProperties object
Required: No
- SiteArn
-
The Amazon Resource Name (ARN) of the site.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
^arn:aws([a-z-]+)?:outposts:[a-z\d-]+:\d{12}:site/(os-[a-f0-9]{17})$
Required: No
- SiteId
-
The ID of the site.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
^(arn:aws([a-z-]+)?:outposts:[a-z\d-]+:\d{12}:site/)?(os-[a-f0-9]{17})$
Required: No
- Tags
-
The site tags.
Type: String to string map
Map Entries: Maximum number of 50 items.
Key Length Constraints: Minimum length of 1. Maximum length of 128.
Key Pattern:
^(?!aws:)[a-zA-Z+-=._:/]+$
Value Length Constraints: Maximum length of 256.
Value Pattern:
^[\S \n]+$
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: