ClusterConfigurationExecuteCommandConfiguration

data class ClusterConfigurationExecuteCommandConfiguration(val kmsKeyId: String? = null, val logConfiguration: ClusterConfigurationExecuteCommandConfigurationLogConfiguration? = null, val logging: String? = null)

Constructors

constructor(kmsKeyId: String? = null, logConfiguration: ClusterConfigurationExecuteCommandConfigurationLogConfiguration? = null, logging: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val kmsKeyId: String? = null

AWS Key Management Service key ID to encrypt the data between the local client and the container.

Link copied to clipboard

Log configuration for the results of the execute command actions. Required when logging is OVERRIDE. See log_configuration Block for details.

Link copied to clipboard
val logging: String? = null

Log setting to use for redirecting logs for your execute command results. Valid values: NONE, DEFAULT, OVERRIDE.