Module Signer.ProfilePermission

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-signer-profilepermission.html

type properties = {
  1. action : string;
  2. statement_id : string;
  3. profile_name : string;
  4. principal : string;
  5. profile_version : string option;
}

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

val make_properties : action:string -> statement_id:string -> profile_name:string -> principal:string -> ?profile_version:string -> unit -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string