execute Command Configuration
suspend fun executeCommandConfiguration(value: Output<ClusterConfigurationExecuteCommandConfigurationArgs>)
suspend fun executeCommandConfiguration(value: ClusterConfigurationExecuteCommandConfigurationArgs?)
Parameters
value
The details of the execute command configuration. Detailed below.
suspend fun executeCommandConfiguration(argument: suspend ClusterConfigurationExecuteCommandConfigurationArgsBuilder.() -> Unit)
Parameters
argument
The details of the execute command configuration. Detailed below.