AWS::NetworkManager::GlobalNetworkCreates a new, empty global network.
import { CfnGlobalNetwork } from 'aws-cdk-lib/aws-networkmanager';Or use the module namespace:
import * as networkmanager from 'aws-cdk-lib/aws-networkmanager';
// networkmanager.CfnGlobalNetworkConfiguration passed to the constructor as CfnGlobalNetworkProps.
createdAtOptionalstringThe date and time that the global network was created.
descriptionOptionalstringA description of the global network. Constraints: Maximum length of 256 characters.
stateOptionalstringThe state of the global network.
tagsOptionalCfnTag[]The tags for the global 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::GlobalNetwork