Cluster Execute Command Configuration Args
data class ClusterExecuteCommandConfigurationArgs(val kmsKeyId: Output<String>? = null, val logConfiguration: Output<ClusterExecuteCommandLogConfigurationArgs>? = null, val logging: Output<String>? = null) : ConvertibleToJava<ClusterExecuteCommandConfigurationArgs>
The details of the execute command configuration.
Constructors
Link copied to clipboard
constructor(kmsKeyId: Output<String>? = null, logConfiguration: Output<ClusterExecuteCommandLogConfigurationArgs>? = null, logging: Output<String>? = null)