AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::NetworkManager::GlobalNetwork

CfnGlobalNetwork

Creates a new, empty global network.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnGlobalNetworkProps.

createdAtOptional
string

The date and time that the global network was created.

descriptionOptional
string

A description of the global network. Constraints: Maximum length of 256 characters.

stateOptional
string

The state of the global network.

tagsOptional
CfnTag[]

The tags for the global 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