@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.405Z") @Stability(value=Stable) public class ClientVpnRoute extends Resource
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.*;
ClientVpnEndpoint clientVpnEndpoint;
ClientVpnRouteTarget clientVpnRouteTarget;
ClientVpnRoute clientVpnRoute = ClientVpnRoute.Builder.create(this, "MyClientVpnRoute")
.cidr("cidr")
.target(clientVpnRouteTarget)
// the properties below are optional
.clientVpnEndpoint(clientVpnEndpoint)
.description("description")
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
ClientVpnRoute.Builder
A fluent builder for
ClientVpnRoute. |
software.amazon.jsii.JsiiObject.InitializationModeIResource.Jsii$Default| Modifier | Constructor and Description |
|---|---|
|
ClientVpnRoute(software.constructs.Construct scope,
String id,
ClientVpnRouteProps props) |
protected |
ClientVpnRoute(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
ClientVpnRoute(software.amazon.jsii.JsiiObjectRef objRef) |
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isOwnedResource, isResourcejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected ClientVpnRoute(software.amazon.jsii.JsiiObjectRef objRef)
protected ClientVpnRoute(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public ClientVpnRoute(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
ClientVpnRouteProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.Copyright © 2022. All rights reserved.