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

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

AWS Cloud Control v1.29.0 published on Thursday, Jun 5, 2025 by Pulumi

aws-native.nimblestudio.getStudioComponent

Explore with Pulumi AI

aws-native logo

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

AWS Cloud Control v1.29.0 published on Thursday, Jun 5, 2025 by Pulumi

    Resource Type definition for AWS::NimbleStudio::StudioComponent

    Using getStudioComponent

    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 getStudioComponent(args: GetStudioComponentArgs, opts?: InvokeOptions): Promise<GetStudioComponentResult>
    function getStudioComponentOutput(args: GetStudioComponentOutputArgs, opts?: InvokeOptions): Output<GetStudioComponentResult>
    def get_studio_component(studio_component_id: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetStudioComponentResult
    def get_studio_component_output(studio_component_id: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetStudioComponentResult]
    func LookupStudioComponent(ctx *Context, args *LookupStudioComponentArgs, opts ...InvokeOption) (*LookupStudioComponentResult, error)
    func LookupStudioComponentOutput(ctx *Context, args *LookupStudioComponentOutputArgs, opts ...InvokeOption) LookupStudioComponentResultOutput

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

    public static class GetStudioComponent 
    {
        public static Task<GetStudioComponentResult> InvokeAsync(GetStudioComponentArgs args, InvokeOptions? opts = null)
        public static Output<GetStudioComponentResult> Invoke(GetStudioComponentInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetStudioComponentResult> getStudioComponent(GetStudioComponentArgs args, InvokeOptions options)
    public static Output<GetStudioComponentResult> getStudioComponent(GetStudioComponentArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:nimblestudio:getStudioComponent
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getStudioComponent Result

    The following output properties are available:

    Supporting Types

    StudioComponentActiveDirectoryComputerAttribute

    Name string
    Value string
    Name string
    Value string
    name String
    value String
    name string
    value string
    name str
    value str
    name String
    value String

    StudioComponentActiveDirectoryConfiguration

    StudioComponentComputeFarmConfiguration

    StudioComponentConfiguration

    StudioComponentInitializationScript

    StudioComponentLicenseServiceConfiguration

    Endpoint string
    Endpoint string
    endpoint String
    endpoint string
    endpoint String

    StudioComponentScriptParameterKeyValue

    Key string
    Value string
    Key string
    Value string
    key String
    value String
    key string
    value string
    key str
    value str
    key String
    value String

    StudioComponentSharedFileSystemConfiguration

    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.29.0 published on Thursday, Jun 5, 2025 by Pulumi