Uses of Enum
software.amazon.awscdk.services.autoscaling.DeletionProtection
Packages that use DeletionProtection
Package
Description
Amazon EC2 Auto Scaling Construct Library
Amazon ECS Construct Library
Amazon EKS Construct Library
Amazon EKS V2 Construct Library
-
Uses of DeletionProtection in software.amazon.awscdk.services.autoscaling
Methods in software.amazon.awscdk.services.autoscaling that return DeletionProtectionModifier and TypeMethodDescriptionfinal DeletionProtectionAutoScalingGroupProps.Jsii$Proxy.getDeletionProtection()default DeletionProtectionCommonAutoScalingGroupProps.getDeletionProtection()Deletion protection for the Auto Scaling group.final DeletionProtectionCommonAutoScalingGroupProps.Jsii$Proxy.getDeletionProtection()static DeletionProtectionReturns the enum constant of this type with the specified name.static DeletionProtection[]DeletionProtection.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.autoscaling with parameters of type DeletionProtectionModifier and TypeMethodDescriptionAutoScalingGroup.Builder.deletionProtection(DeletionProtection deletionProtection) Deletion protection for the Auto Scaling group.AutoScalingGroupProps.Builder.deletionProtection(DeletionProtection deletionProtection) Sets the value ofCommonAutoScalingGroupProps.getDeletionProtection()CommonAutoScalingGroupProps.Builder.deletionProtection(DeletionProtection deletionProtection) Sets the value ofCommonAutoScalingGroupProps.getDeletionProtection() -
Uses of DeletionProtection in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs that return DeletionProtectionModifier and TypeMethodDescriptionfinal DeletionProtectionAddCapacityOptions.Jsii$Proxy.getDeletionProtection()Methods in software.amazon.awscdk.services.ecs with parameters of type DeletionProtectionModifier and TypeMethodDescriptionAddCapacityOptions.Builder.deletionProtection(DeletionProtection deletionProtection) Sets the value ofCommonAutoScalingGroupProps.getDeletionProtection() -
Uses of DeletionProtection in software.amazon.awscdk.services.eks
Methods in software.amazon.awscdk.services.eks that return DeletionProtectionModifier and TypeMethodDescriptionfinal DeletionProtectionAutoScalingGroupCapacityOptions.Jsii$Proxy.getDeletionProtection()Methods in software.amazon.awscdk.services.eks with parameters of type DeletionProtectionModifier and TypeMethodDescriptionAutoScalingGroupCapacityOptions.Builder.deletionProtection(DeletionProtection deletionProtection) Sets the value ofCommonAutoScalingGroupProps.getDeletionProtection() -
Uses of DeletionProtection in software.amazon.awscdk.services.eks_v2
Methods in software.amazon.awscdk.services.eks_v2 that return DeletionProtectionModifier and TypeMethodDescriptionfinal DeletionProtectionAutoScalingGroupCapacityOptions.Jsii$Proxy.getDeletionProtection()Methods in software.amazon.awscdk.services.eks_v2 with parameters of type DeletionProtectionModifier and TypeMethodDescriptionAutoScalingGroupCapacityOptions.Builder.deletionProtection(DeletionProtection deletionProtection) Sets the value ofCommonAutoScalingGroupProps.getDeletionProtection()