Module ControlTower.EnabledControl

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-controltower-enabledcontrol.html

type enabled_control_parameter = {
  1. value : Yojson.Safe.t;
  2. key : string;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-controltower-enabledcontrol-enabledcontrolparameter.html

type properties = {
  1. parameters : enabled_control_parameter list option;
  2. control_identifier : string;
  3. target_identifier : string;
}

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

val make_properties : ?parameters:enabled_control_parameter list -> control_identifier:string -> target_identifier:string -> unit -> properties
val make_enabled_control_parameter : value:Yojson.Safe.t -> key:string -> unit -> enabled_control_parameter
val yojson_of_enabled_control_parameter : enabled_control_parameter -> [> `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