global_network
Gets an individual global_network
resource
Overview
Name | global_network |
Type | Resource |
Description | global_network |
Id | awscc.networkmanager.global_network |
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
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