ClusterExecuteCommandConfiguration

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val kmsKeyId: String? = null

Specify an KMSlong 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. The logs can be sent to CloudWatch Logs or an Amazon S3 bucket. When `logging=OVERRIDE` is specified, a `logConfiguration` must be provided.

Link copied to clipboard
val logging: String? = null

The log setting to use for redirecting logs for your execute command results. The following log settings are available.