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

io.burkard.cdk.services.timestream.cfnScheduledQuery.TargetConfigurationProperty.scala Maven / Gradle / Ivy

The newest version!
package io.burkard.cdk.services.timestream.cfnScheduledQuery

@SuppressWarnings(Array("org.wartremover.warts.DefaultArguments", "org.wartremover.warts.Null", "DisableSyntax.null"))
object TargetConfigurationProperty {

  def apply(
    timestreamConfiguration: software.amazon.awscdk.services.timestream.CfnScheduledQuery.TimestreamConfigurationProperty
  ): software.amazon.awscdk.services.timestream.CfnScheduledQuery.TargetConfigurationProperty =
    (new software.amazon.awscdk.services.timestream.CfnScheduledQuery.TargetConfigurationProperty.Builder)
      .timestreamConfiguration(timestreamConfiguration)
      .build()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy