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

io.burkard.cdk.services.codepipeline.actions.S3SourceVariables.scala Maven / Gradle / Ivy

The newest version!
package io.burkard.cdk.services.codepipeline.actions

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

  def apply(
    versionId: String,
    eTag: String
  ): software.amazon.awscdk.services.codepipeline.actions.S3SourceVariables =
    (new software.amazon.awscdk.services.codepipeline.actions.S3SourceVariables.Builder)
      .versionId(versionId)
      .eTag(eTag)
      .build()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy