Transit Gateway Registration Args
data class TransitGatewayRegistrationArgs(val globalNetworkId: Output<String>? = null, val transitGatewayArn: Output<String>? = null) : ConvertibleToJava<TransitGatewayRegistrationArgs>
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.