Returns selection metadata and a document in JSON format that specifies a list of resources that are associated with a backup plan.
backup_get_backup_selection(BackupPlanId, SelectionId)
[required] Uniquely identifies a backup plan.
[required] Uniquely identifies the body of a request to assign a set of resources to a backup plan.
A list with the following syntax:
list( BackupSelection = list( SelectionName = "string", IamRoleArn = "string", Resources = list( "string" ), ListOfTags = list( list( ConditionType = "STRINGEQUALS", ConditionKey = "string", ConditionValue = "string" ) ) ), SelectionId = "string", BackupPlanId = "string", CreationDate = as.POSIXct( "2015-01-01" ), CreatorRequestId = "string" )
svc$get_backup_selection( BackupPlanId = "string", SelectionId = "string" )