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>
Resource Type definition for AWS::NimbleStudio::Studio
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
Configuration of the encryption method that is used for the studio.
Link copied to clipboard
The name of the studio, as included in the URL when accessing it in the Nimble Studio portal.
Link copied to clipboard
The IAM role that studio users assume when logging in to the Nimble Studio portal.