ConfigurationServiceSettingsArgs

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)

Properties

Link copied to clipboard

Property of git environment.

Link copied to clipboard
val refreshIntervalInSeconds: Output<Int>? = null

How often (in seconds) to check repository updates. Minimum value is 0.

Functions

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