Scheduled Query Error Report Configuration S3Configuration Args
data class ScheduledQueryErrorReportConfigurationS3ConfigurationArgs(val bucketName: Output<String>, val encryptionOption: Output<String>? = null, val objectKeyPrefix: Output<String>? = null) : ConvertibleToJava<ScheduledQueryErrorReportConfigurationS3ConfigurationArgs>
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
Prefix for the error report key.