Uses of Enum
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 DeletionProtectionCheckConfigurationOptions.getDeletionProtectionCheck()A parameter to configure deletion protection.final DeletionProtectionCheckConfigurationOptions.Jsii$Proxy.getDeletionProtectionCheck()final DeletionProtectionCheckConfigurationProps.Jsii$Proxy.getDeletionProtectionCheck()default DeletionProtectionCheckEnvironmentOptions.getDeletionProtectionCheck()A property to prevent accidental deletion of active environments.final DeletionProtectionCheckEnvironmentOptions.Jsii$Proxy.getDeletionProtectionCheck()final DeletionProtectionCheckEnvironmentProps.Jsii$Proxy.getDeletionProtectionCheck()protected DeletionProtectionCheckHostedConfiguration.getDeletionProtectionCheck()final DeletionProtectionCheckHostedConfigurationOptions.Jsii$Proxy.getDeletionProtectionCheck()final DeletionProtectionCheckHostedConfigurationProps.Jsii$Proxy.getDeletionProtectionCheck()protected DeletionProtectionCheckSourcedConfiguration.getDeletionProtectionCheck()final DeletionProtectionCheckSourcedConfigurationOptions.Jsii$Proxy.getDeletionProtectionCheck()final DeletionProtectionCheckSourcedConfigurationProps.Jsii$Proxy.getDeletionProtectionCheck()static DeletionProtectionCheckReturns the enum constant of this type with the specified name.static DeletionProtectionCheck[]DeletionProtectionCheck.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.appconfig with parameters of type DeletionProtectionCheckModifier and TypeMethodDescriptionConfigurationOptions.Builder.deletionProtectionCheck(DeletionProtectionCheck deletionProtectionCheck) Sets the value ofConfigurationOptions.getDeletionProtectionCheck()ConfigurationProps.Builder.deletionProtectionCheck(DeletionProtectionCheck deletionProtectionCheck) Sets the value ofConfigurationOptions.getDeletionProtectionCheck()Environment.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()HostedConfiguration.Builder.deletionProtectionCheck(DeletionProtectionCheck deletionProtectionCheck) A parameter to configure deletion protection.HostedConfigurationOptions.Builder.deletionProtectionCheck(DeletionProtectionCheck deletionProtectionCheck) Sets the value ofConfigurationOptions.getDeletionProtectionCheck()HostedConfigurationProps.Builder.deletionProtectionCheck(DeletionProtectionCheck deletionProtectionCheck) Sets the value ofConfigurationOptions.getDeletionProtectionCheck()SourcedConfiguration.Builder.deletionProtectionCheck(DeletionProtectionCheck deletionProtectionCheck) A parameter to configure deletion protection.SourcedConfigurationOptions.Builder.deletionProtectionCheck(DeletionProtectionCheck deletionProtectionCheck) Sets the value ofConfigurationOptions.getDeletionProtectionCheck()SourcedConfigurationProps.Builder.deletionProtectionCheck(DeletionProtectionCheck deletionProtectionCheck) Sets the value ofConfigurationOptions.getDeletionProtectionCheck()protected voidHostedConfiguration.setDeletionProtectionCheck(DeletionProtectionCheck value) protected voidSourcedConfiguration.setDeletionProtectionCheck(DeletionProtectionCheck value)