View source: R/backup_operations.R
backup_create_backup_selection | R Documentation |
Creates a JSON document that specifies a set of resources to assign to a backup plan. For examples, see Assigning resources programmatically.
See https://paws-r.github.io/docs/backup/create_backup_selection.html for full documentation.
backup_create_backup_selection( BackupPlanId, BackupSelection, CreatorRequestId = NULL )
BackupPlanId |
[required] Uniquely identifies the backup plan to be associated with the selection of resources. |
BackupSelection |
[required] Specifies the body of a request to assign a set of resources to a backup plan. |
CreatorRequestId |
A unique string that identifies the request and allows failed requests to be retried without the risk of running the operation twice. This parameter is optional. If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.