All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy