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 will 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 Amazon Web Services Region where the studio resource is located.

Link copied to clipboard
val ssoClientId: String? = null

The Amazon Web Services SSO application client ID used to integrate with Amazon Web Services SSO to enable Amazon Web Services SSO users to log in to Nimble Studio 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 address of the web page for the studio.

Link copied to clipboard
val userRoleArn: String? = null

The IAM role that Studio Users will assume when logging in to the Nimble Studio portal.