Route Table Route
data class RouteTableRoute(val carrierGatewayId: String? = null, val cidrBlock: String? = null, val coreNetworkArn: String? = null, val destinationPrefixListId: String? = null, val egressOnlyGatewayId: String? = null, val gatewayId: String? = null, val ipv6CidrBlock: String? = null, val localGatewayId: 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(carrierGatewayId: String? = null, cidrBlock: String? = null, coreNetworkArn: String? = null, destinationPrefixListId: String? = null, egressOnlyGatewayId: String? = null, gatewayId: String? = null, ipv6CidrBlock: String? = null, localGatewayId: String? = null, natGatewayId: String? = null, networkInterfaceId: String? = null, transitGatewayId: String? = null, vpcEndpointId: String? = null, vpcPeeringConnectionId: String? = null)
Properties
Link copied to clipboard
Identifier of a carrier gateway. This attribute can only be used when the VPC contains a subnet which is associated with a Wavelength Zone.
Link copied to clipboard
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
The Ipv6 CIDR block of the route.
Link copied to clipboard
Identifier of a Outpost local gateway.
Link copied to clipboard
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
Identifier of a VPC Endpoint.
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.