io.burkard.cdk.services.timestream.ErrorReportConfigurationProperty.scala Maven / Gradle / Ivy
package io.burkard.cdk.services.timestream
@SuppressWarnings(Array("org.wartremover.warts.DefaultArguments", "org.wartremover.warts.Null", "DisableSyntax.null"))
object ErrorReportConfigurationProperty {
def apply(
s3Configuration: software.amazon.awscdk.services.timestream.CfnScheduledQuery.S3ConfigurationProperty
): software.amazon.awscdk.services.timestream.CfnScheduledQuery.ErrorReportConfigurationProperty =
(new software.amazon.awscdk.services.timestream.CfnScheduledQuery.ErrorReportConfigurationProperty.Builder)
.s3Configuration(s3Configuration)
.build()
}