aws.networkmanager.get_sites
Example SQL Queries
SELECT * FROMaws.networkmanager.get_sitesWHERE"global_network_id" = 'VALUE';Description
Gets information about one or more of your sites in a global network.
Table Definition
| Column Name | Column Data Type |
|---|---|
| global_network_id Required Input Column The ID of the global network. | VARCHAR |
| site_ids Input Column One or more site IDs. The maximum is 10. | VARCHAR[] |
Show child fields
| |
| _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
| |
| created_at The date and time that the site was created. | TIMESTAMP_S |
| description The description of the site. | VARCHAR |
| location The location of the site. | STRUCT( |
Show child fields
| |
| site_arn The Amazon Resource Name (ARN) of the site. | VARCHAR |
| site_id The ID of the site. | VARCHAR |
| state The state of the site. | VARCHAR |
| tags The tags for the site. | STRUCT( |
Show child fields
| |