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

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

package io.burkard.cdk.services.codepipeline.actions

sealed abstract class StackSetOrganizationsAutoDeployment(val underlying: software.amazon.awscdk.services.codepipeline.actions.StackSetOrganizationsAutoDeployment)
  extends Product
    with Serializable

object StackSetOrganizationsAutoDeployment {
  implicit def toAws(value: StackSetOrganizationsAutoDeployment): software.amazon.awscdk.services.codepipeline.actions.StackSetOrganizationsAutoDeployment =
    Option(value).map(_.underlying).orNull

  case object Enabled
    extends StackSetOrganizationsAutoDeployment(software.amazon.awscdk.services.codepipeline.actions.StackSetOrganizationsAutoDeployment.ENABLED)

  case object Disabled
    extends StackSetOrganizationsAutoDeployment(software.amazon.awscdk.services.codepipeline.actions.StackSetOrganizationsAutoDeployment.DISABLED)

  case object EnabledWithStackRetention
    extends StackSetOrganizationsAutoDeployment(software.amazon.awscdk.services.codepipeline.actions.StackSetOrganizationsAutoDeployment.ENABLED_WITH_STACK_RETENTION)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy