Route Table Route Args
data class RouteTableRouteArgs(val carrierGatewayId: Output<String>? = null, val cidrBlock: Output<String>? = null, val coreNetworkArn: Output<String>? = null, val destinationPrefixListId: Output<String>? = null, val egressOnlyGatewayId: Output<String>? = null, val gatewayId: Output<String>? = null, val ipv6CidrBlock: Output<String>? = null, val localGatewayId: Output<String>? = null, val natGatewayId: Output<String>? = null, val networkInterfaceId: Output<String>? = null, val transitGatewayId: Output<String>? = null, val vpcEndpointId: Output<String>? = null, val vpcPeeringConnectionId: Output<String>? = null) : ConvertibleToJava<RouteTableRouteArgs>
Constructors
Link copied to clipboard
constructor(carrierGatewayId: Output<String>? = null, cidrBlock: Output<String>? = null, coreNetworkArn: Output<String>? = null, destinationPrefixListId: Output<String>? = null, egressOnlyGatewayId: Output<String>? = null, gatewayId: Output<String>? = null, ipv6CidrBlock: Output<String>? = null, localGatewayId: Output<String>? = null, natGatewayId: Output<String>? = null, networkInterfaceId: Output<String>? = null, transitGatewayId: Output<String>? = null, vpcEndpointId: Output<String>? = null, vpcPeeringConnectionId: Output<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.