AWS::NetworkManager::SiteThe AWS::NetworkManager::Site type describes a site.
4 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
GlobalNetworkId | string | RequiredCreate-only |
Description | string | |
Location | Location | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreatedAt | string | The date and time that the device was created. |
SiteArn | string | The Amazon Resource Name (ARN) of the site. |
SiteId | string | The ID of the site. |
State | string | The state of the site. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::NetworkManager::Site
Resources:
MyResource:
Type: AWS::NetworkManager::Site
Properties:
GlobalNetworkId: "my-globalnetworkid"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
networkmanager:CreateSitenetworkmanager:GetSitesnetworkmanager:TagResourcenetworkmanager:GetSitesnetworkmanager:GetSitesnetworkmanager:ListTagsForResourcenetworkmanager:TagResourcenetworkmanager:UntagResourcenetworkmanager:UpdateSitenetworkmanager:GetSitesnetworkmanager:DeleteSitenetworkmanager:GetSitesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterGlobalNetworkIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
GlobalNetworkId