AWS::ARCRegionSwitch::Plan Workflow - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::ARCRegionSwitch::Plan Workflow

Represents a workflow in a Region switch plan. A workflow defines a sequence of steps to execute during a Region switch.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Steps" : [ Step, ... ], "WorkflowDescription" : String, "WorkflowTargetAction" : String, "WorkflowTargetRegion" : String }

Properties

Steps

The steps that make up the workflow.

Required: No

Type: Array of Step

Update requires: No interruption

WorkflowDescription

The description of the workflow.

Required: No

Type: String

Update requires: No interruption

WorkflowTargetAction

The action that the workflow performs. Valid values include activate and deactivate.

Required: Yes

Type: String

Allowed values: activate | deactivate | postRecovery

Update requires: No interruption

WorkflowTargetRegion

The AWS Region that the workflow targets.

Required: No

Type: String

Pattern: ^[a-z]{2}-[a-z-]+-\d+$

Update requires: No interruption