Backup.RestoreTestingSelection
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-restoretestingselection.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-restoretestingselection-keyvalue.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-restoretestingselection-protectedresourceconditions.html
type properties = {
protected_resource_conditions : protected_resource_conditions option;
protected_resource_type : string;
restore_metadata_overrides : string Stdlib__Map.Make(Stdlib.String).t option;
restore_testing_selection_name : string;
protected_resource_arns : string list option;
restore_testing_plan_name : string;
iam_role_arn : string;
validation_window_hours : int option;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-restoretestingselection.html;
val make_properties :
?protected_resource_conditions:protected_resource_conditions ->
protected_resource_type:string ->
?restore_metadata_overrides:string Stdlib__Map.Make(Stdlib.String).t ->
restore_testing_selection_name:string ->
?protected_resource_arns:string list ->
restore_testing_plan_name:string ->
iam_role_arn:string ->
?validation_window_hours:int ->
unit ->
properties
val make_key_value : value:string -> key:string -> unit -> key_value
val make_protected_resource_conditions :
?string_equals:key_value list ->
?string_not_equals:key_value list ->
unit ->
protected_resource_conditions
val yojson_of_key_value : key_value -> Yojson.Safe.t
val yojson_of_protected_resource_conditions :
protected_resource_conditions ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes