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 |
---|---|---|
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
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