GetRouteTableRoute

data class GetRouteTableRoute(val carrierGatewayId: String, val cidrBlock: String, val coreNetworkArn: String, val destinationPrefixListId: String, val egressOnlyGatewayId: String, val gatewayId: String, val instanceId: String, val ipv6CidrBlock: String, val localGatewayId: String, val natGatewayId: String, val networkInterfaceId: String, val transitGatewayId: String, val vpcEndpointId: String, val vpcPeeringConnectionId: String)

Constructors

Link copied to clipboard
constructor(carrierGatewayId: String, cidrBlock: String, coreNetworkArn: String, destinationPrefixListId: String, egressOnlyGatewayId: String, gatewayId: String, instanceId: String, ipv6CidrBlock: String, localGatewayId: String, natGatewayId: String, networkInterfaceId: String, transitGatewayId: String, vpcEndpointId: String, vpcPeeringConnectionId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ID of the Carrier Gateway.

Link copied to clipboard

CIDR block of the route.

Link copied to clipboard

ARN of the core network.

Link copied to clipboard

The ID of a managed prefix list destination of the route.

Link copied to clipboard

ID of the Egress Only Internet Gateway.

Link copied to clipboard

ID of an Internet Gateway or Virtual Private Gateway which is connected to the Route Table (not exported if not passed as a parameter).

Link copied to clipboard

EC2 instance ID.

Link copied to clipboard

IPv6 CIDR block of the route.

Link copied to clipboard

Local Gateway ID.

Link copied to clipboard

NAT Gateway ID.

Link copied to clipboard

ID of the elastic network interface (eni) to use.

Link copied to clipboard

EC2 Transit Gateway ID.

Link copied to clipboard

VPC Endpoint ID.

Link copied to clipboard

VPC Peering ID.