Values.StudioSourceDetails for an Amazon EMR Studio including ID, creation time, name, and so on.
type nonrec t = {studioId : XmlStringMaxLen256.t option;The ID of the Amazon EMR Studio.
*)studioArn : XmlStringMaxLen256.t option;The Amazon Resource Name (ARN) of the Amazon EMR Studio.
*)name : XmlStringMaxLen256.t option;The name of the Amazon EMR Studio.
*)description : XmlStringMaxLen256.t option;The detailed description of the Amazon EMR Studio.
*)authMode : AuthMode.t option;Specifies whether the Amazon EMR Studio authenticates users with IAM or IAM Identity Center.
*)vpcId : XmlStringMaxLen256.t option;The ID of the VPC associated with the Amazon EMR Studio.
*)subnetIds : SubnetIdList.t option;The list of IDs of the subnets associated with the Amazon EMR Studio.
*)serviceRole : XmlString.t option;The name of the IAM role assumed by the Amazon EMR Studio.
*)userRole : XmlString.t option;The name of the IAM role assumed by users logged in to the Amazon EMR Studio. A Studio only requires a UserRole when you use IAM authentication.
*)workspaceSecurityGroupId : XmlStringMaxLen256.t option;The ID of the Workspace security group associated with the Amazon EMR Studio. The Workspace security group allows outbound network traffic to resources in the Engine security group and to the internet.
*)engineSecurityGroupId : XmlStringMaxLen256.t option;The ID of the Engine security group associated with the Amazon EMR Studio. The Engine security group allows inbound network traffic from resources in the Workspace security group.
*)url : XmlString.t option;The unique access URL of the Amazon EMR Studio.
*)creationTime : Date.t option;The time the Amazon EMR Studio was created.
*)defaultS3Location : XmlString.t option;The Amazon S3 location to back up Amazon EMR Studio Workspaces and notebook files.
*)idpAuthUrl : XmlString.t option;Your identity provider's authentication endpoint. Amazon EMR Studio redirects federated users to this endpoint for authentication when logging in to a Studio with the Studio URL.
*)idpRelayStateParameterName : XmlStringMaxLen256.t option;The name of your identity provider's RelayState parameter.
*)idcInstanceArn : ArnType.t option;The ARN of the IAM Identity Center instance the Studio application belongs to.
*)trustedIdentityPropagationEnabled : BooleanObject.t option;Indicates whether the Studio has Trusted identity propagation enabled. The default value is false.
*)idcUserAssignment : IdcUserAssignment.t option;Indicates whether the Studio has REQUIRED or OPTIONAL IAM Identity Center user assignment. If the value is set to REQUIRED, users must be explicitly assigned to the Studio application to access the Studio.
*)encryptionKeyArn : XmlString.t option;The KMS key identifier (ARN) used to encrypt Amazon EMR Studio workspace and notebook files when backed up to Amazon S3.
*)}val make :
?studioId:??? ->
?studioArn:??? ->
?name:??? ->
?description:??? ->
?authMode:??? ->
?vpcId:??? ->
?subnetIds:??? ->
?serviceRole:??? ->
?userRole:??? ->
?workspaceSecurityGroupId:??? ->
?engineSecurityGroupId:??? ->
?url:??? ->
?creationTime:??? ->
?defaultS3Location:??? ->
?idpAuthUrl:??? ->
?idpRelayStateParameterName:??? ->
?tags:??? ->
?idcInstanceArn:??? ->
?trustedIdentityPropagationEnabled:??? ->
?idcUserAssignment:??? ->
?encryptionKeyArn:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of BooleanObject.t
| `Enum of string
| `List of
[> `String of String_.t
| `Structure of (string * [> `String of String_.t ]) list ]
list
| `String of XmlStringMaxLen256.t
| `Timestamp of Date.t ])
list ]