Module: AWSCDK::EC2::RouterType

Defined in:
ec2/router_type.rb

Overview

Type of router used in route.

Constant Summary collapse

CARRIER_GATEWAY =
Deprecated.
Note:

Default:

Carrier gateway.

Jsii::Enum.new("aws-cdk-lib.aws_ec2.RouterType", "CARRIER_GATEWAY")
EGRESS_ONLY_INTERNET_GATEWAY =
Deprecated.
Note:

Default:

Egress-only Internet Gateway.

Jsii::Enum.new("aws-cdk-lib.aws_ec2.RouterType", "EGRESS_ONLY_INTERNET_GATEWAY")
GATEWAY =
Deprecated.
Note:

Default:

Internet Gateway.

Jsii::Enum.new("aws-cdk-lib.aws_ec2.RouterType", "GATEWAY")
INSTANCE =
Deprecated.
Note:

Default:

Instance.

Jsii::Enum.new("aws-cdk-lib.aws_ec2.RouterType", "INSTANCE")
LOCAL_GATEWAY =
Deprecated.
Note:

Default:

Local Gateway.

Jsii::Enum.new("aws-cdk-lib.aws_ec2.RouterType", "LOCAL_GATEWAY")
NAT_GATEWAY =
Deprecated.
Note:

Default:

NAT Gateway.

Jsii::Enum.new("aws-cdk-lib.aws_ec2.RouterType", "NAT_GATEWAY")
NETWORK_INTERFACE =
Deprecated.
Note:

Default:

Network Interface.

Jsii::Enum.new("aws-cdk-lib.aws_ec2.RouterType", "NETWORK_INTERFACE")
TRANSIT_GATEWAY =
Deprecated.
Note:

Default:

Transit Gateway.

Jsii::Enum.new("aws-cdk-lib.aws_ec2.RouterType", "TRANSIT_GATEWAY")
VPC_PEERING_CONNECTION =
Deprecated.
Note:

Default:

VPC peering connection.

Jsii::Enum.new("aws-cdk-lib.aws_ec2.RouterType", "VPC_PEERING_CONNECTION")
VPC_ENDPOINT =
Deprecated.
Note:

Default:

VPC Endpoint for gateway load balancers.

Jsii::Enum.new("aws-cdk-lib.aws_ec2.RouterType", "VPC_ENDPOINT")
CORE_NETWORK =
Deprecated.
Note:

Default:

AWS Network Manager Core Network.

Jsii::Enum.new("aws-cdk-lib.aws_ec2.RouterType", "CORE_NETWORK")