log Configuration
suspend fun logConfiguration(value: Output<ClusterConfigurationExecuteCommandConfigurationLogConfigurationArgs>)
suspend fun logConfiguration(value: ClusterConfigurationExecuteCommandConfigurationLogConfigurationArgs?)
Parameters
value
Log configuration for the results of the execute command actions. Required when logging
is OVERRIDE
. See log_configuration
Block for details.
suspend fun logConfiguration(argument: suspend ClusterConfigurationExecuteCommandConfigurationLogConfigurationArgsBuilder.() -> Unit)
Parameters
argument
Log configuration for the results of the execute command actions. Required when logging
is OVERRIDE
. See log_configuration
Block for details.