AWS::NetworkManager::GlobalNetworkThe AWS::NetworkManager::GlobalNetwork type specifies a global network of the user's account
4 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
CreatedAt | string | |
Description | string | |
State | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) of the global network. |
Id | string | The ID of the global network. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::NetworkManager::GlobalNetwork
Resources:
MyResource:
Type: AWS::NetworkManager::GlobalNetwork
Properties:
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
networkmanager:CreateGlobalNetworknetworkmanager:DescribeGlobalNetworksnetworkmanager:TagResourceiam:CreateServiceLinkedRolenetworkmanager:DescribeGlobalNetworksnetworkmanager:UpdateGlobalNetworknetworkmanager:DescribeGlobalNetworksnetworkmanager:TagResourcenetworkmanager:UntagResourcenetworkmanager:ListTagsForResourcenetworkmanager:DeleteGlobalNetworknetworkmanager:DescribeGlobalNetworksnetworkmanager:DescribeGlobalNetworksOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterId