core_network
Gets an individual core_network
resource
Overview
Name | core_network |
Type | Resource |
Description | core_network |
Id | awscc.networkmanager.core_network |
Fields
Name | Datatype | Description |
---|---|---|
global_network_id | string | The ID of the global network that your core network is a part of. |
core_network_id | string | The Id of core network |
core_network_arn | string | The ARN (Amazon resource name) of core network |
policy_document | object | Live policy document for the core network, you must provide PolicyDocument in Json Format |
description | string | The description of core network |
created_at | string | The creation time of core network |
state | string | The state of core network |
segments | array | The segments within a core network. |
edges | array | The edges within a core network. |
owner_account | string | Owner of the core network |
tags | array | The tags for the global network. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
global_network_id,
core_network_id,
core_network_arn,
policy_document,
description,
created_at,
state,
segments,
edges,
owner_account,
tags
FROM awscc.networkmanager.core_network
WHERE data__Identifier = '<CoreNetworkId>';
Permissions
To operate on the core_network
resource, the following permissions are required:
Read
networkmanager:GetCoreNetwork,
networkmanager:GetCoreNetworkPolicy
Update
networkmanager:UpdateCoreNetwork,
networkmanager:GetCoreNetwork,
networkmanager:ListTagsForResource,
networkmanager:PutCoreNetworkPolicy,
networkmanager:GetCoreNetworkPolicy,
networkmanager:ExecuteCoreNetworkChangeSet,
networkmanager:TagResource,
networkmanager:UntagResource,
ec2:DescribeRegions
Delete
networkmanager:DeleteCoreNetwork,
networkmanager:UntagResource,
networkmanager:GetCoreNetwork,
networkmanager:GetCoreNetworkPolicy,
ec2:DescribeRegions