Application

Describes an application in the application catalog.

Types

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

Properties

Link copied to clipboard

The app block ARN of the application.

Link copied to clipboard
val arn: String?

The ARN of the application.

Link copied to clipboard

The time at which the application was created within the app block.

Link copied to clipboard

The description of the application.

Link copied to clipboard

The application name to display.

Link copied to clipboard

If there is a problem, the application can be disabled after image creation.

Link copied to clipboard

The S3 location of the application icon.

Link copied to clipboard

The URL for the application icon. This URL might be time-limited.

Link copied to clipboard

The instance families for the application.

Link copied to clipboard

The arguments that are passed to the application at launch.

Link copied to clipboard

The path to the application executable in the instance.

Link copied to clipboard

Additional attributes that describe the application.

Link copied to clipboard
val name: String?

The name of the application.

Link copied to clipboard

The platforms on which the application can run.

Link copied to clipboard

The working directory for the application.

Functions

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