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
published on Monday, Sep 14, 2026 by Pulumi
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
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 dictionarydata "aws-native_serverlessrepo_get_application" "name" {
# arguments
}The following arguments are supported:
- Application
Id string - The Amazon Resource Name (ARN) of the application.
- Application
Id string - The Amazon Resource Name (ARN) of the application.
- application_
id string - The Amazon Resource Name (ARN) of the application.
- application
Id String - The Amazon Resource Name (ARN) of the application.
- application
Id string - The Amazon Resource Name (ARN) of the application.
- application_
id str - The Amazon Resource Name (ARN) of the application.
- application
Id String - The Amazon Resource Name (ARN) of the application.
getApplication Result
The following output properties are available:
- Application
Id string - The Amazon Resource Name (ARN) of the application.
- 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 stringUrl - A URL with more information about the application.
- bool
- Whether the author of this application has been verified.
- Labels List<string>
- Labels to improve discovery of apps in search results.
- Application
Id string - The Amazon Resource Name (ARN) of the application.
- 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 stringUrl - A URL with more information about the application.
- 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.
- 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_ stringurl - A URL with more information about the application.
- bool
- Whether the author of this application has been verified.
- labels list(string)
- Labels to improve discovery of apps in search results.
- application
Id String - The Amazon Resource Name (ARN) of the application.
- 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 StringUrl - A URL with more information about the application.
- Boolean
- Whether the author of this application has been verified.
- labels List<String>
- Labels to improve discovery of apps in search results.
- application
Id string - The Amazon Resource Name (ARN) of the application.
- 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 stringUrl - A URL with more information about the application.
- 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.
- 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_ strurl - A URL with more information about the application.
- bool
- Whether the author of this application has been verified.
- labels Sequence[str]
- Labels to improve discovery of apps in search results.
- application
Id String - The Amazon Resource Name (ARN) of the application.
- 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 StringUrl - A URL with more information about the application.
- 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
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
published on Monday, Sep 14, 2026 by Pulumi