Version

class Version

Application version details.

Types

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

Properties

Link copied to clipboard

The application Amazon Resource Name (ARN).

Link copied to clipboard

The date and time this resource was created.

Link copied to clipboard

An array of parameter types supported by the application.

Link copied to clipboard

A list of values that you must specify before you can deploy certain applications. Some applications might include resources that can affect permissions in your AWS account, for example, by creating new AWS Identity and Access Management (IAM) users. For those applications, you must explicitly acknowledge their capabilities by specifying this parameter.

Link copied to clipboard

Whether all of the AWS resources contained in this application are supported in the region in which it is being retrieved.

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 link to the packaged AWS SAM template of your application.

Functions

Link copied to clipboard
inline fun copy(block: Version.Builder.() -> Unit = {}): Version
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