EndpointClientConnectOptions

data class EndpointClientConnectOptions(val enabled: Boolean? = null, val lambdaFunctionArn: String? = null)

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, lambdaFunctionArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

Indicates whether client connect options are enabled. The default is false (not enabled).

Link copied to clipboard

The Amazon Resource Name (ARN) of the Lambda function used for connection authorization.