ClusterExecuteCommandLogConfigurationArgs

data class ClusterExecuteCommandLogConfigurationArgs(val cloudWatchEncryptionEnabled: Output<Boolean>? = null, val cloudWatchLogGroupName: Output<String>? = null, val s3BucketName: Output<String>? = null, val s3EncryptionEnabled: Output<Boolean>? = null, val s3KeyPrefix: Output<String>? = null) : ConvertibleToJava<ClusterExecuteCommandLogConfigurationArgs>

The session logging configuration for ExecuteCommand.

Constructors

fun ClusterExecuteCommandLogConfigurationArgs(cloudWatchEncryptionEnabled: Output<Boolean>? = null, cloudWatchLogGroupName: Output<String>? = null, s3BucketName: Output<String>? = null, s3EncryptionEnabled: Output<Boolean>? = null, s3KeyPrefix: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard
val cloudWatchLogGroupName: Output<String>? = null
Link copied to clipboard
val s3BucketName: Output<String>? = null
Link copied to clipboard
val s3EncryptionEnabled: Output<Boolean>? = null
Link copied to clipboard
val s3KeyPrefix: Output<String>? = null