AWS Fundamentals Logo
AWS Fundamentals
AWS::NetworkManager::GlobalNetwork

NetworkManager GlobalNetwork

The AWS::NetworkManager::GlobalNetwork type specifies a global network of the user's account

Properties

4 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
CreatedAt
string
Description
string
State
string
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringThe Amazon Resource Name (ARN) of the global network.
IdstringThe ID of the global network.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

networkmanager:CreateGlobalNetworknetworkmanager:DescribeGlobalNetworksnetworkmanager:TagResourceiam:CreateServiceLinkedRole

read

networkmanager:DescribeGlobalNetworks

update

networkmanager:UpdateGlobalNetworknetworkmanager:DescribeGlobalNetworksnetworkmanager:TagResourcenetworkmanager:UntagResourcenetworkmanager:ListTagsForResource

delete

networkmanager:DeleteGlobalNetworknetworkmanager:DescribeGlobalNetworks

list

networkmanager:DescribeGlobalNetworks

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceNetworkManager
Properties6
Required0
TaggingSupported
Primary IDId

Supported Operations

CreateReadUpdateDeleteList

External Links