ImageBuilder.Component
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html
type properties = {
description : string option;
supported_os_versions : string list option;
platform : string;
kms_key_id : string option;
version : string;
change_description : string option;
data : string option;
uri : string option;
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 ]
val create_attributes : string -> attributes