aws.snowball.describe_addresses
Example SQL Queries
SELECT * FROMaws.snowball.describe_addresses;Description
Returns a specified number of ADDRESS objects. Calling this API in one of the US regions will return addresses from the list of all addresses associated with this account in all US regions.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| address_id The unique ID for an address. | VARCHAR |
| city The city in an address that a Snow device is to be delivered to. | VARCHAR |
| company The name of the company to receive a Snow device at an address. | VARCHAR |
| country The country in an address that a Snow device is to be delivered to. | VARCHAR |
| is_restricted If the address you are creating is a primary address, then set this option to true. This field is not supported in most regions. | BOOLEAN |
| landmark This field is no longer used and the value is ignored. | VARCHAR |
| name The name of a person to receive a Snow device at an address. | VARCHAR |
| phone_number The phone number associated with an address that a Snow device is to be delivered to. | VARCHAR |
| postal_code The postal code in an address that a Snow device is to be delivered to. | VARCHAR |
| prefecture_or_district This field is no longer used and the value is ignored. | VARCHAR |
| state_or_province The state or province in an address that a Snow device is to be delivered to. | VARCHAR |
| street1 The first line in a street address that a Snow device is to be delivered to. | VARCHAR |
| street2 The second line in a street address that a Snow device is to be delivered to. | VARCHAR |
| street3 The third line in a street address that a Snow device is to be delivered to. | VARCHAR |
| type Differentiates between delivery address and pickup address in the customer account. Provided at job creation. | VARCHAR |