LoggingPropertiesArgs

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

Definition of LoggingProperties

Constructors

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

Properties

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

Property bucketName

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

Property s3KeyPrefix

Functions

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