Module EMR.Studio

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

type tag = {
  1. value : string;
  2. key : string;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html

type properties = {
  1. workspace_security_group_id : string;
  2. description : string option;
  3. encryption_key_arn : string option;
  4. default_s3_location : string;
  5. subnet_ids : string list;
  6. idp_auth_url : string option;
  7. trusted_identity_propagation_enabled : bool option;
  8. name : string;
  9. idc_user_assignment : string option;
  10. service_role : string;
  11. vpc_id : string;
  12. engine_security_group_id : string;
  13. user_role : string option;
  14. idp_relay_state_parameter_name : string option;
  15. auth_mode : string;
  16. tags : tag list option;
  17. idc_instance_arn : string option;
}

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

val make_properties : workspace_security_group_id:string -> ?description:string -> ?encryption_key_arn:string -> default_s3_location:string -> subnet_ids:string list -> ?idp_auth_url:string -> ?trusted_identity_propagation_enabled:bool -> name:string -> ?idc_user_assignment:string -> service_role:string -> vpc_id:string -> engine_security_group_id:string -> ?user_role:string -> ?idp_relay_state_parameter_name:string -> auth_mode:string -> ?tags:tag list -> ?idc_instance_arn:string -> unit -> properties
val make_tag : value:string -> key:string -> unit -> tag
val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. arn : string;
  3. studio_id : string;
  4. url : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string