Studio Args
data class StudioArgs(val adminRoleArn: Output<String>? = null, val displayName: Output<String>? = null, val studioEncryptionConfiguration: Output<StudioEncryptionConfigurationArgs>? = null, val studioName: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val userRoleArn: Output<String>? = null) : ConvertibleToJava<StudioArgs>
Represents a studio that contains other Nimble Studio resources
Properties
Link copied to clipboard
The IAM role that Studio Admins will assume when logging in to the Nimble Studio portal.
Link copied to clipboard
A friendly name for the studio.
Link copied to clipboard
Configuration of the encryption method that is used for the studio.
Link copied to clipboard
The studio name that is used in the URL of the Nimble Studio portal when accessed by Nimble Studio users.
Link copied to clipboard
The IAM role that Studio Users will assume when logging in to the Nimble Studio portal.