aws-native logo
AWS Native v0.55.0, Mar 28 23

aws-native.servicecatalogappregistry.getApplication

Resource Schema for AWS::ServiceCatalogAppRegistry::Application

Using getApplication

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 getApplication(args: GetApplicationArgs, opts?: InvokeOptions): Promise<GetApplicationResult>
function getApplicationOutput(args: GetApplicationOutputArgs, opts?: InvokeOptions): Output<GetApplicationResult>
def get_application(id: Optional[str] = None,
                    opts: Optional[InvokeOptions] = None) -> GetApplicationResult
def get_application_output(id: Optional[pulumi.Input[str]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[GetApplicationResult]
func LookupApplication(ctx *Context, args *LookupApplicationArgs, opts ...InvokeOption) (*LookupApplicationResult, error)
func LookupApplicationOutput(ctx *Context, args *LookupApplicationOutputArgs, opts ...InvokeOption) LookupApplicationResultOutput

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

public static class GetApplication 
{
    public static Task<GetApplicationResult> InvokeAsync(GetApplicationArgs args, InvokeOptions? opts = null)
    public static Output<GetApplicationResult> Invoke(GetApplicationInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetApplicationResult> getApplication(GetApplicationArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: aws-native:servicecatalogappregistry:getApplication
  arguments:
    # arguments dictionary

The following arguments are supported:

Id string
Id string
id String
id string
id str
id String

getApplication Result

The following output properties are available:

Arn string
Description string

The description of the application.

Id string
Name string

The name of the application.

Tags Pulumi.AwsNative.ServiceCatalogAppRegistry.Outputs.ApplicationTags
Arn string
Description string

The description of the application.

Id string
Name string

The name of the application.

Tags ApplicationTags
arn String
description String

The description of the application.

id String
name String

The name of the application.

tags ApplicationTags
arn string
description string

The description of the application.

id string
name string

The name of the application.

tags ApplicationTags
arn str
description str

The description of the application.

id str
name str

The name of the application.

tags ApplicationTags
arn String
description String

The description of the application.

id String
name String

The name of the application.

tags Property Map

Package Details

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