core_networks_list_only
Lists core_networks
in a region or regions, for all properties use core_networks
Overview
Name | core_networks_list_only |
Type | Resource |
Description | AWS::NetworkManager::CoreNetwork Resource Type Definition. |
Id | aws.networkmanager.core_networks_list_only |
Fields
Name | Datatype | Description |
---|---|---|
core_network_id | string | The Id of core network |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all core_networks
in a region.
SELECT
region,
core_network_id
FROM aws.networkmanager.core_networks_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the core_networks_list_only
resource, see core_networks