CreateApplicationRequest

Types

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

Properties

Link copied to clipboard

Unique, case-sensitive identifier the service generates to ensure the idempotency of the request to create an application. The service generates the clientToken when the API call is triggered. The token expires after one hour, so if you retry the API within this timeframe with the same clientToken, you will get the same response. The service also handles deleting the clientToken after it expires.

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