AWS::ARCRegionSwitch::PlanRepresents a plan that specifies Regions, IAM roles, and workflows of logic required to perform the desired change to your multi-Region application
12 configurable properties. 5 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ExecutionRole | string | Required |
Name | string | RequiredCreate-only |
RecoveryApproach | string | RequiredCreate-only |
Regions | Array<string> | RequiredCreate-only |
Workflows | Array<Workflow> | Required |
AssociatedAlarms | AssociatedAlarmMap | |
Description | string | |
PrimaryRegion | string | Create-only |
RecoveryTimeObjectiveMinutes | number | |
ReportConfiguration | ReportConfiguration | |
Tags | Tags | |
Triggers | Array<Trigger> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
HealthChecksForPlan | object | - |
Owner | string | - |
PlanHealthChecks | Array<string> | - |
Route53HealthChecks | object | - |
Version | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ARCRegionSwitch::Plan
Resources:
MyResource:
Type: AWS::ARCRegionSwitch::Plan
Properties:
ExecutionRole: "value"
Name: "my-name"
RecoveryApproach: "value"
Regions: []
Workflows: []
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
arc-region-switch:CreatePlanarc-region-switch:GetPlanarc-region-switch:ListRoute53HealthChecksarc-region-switch:ListTagsForResourcearc-region-switch:TagResourceiam:PassRolearc-region-switch:GetPlanarc-region-switch:ListRoute53HealthChecksarc-region-switch:ListTagsForResourcearc-region-switch:GetPlanarc-region-switch:ListRoute53HealthChecksarc-region-switch:ListTagsForResourcearc-region-switch:TagResourcearc-region-switch:UntagResourcearc-region-switch:UpdatePlaniam:PassRolearc-region-switch:DeletePlanarc-region-switch:GetPlanarc-region-switch:ListPlansOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
NamePrimaryRegionRecoveryApproachRegions