ControlTower.EnabledControl
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-controltower-enabledcontrol.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-controltower-enabledcontrol-enabledcontrolparameter.html
type properties = {
parameters : enabled_control_parameter list option;
control_identifier : string;
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 ]
val create_attributes : string -> attributes