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