EMR.Studio
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-studio.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
type properties = {
workspace_security_group_id : string;
description : string option;
encryption_key_arn : string option;
default_s3_location : string;
subnet_ids : string list;
idp_auth_url : string option;
trusted_identity_propagation_enabled : bool option;
name : string;
idc_user_assignment : string option;
service_role : string;
vpc_id : string;
engine_security_group_id : string;
user_role : string option;
idp_relay_state_parameter_name : string option;
auth_mode : string;
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 ]
val create_attributes : string -> attributes