RecoveryPlanExecutionStepConfiguration
Type-specific configuration for an execution step response. Mirrors RecoveryPlanStepConfiguration but uses execution-enriched server shapes.
Inheritors
Types
Configuration for a SERVER type step (with execution state like jobID).
Configuration for a WAIT type step.
Functions
Casts this RecoveryPlanExecutionStepConfiguration as a ExecutionServerStepConfiguration and retrieves its aws.sdk.kotlin.services.drs.model.ExecutionServerStepConfiguration value. Throws an exception if the RecoveryPlanExecutionStepConfiguration is not a ExecutionServerStepConfiguration.
Casts this RecoveryPlanExecutionStepConfiguration as a ExecutionServerStepConfiguration and retrieves its aws.sdk.kotlin.services.drs.model.ExecutionServerStepConfiguration value. Returns null if the RecoveryPlanExecutionStepConfiguration is not a ExecutionServerStepConfiguration.
Casts this RecoveryPlanExecutionStepConfiguration as a WaitStepConfiguration and retrieves its aws.sdk.kotlin.services.drs.model.WaitStepConfiguration value. Throws an exception if the RecoveryPlanExecutionStepConfiguration is not a WaitStepConfiguration.
Casts this RecoveryPlanExecutionStepConfiguration as a WaitStepConfiguration and retrieves its aws.sdk.kotlin.services.drs.model.WaitStepConfiguration value. Returns null if the RecoveryPlanExecutionStepConfiguration is not a WaitStepConfiguration.