Uses of Enum Class
software.amazon.awscdk.services.appconfig.DeletionProtectionCheck
Packages that use DeletionProtectionCheck
-
Uses of DeletionProtectionCheck in software.amazon.awscdk.services.appconfig
Methods in software.amazon.awscdk.services.appconfig that return DeletionProtectionCheckModifier and TypeMethodDescriptiondefault DeletionProtectionCheckEnvironmentOptions.getDeletionProtectionCheck()A property to prevent accidental deletion of active environments.final DeletionProtectionCheckEnvironmentOptions.Jsii$Proxy.getDeletionProtectionCheck()final DeletionProtectionCheckEnvironmentProps.Jsii$Proxy.getDeletionProtectionCheck()static DeletionProtectionCheckReturns the enum constant of this class with the specified name.static DeletionProtectionCheck[]DeletionProtectionCheck.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.appconfig with parameters of type DeletionProtectionCheckModifier and TypeMethodDescriptionEnvironment.Builder.deletionProtectionCheck(DeletionProtectionCheck deletionProtectionCheck) A property to prevent accidental deletion of active environments.EnvironmentOptions.Builder.deletionProtectionCheck(DeletionProtectionCheck deletionProtectionCheck) Sets the value ofEnvironmentOptions.getDeletionProtectionCheck()EnvironmentProps.Builder.deletionProtectionCheck(DeletionProtectionCheck deletionProtectionCheck) Sets the value ofEnvironmentOptions.getDeletionProtectionCheck()