@awboost/cfn-resource-types 0.1.373 → 0.1.374
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.
|
@@ -21,7 +21,7 @@ export type TimestreamInfluxDBInstanceProperties = {
|
|
|
21
21
|
/**
|
|
22
22
|
* The compute instance of the InfluxDB instance.
|
|
23
23
|
*/
|
|
24
|
-
DbInstanceType?: "db.influx.medium" | "db.influx.large" | "db.influx.xlarge" | "db.influx.2xlarge" | "db.influx.4xlarge" | "db.influx.8xlarge" | "db.influx.12xlarge" | "db.influx.16xlarge";
|
|
24
|
+
DbInstanceType?: "db.influx.medium" | "db.influx.large" | "db.influx.xlarge" | "db.influx.2xlarge" | "db.influx.4xlarge" | "db.influx.8xlarge" | "db.influx.12xlarge" | "db.influx.16xlarge" | "db.influx.24xlarge";
|
|
25
25
|
/**
|
|
26
26
|
* The name of an existing InfluxDB parameter group.
|
|
27
27
|
* @minLength `3`
|