AWS::NetworkManager::CoreNetworkDescribes a core network.
import { CfnCoreNetwork } from 'aws-cdk-lib/aws-networkmanager';Or use the module namespace:
import * as networkmanager from 'aws-cdk-lib/aws-networkmanager';
// networkmanager.CfnCoreNetworkConfiguration passed to the constructor as CfnCoreNetworkProps.
globalNetworkIdRequiredstringThe ID of the global network that your core network is a part of.
descriptionOptionalstringThe description of a core network.
policyDocumentOptionalanyDescribes 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.
tagsOptionalCfnTag[]The list of key-value tags associated with a core network.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-networkmanagerAWS::NetworkManager::CoreNetwork