interface IRouteTarget
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.ec2.Alpha.IRouteTarget |
Go | github.com/aws/aws-cdk-go/awsec2alpha/v2#IRouteTarget |
Java | software.amazon.awscdk.services.ec2.alpha.IRouteTarget |
Python | aws_cdk.aws_ec2_alpha.IRouteTarget |
TypeScript (source) | @aws-cdk/aws-ec2-alpha » IRouteTarget |
Implemented by
Egress
, Internet
, Nat
, VPNGateway
Interface to define a routing target, such as an egress-only internet gateway or VPC endpoint.
Properties
Name | Type | Description |
---|---|---|
router | string | The ID of the route target. |
router | Router | The type of router used in the route. |
routerTargetId
Type:
string
The ID of the route target.
routerType
Type:
Router
The type of router used in the route.