ApplicationArgs

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

Resource Schema for AWS::ServiceCatalogAppRegistry::Application

Constructors

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

Properties

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

The description of the application.

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

The name of the application.

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

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

Functions

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