ConfigurationServicePropertiesArgs

data class ConfigurationServicePropertiesArgs(val generation: Output<Either<String, ConfigurationServiceGeneration>>? = null, val settings: Output<ConfigurationServiceSettingsArgs>? = null) : ConvertibleToJava<ConfigurationServicePropertiesArgs>

Application Configuration Service properties payload

Constructors

Link copied to clipboard
constructor(generation: Output<Either<String, ConfigurationServiceGeneration>>? = null, settings: Output<ConfigurationServiceSettingsArgs>? = null)

Properties

Link copied to clipboard
val generation: Output<Either<String, ConfigurationServiceGeneration>>? = null

The generation of the Application Configuration Service.

Link copied to clipboard

The settings of Application Configuration Service.

Functions

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