Module CloudFront.KeyGroup

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-keygroup.html

type key_group_config = {
  1. comment : string option;
  2. items : string list;
  3. name : string;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-keygroup-keygroupconfig.html

type properties = {
  1. key_group_config : key_group_config;
}

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

val make_properties : key_group_config:key_group_config -> unit -> properties
val make_key_group_config : ?comment:string -> items:string list -> name:string -> unit -> key_group_config
val yojson_of_key_group_config : key_group_config -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties : properties -> [> `Assoc of (string * [> `Assoc of (string * Yojson.Safe.t) list ]) list ]
type attributes = {
  1. ref_ : string;
  2. last_modified_time : string;
  3. id : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string