@Stability(value=Stable)
public static interface CfnClientVpnEndpoint.ClientConnectOptionsProperty
extends software.amazon.jsii.JsiiSerializable
The default is false (not enabled).
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.*;
ClientConnectOptionsProperty clientConnectOptionsProperty = ClientConnectOptionsProperty.builder()
.enabled(false)
// the properties below are optional
.lambdaFunctionArn("lambdaFunctionArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnClientVpnEndpoint.ClientConnectOptionsProperty.Builder
A builder for
CfnClientVpnEndpoint.ClientConnectOptionsProperty |
static class |
CfnClientVpnEndpoint.ClientConnectOptionsProperty.Jsii$Proxy
An implementation for
CfnClientVpnEndpoint.ClientConnectOptionsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnClientVpnEndpoint.ClientConnectOptionsProperty.Builder |
builder() |
Object |
getEnabled()
Indicates whether client connect options are enabled.
|
default String |
getLambdaFunctionArn()
The Amazon Resource Name (ARN) of the AWS Lambda function used for connection authorization.
|
@Stability(value=Stable) @NotNull Object getEnabled()
The default is false (not enabled).
@Stability(value=Stable) @Nullable default String getLambdaFunctionArn()
@Stability(value=Stable) static CfnClientVpnEndpoint.ClientConnectOptionsProperty.Builder builder()
Copyright © 2022. All rights reserved.