com.pulumi.awsnative.nimblestudio.kotlin.StudioArgs.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.nimblestudio.kotlin
import com.pulumi.awsnative.nimblestudio.StudioArgs.builder
import com.pulumi.awsnative.nimblestudio.kotlin.inputs.StudioEncryptionConfigurationArgs
import com.pulumi.awsnative.nimblestudio.kotlin.inputs.StudioEncryptionConfigurationArgsBuilder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import com.pulumi.kotlin.applySuspend
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.Unit
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
* Represents a studio that contains other Nimble Studio resources
* @property adminRoleArn The IAM role that Studio Admins will assume when logging in to the Nimble Studio portal.
* @property displayName A friendly name for the studio.
* @property studioEncryptionConfiguration Configuration of the encryption method that is used for the studio.
* @property studioName The studio name that is used in the URL of the Nimble Studio portal when accessed by Nimble Studio users.
* @property tags An array of key-value pairs to apply to this resource.
* For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html) .
* @property userRoleArn The IAM role that Studio Users will assume when logging in to the Nimble Studio portal.
*/
public data class StudioArgs(
public val adminRoleArn: Output? = null,
public val displayName: Output? = null,
public val studioEncryptionConfiguration: Output? = null,
public val studioName: Output? = null,
public val tags: Output