aws.privatenetworks.get_network_site
Example SQL Queries
SELECT * FROMaws.privatenetworks.get_network_siteWHERE"network_site_arn" = 'VALUE';Description
Gets the specified network site.
Table Definition
| Column Name | Column Data Type |
|---|---|
| network_site_arn Required Input Column The Amazon Resource Name (ARN) of the network 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
| |
| network_site Information about the network site. | STRUCT( |
Show child fields
| |
| tags The network site tags. | MAP(VARCHAR, VARCHAR) |