ClusterLoggingPropertiesArgs

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

Constructors

Link copied to clipboard
fun ClusterLoggingPropertiesArgs(bucketName: Output<String>, s3KeyPrefix: Output<String>? = null)

Functions

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

Properties

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