AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::NetworkManager::CoreNetwork

CfnCoreNetwork

Describes a core network.

Import

import { CfnCoreNetwork } from 'aws-cdk-lib/aws-networkmanager';

Or use the module namespace:

import * as networkmanager from 'aws-cdk-lib/aws-networkmanager';
// networkmanager.CfnCoreNetwork

Properties

Configuration passed to the constructor as CfnCoreNetworkProps.

globalNetworkIdRequired
string

The ID of the global network that your core network is a part of.

descriptionOptional
string

The description of a core network.

policyDocumentOptional
any

Describes a core network policy. For more information, see [Core network policies](https://docs.aws.amazon.com/network-manager/latest/cloudwan/cloudwan-policy-change-sets.html) . If you update the policy document, CloudFormation will apply the core network change set generated from the updated policy document, and then set it as the LIVE policy.

tagsOptional
CfnTag[]

The list of key-value tags associated with a core network.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter