Module Values.CreateBackupSelectionInputSource

Creates a JSON document that specifies a set of resources to assign to a backup plan. For examples, see Assigning resources programmatically.

Sourcetype nonrec t = {
  1. backupPlanId : string;
    (*

    The ID of the backup plan.

    *)
  2. backupSelection : BackupSelection.t;
    (*

    The body of a request to assign a set of resources to a backup plan.

    *)
  3. 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.

    *)
}
Sourceval context_ : string
Sourceval make : ?creatorRequestId:??? -> backupPlanId:string -> backupSelection:BackupSelection.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t