InvocationLoggingConfigurationLoggingConfigS3Config

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

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val bucketName: String? = null

S3 bucket name. The following arguments are optional:

Link copied to clipboard
val keyPrefix: String? = null

S3 object key prefix.