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

io.burkard.cdk.services.appflow.cfnFlow.UpsolverDestinationPropertiesProperty.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 UpsolverDestinationPropertiesProperty {

  def apply(
    s3OutputFormatConfig: software.amazon.awscdk.services.appflow.CfnFlow.UpsolverS3OutputFormatConfigProperty,
    bucketName: String,
    bucketPrefix: Option[String] = None
  ): software.amazon.awscdk.services.appflow.CfnFlow.UpsolverDestinationPropertiesProperty =
    (new software.amazon.awscdk.services.appflow.CfnFlow.UpsolverDestinationPropertiesProperty.Builder)
      .s3OutputFormatConfig(s3OutputFormatConfig)
      .bucketName(bucketName)
      .bucketPrefix(bucketPrefix.orNull)
      .build()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy