TransitGatewayRouteArgs

data class TransitGatewayRouteArgs(val blackhole: Output<Boolean>? = null, val destinationCidrBlock: Output<String>? = null, val transitGatewayAttachmentId: Output<String>? = null, val transitGatewayRouteTableId: Output<String>? = null) : ConvertibleToJava<TransitGatewayRouteArgs>

Resource Type definition for AWS::EC2::TransitGatewayRoute

Constructors

Link copied to clipboard
constructor(blackhole: Output<Boolean>? = null, destinationCidrBlock: Output<String>? = null, transitGatewayAttachmentId: Output<String>? = null, transitGatewayRouteTableId: Output<String>? = null)

Properties

Link copied to clipboard
val blackhole: Output<Boolean>? = null

Indicates whether to drop traffic that matches this route.

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

The CIDR range used for destination matches. Routing decisions are based on the most specific match.

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

The ID of transit gateway attachment.

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

The ID of transit gateway route table.

Functions

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