AWS Fundamentals Logo
AWS Fundamentals
AWS::Backup::RestoreTestingPlan

Backup RestoreTestingPlan

Definition of AWS::Backup::RestoreTestingPlan Resource Type

Properties

6 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
RecoveryPointSelection
RestoreTestingRecoveryPointSelection
Required
RestoreTestingPlanName
string
RequiredCreate-only
ScheduleExpression
string
Required
ScheduleExpressionTimezone
string
StartWindowHours
integer
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
RestoreTestingPlanArnstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

backup:CreateRestoreTestingPlanbackup:TagResourcebackup:GetRestoreTestingPlanbackup:ListTagsiam:CreateServiceLinkedRole

read

backup:GetRestoreTestingPlanbackup:ListTags

update

backup:UpdateRestoreTestingPlanbackup:TagResourcebackup:UntagResourcebackup:GetRestoreTestingPlanbackup:ListTags

delete

backup:DeleteRestoreTestingPlanbackup:GetRestoreTestingPlan

list

backup:ListRestoreTestingPlans

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceBackup
Properties7
Required3
TaggingSupported
Primary IDRestoreTestingPlanName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

RestoreTestingPlanName

External Links