Class: Route

EC2.Route

new Route()

Properties:
Name Type Description
DestinationCidrBlock String Required: Yes. The CIDR address block used for the destination match. For example, 0.0.0.0/0. Routing decisions are based on the most specific match.Update requires: Replacement
GatewayId String Required: Conditional. The ID of an Internet gateway or virtual private gateway that is attached to your VPC. For example: igw-eaad4883.For route entries that specify a gateway, you must specify a dependency on the gateway attachment resource. For more information, see DependsOn Attribute.Update requires: No interruption
InstanceId String Required: Conditional. The ID of a NAT instance in your VPC. For example, i-1a2b3c4d.Update requires: No interruption
NatGatewayId String Required: Conditional. The ID of a NAT gateway. For example, nat-0a12bc456789de0fg.Update requires: No interruption
NetworkInterfaceId String Required: Conditional. Allows the routing of network interface IDs.Update requires: No interruption
RouteTableId String Required: Yes. The ID of the route table where the route will be added.Update requires: Replacement
VpcPeeringConnectionId String Required: Conditional. The ID of a VPC peering connection.Update requires: No interruption
Source:

Extends

  • WKResource

EC2.Route

new Route()

Properties:
Name Type Description
DestinationCidrBlock String Required: Yes. The CIDR address block used for the destination match. For example, 0.0.0.0/0. Routing decisions are based on the most specific match.Update requires: Replacement
GatewayId String Required: Conditional. The ID of an Internet gateway or virtual private gateway that is attached to your VPC. For example: igw-eaad4883.For route entries that specify a gateway, you must specify a dependency on the gateway attachment resource. For more information, see DependsOn Attribute.Update requires: No interruption
InstanceId String Required: Conditional. The ID of a NAT instance in your VPC. For example, i-1a2b3c4d.Update requires: No interruption
NatGatewayId String Required: Conditional. The ID of a NAT gateway. For example, nat-0a12bc456789de0fg.Update requires: No interruption
NetworkInterfaceId String Required: Conditional. Allows the routing of network interface IDs.Update requires: No interruption
RouteTableId String Required: Yes. The ID of the route table where the route will be added.Update requires: Replacement
VpcPeeringConnectionId String Required: Conditional. The ID of a VPC peering connection.Update requires: No interruption
Source:

Extends

  • WKResource