ClusterLoggingPropertiesArgs

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

Constructors

Link copied to clipboard
constructor(bucketName: Output<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 s3KeyPrefix: Output<String>? = null

The prefix applied to the log file names. Constraints:

Functions

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