DbInstanceLogDeliveryConfigurationS3ConfigurationArgs

data class DbInstanceLogDeliveryConfigurationS3ConfigurationArgs(val bucketName: Output<String>, val enabled: Output<Boolean>) : ConvertibleToJava<DbInstanceLogDeliveryConfigurationS3ConfigurationArgs>

Constructors

constructor(bucketName: Output<String>, enabled: Output<Boolean>)

Properties

Link copied to clipboard
val bucketName: Output<String>

Name of the S3 bucket to deliver logs to.

Link copied to clipboard
val enabled: Output<Boolean>

Indicates whether log delivery to the S3 bucket is enabled. Note: The following arguments do updates in-place: db_parameter_group_identifier, log_delivery_configuration, port, deployment_type, db_instance_type, and tags. Changes to any other argument after a DB instance has been deployed will cause destruction and re-creation of the DB instance. Additionally, when db_parameter_group_identifier is added to a DB instance or modified, the DB instance will be updated in-place but if db_parameter_group_identifier is removed from a DB instance, the DB instance will be destroyed and re-created.

Functions

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