GetApplicationResult

data class GetApplicationResult(val applicationId: String, val id: String, val name: String, val requiredCapabilities: List<String>, val semanticVersion: String, val sourceCodeUrl: String, val templateUrl: String)

A collection of values returned by getApplication.

Constructors

Link copied to clipboard
constructor(applicationId: String, id: String, name: String, requiredCapabilities: List<String>, semanticVersion: String, sourceCodeUrl: String, templateUrl: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ARN of the application.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Name of the application.

Link copied to clipboard

A list of capabilities describing the permissions needed to deploy the application.

Link copied to clipboard
Link copied to clipboard

URL pointing to the source code of the application version.

Link copied to clipboard

URL pointing to the Cloud Formation template for the application version.