Cluster Execute Command Configuration
data class ClusterExecuteCommandConfiguration(val kmsKeyId: String? = null, val logConfiguration: ClusterExecuteCommandLogConfiguration? = null, val logging: String? = null)
The configuration for ExecuteCommand.
Constructors
Link copied to clipboard
fun ClusterExecuteCommandConfiguration(kmsKeyId: String? = null, logConfiguration: ClusterExecuteCommandLogConfiguration? = null, logging: String? = null)