getStudio

Represents a studio that contains other Nimble Studio resources

Return

null

Parameters

argument

null


suspend fun getStudio(studioId: String): GetStudioResult

Return

null

Parameters

studioId

The unique identifier for the studio resource.

See also


suspend fun getStudio(argument: suspend GetStudioPlainArgsBuilder.() -> Unit): GetStudioResult

Return

null

Parameters

argument

Builder for com.pulumi.awsnative.nimblestudio.kotlin.inputs.GetStudioPlainArgs.

See also