ScheduledQueryLastRunSummaryErrorReportLocationS3ReportLocationArgs

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

Constructors

constructor(bucketName: Output<String>? = null, objectKey: Output<String>? = null)

Properties

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

S3 bucket name.

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

S3 key.

Functions

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