ClusterLoggingPropertiesArgs

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

Constructors

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

Properties

Link copied to clipboard
val bucketName: Output<String>? = null

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

Link copied to clipboard
val logDestinationType: Output<String>? = null

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

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

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

Link copied to clipboard
val s3KeyPrefix: Output<String>? = null

The prefix applied to the log file names. Constraints:

Functions

Link copied to clipboard
open override fun toJava(): ClusterLoggingPropertiesArgs