AWS Fundamentals Logo
AWS Fundamentals
AWS::NetworkManager::TransitGatewayRegistration

NetworkManager TransitGatewayRegistration

The AWS::NetworkManager::TransitGatewayRegistration type registers a transit gateway in your global network. The transit gateway can be in any AWS Region, but it must be owned by the same AWS account that owns the global network. You cannot register a transit gateway in more than one global network.

Properties

2 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
GlobalNetworkId
string
RequiredCreate-only
TransitGatewayArn
string
RequiredCreate-only

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::TransitGatewayRegistration

Resources:
  MyResource:
    Type: AWS::NetworkManager::TransitGatewayRegistration
    Properties:
      GlobalNetworkId: "my-globalnetworkid"
      TransitGatewayArn: "arn:aws:service:region:account:resource"

Required IAM Permissions

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

create

networkmanager:RegisterTransitGatewaynetworkmanager:GetTransitGatewayRegistrationsec2:DescribeRegions

read

networkmanager:GetTransitGatewayRegistrations

list

networkmanager:GetTransitGatewayRegistrations

delete

networkmanager:DeregisterTransitGatewaynetworkmanager:GetTransitGatewayRegistrations

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
Properties2
Required2
TaggingNot supported
Primary IDGlobalNetworkId

Supported Operations

CreateReadListDelete

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

GlobalNetworkIdTransitGatewayArn

External Links