GetStudioResult

data class GetStudioResult(val adminRoleArn: String? = null, val displayName: String? = null, val homeRegion: String? = null, val ssoClientId: String? = null, val studioEncryptionConfiguration: StudioEncryptionConfiguration? = null, val studioId: String? = null, val studioUrl: String? = null, val userRoleArn: String? = null)

Constructors

Link copied to clipboard
constructor(adminRoleArn: String? = null, displayName: String? = null, homeRegion: String? = null, ssoClientId: String? = null, studioEncryptionConfiguration: StudioEncryptionConfiguration? = null, studioId: String? = null, studioUrl: String? = null, userRoleArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val adminRoleArn: String? = null

The IAM role that studio admins assume when logging in to the Nimble Studio portal.

Link copied to clipboard
val displayName: String? = null

A friendly name for the studio.

Link copied to clipboard
val homeRegion: String? = null

The AWS Region where the studio resource is located. For example, us-west-2 .

Link copied to clipboard
val ssoClientId: String? = null

The IAM Identity Center application client ID that is used to integrate with IAM Identity Center , which enables IAM Identity Center users to log into the portal.

Link copied to clipboard

Configuration of the encryption method that is used for the studio.

Link copied to clipboard
val studioId: String? = null

The unique identifier for the studio resource.

Link copied to clipboard
val studioUrl: String? = null

The unique identifier for the studio resource.

Link copied to clipboard
val userRoleArn: String? = null

The IAM role that studio users assume when logging in to the Nimble Studio portal.