ClusterConfigurationArgs

data class ClusterConfigurationArgs(val executeCommandConfiguration: Output<ExecuteCommandConfigurationArgs>? = null) : ConvertibleToJava<ClusterConfigurationArgs>

Definition of ClusterConfiguration

Constructors

Link copied to clipboard
constructor(executeCommandConfiguration: Output<ExecuteCommandConfigurationArgs>? = null)

Properties

Link copied to clipboard

The details of the execute command configuration. The details of the execute command configuration.

Functions

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