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

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

Link copied to clipboard

The log configuration for the results of the execute command actions Required when logging is OVERRIDE. Detailed below.

Link copied to clipboard
val logging: String? = null

The log setting to use for redirecting logs for your execute command results. Valid values are NONE, DEFAULT, and OVERRIDE.