@gammarers/aws-rds-database-running-schedule-stack 2.3.5 → 2.3.6
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 +3 -3
- package/lib/index.js +1 -1
- package/package.json +1 -1
package/.jsii
CHANGED
|
@@ -3682,7 +3682,7 @@
|
|
|
3682
3682
|
"stability": "stable"
|
|
3683
3683
|
},
|
|
3684
3684
|
"homepage": "https://github.com/gammarers/aws-rds-database-running-schedule-stack.git",
|
|
3685
|
-
"jsiiVersion": "5.5.
|
|
3685
|
+
"jsiiVersion": "5.5.13 (build 464f9b8)",
|
|
3686
3686
|
"keywords": [
|
|
3687
3687
|
"aws",
|
|
3688
3688
|
"aws-cdk",
|
|
@@ -4203,6 +4203,6 @@
|
|
|
4203
4203
|
"symbolId": "src/index:TargetResourceProperty"
|
|
4204
4204
|
}
|
|
4205
4205
|
},
|
|
4206
|
-
"version": "2.3.
|
|
4207
|
-
"fingerprint": "
|
|
4206
|
+
"version": "2.3.6",
|
|
4207
|
+
"fingerprint": "PxKozwJd3dGeHVlMIhbmSUpf5KCMpoYtcyxPhYyKIiM="
|
|
4208
4208
|
}
|
package/lib/index.js
CHANGED
|
@@ -317,7 +317,7 @@ class RDSDatabaseRunningScheduleStack extends aws_cdk_lib_1.Stack {
|
|
|
317
317
|
}
|
|
318
318
|
exports.RDSDatabaseRunningScheduleStack = RDSDatabaseRunningScheduleStack;
|
|
319
319
|
_a = JSII_RTTI_SYMBOL_1;
|
|
320
|
-
RDSDatabaseRunningScheduleStack[_a] = { fqn: "@gammarers/aws-rds-database-running-schedule-stack.RDSDatabaseRunningScheduleStack", version: "2.3.
|
|
320
|
+
RDSDatabaseRunningScheduleStack[_a] = { fqn: "@gammarers/aws-rds-database-running-schedule-stack.RDSDatabaseRunningScheduleStack", version: "2.3.6" };
|
|
321
321
|
class DBRuningSchedule extends scheduler.CfnSchedule {
|
|
322
322
|
constructor(scope, id, props) {
|
|
323
323
|
super(scope, id, {
|