ClusterConfigurationExecuteCommandConfigurationArgs

data class ClusterConfigurationExecuteCommandConfigurationArgs(val kmsKeyId: Output<String>? = null, val logConfiguration: Output<ClusterConfigurationExecuteCommandConfigurationLogConfigurationArgs>? = null, val logging: Output<String>? = null) : ConvertibleToJava<ClusterConfigurationExecuteCommandConfigurationArgs>

Constructors

constructor(kmsKeyId: Output<String>? = null, logConfiguration: Output<ClusterConfigurationExecuteCommandConfigurationLogConfigurationArgs>? = null, logging: Output<String>? = null)

Properties

Link copied to clipboard
val kmsKeyId: Output<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: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): ClusterConfigurationExecuteCommandConfigurationArgs