Description Usage Arguments Value Request syntax
View source: R/efs_operations.R
Updates the file system's backup policy. Use this action to start or stop automatic backups of the file system.
1 | efs_put_backup_policy(FileSystemId, BackupPolicy)
|
FileSystemId |
[required] Specifies which EFS file system to update the backup policy for. |
BackupPolicy |
[required] The backup policy included in the
|
A list with the following syntax:
1 2 3 4 5 |
1 2 3 4 5 6 | svc$put_backup_policy(
FileSystemId = "string",
BackupPolicy = list(
Status = "ENABLED"|"ENABLING"|"DISABLED"|"DISABLING"
)
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.