Route53RecoveryControl.SafetyRulesee http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53recoverycontrol-safetyrule.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53recoverycontrol-safetyrule-gatingrule.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53recoverycontrol-safetyrule-assertionrule.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53recoverycontrol-safetyrule-ruleconfig.html
type properties = {control_panel_arn : string;assertion_rule : assertion_rule option;rule_config : rule_config;gating_rule : gating_rule option;name : string;}see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53recoverycontrol-safetyrule.html;
val make_properties :
control_panel_arn:string ->
?assertion_rule:assertion_rule ->
rule_config:rule_config ->
?gating_rule:gating_rule ->
?tags:tag list ->
name:string ->
unit ->
propertiesval make_gating_rule :
target_controls:string list ->
gating_controls:string list ->
wait_period_ms:int ->
unit ->
gating_ruleval make_tag : value:string -> key:string -> unit -> tagval make_assertion_rule :
asserted_controls:string list ->
wait_period_ms:int ->
unit ->
assertion_ruleval make_rule_config :
type_:string ->
inverted:bool ->
threshold:int ->
unit ->
rule_configval yojson_of_gating_rule :
gating_rule ->
[> `Assoc of (string * Yojson.Safe.t) list ]val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]val yojson_of_assertion_rule :
assertion_rule ->
[> `Assoc of (string * Yojson.Safe.t) list ]val yojson_of_rule_config :
rule_config ->
[> `Assoc of (string * Yojson.Safe.t) list ]val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]val create_attributes : string -> attributes