SpringbootappsPropertiesApplicationConfigurationsArgs

data class SpringbootappsPropertiesApplicationConfigurationsArgs(val key: Output<String>, val value: Output<String>? = null) : ConvertibleToJava<SpringbootappsPropertiesApplicationConfigurationsArgs>

Constructors

constructor(key: Output<String>, value: Output<String>? = null)

Properties

Link copied to clipboard
val key: Output<String>

The application config file name.

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

The application config file content, only contains config keys.

Functions

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