AWS::NetworkManager::SiteCreates a new site in a global network.
import { CfnSite } from 'aws-cdk-lib/aws-networkmanager';Or use the module namespace:
import * as networkmanager from 'aws-cdk-lib/aws-networkmanager';
// networkmanager.CfnSiteConfiguration passed to the constructor as CfnSiteProps.
globalNetworkIdRequiredstringThe ID of the global network.
descriptionOptionalstringA description of your site. Constraints: Maximum length of 256 characters.
locationOptionalIResolvable | LocationPropertyThe site location. This information is used for visualization in the Network Manager console. If you specify the address, the latitude and longitude are automatically calculated. - `Address` : The physical address of the site. - `Latitude` : The latitude of the site. - `Longitude` : The longitude of the site.
tagsOptionalCfnTag[]The tags for the site.
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::Site