FeatureFleetDefaultMemberConfigConfigmanagementArgs

data class FeatureFleetDefaultMemberConfigConfigmanagementArgs(val configSync: Output<FeatureFleetDefaultMemberConfigConfigmanagementConfigSyncArgs>? = null, val management: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<FeatureFleetDefaultMemberConfigConfigmanagementArgs>

Constructors

constructor(configSync: Output<FeatureFleetDefaultMemberConfigConfigmanagementConfigSyncArgs>? = null, management: Output<String>? = null, version: Output<String>? = null)

Properties

Link copied to clipboard

ConfigSync configuration for the cluster Structure is documented below.

Link copied to clipboard
val management: Output<String>? = null

Set this field to MANAGEMENT_AUTOMATIC to enable Config Sync auto-upgrades, and set this field to MANAGEMENT_MANUAL or MANAGEMENT_UNSPECIFIED to disable Config Sync auto-upgrades. Possible values are: MANAGEMENT_UNSPECIFIED, MANAGEMENT_AUTOMATIC, MANAGEMENT_MANUAL.

Link copied to clipboard
val version: Output<String>? = null

Version of ACM installed

Functions

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