Cluster Configuration Execute Command Configuration Args
data class ClusterConfigurationExecuteCommandConfigurationArgs(val kmsKeyId: Output<String>? = null, val logConfiguration: Output<ClusterConfigurationExecuteCommandConfigurationLogConfigurationArgs>? = null, val logging: Output<String>? = null) : ConvertibleToJava<ClusterConfigurationExecuteCommandConfigurationArgs>
Constructors
Link copied to clipboard
constructor(kmsKeyId: Output<String>? = null, logConfiguration: Output<ClusterConfigurationExecuteCommandConfigurationLogConfigurationArgs>? = null, logging: Output<String>? = null)
Properties
Link copied to clipboard
val logConfiguration: Output<ClusterConfigurationExecuteCommandConfigurationLogConfigurationArgs>? = null
Log configuration for the results of the execute command actions. Required when logging
is OVERRIDE
. See log_configuration
Block for details.