ClusterLoggingProperties

data class ClusterLoggingProperties(val bucketName: String? = null, val logDestinationType: String? = null, val logExports: List<String>? = null, val s3KeyPrefix: String? = null)

Constructors

Link copied to clipboard
constructor(bucketName: String? = null, logDestinationType: String? = null, logExports: List<String>? = null, s3KeyPrefix: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val bucketName: String? = null

The name of an existing S3 bucket where the log files are to be stored. Constraints:

Link copied to clipboard

The log destination type. An enum with possible values of s3 and cloudwatch .

Link copied to clipboard
val logExports: List<String>? = null

The collection of exported log types. Possible values are connectionlog , useractivitylog , and userlog .

Link copied to clipboard
val s3KeyPrefix: String? = null

The prefix applied to the log file names. Constraints: