This is the new AWS 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 Step
Represents a step in a Region switch plan workflow. Each step performs a specific action during the Region switch process.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Description" :String, "ExecutionBlockConfiguration" :ExecutionBlockConfiguration, "ExecutionBlockType" :String, "Name" :String}
YAML
Description:StringExecutionBlockConfiguration:ExecutionBlockConfigurationExecutionBlockType:StringName:String
Properties
Description-
The description of a step in a workflow.
Required: No
Type: String
Update requires: No interruption
ExecutionBlockConfiguration-
The configuration for an execution block in a workflow.
Required: Yes
Type: ExecutionBlockConfiguration
Update requires: No interruption
ExecutionBlockType-
The type of an execution block in a workflow.
Required: Yes
Type: String
Allowed values:
CustomActionLambda | ManualApproval | AuroraGlobalDatabase | EC2AutoScaling | ARCRoutingControl | ARCRegionSwitchPlan | Parallel | ECSServiceScaling | EKSResourceScaling | Route53HealthCheckUpdate requires: No interruption
Name-
The name of a step in a workflow.
Required: Yes
Type: String
Update requires: No interruption