Enum RecoveryPlanServerImpactLevel

java.lang.Object
java.lang.Enum<RecoveryPlanServerImpactLevel>
software.amazon.awssdk.services.drs.model.RecoveryPlanServerImpactLevel
All Implemented Interfaces:
Serializable, Comparable<RecoveryPlanServerImpactLevel>

@Generated("software.amazon.awssdk:codegen") public enum RecoveryPlanServerImpactLevel extends Enum<RecoveryPlanServerImpactLevel>

The impact level of a server within a Recovery Plan step. CRITICAL means the step fails if this server fails. OPTIONAL means the step continues even if this server fails.