![JAR search and dependency download from the Maven repository](/logo.png)
io.burkard.cdk.services.codepipeline.actions.CommonCloudFormationStackSetOptions.scala Maven / Gradle / Ivy
package io.burkard.cdk.services.codepipeline.actions
@SuppressWarnings(Array("org.wartremover.warts.DefaultArguments", "org.wartremover.warts.Null", "DisableSyntax.null"))
object CommonCloudFormationStackSetOptions {
def apply(
failureTolerancePercentage: Option[Number] = None,
maxAccountConcurrencyPercentage: Option[Number] = None,
stackSetRegion: Option[String] = None
): software.amazon.awscdk.services.codepipeline.actions.CommonCloudFormationStackSetOptions =
(new software.amazon.awscdk.services.codepipeline.actions.CommonCloudFormationStackSetOptions.Builder)
.failureTolerancePercentage(failureTolerancePercentage.orNull)
.maxAccountConcurrencyPercentage(maxAccountConcurrencyPercentage.orNull)
.stackSetRegion(stackSetRegion.orNull)
.build()
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy