Module ControlTower.EnabledBaseline

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

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

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

and tag = {
  1. value : string;
  2. key : string;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html

type properties = {
  1. baseline_version : string;
  2. parameters : parameter list option;
  3. baseline_identifier : string;
  4. target_identifier : string;
  5. tags : tag list option;
}

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

val make_properties : baseline_version:string -> ?parameters:parameter list -> baseline_identifier:string -> target_identifier:string -> ?tags:tag list -> unit -> properties
val make_parameter : ?value:Yojson.Safe.t -> ?key:string -> unit -> parameter
val make_tag : value:string -> key:string -> unit -> tag
val yojson_of_parameter : parameter -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. enabled_baseline_identifier : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string