ClusterExecuteCommandConfiguration

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val kmsKeyId: String? = null
Link copied to clipboard
val logging: String? = null