ScheduledQueryRecentlyFailedRunErrorReportLocationS3ReportLocationArgs

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

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(): ScheduledQueryRecentlyFailedRunErrorReportLocationS3ReportLocationArgs