Cluster Configuration Execute Command Configuration Log Configuration Args
data class ClusterConfigurationExecuteCommandConfigurationLogConfigurationArgs(val cloudWatchEncryptionEnabled: Output<Boolean>? = null, val cloudWatchLogGroupName: Output<String>? = null, val s3BucketEncryptionEnabled: Output<Boolean>? = null, val s3BucketName: Output<String>? = null, val s3KeyPrefix: Output<String>? = null) : ConvertibleToJava<ClusterConfigurationExecuteCommandConfigurationLogConfigurationArgs>
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
Name of the S3 bucket to send logs to.
Link copied to clipboard
Optional folder in the S3 bucket to place logs in.