@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:06.433Z") @Stability(value=Experimental) 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
.clientVpnEndoint(clientVpnEndpoint)
.clientVpnEndpoint(clientVpnEndpoint)
.description("description")
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
ClientVpnRoute.Builder
(experimental) 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, isResourcegetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetNodeprotected ClientVpnRoute(software.amazon.jsii.JsiiObjectRef objRef)
protected ClientVpnRoute(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
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.