InvocationLoggingConfigurationLoggingConfigS3Config

data class InvocationLoggingConfigurationLoggingConfigS3Config(val bucketName: String? = null, val keyPrefix: String? = null)

Constructors

constructor(bucketName: String? = null, keyPrefix: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val bucketName: String? = null

S3 bucket name.

Link copied to clipboard
val keyPrefix: String? = null

S3 prefix.