cloudformation-stack-drift-detector 0.1.1 → 0.1.2
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.
- package/.jsii +2 -2
- package/lib/index.js +1 -1
- package/package.json +1 -1
package/.jsii
CHANGED
package/lib/index.js
CHANGED
|
@@ -50,7 +50,7 @@ const detector_function_1 = require("./funcs/detector-function");
|
|
|
50
50
|
* every stable stack in the account and region is inspected.
|
|
51
51
|
*/
|
|
52
52
|
class CloudformationStackDriftDetector extends constructs_1.Construct {
|
|
53
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "cloudformation-stack-drift-detector.CloudformationStackDriftDetector", version: "0.1.
|
|
53
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "cloudformation-stack-drift-detector.CloudformationStackDriftDetector", version: "0.1.2" };
|
|
54
54
|
/**
|
|
55
55
|
* SNS topic that receives drift notifications.
|
|
56
56
|
*/
|