ConfigServerPropertiesArgs

data class ConfigServerPropertiesArgs(val configServer: Output<ConfigServerSettingsArgs>? = null, val error: Output<ErrorArgs>? = null) : ConvertibleToJava<ConfigServerPropertiesArgs>

Config server git properties payload

Constructors

Link copied to clipboard
constructor(configServer: Output<ConfigServerSettingsArgs>? = null, error: Output<ErrorArgs>? = null)

Properties

Link copied to clipboard

Settings of config server.

Link copied to clipboard
val error: Output<ErrorArgs>? = null

Error when apply config server settings.

Functions

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