ApplicationApplicationConfigurationEnvironmentPropertiesPropertyGroupArgs

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

Constructors

Functions

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

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.