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

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

aws-native.nimblestudio.getStudioComponent

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

    Represents a studio component that connects a non-Nimble Studio resource in your account to your studio

    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,
                             studio_id: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetStudioComponentResult
    def get_studio_component_output(studio_component_id: Optional[pulumi.Input[str]] = None,
                             studio_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)
    // Output-based functions aren't available in Java yet
    
    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

    StudioComponentConfiguration0Properties

    StudioComponentConfiguration1Properties

    StudioComponentConfiguration2Properties

    StudioComponentConfiguration3Properties

    StudioComponentInitializationScript

    StudioComponentInitializationScriptRunContext

    StudioComponentLaunchProfilePlatform

    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

    StudioComponentType

    Package Details

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

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi