Module Backup.RestoreTestingSelection

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-restoretestingselection.html

type key_value = {
  1. value : string;
  2. key : string;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-restoretestingselection-keyvalue.html

and protected_resource_conditions = {
  1. string_equals : key_value list option;
  2. string_not_equals : key_value list option;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-restoretestingselection-protectedresourceconditions.html

type properties = {
  1. protected_resource_conditions : protected_resource_conditions option;
  2. protected_resource_type : string;
  3. restore_metadata_overrides : string Stdlib__Map.Make(Stdlib.String).t option;
  4. restore_testing_selection_name : string;
  5. protected_resource_arns : string list option;
  6. restore_testing_plan_name : string;
  7. iam_role_arn : string;
  8. 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 ]
type attributes = {
  1. ref_ : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string