io.burkard.cdk.services.codepipeline.cfnPipeline.OutputArtifactProperty.scala Maven / Gradle / Ivy
The newest version!
package io.burkard.cdk.services.codepipeline.cfnPipeline
@SuppressWarnings(Array("org.wartremover.warts.DefaultArguments", "org.wartremover.warts.Null", "DisableSyntax.null"))
object OutputArtifactProperty {
def apply(
name: String
): software.amazon.awscdk.services.codepipeline.CfnPipeline.OutputArtifactProperty =
(new software.amazon.awscdk.services.codepipeline.CfnPipeline.OutputArtifactProperty.Builder)
.name(name)
.build()
}