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

io.burkard.cdk.services.codepipeline.cfnPipeline.ArtifactStoreMapProperty.scala Maven / Gradle / Ivy

package io.burkard.cdk.services.codepipeline.cfnPipeline

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

  def apply(
    region: String,
    artifactStore: software.amazon.awscdk.services.codepipeline.CfnPipeline.ArtifactStoreProperty
  ): software.amazon.awscdk.services.codepipeline.CfnPipeline.ArtifactStoreMapProperty =
    (new software.amazon.awscdk.services.codepipeline.CfnPipeline.ArtifactStoreMapProperty.Builder)
      .region(region)
      .artifactStore(artifactStore)
      .build()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy