Values.CreateBackupSelectionInputSourceCreates a JSON document that specifies a set of resources to assign to a backup plan. For examples, see Assigning resources programmatically.
type nonrec t = {backupPlanId : string;The ID of the backup plan.
*)backupSelection : BackupSelection.t;The body of a request to assign a set of resources to a backup plan.
*)creatorRequestId : string option;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.
*)}val make :
?creatorRequestId:??? ->
backupPlanId:string ->
backupSelection:BackupSelection.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of string
| `Structure of
(string
* [> `List of
[> `String of ARN.t
| `Structure of
(string
* [> `Enum of string | `String of ConditionKey.t ])
list ]
list
| `String of BackupSelectionName.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of ConditionKey.t ]) list ]
list ])
list ])
list ])
list ]