| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnRoute.Builder |
CfnRoute.Builder.carrierGatewayId(String carrierGatewayId)
The ID of the carrier gateway.
|
static CfnRoute.Builder |
CfnRoute.Builder.create(software.constructs.Construct scope,
String id) |
CfnRoute.Builder |
CfnRoute.Builder.destinationCidrBlock(String destinationCidrBlock)
The IPv4 CIDR block used for the destination match.
|
CfnRoute.Builder |
CfnRoute.Builder.destinationIpv6CidrBlock(String destinationIpv6CidrBlock)
The IPv6 CIDR block used for the destination match.
|
CfnRoute.Builder |
CfnRoute.Builder.egressOnlyInternetGatewayId(String egressOnlyInternetGatewayId)
The ID of the egress-only internet gateway.
|
CfnRoute.Builder |
CfnRoute.Builder.gatewayId(String gatewayId)
The ID of an internet gateway or virtual private gateway attached to your VPC.
|
CfnRoute.Builder |
CfnRoute.Builder.instanceId(String instanceId)
The ID of a NAT instance in your VPC.
|
CfnRoute.Builder |
CfnRoute.Builder.localGatewayId(String localGatewayId)
The ID of the local gateway.
|
CfnRoute.Builder |
CfnRoute.Builder.natGatewayId(String natGatewayId)
The ID of a NAT gateway.
|
CfnRoute.Builder |
CfnRoute.Builder.networkInterfaceId(String networkInterfaceId)
The ID of the network interface.
|
CfnRoute.Builder |
CfnRoute.Builder.routeTableId(String routeTableId)
The ID of the route table.
|
CfnRoute.Builder |
CfnRoute.Builder.transitGatewayId(String transitGatewayId)
The ID of a transit gateway.
|
CfnRoute.Builder |
CfnRoute.Builder.vpcEndpointId(String vpcEndpointId)
The ID of a VPC endpoint.
|
CfnRoute.Builder |
CfnRoute.Builder.vpcPeeringConnectionId(String vpcPeeringConnectionId)
The ID of a VPC peering connection.
|
Copyright © 2022. All rights reserved.