core_networks
Retrieves a list of core_networks
in a region
Overview
Name | core_networks |
Type | Resource |
Description | core_networks |
Id | awscc.networkmanager.core_networks |
Fields
Name | Datatype | Description |
---|---|---|
core_network_id | string | The Id of core network |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
core_network_id
FROM awscc.networkmanager.core_networks
WHERE region = 'us-east-1'
Permissions
To operate on the core_networks
resource, the following permissions are required:
Create
networkmanager:CreateCoreNetwork,
networkmanager:GetCoreNetwork,
networkmanager:GetCoreNetworkPolicy,
networkmanager:TagResource,
ec2:DescribeRegions
List
networkmanager:ListCoreNetworks