GetApplicationResult

data class GetApplicationResult(val applicationArn: String? = null, val applicationCreationDate: Int? = null, val applicationDescription: String? = null, val applicationId: String? = null, val applicationLastUpdateDate: Int? = null, val applicationName: String? = null, val applicationState: String? = null, val applicationUrl: String? = null, val errorMessage: String? = null, val roleArn: String? = null, val ssoClientId: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(applicationArn: String? = null, applicationCreationDate: Int? = null, applicationDescription: String? = null, applicationId: String? = null, applicationLastUpdateDate: Int? = null, applicationName: String? = null, applicationState: String? = null, applicationUrl: String? = null, errorMessage: String? = null, roleArn: String? = null, ssoClientId: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val applicationArn: String? = null

The ARN of the application.

Link copied to clipboard

When the Application was created

Link copied to clipboard

Application Description, should be between 1 and 2048 characters.

Link copied to clipboard
val applicationId: String? = null

The ID of the application.

Link copied to clipboard

When the Application was last updated

Link copied to clipboard
val applicationName: String? = null

Application Name, should be between 1 and 256 characters.

Link copied to clipboard

The current state of the application.

Link copied to clipboard
val applicationUrl: String? = null

The URL of the application.

Link copied to clipboard
val errorMessage: String? = null

A message indicating why Create or Delete Application failed.

Link copied to clipboard
val roleArn: String? = null

The ARN of the role that the web application assumes when it interacts with AWS IoT Core. For more info on configuring this attribute, see https://docs.aws.amazon.com/iot/latest/apireference/API_iotfleethub_CreateApplication.html#API_iotfleethub_CreateApplication_RequestSyntax

Link copied to clipboard
val ssoClientId: String? = null

The AWS SSO application generated client ID (used with AWS SSO APIs).

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

A list of key-value pairs that contain metadata for the application.