Skip to main content

core_networks_list_only

Lists core_networks in a region or regions, for all properties use core_networks

Overview

Namecore_networks_list_only
TypeResource
DescriptionAWS::NetworkManager::CoreNetwork Resource Type Definition.
Idaws.networkmanager.core_networks_list_only

Fields

NameDatatypeDescription
global_network_idstringThe ID of the global network that your core network is a part of.
core_network_idstringThe Id of core network
core_network_arnstringThe ARN (Amazon resource name) of core network
policy_documentobjectLive policy document for the core network, you must provide PolicyDocument in Json Format
descriptionstringThe description of core network
created_atstringThe creation time of core network
statestringThe state of core network
segmentsarrayThe segments within a core network.
edgesarrayThe edges within a core network.
owner_accountstringOwner of the core network
tagsarrayThe tags for the global network.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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