Config Server Properties Args
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)