AWS::NetworkManager::TransitGatewayRegistrationThe 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.
2 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
GlobalNetworkId | string | RequiredCreate-only |
TransitGatewayArn | string | RequiredCreate-only |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
networkmanager:RegisterTransitGatewaynetworkmanager:GetTransitGatewayRegistrationsec2:DescribeRegionsnetworkmanager:GetTransitGatewayRegistrationsnetworkmanager:GetTransitGatewayRegistrationsnetworkmanager:DeregisterTransitGatewaynetworkmanager:GetTransitGatewayRegistrationsOur 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.
GlobalNetworkIdTransitGatewayArn