GetApplicationResult

data class GetApplicationResult(val applicationName: String? = null, val applicationTagKey: String? = null, val applicationTagValue: String? = null, val arn: String? = null, val description: String? = null, val id: String? = null, val name: String? = null, val tags: Map<String, String>? = null)

Constructors

Link copied to clipboard
constructor(applicationName: String? = null, applicationTagKey: String? = null, applicationTagValue: String? = null, arn: String? = null, description: String? = null, id: String? = null, name: String? = null, tags: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val applicationName: String? = null

The name of the application.

Link copied to clipboard

The key of the AWS application tag, which is awsApplication. Applications created before 11/13/2023 or applications without the AWS application tag resource group return no value.

Link copied to clipboard

The value of the AWS application tag, which is the identifier of an associated resource. Applications created before 11/13/2023 or applications without the AWS application tag resource group return no value.

Link copied to clipboard
val arn: String? = null

The Amazon resource name (ARN) that specifies the application across services.

Link copied to clipboard
val description: String? = null

The description of the application.

Link copied to clipboard
val id: String? = null

The identifier of the application.

Link copied to clipboard
val name: String? = null

The name of the application.

Link copied to clipboard
val tags: Map<String, String>? = null

Key-value pairs you can use to associate with the application.