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

io.burkard.cdk.services.appflow.cfnFlow.SingularSourcePropertiesProperty.scala Maven / Gradle / Ivy

The newest version!
package io.burkard.cdk.services.appflow.cfnFlow

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

  def apply(
    `object`: String
  ): software.amazon.awscdk.services.appflow.CfnFlow.SingularSourcePropertiesProperty =
    (new software.amazon.awscdk.services.appflow.CfnFlow.SingularSourcePropertiesProperty.Builder)
      .`object`(`object`)
      .build()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy