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<StudioTagsArgs>? = null, val userRoleArn: Output<String>? = null) : ConvertibleToJava<StudioArgs>
Represents a studio that contains other Nimble Studio resources
Constructors
Link copied to clipboard
fun StudioArgs(adminRoleArn: Output<String>? = null, displayName: Output<String>? = null, studioEncryptionConfiguration: Output<StudioEncryptionConfigurationArgs>? = null, studioName: Output<String>? = null, tags: Output<StudioTagsArgs>? = null, userRoleArn: Output<String>? = null)