TransitGatewayPeeringArgs

data class TransitGatewayPeeringArgs(val coreNetworkId: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val transitGatewayArn: Output<String>? = null) : ConvertibleToJava<TransitGatewayPeeringArgs>

AWS::NetworkManager::TransitGatewayPeering Resoruce Type.

Constructors

Link copied to clipboard
constructor(coreNetworkId: Output<String>? = null, tags: Output<List<TagArgs>>? = null, transitGatewayArn: Output<String>? = null)

Properties

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

The Id of the core network that you want to peer a transit gateway to.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

An array of key-value pairs to apply to this resource.

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

The ARN (Amazon Resource Name) of the transit gateway that you will peer to a core network

Functions

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