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://www.paws-r-sdk.com/docs/backup_create_backup_selection/ for full documentation.
backup_create_backup_selection(
BackupPlanId,
BackupSelection,
CreatorRequestId = NULL
)
BackupPlanId |
[required] The ID of the backup plan. |
BackupSelection |
[required] 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.