ApplicationPropertyGroupArgs

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

Property key-value pairs passed into an application.

Constructors

Link copied to clipboard
constructor(propertyGroupId: Output<String>? = null, propertyMap: Output<Map<String, String>>? = null)

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<Map<String, String>>? = null

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

Functions

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