CreateApplicationRequest

Types

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

Properties

Link copied to clipboard

A client token is a unique, case-sensitive string of up to 128 ASCII characters with ASCII values of 33-126 inclusive. It's generated by the client to ensure idempotent operations, allowing for safe retries without unintended side effects.

Link copied to clipboard

The application definition for this application. You can specify either inline JSON or an S3 bucket location.

Link copied to clipboard

The description of the application.

Link copied to clipboard

The type of the target platform for this application.

Link copied to clipboard

The identifier of a customer managed key.

Link copied to clipboard

The unique identifier of the application.

Link copied to clipboard

The Amazon Resource Name (ARN) that identifies a role that the application uses to access Amazon Web Services resources that are not part of the application or are in a different Amazon Web Services account.

Link copied to clipboard

A list of tags to apply 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