public static interface CfnClientVpnEndpoint.ClientConnectOptionsProperty
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() |
java.lang.Object |
getEnabled()
Indicates whether client connect options are enabled.
|
default java.lang.String |
getLambdaFunctionArn()
The Amazon Resource Name (ARN) of the AWS Lambda function used for connection authorization.
|
java.lang.Object getEnabled()
The default is false
(not enabled).
default java.lang.String getLambdaFunctionArn()
static CfnClientVpnEndpoint.ClientConnectOptionsProperty.Builder builder()