Configuration Service Settings Args
data class ConfigurationServiceSettingsArgs(val gitProperty: Output<ConfigurationServiceGitPropertyArgs>? = null, val refreshIntervalInSeconds: Output<Int>? = null) : ConvertibleToJava<ConfigurationServiceSettingsArgs>
The settings of Application Configuration Service.
Constructors
Link copied to clipboard
constructor(gitProperty: Output<ConfigurationServiceGitPropertyArgs>? = null, refreshIntervalInSeconds: Output<Int>? = null)