AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::NetworkManager::Site

CfnSite

Creates a new site in a global network.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnSiteProps.

globalNetworkIdRequired
string

The ID of the global network.

descriptionOptional
string

A description of your site. Constraints: Maximum length of 256 characters.

locationOptional
IResolvable | LocationProperty

The 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.

tagsOptional
CfnTag[]

The tags for the site.

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