FeatureMembershipConfigmanagementArgs

data class FeatureMembershipConfigmanagementArgs(val binauthz: Output<FeatureMembershipConfigmanagementBinauthzArgs>? = null, val configSync: Output<FeatureMembershipConfigmanagementConfigSyncArgs>? = null, val hierarchyController: Output<FeatureMembershipConfigmanagementHierarchyControllerArgs>? = null, val policyController: Output<FeatureMembershipConfigmanagementPolicyControllerArgs>? = null, val version: Output<String>? = null) : ConvertibleToJava<FeatureMembershipConfigmanagementArgs>

Constructors

Link copied to clipboard
constructor(binauthz: Output<FeatureMembershipConfigmanagementBinauthzArgs>? = null, configSync: Output<FeatureMembershipConfigmanagementConfigSyncArgs>? = null, hierarchyController: Output<FeatureMembershipConfigmanagementHierarchyControllerArgs>? = null, policyController: Output<FeatureMembershipConfigmanagementPolicyControllerArgs>? = null, version: Output<String>? = null)

Properties

Link copied to clipboard

Binauthz configuration for the cluster. Structure is documented below.

Link copied to clipboard

Config Sync configuration for the cluster. Structure is documented below.

Link copied to clipboard

Hierarchy Controller configuration for the cluster. Structure is documented below.

Link copied to clipboard

Policy Controller configuration for the cluster. Structure is documented below.

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

Version of ACM installed.

Functions

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