ApplicationApplicationConfigurationEnvironmentPropertiesPropertyGroupArgs

data class ApplicationApplicationConfigurationEnvironmentPropertiesPropertyGroupArgs(val propertyGroupId: Output<String>, val propertyMap: Output<Map<String, String>>) : ConvertibleToJava<ApplicationApplicationConfigurationEnvironmentPropertiesPropertyGroupArgs>

Constructors

constructor(propertyGroupId: Output<String>, propertyMap: Output<Map<String, String>>)

Properties

Link copied to clipboard
val propertyGroupId: Output<String>

The key of the application execution property key-value map.

Link copied to clipboard
val propertyMap: Output<Map<String, String>>

Application execution property key-value map.

Functions

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