ConfigServerPropertiesArgs

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

Config server git properties payload

Constructors

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

Properties

Link copied to clipboard

Settings of config server.

Link copied to clipboard
val enabledState: Output<Either<String, ConfigServerEnabledState>>? = null

Enabled state of the config server. This is only used in Consumption tier.

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