TransitGatewayRegistrationArgs

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.

Constructors

Link copied to clipboard
constructor(globalNetworkId: Output<String>? = null, transitGatewayArn: Output<String>? = null)

Properties

Link copied to clipboard
val globalNetworkId: Output<String>? = null

The ID of the global network.

Link copied to clipboard
val transitGatewayArn: Output<String>? = null

The Amazon Resource Name (ARN) of the transit gateway.

Functions

Link copied to clipboard
open override fun toJava(): TransitGatewayRegistrationArgs