GetAppregistryApplicationResult

data class GetAppregistryApplicationResult(val applicationTag: Map<String, String>, val arn: String, val description: String, val id: String, val name: String, val tags: Map<String, String>)

A collection of values returned by getAppregistryApplication.

Constructors

Link copied to clipboard
constructor(applicationTag: Map<String, String>, arn: String, description: String, id: String, name: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A map with a single tag key-value pair used to associate resources with the application.

Link copied to clipboard
val arn: String

ARN (Amazon Resource Name) of the application.

Link copied to clipboard

Description of the application.

Link copied to clipboard
val id: String
Link copied to clipboard

Name of the application.

Link copied to clipboard

A map of tags assigned to the Application. If configured with a provider default_tags configuration block present, tags with matching keys will overwrite those defined at the provider-level.