Module NimbleStudio.StreamingImage

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-streamingimage.html

type streaming_image_encryption_configuration = {
  1. key_type : string;
  2. key_arn : string option;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-streamingimage-streamingimageencryptionconfiguration.html

type properties = {
  1. description : string option;
  2. ec2_image_id : string;
  3. studio_id : string;
  4. tags : string Stdlib__Map.Make(Stdlib.String).t option;
  5. name : string;
}

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

val make_properties : ?description:string -> ec2_image_id:string -> studio_id:string -> ?tags:string Stdlib__Map.Make(Stdlib.String).t -> name:string -> unit -> properties
val make_streaming_image_encryption_configuration : key_type:string -> ?key_arn:string -> unit -> streaming_image_encryption_configuration
val yojson_of_streaming_image_encryption_configuration : streaming_image_encryption_configuration -> [> `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. owner : string;
  3. platform : string;
  4. eula_ids : string list;
  5. encryption_configuration__key_arn : string;
  6. encryption_configuration__key_type : string;
  7. streaming_image_id : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string