global_networks_list_only
Lists global_networks
in a region or regions, for all properties use global_networks
Overview
Name | global_networks_list_only |
Type | Resource |
Description | The AWS::NetworkManager::GlobalNetwork type specifies a global network of the user's account |
Id | aws.networkmanager.global_networks_list_only |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The Amazon Resource Name (ARN) of the global network. |
id | string | The ID of the global network. |
description | string | The description of the global network. |
tags | array | The tags for the global network. |
created_at | string | The date and time that the global network was created. |
state | string | The state of the global network. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all global_networks
in a region.
SELECT
region,
id
FROM aws.networkmanager.global_networks_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the global_networks_list_only
resource, see global_networks