paws.storage (version 0.1.0)

backup_get_backup_selection: Returns selection metadata and a document in JSON format that specifies a list of resources that are associated with a backup plan

Description

Returns selection metadata and a document in JSON format that specifies a list of resources that are associated with a backup plan.

Usage

backup_get_backup_selection(BackupPlanId, SelectionId)

Arguments

BackupPlanId

[required] Uniquely identifies a backup plan.

SelectionId

[required] Uniquely identifies the body of a request to assign a set of resources to a backup plan.

Request syntax

svc$get_backup_selection(
  BackupPlanId = "string",
  SelectionId = "string"
)