backup_create_backup_selection: Creates a JSON document that specifies a set of resources to...

View source: R/backup_operations.R

backup_create_backup_selectionR Documentation

Creates a JSON document that specifies a set of resources to assign to a backup plan

Description

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.

Usage

backup_create_backup_selection(
  BackupPlanId,
  BackupSelection,
  CreatorRequestId = NULL
)

Arguments

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.


paws.storage documentation built on Sept. 12, 2023, 1:23 a.m.