Skip to main content

global_network

Gets an individual global_network resource

Overview

Nameglobal_network
TypeResource
Descriptionglobal_network
Idawscc.networkmanager.global_network

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

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
arn,
id,
description,
tags,
created_at,
state
FROM awscc.networkmanager.global_network
WHERE data__Identifier = '<Id>';

Permissions

To operate on the global_network resource, the following permissions are required:

Read

networkmanager:DescribeGlobalNetworks

Update

networkmanager:UpdateGlobalNetwork,
networkmanager:DescribeGlobalNetworks,
networkmanager:TagResource,
networkmanager:UntagResource,
networkmanager:ListTagsForResource

Delete

networkmanager:DeleteGlobalNetwork,
networkmanager:DescribeGlobalNetworks