Module SSO.Assignment

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sso-assignment.html

type properties = {
  1. principal_id : string;
  2. instance_arn : string;
  3. target_type : string;
  4. permission_set_arn : string;
  5. principal_type : string;
  6. target_id : string;
}

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

val make_properties : principal_id:string -> instance_arn:string -> target_type:string -> permission_set_arn:string -> principal_type:string -> target_id: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