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>
Constructors
Link copied to clipboard
fun ClusterConfigurationExecuteCommandConfigurationLogConfigurationArgs(cloudWatchEncryptionEnabled: Output<Boolean>? = null, cloudWatchLogGroupName: Output<String>? = null, s3BucketEncryptionEnabled: Output<Boolean>? = null, s3BucketName: Output<String>? = null, s3KeyPrefix: Output<String>? = null)