Skip to main content

global_networks_list_only

Lists global_networks in a region or regions, for all properties use global_networks

Overview

Nameglobal_networks_list_only
TypeResource
DescriptionThe AWS::NetworkManager::GlobalNetwork type specifies a global network of the user's account
Idaws.networkmanager.global_networks_list_only

Fields

NameDatatypeDescription
arnstringThe Amazon Resource Name (ARN) of the global network.
idstringThe ID of the global network.
descriptionstringThe description of the global network.
tagsarrayThe tags for the global network.
created_atstringThe date and time that the global network was created.
statestringThe state of the global network.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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