@awboost/cfn-resource-types 0.1.224 → 0.1.225
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -120,6 +120,7 @@ export type RDSDBClusterProperties = {
|
|
|
120
120
|
* Reserved for future use.
|
|
121
121
|
*/
|
|
122
122
|
DBSystemId?: string;
|
|
123
|
+
DatabaseInsightsMode?: string;
|
|
123
124
|
/**
|
|
124
125
|
* The name of your database. If you don't provide a name, then Amazon RDS won't create a database in this DB cluster. For naming constraints, see [Naming Constraints](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_Limits.html#RDS_Limits.Constraints) in the *Amazon Aurora User Guide*.
|
|
125
126
|
Valid for: Aurora DB clusters and Multi-AZ DB clusters
|