Amazon DocumentDB cluster parameters reference
When you change a dynamic parameter and save the cluster parameter group, the change is applied immediately regardless of the Apply immediately setting. When you change a static parameter and save the cluster parameter group, the parameter change takes effect after you manually reboot the instance. You can reboot an instance using the Amazon DocumentDB console or by explicitly calling reboot-db-instance
.
The following table shows the parameters that apply to all instances in an Amazon DocumentDB cluster.
Parameter | Default Value | Valid Values | Modifiable | Apply Type | Data Type | Description |
---|---|---|---|---|---|---|
audit_logs |
disabled | enabled, disabled, ddl, dml_read, dml_write, all, none | Yes | Dynamic | String | Defines whether Amazon CloudWatch audit logs are enabled.
|
change_stream_log_retention_duration |
10800 | 3600-604800 | Yes | Dynamic | Integer | Defines the duration of time (in seconds) that the change stream log is retained and can be consumed. |
default_collection_compression |
disabled | enabled, disabled | Yes | Dynamic | String | Defines the default compression setting for new collections in a cluster
|
profiler |
disabled | enabled, disabled | Yes | Dynamic | String | Enables profiling for slow operations.
|
profiler_sampling_rate |
1.0 | 0.0-1.0 | Yes | Dynamic | Float | Defines the sampling rate for logged operations. |
profiler_threshold_ms |
100 | 50-2147483646 | Yes | Dynamic | Integer | Defines the threshold for profiler .
|
tls |
enabled | enabled, disabled, fips-140-3 | Yes | Static | String | Defines whether Transport Layer Security (TLS) connections are required.
|
ttl_monitor |
enabled | enabled, disabled | Yes | Dynamic | String | Defines whether Time to Live (TTL) monitoring is enabled for the cluster.
|