Module CloudFront.PublicKey

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

type public_key_config = {
  1. comment : string option;
  2. caller_reference : string;
  3. encoded_key : string;
  4. name : string;
}

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

type properties = {
  1. public_key_config : public_key_config;
}

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

val make_properties : public_key_config:public_key_config -> unit -> properties
val make_public_key_config : ?comment:string -> caller_reference:string -> encoded_key:string -> name:string -> unit -> public_key_config
val yojson_of_public_key_config : public_key_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. created_time : string;
  3. id : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string