Values.CreateRestoreTestingSelectionInputSourceThis request can be sent after CreateRestoreTestingPlan request returns successfully. This is the second part of creating a resource testing plan, and it must be completed sequentially. This consists of RestoreTestingSelectionName, ProtectedResourceType, and one of the following: ProtectedResourceArns ProtectedResourceConditions Each protected resource type can have one single value. A restore testing selection can include a wildcard value ("*") for ProtectedResourceArns along with ProtectedResourceConditions. Alternatively, you can include up to 30 specific protected resource ARNs in ProtectedResourceArns. Cannot select by both protected resource types AND specific ARNs. Request will fail if both are included.
type nonrec t = {creatorRequestId : String_.t option;This is an optional unique string that identifies the request and allows failed requests to be retried without the risk of running the operation twice. If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters.
*)restoreTestingPlanName : String_.t;Input the restore testing plan name that was returned from the related CreateRestoreTestingPlan request.
*)restoreTestingSelection : RestoreTestingSelectionForCreate.t;This consists of RestoreTestingSelectionName, ProtectedResourceType, and one of the following: ProtectedResourceArns ProtectedResourceConditions Each protected resource type can have one single value. A restore testing selection can include a wildcard value ("*") for ProtectedResourceArns along with ProtectedResourceConditions. Alternatively, you can include up to 30 specific protected resource ARNs in ProtectedResourceArns.
*)}val make :
?creatorRequestId:??? ->
restoreTestingPlanName:String_.t ->
restoreTestingSelection:RestoreTestingSelectionForCreate.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of String_.t
| `Structure of
(string
* [> `Integer of Integer.t
| `List of [> `String of string ] list
| `Map of
([> `String of String_.t ] * [> `String of String_.t ]) list
| `String of String_.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of String_.t ]) list ]
list ])
list ])
list ])
list ]