Module LicenseManager.Grant

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-licensemanager-grant.html

type properties = {
  1. status : string option;
  2. principals : string list option;
  3. home_region : string option;
  4. allowed_operations : string list option;
  5. license_arn : string option;
  6. grant_name : string option;
}

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

val make_properties : ?status:string -> ?principals:string list -> ?home_region:string -> ?allowed_operations:string list -> ?license_arn:string -> ?grant_name:string -> unit -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. grant_arn : string;
  3. version : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string