View a markdown version of this page

RecoveryPlanStep - AWS Elastic Disaster Recovery

RecoveryPlanStep

A Recovery Plan Step resource.

Contents

configuration

The type-specific configuration of the step.

Type: RecoveryPlanStepConfiguration object

Note: This object is a Union. Only one member of this object can be specified or returned.

Required: Yes

createdAt

The timestamp when the step was created.

Type: String

Length Constraints: Minimum length of 19. Maximum length of 32.

Pattern: [1-9][0-9]*-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T([0-1][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?Z

Required: Yes

recoveryPlanStepArn

The ARN of the Recovery Plan step.

Type: String

Length Constraints: Minimum length of 20. Maximum length of 2048.

Pattern: arn:aws(-[a-z0-9]+)*:drs:[a-z0-9-]+:[0-9]{12}:[a-zA-Z0-9_/.-]+

Required: Yes

stepName

The name of the step.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 256.

Pattern: [a-zA-Z0-9][a-zA-Z0-9 _-]*

Required: Yes

stepOrder

The 1-based position of the step within the Recovery Plan.

Type: Integer

Valid Range: Minimum value of 1. Maximum value of 20.

Required: Yes

updatedAt

The timestamp when the step was last updated.

Type: String

Length Constraints: Minimum length of 19. Maximum length of 32.

Pattern: [1-9][0-9]*-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T([0-1][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?Z

Required: Yes

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: