1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. nimblestudio
  5. getStudio

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.30.0 published on Monday, Jun 16, 2025 by Pulumi

aws-native.nimblestudio.getStudio

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.30.0 published on Monday, Jun 16, 2025 by Pulumi

    Resource Type definition for AWS::NimbleStudio::Studio

    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)
    public static Output<GetStudioResult> getStudio(GetStudioArgs args, InvokeOptions options)
    
    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

    KeyType string
    KeyArn string
    KeyType string
    KeyArn string
    keyType String
    keyArn String
    keyType string
    keyArn string
    keyType String
    keyArn String

    Package Details

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

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.30.0 published on Monday, Jun 16, 2025 by Pulumi