ClusterExecuteCommandLogConfiguration

data class ClusterExecuteCommandLogConfiguration(val cloudWatchEncryptionEnabled: Boolean? = null, val cloudWatchLogGroupName: String? = null, val s3BucketName: String? = null, val s3EncryptionEnabled: Boolean? = null, val s3KeyPrefix: String? = null)

The session logging configuration for ExecuteCommand.

Constructors

Link copied to clipboard
fun ClusterExecuteCommandLogConfiguration(cloudWatchEncryptionEnabled: Boolean? = null, cloudWatchLogGroupName: String? = null, s3BucketName: String? = null, s3EncryptionEnabled: Boolean? = null, s3KeyPrefix: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val s3BucketName: String? = null
Link copied to clipboard
Link copied to clipboard
val s3KeyPrefix: String? = null