Get Application Result
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)
Properties
Link copied to clipboard
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
The ID of the application.
Link copied to clipboard
When the Application was last updated
Link copied to clipboard
Application Name, should be between 1 and 256 characters.
Link copied to clipboard
The current state of the application.
Link copied to clipboard
The URL of the application.
Link copied to clipboard
A message indicating why Create or Delete Application failed.
Link copied to clipboard
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
The AWS SSO application generated client ID (used with AWS SSO APIs).