@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.383Z") @Stability(value=Stable) public interface CfnVPNConnectionRouteProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ec2.*;
CfnVPNConnectionRouteProps cfnVPNConnectionRouteProps = CfnVPNConnectionRouteProps.builder()
.destinationCidrBlock("destinationCidrBlock")
.vpnConnectionId("vpnConnectionId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnVPNConnectionRouteProps.Builder
A builder for
CfnVPNConnectionRouteProps |
static class |
CfnVPNConnectionRouteProps.Jsii$Proxy
An implementation for
CfnVPNConnectionRouteProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnVPNConnectionRouteProps.Builder |
builder() |
String |
getDestinationCidrBlock()
The CIDR block associated with the local subnet of the customer network.
|
String |
getVpnConnectionId()
The ID of the VPN connection.
|
@Stability(value=Stable) @NotNull String getDestinationCidrBlock()
@Stability(value=Stable) @NotNull String getVpnConnectionId()
@Stability(value=Stable) static CfnVPNConnectionRouteProps.Builder builder()
CfnVPNConnectionRouteProps.Builder of CfnVPNConnectionRoutePropsCopyright © 2022. All rights reserved.