enum RouterType
Language | Type name |
---|---|
![]() | aws_cdk.aws_ec2.RouterType |
![]() | software.amazon.awscdk.services.ec2.RouterType |
![]() | Amazon.CDK.AWS.EC2.RouterType |
![]() | @aws-cdk/aws-ec2.RouterType |
Type of router used in route.
Members
Name | Description |
---|---|
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. |
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.