AWS::EFS::FileSystem BackupPolicy - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::EFS::FileSystem BackupPolicy

The backup policy turns automatic backups for the file system on or off.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Status" : String }

YAML

Status: String

Properties

Status

Set the backup policy status for the file system.

  • ENABLED - Turns automatic backups on for the file system.

  • DISABLED - Turns automatic backups off for the file system.

Required: Yes

Type: String

Allowed values: DISABLED | ENABLED

Update requires: No interruption