Values.StudioSummarySourceDetails for an Amazon EMR Studio, including ID, Name, VPC, and Description. To fetch additional details such as subnets, IAM roles, security groups, and tags for the Studio, use the DescribeStudio API.
type nonrec t = {studioId : XmlStringMaxLen256.t option;The ID of the Amazon EMR Studio.
*)name : XmlStringMaxLen256.t option;The name of the Amazon EMR Studio.
*)vpcId : XmlStringMaxLen256.t option;The ID of the Virtual Private Cloud (Amazon VPC) associated with the Amazon EMR Studio.
*)description : XmlStringMaxLen256.t option;The detailed description of the Amazon EMR Studio.
*)url : XmlStringMaxLen256.t option;The unique access URL of the Amazon EMR Studio.
*)authMode : AuthMode.t option;Specifies whether the Studio authenticates users using IAM or IAM Identity Center.
*)creationTime : Date.t option;The time when the Amazon EMR Studio was created.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of XmlStringMaxLen256.t
| `Timestamp of Date.t ])
list ]