execute Command Configuration
suspend fun executeCommandConfiguration(value: Output<ClusterConfigurationExecuteCommandConfigurationArgs>)
suspend fun executeCommandConfiguration(value: ClusterConfigurationExecuteCommandConfigurationArgs?)
Parameters
value
Details of the execute command configuration. See execute_command_configuration
Block for details.
suspend fun executeCommandConfiguration(argument: suspend ClusterConfigurationExecuteCommandConfigurationArgsBuilder.() -> Unit)
Parameters
argument
Details of the execute command configuration. See execute_command_configuration
Block for details.