Signer.ProfilePermissionsee http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-signer-profilepermission.html
type properties = {action : string;statement_id : string;profile_name : string;principal : string;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 ->
propertiesval yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]val create_attributes : string -> attributes