RouterType¶
-
class
aws_cdk.aws_ec2.
RouterType
(value)¶ Bases:
enum.Enum
Type of router used in route.
Attributes
-
EGRESS_ONLY_INTERNET_GATEWAY
¶ Egress-only Internet Gateway.
-
GATEWAY
¶ Internet Gateway.
-
INSTANCE
¶ Instance.
-
NAT_GATEWAY
¶ NAT Gateway.
-
NETWORK_INTERFACE
¶ Network Interface.
-
VPC_PEERING_CONNECTION
¶ VPC peering connection.
-