Module ImageBuilder.Component

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html

type properties = {
  1. description : string option;
  2. supported_os_versions : string list option;
  3. platform : string;
  4. kms_key_id : string option;
  5. version : string;
  6. change_description : string option;
  7. data : string option;
  8. uri : string option;
  9. tags : string Stdlib__Map.Make(Stdlib.String).t option;
  10. name : string;
}

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

val make_properties : ?description:string -> ?supported_os_versions:string list -> platform:string -> ?kms_key_id:string -> version:string -> ?change_description:string -> ?data:string -> ?uri:string -> ?tags:string Stdlib__Map.Make(Stdlib.String).t -> name:string -> unit -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. type_ : string;
  3. arn : string;
  4. name : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string