GetStudioResult

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)

Constructors

Link copied to clipboard
constructor(arn: String? = null, defaultS3Location: String? = null, description: String? = null, idpAuthUrl: String? = null, idpRelayStateParameterName: String? = null, name: String? = null, studioId: String? = null, subnetIds: List<String>? = null, tags: List<Tag>? = null, url: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the EMR Studio.

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
val description: String? = null

A detailed description of the Studio.

Link copied to clipboard
val idpAuthUrl: String? = null

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.

Link copied to clipboard
val name: String? = null

A descriptive name for the Amazon EMR Studio.

Link copied to clipboard
val studioId: String? = null

The ID of the EMR Studio.

Link copied to clipboard
val subnetIds: List<String>? = null

A list of up to 5 subnet IDs to associate with the Studio. The subnets must belong to the VPC specified by VpcId. Studio users can create a Workspace in any of the specified subnets.

Link copied to clipboard
val tags: List<Tag>? = null

A list of tags to associate with the Studio. Tags are user-defined key-value pairs that consist of a required key string with a maximum of 128 characters, and an optional value string with a maximum of 256 characters.

Link copied to clipboard
val url: String? = null

The unique Studio access URL.