1. Registry
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. serverlessrepo
  6. getApplication

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

Viewing docs for AWS Cloud Control v1.79.0
published on Monday, Sep 14, 2026 by Pulumi
aws-native logo aws-native logo

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

Viewing docs for AWS Cloud Control v1.79.0
published on Monday, Sep 14, 2026 by Pulumi

    Resource type definition for an AWS Serverless Application Repository 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?: InvokeOutputOptions): Output<GetApplicationResult>
    def get_application(application_id: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetApplicationResult
    def get_application_output(application_id: pulumi.Input[Optional[str]] = None,
                        opts: Optional[InvokeOutputOptions] = 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 Output<GetApplicationResult> Invoke(GetApplicationInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetApplicationResult> getApplication(GetApplicationArgs args, InvokeOptions options)
    public static Output<GetApplicationResult> getApplication(GetApplicationArgs args, InvokeOptions options)
    public static Output<GetApplicationResult> getApplication(GetApplicationArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: aws-native:serverlessrepo:getApplication
      arguments:
        # arguments dictionary
    data "aws-native_serverlessrepo_get_application" "name" {
        # arguments
    }

    The following arguments are supported:

    ApplicationId string
    The Amazon Resource Name (ARN) of the application.
    ApplicationId string
    The Amazon Resource Name (ARN) of the application.
    application_id string
    The Amazon Resource Name (ARN) of the application.
    applicationId String
    The Amazon Resource Name (ARN) of the application.
    applicationId string
    The Amazon Resource Name (ARN) of the application.
    application_id str
    The Amazon Resource Name (ARN) of the application.
    applicationId String
    The Amazon Resource Name (ARN) of the application.

    getApplication Result

    The following output properties are available:

    ApplicationId string
    The Amazon Resource Name (ARN) of the application.
    Author string
    The name of the author publishing the app.
    CreationTime string
    The date and time this resource was created.
    Description string
    The description of the application.
    HomePageUrl string
    A URL with more information about the application.
    IsVerifiedAuthor bool
    Whether the author of this application has been verified.
    Labels List<string>
    Labels to improve discovery of apps in search results.
    ApplicationId string
    The Amazon Resource Name (ARN) of the application.
    Author string
    The name of the author publishing the app.
    CreationTime string
    The date and time this resource was created.
    Description string
    The description of the application.
    HomePageUrl string
    A URL with more information about the application.
    IsVerifiedAuthor bool
    Whether the author of this application has been verified.
    Labels []string
    Labels to improve discovery of apps in search results.
    application_id string
    The Amazon Resource Name (ARN) of the application.
    author string
    The name of the author publishing the app.
    creation_time string
    The date and time this resource was created.
    description string
    The description of the application.
    home_page_url string
    A URL with more information about the application.
    is_verified_author bool
    Whether the author of this application has been verified.
    labels list(string)
    Labels to improve discovery of apps in search results.
    applicationId String
    The Amazon Resource Name (ARN) of the application.
    author String
    The name of the author publishing the app.
    creationTime String
    The date and time this resource was created.
    description String
    The description of the application.
    homePageUrl String
    A URL with more information about the application.
    isVerifiedAuthor Boolean
    Whether the author of this application has been verified.
    labels List<String>
    Labels to improve discovery of apps in search results.
    applicationId string
    The Amazon Resource Name (ARN) of the application.
    author string
    The name of the author publishing the app.
    creationTime string
    The date and time this resource was created.
    description string
    The description of the application.
    homePageUrl string
    A URL with more information about the application.
    isVerifiedAuthor boolean
    Whether the author of this application has been verified.
    labels string[]
    Labels to improve discovery of apps in search results.
    application_id str
    The Amazon Resource Name (ARN) of the application.
    author str
    The name of the author publishing the app.
    creation_time str
    The date and time this resource was created.
    description str
    The description of the application.
    home_page_url str
    A URL with more information about the application.
    is_verified_author bool
    Whether the author of this application has been verified.
    labels Sequence[str]
    Labels to improve discovery of apps in search results.
    applicationId String
    The Amazon Resource Name (ARN) of the application.
    author String
    The name of the author publishing the app.
    creationTime String
    The date and time this resource was created.
    description String
    The description of the application.
    homePageUrl String
    A URL with more information about the application.
    isVerifiedAuthor Boolean
    Whether the author of this application has been verified.
    labels List<String>
    Labels to improve discovery of apps in search results.

    Package Details

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

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

    Viewing docs for AWS Cloud Control v1.79.0
    published on Monday, Sep 14, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial