GetRoutePlainArgs

data class GetRoutePlainArgs(val carrierGatewayId: String? = null, val coreNetworkArn: String? = null, val destinationCidrBlock: String? = null, val destinationIpv6CidrBlock: String? = null, val destinationPrefixListId: String? = null, val egressOnlyGatewayId: String? = null, val gatewayId: String? = null, val instanceId: String? = null, val localGatewayId: String? = null, val natGatewayId: String? = null, val networkInterfaceId: String? = null, val routeTableId: String, val transitGatewayId: String? = null, val vpcPeeringConnectionId: String? = null) : ConvertibleToJava<GetRoutePlainArgs>

A collection of arguments for invoking getRoute.

Constructors

Link copied to clipboard
constructor(carrierGatewayId: String? = null, coreNetworkArn: String? = null, destinationCidrBlock: String? = null, destinationIpv6CidrBlock: String? = null, destinationPrefixListId: String? = null, egressOnlyGatewayId: String? = null, gatewayId: String? = null, instanceId: String? = null, localGatewayId: String? = null, natGatewayId: String? = null, networkInterfaceId: String? = null, routeTableId: String, transitGatewayId: String? = null, vpcPeeringConnectionId: String? = null)

Properties

Link copied to clipboard

EC2 Carrier Gateway ID of the Route belonging to the Route Table.

Link copied to clipboard
val coreNetworkArn: String? = null

Core network ARN of the Route belonging to the Route Table.

Link copied to clipboard

CIDR block of the Route belonging to the Route Table.

Link copied to clipboard

IPv6 CIDR block of the Route belonging to the Route Table.

Link copied to clipboard

ID of a managed prefix list destination of the Route belonging to the Route Table.

Link copied to clipboard

Egress Only Gateway ID of the Route belonging to the Route Table.

Link copied to clipboard
val gatewayId: String? = null

Gateway ID of the Route belonging to the Route Table.

Link copied to clipboard
val instanceId: String? = null

Instance ID of the Route belonging to the Route Table.

Link copied to clipboard
val localGatewayId: String? = null

Local Gateway ID of the Route belonging to the Route Table.

Link copied to clipboard
val natGatewayId: String? = null

NAT Gateway ID of the Route belonging to the Route Table.

Link copied to clipboard

Network Interface ID of the Route belonging to the Route Table.

Link copied to clipboard

ID of the specific Route Table containing the Route entry. The following arguments are optional:

Link copied to clipboard

EC2 Transit Gateway ID of the Route belonging to the Route Table.

Link copied to clipboard

VPC Peering Connection ID of the Route belonging to the Route Table.

Functions

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