ApplicationPropertyGroupArgs

data class ApplicationPropertyGroupArgs(val propertyGroupId: Output<String>? = null, val propertyMap: Output<Any>? = null) : ConvertibleToJava<ApplicationPropertyGroupArgs>

Property key-value pairs passed into an application.

Constructors

Link copied to clipboard
fun ApplicationPropertyGroupArgs(propertyGroupId: Output<String>? = null, propertyMap: Output<Any>? = null)

Functions

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

Properties

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

Describes the key of an application execution property key-value pair.

Link copied to clipboard
val propertyMap: Output<Any>? = null

Describes the value of an application execution property key-value pair.