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

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.

    Create Application Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new Application(name: string, args: ApplicationArgs, opts?: CustomResourceOptions);
    @overload
    def Application(resource_name: str,
                    args: ApplicationArgs,
                    opts: Optional[ResourceOptions] = None)
    
    @overload
    def Application(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    author: Optional[str] = None,
                    description: Optional[str] = None,
                    home_page_url: Optional[str] = None,
                    labels: Optional[Sequence[str]] = None,
                    license_body: Optional[str] = None,
                    name: Optional[str] = None,
                    readme_body: Optional[str] = None,
                    semantic_version: Optional[str] = None,
                    source_code_url: Optional[str] = None,
                    spdx_license_id: Optional[str] = None,
                    template_body: Optional[str] = None)
    func NewApplication(ctx *Context, name string, args ApplicationArgs, opts ...ResourceOption) (*Application, error)
    public Application(string name, ApplicationArgs args, CustomResourceOptions? opts = null)
    public Application(String name, ApplicationArgs args)
    public Application(String name, ApplicationArgs args, CustomResourceOptions options)
    
    type: aws-native:serverlessrepo:Application
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "aws-native_serverlessrepo_application" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args ApplicationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args ApplicationArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args ApplicationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ApplicationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ApplicationArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Application Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The Application resource accepts the following input properties:

    Author string
    The name of the author publishing the app.
    Description string
    The description of the application.
    HomePageUrl string
    A URL with more information about the application.
    Labels List<string>
    Labels to improve discovery of apps in search results.
    LicenseBody string
    A local text file that contains the license of the app.
    Name string
    The name of the application.
    ReadmeBody string
    A text readme file in Markdown language that contains a more detailed description of the application.
    SemanticVersion string
    The semantic version of the application.
    SourceCodeUrl string
    A link to a public repository for the source code of your application.
    SpdxLicenseId string
    A valid identifier from https://spdx.org/licenses/.
    TemplateBody string
    The local raw packaged AWS SAM template file of your application.
    Author string
    The name of the author publishing the app.
    Description string
    The description of the application.
    HomePageUrl string
    A URL with more information about the application.
    Labels []string
    Labels to improve discovery of apps in search results.
    LicenseBody string
    A local text file that contains the license of the app.
    Name string
    The name of the application.
    ReadmeBody string
    A text readme file in Markdown language that contains a more detailed description of the application.
    SemanticVersion string
    The semantic version of the application.
    SourceCodeUrl string
    A link to a public repository for the source code of your application.
    SpdxLicenseId string
    A valid identifier from https://spdx.org/licenses/.
    TemplateBody string
    The local raw packaged AWS SAM template file of your application.
    author string
    The name of the author publishing the app.
    description string
    The description of the application.
    home_page_url string
    A URL with more information about the application.
    labels list(string)
    Labels to improve discovery of apps in search results.
    license_body string
    A local text file that contains the license of the app.
    name string
    The name of the application.
    readme_body string
    A text readme file in Markdown language that contains a more detailed description of the application.
    semantic_version string
    The semantic version of the application.
    source_code_url string
    A link to a public repository for the source code of your application.
    spdx_license_id string
    A valid identifier from https://spdx.org/licenses/.
    template_body string
    The local raw packaged AWS SAM template file of your application.
    author String
    The name of the author publishing the app.
    description String
    The description of the application.
    homePageUrl String
    A URL with more information about the application.
    labels List<String>
    Labels to improve discovery of apps in search results.
    licenseBody String
    A local text file that contains the license of the app.
    name String
    The name of the application.
    readmeBody String
    A text readme file in Markdown language that contains a more detailed description of the application.
    semanticVersion String
    The semantic version of the application.
    sourceCodeUrl String
    A link to a public repository for the source code of your application.
    spdxLicenseId String
    A valid identifier from https://spdx.org/licenses/.
    templateBody String
    The local raw packaged AWS SAM template file of your application.
    author string
    The name of the author publishing the app.
    description string
    The description of the application.
    homePageUrl string
    A URL with more information about the application.
    labels string[]
    Labels to improve discovery of apps in search results.
    licenseBody string
    A local text file that contains the license of the app.
    name string
    The name of the application.
    readmeBody string
    A text readme file in Markdown language that contains a more detailed description of the application.
    semanticVersion string
    The semantic version of the application.
    sourceCodeUrl string
    A link to a public repository for the source code of your application.
    spdxLicenseId string
    A valid identifier from https://spdx.org/licenses/.
    templateBody string
    The local raw packaged AWS SAM template file of your application.
    author str
    The name of the author publishing the app.
    description str
    The description of the application.
    home_page_url str
    A URL with more information about the application.
    labels Sequence[str]
    Labels to improve discovery of apps in search results.
    license_body str
    A local text file that contains the license of the app.
    name str
    The name of the application.
    readme_body str
    A text readme file in Markdown language that contains a more detailed description of the application.
    semantic_version str
    The semantic version of the application.
    source_code_url str
    A link to a public repository for the source code of your application.
    spdx_license_id str
    A valid identifier from https://spdx.org/licenses/.
    template_body str
    The local raw packaged AWS SAM template file of your application.
    author String
    The name of the author publishing the app.
    description String
    The description of the application.
    homePageUrl String
    A URL with more information about the application.
    labels List<String>
    Labels to improve discovery of apps in search results.
    licenseBody String
    A local text file that contains the license of the app.
    name String
    The name of the application.
    readmeBody String
    A text readme file in Markdown language that contains a more detailed description of the application.
    semanticVersion String
    The semantic version of the application.
    sourceCodeUrl String
    A link to a public repository for the source code of your application.
    spdxLicenseId String
    A valid identifier from https://spdx.org/licenses/.
    templateBody String
    The local raw packaged AWS SAM template file of your application.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Application resource produces the following output properties:

    ApplicationId string
    The Amazon Resource Name (ARN) of the application.
    CreationTime string
    The date and time this resource was created.
    Id string
    The provider-assigned unique ID for this managed resource.
    IsVerifiedAuthor bool
    Whether the author of this application has been verified.
    ApplicationId string
    The Amazon Resource Name (ARN) of the application.
    CreationTime string
    The date and time this resource was created.
    Id string
    The provider-assigned unique ID for this managed resource.
    IsVerifiedAuthor bool
    Whether the author of this application has been verified.
    application_id string
    The Amazon Resource Name (ARN) of the application.
    creation_time string
    The date and time this resource was created.
    id string
    The provider-assigned unique ID for this managed resource.
    is_verified_author bool
    Whether the author of this application has been verified.
    applicationId String
    The Amazon Resource Name (ARN) of the application.
    creationTime String
    The date and time this resource was created.
    id String
    The provider-assigned unique ID for this managed resource.
    isVerifiedAuthor Boolean
    Whether the author of this application has been verified.
    applicationId string
    The Amazon Resource Name (ARN) of the application.
    creationTime string
    The date and time this resource was created.
    id string
    The provider-assigned unique ID for this managed resource.
    isVerifiedAuthor boolean
    Whether the author of this application has been verified.
    application_id str
    The Amazon Resource Name (ARN) of the application.
    creation_time str
    The date and time this resource was created.
    id str
    The provider-assigned unique ID for this managed resource.
    is_verified_author bool
    Whether the author of this application has been verified.
    applicationId String
    The Amazon Resource Name (ARN) of the application.
    creationTime String
    The date and time this resource was created.
    id String
    The provider-assigned unique ID for this managed resource.
    isVerifiedAuthor Boolean
    Whether the author of this application has been verified.

    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