Get Studio Result
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)
Properties
Link copied to clipboard
The IAM role that studio admins assume when logging in to the Nimble Studio portal.
Link copied to clipboard
A friendly name for the studio.
Link copied to clipboard
The AWS Region where the studio resource is located. For example, us-west-2
.
Link copied to clipboard
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
The IAM role that studio users assume when logging in to the Nimble Studio portal.