| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnClientVpnRoute.Builder |
CfnClientVpnRoute.Builder.clientVpnEndpointId(String clientVpnEndpointId)
The ID of the Client VPN endpoint to which to add the route.
|
static CfnClientVpnRoute.Builder |
CfnClientVpnRoute.Builder.create(software.constructs.Construct scope,
String id) |
CfnClientVpnRoute.Builder |
CfnClientVpnRoute.Builder.description(String description)
A brief description of the route.
|
CfnClientVpnRoute.Builder |
CfnClientVpnRoute.Builder.destinationCidrBlock(String destinationCidrBlock)
The IPv4 address range, in CIDR notation, of the route destination.
|
CfnClientVpnRoute.Builder |
CfnClientVpnRoute.Builder.targetVpcSubnetId(String targetVpcSubnetId)
The ID of the subnet through which you want to route traffic.
|
Copyright © 2022. All rights reserved.