EndpointConnectionLogOptions

data class EndpointConnectionLogOptions(val cloudwatchLogGroup: String? = null, val cloudwatchLogStream: String? = null, val enabled: Boolean)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the CloudWatch Logs log group.

Link copied to clipboard

The name of the CloudWatch Logs log stream to which the connection data is published.

Link copied to clipboard

Indicates whether connection logging is enabled.