CreateApplicationRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the author publishing the app.

Link copied to clipboard

The description of the application.

Link copied to clipboard

A URL with more information about the application, for example the location of your GitHub repository for the application.

Link copied to clipboard

Labels to improve discovery of apps in search results.

Link copied to clipboard

A local text file that contains the license of the app that matches the spdxLicenseID value of your application. The file has the format file:///.

Link copied to clipboard

A link to the S3 object that contains the license of the app that matches the spdxLicenseID value of your application.

Link copied to clipboard
val name: String?

The name of the application that you want to publish.

Link copied to clipboard

A local text readme file in Markdown language that contains a more detailed description of the application and how it works. The file has the format file:///.

Link copied to clipboard

A link to the S3 object in Markdown language that contains a more detailed description of the application and how it works.

Link copied to clipboard

The semantic version of the application:

Link copied to clipboard

A link to the S3 object that contains the ZIP archive of the source code for this version of your application.

Link copied to clipboard

A link to a public repository for the source code of your application, for example the URL of a specific GitHub commit.

Link copied to clipboard

A valid identifier from https://spdx.org/licenses/.

Link copied to clipboard

The local raw packaged AWS SAM template file of your application. The file has the format file:///.

Link copied to clipboard

A link to the S3 object containing the packaged AWS SAM template of your application.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String