Cluster Execute Command Configuration
data class ClusterExecuteCommandConfiguration(val kmsKeyId: String? = null, val logConfiguration: ClusterExecuteCommandLogConfiguration? = null, val logging: String? = null)
The details of the execute command configuration.
Constructors
Link copied to clipboard
constructor(kmsKeyId: String? = null, logConfiguration: ClusterExecuteCommandLogConfiguration? = null, logging: String? = null)