aws.outposts.get_site_address
Example SQL Queries
SELECT * FROMaws.outposts.get_site_addressWHERE"site_id" = 'VALUE'AND "address_type" = 'VALUE';Description
Gets the site address of the specified site.
Table Definition
| Column Name | Column Data Type |
|---|---|
| address_type Required Input Column The type of the address you receive. | VARCHAR |
| site_id Required Input Column The ID of the site. | 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 Information about the address. | STRUCT( |
Show child fields
| |