AWS::Backup::RestoreTestingPlanDefinition of AWS::Backup::RestoreTestingPlan Resource Type
6 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
RecoveryPointSelection | RestoreTestingRecoveryPointSelection | Required |
RestoreTestingPlanName | string | RequiredCreate-only |
ScheduleExpression | string | Required |
ScheduleExpressionTimezone | string | |
StartWindowHours | integer | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
RestoreTestingPlanArn | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Backup::RestoreTestingPlan
Resources:
MyResource:
Type: AWS::Backup::RestoreTestingPlan
Properties:
RecoveryPointSelection: "value"
ScheduleExpression: "value"
RestoreTestingPlanName: "my-restoretestingplanname"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
backup:CreateRestoreTestingPlanbackup:TagResourcebackup:GetRestoreTestingPlanbackup:ListTagsiam:CreateServiceLinkedRolebackup:GetRestoreTestingPlanbackup:ListTagsbackup:UpdateRestoreTestingPlanbackup:TagResourcebackup:UntagResourcebackup:GetRestoreTestingPlanbackup:ListTagsbackup:DeleteRestoreTestingPlanbackup:GetRestoreTestingPlanbackup:ListRestoreTestingPlansOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterRestoreTestingPlanNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
RestoreTestingPlanName