StudioSummary

Details 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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies whether the Studio authenticates users using IAM or IAM Identity Center.

Link copied to clipboard

The time when the Amazon EMR Studio was created.

Link copied to clipboard

The detailed description of the Amazon EMR Studio.

Link copied to clipboard
val name: String?

The name of the Amazon EMR Studio.

Link copied to clipboard

The ID of the Amazon EMR Studio.

Link copied to clipboard
val url: String?

The unique access URL of the Amazon EMR Studio.

Link copied to clipboard

The ID of the Virtual Private Cloud (Amazon VPC) associated with the Amazon EMR Studio.

Functions

Link copied to clipboard
inline fun copy(block: StudioSummary.Builder.() -> Unit = {}): StudioSummary
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String