CreateApplicationRequest

Request to create an application.

Types

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

Properties

Link copied to clipboard

The name of the application. Must be unique within your account.

Link copied to clipboard

Your description of the application.

Link copied to clipboard

Specifies an application resource lifecycle configuration to prevent your application from accumulating too many versions.

Link copied to clipboard
val tags: List<Tag>?

Specifies the tags applied to the 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