Module Route53RecoveryControl.RoutingControl

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53recoverycontrol-routingcontrol.html

type properties = {
  1. cluster_arn : string option;
  2. control_panel_arn : string option;
  3. name : string;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53recoverycontrol-routingcontrol.html;

val make_properties : ?cluster_arn:string -> ?control_panel_arn:string -> name:string -> unit -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. status : string;
  3. routing_control_arn : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string