Get Studio Result
data class GetStudioResult(val arn: String? = null, val defaultS3Location: String? = null, val description: String? = null, val idpAuthUrl: String? = null, val idpRelayStateParameterName: String? = null, val name: String? = null, val studioId: String? = null, val subnetIds: List<String>? = null, val tags: List<Tag>? = null, val url: String? = null)
Properties
Link copied to clipboard
The default Amazon S3 location to back up EMR Studio Workspaces and notebook files. A Studio user can select an alternative Amazon S3 location when creating a Workspace.
Link copied to clipboard
A detailed description of the Studio.
Link copied to clipboard
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.
Link copied to clipboard
The name of relay state parameter for external Identity Provider.