Get Route Plain Args
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
fun GetRoutePlainArgs(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)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard