Module EMR.StudioSessionMapping

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-studiosessionmapping.html

type properties = {
  1. identity_type : string;
  2. session_policy_arn : string;
  3. studio_id : string;
  4. identity_name : string;
}

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

val make_properties : identity_type:string -> session_policy_arn:string -> studio_id:string -> identity_name: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