ApplicationArgs

data class ApplicationArgs(val description: Output<String>? = null, val name: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<ApplicationArgs>

Resource Type definition for AWS::AppConfig::Application

Example Usage

Example

No Java example available.

Example

No Java example available.

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, name: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val description: Output<String>? = null

A description of the application.

Link copied to clipboard
val name: Output<String>? = null

A name for the application.

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

Metadata to assign to the application. Tags help organize and categorize your AWS AppConfig resources. Each tag consists of a key and an optional value, both of which you define.

Functions

Link copied to clipboard
open override fun toJava(): ApplicationArgs