[ aws . outposts ]

get-site-address

Description

Gets the site address.

See also: AWS API Documentation

See ‘aws help’ for descriptions of global parameters.

Synopsis

  get-site-address
--site-id <value>
--address-type <value>
[--cli-input-json | --cli-input-yaml]
[--generate-cli-skeleton <value>]

Options

--site-id (string)

The ID or the Amazon Resource Name (ARN) of the site.

--address-type (string)

The type of the address you request.

Possible values:

  • SHIPPING_ADDRESS

  • OPERATING_ADDRESS

--cli-input-json | --cli-input-yaml (string) Reads arguments from the JSON string provided. The JSON string follows the format provided by --generate-cli-skeleton. If other arguments are provided on the command line, those values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally. This may not be specified along with --cli-input-yaml.

--generate-cli-skeleton (string) Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value input, prints a sample input JSON that can be used as an argument for --cli-input-json. Similarly, if provided yaml-input it will print a sample input YAML that can be used with --cli-input-yaml. If provided with the value output, it validates the command inputs and returns a sample output JSON for that command.

See ‘aws help’ for descriptions of global parameters.

Output

SiteId -> (string)

The ID of the site.

AddressType -> (string)

The type of the address you receive.

Address -> (structure)

Information about the address.

ContactName -> (string)

The name of the contact.

ContactPhoneNumber -> (string)

The phone number of the contact.

AddressLine1 -> (string)

The first line of the address.

AddressLine2 -> (string)

The second line of the address.

AddressLine3 -> (string)

The third line of the address.

City -> (string)

The city for the address.

StateOrRegion -> (string)

The state for the address.

DistrictOrCounty -> (string)

The district or county for the address.

PostalCode -> (string)

The postal code for the address.

CountryCode -> (string)

The ISO-3166 two-letter country code for the address.

Municipality -> (string)

The municipality for the address.