aws-native logo
AWS Native v0.63.0, May 25 23

aws-native.nimblestudio.getStudio

Explore with Pulumi AI

Represents a studio that contains other Nimble Studio resources

Using getStudio

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getStudio(args: GetStudioArgs, opts?: InvokeOptions): Promise<GetStudioResult>
function getStudioOutput(args: GetStudioOutputArgs, opts?: InvokeOptions): Output<GetStudioResult>
def get_studio(studio_id: Optional[str] = None,
               opts: Optional[InvokeOptions] = None) -> GetStudioResult
def get_studio_output(studio_id: Optional[pulumi.Input[str]] = None,
               opts: Optional[InvokeOptions] = None) -> Output[GetStudioResult]
func LookupStudio(ctx *Context, args *LookupStudioArgs, opts ...InvokeOption) (*LookupStudioResult, error)
func LookupStudioOutput(ctx *Context, args *LookupStudioOutputArgs, opts ...InvokeOption) LookupStudioResultOutput

> Note: This function is named LookupStudio in the Go SDK.

public static class GetStudio 
{
    public static Task<GetStudioResult> InvokeAsync(GetStudioArgs args, InvokeOptions? opts = null)
    public static Output<GetStudioResult> Invoke(GetStudioInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetStudioResult> getStudio(GetStudioArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: aws-native:nimblestudio:getStudio
  arguments:
    # arguments dictionary

The following arguments are supported:

StudioId string
StudioId string
studioId String
studioId string
studioId String

getStudio Result

The following output properties are available:

Supporting Types

StudioEncryptionConfiguration

StudioEncryptionConfigurationKeyType

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0