@awboost/cfn-resource-types 0.1.390 → 0.1.391

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.
@@ -465,6 +465,7 @@ export type RDSDBClusterProperties = {
465
465
  Valid for: Aurora DB clusters and Multi-AZ DB clusters
466
466
  */
467
467
  SourceDBClusterIdentifier?: string;
468
+ SourceDbClusterResourceId?: string;
468
469
  /**
469
470
  * The AWS Region which contains the source DB cluster when replicating a DB cluster. For example, ``us-east-1``.
470
471
  Valid for: Aurora DB clusters only
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awboost/cfn-resource-types",
3
- "version": "0.1.390",
3
+ "version": "0.1.391",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },