efs_put_backup_policy {paws.storage}R Documentation

Updates the file system's backup policy

Description

Updates the file system's backup policy. Use this action to start or stop automatic backups of the file system.

See https://www.paws-r-sdk.com/docs/efs_put_backup_policy/ for full documentation.

Usage

efs_put_backup_policy(FileSystemId, BackupPolicy)

Arguments

FileSystemId

[required] Specifies which EFS file system to update the backup policy for.

BackupPolicy

[required] The backup policy included in the put_backup_policy request.


[Package paws.storage version 0.7.0 Index]