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 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 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:
ARCRegionSwitchPlan | ARCRoutingControl | AuroraGlobalDatabase | CustomActionLambda | DocumentDb | EC2AutoScaling | ECSServiceScaling | EKSResourceScaling | LambdaEventSourceMapping | ManualApproval | Parallel | RdsCreateCrossRegionReplica | RdsPromoteReadReplica | Route53HealthCheckUpdate requires: No interruption
Name-
The name of a step in a workflow.
Required: Yes
Type: String
Update requires: No interruption