DefaultRouteTableRoute

data class DefaultRouteTableRoute(val cidrBlock: String? = null, val coreNetworkArn: String? = null, val destinationPrefixListId: String? = null, val egressOnlyGatewayId: String? = null, val gatewayId: String? = null, val instanceId: String? = null, val ipv6CidrBlock: String? = null, val natGatewayId: String? = null, val networkInterfaceId: String? = null, val transitGatewayId: String? = null, val vpcEndpointId: String? = null, val vpcPeeringConnectionId: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cidrBlock: String? = null

The CIDR block of the route.

Link copied to clipboard
val coreNetworkArn: String? = null

The Amazon Resource Name (ARN) of a core network.

Link copied to clipboard

The ID of a managed prefix list destination of the route. One of the following target arguments must be supplied:

Link copied to clipboard

Identifier of a VPC Egress Only Internet Gateway.

Link copied to clipboard
val gatewayId: String? = null

Identifier of a VPC internet gateway or a virtual private gateway.

Link copied to clipboard
val instanceId: String? = null

Identifier of an EC2 instance.

Link copied to clipboard
val ipv6CidrBlock: String? = null

The Ipv6 CIDR block of the route

Link copied to clipboard
val natGatewayId: String? = null

Identifier of a VPC NAT gateway.

Link copied to clipboard

Identifier of an EC2 network interface.

Link copied to clipboard

Identifier of an EC2 Transit Gateway.

Link copied to clipboard
val vpcEndpointId: String? = null

Identifier of a VPC Endpoint. This route must be removed prior to VPC Endpoint deletion.

Link copied to clipboard

Identifier of a VPC peering connection. Note that the default route, mapping the VPC's CIDR block to "local", is created implicitly and cannot be specified.