ScheduledQueryErrorReportConfigurationS3Configuration

data class ScheduledQueryErrorReportConfigurationS3Configuration(val bucketName: String, val encryptionOption: String? = null, val objectKeyPrefix: String? = null)

Constructors

constructor(bucketName: String, encryptionOption: String? = null, objectKeyPrefix: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the S3 bucket under which error reports will be created.

Link copied to clipboard

Encryption at rest options for the error reports. If no encryption option is specified, Timestream will choose SSE_S3 as default. Valid values are SSE_S3, SSE_KMS.

Link copied to clipboard
val objectKeyPrefix: String? = null

Prefix for the error report key.