aws.snowball.describe_address
Example SQL Queries
SELECT * FROMaws.snowball.describe_addressWHERE"address_id" = 'VALUE';Description
Takes an AddressId and returns specific details about that address in the form of an Address object.
Table Definition
| Column Name | Column Data Type |
|---|---|
| address_id Required Input Column The automatically generated ID for a specific address. | VARCHAR |
| _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 The address that you want the Snow device(s) associated with a specific job to be shipped to. | STRUCT( |
Show child fields
| |