ClusterConfigurationExecuteCommandConfigurationLogConfiguration

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

Constructors

constructor(cloudWatchEncryptionEnabled: Boolean? = null, cloudWatchLogGroupName: String? = null, s3BucketEncryptionEnabled: Boolean? = null, s3BucketName: String? = null, s3KeyPrefix: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether to enable encryption on the CloudWatch logs. If not specified, encryption will be disabled.

Link copied to clipboard

The name of the CloudWatch log group to send logs to.

Link copied to clipboard

Whether to enable encryption on the logs sent to S3. If not specified, encryption will be disabled.

Link copied to clipboard
val s3BucketName: String? = null

Name of the S3 bucket to send logs to.

Link copied to clipboard
val s3KeyPrefix: String? = null

Optional folder in the S3 bucket to place logs in.