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

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: Output<String>? = null

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

Functions

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