Managed Cluster Addon Profile Args
data class ManagedClusterAddonProfileArgs(val config: Output<Map<String, String>>? = null, val enabled: Output<Boolean>) : ConvertibleToJava<ManagedClusterAddonProfileArgs>
A Kubernetes add-on profile for a managed cluster.
Constructors
Link copied to clipboard
fun ManagedClusterAddonProfileArgs(config: Output<Map<String, String>>? = null, enabled: Output<Boolean>)