@gammarers/aws-rds-database-running-schedule-stack 2.3.11 → 2.4.0
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 +206 -142
- package/API.md +147 -108
- package/lib/index.d.ts +6 -2
- package/lib/index.js +13 -181
- package/lib/resources/running-control-state-machine.d.ts +9 -0
- package/lib/resources/running-control-state-machine.js +233 -0
- package/package.json +7 -5
package/.jsii
CHANGED
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@gammarers/aws-resource-naming": "^0.10.1",
|
|
12
|
+
"@gammarers/aws-sns-slack-message-lambda-subscription": "^0.2.1",
|
|
12
13
|
"aws-cdk-lib": "^2.120.0",
|
|
13
14
|
"constructs": "^10.0.5"
|
|
14
15
|
},
|
|
@@ -109,6 +110,21 @@
|
|
|
109
110
|
}
|
|
110
111
|
}
|
|
111
112
|
},
|
|
113
|
+
"@gammarers/aws-sns-slack-message-lambda-subscription": {
|
|
114
|
+
"targets": {
|
|
115
|
+
"dotnet": {
|
|
116
|
+
"namespace": "Gammarers.CDK.AWS",
|
|
117
|
+
"packageId": "Gammarers.CDK.AWS.ResourceNaming"
|
|
118
|
+
},
|
|
119
|
+
"js": {
|
|
120
|
+
"npm": "@gammarers/aws-sns-slack-message-lambda-subscription"
|
|
121
|
+
},
|
|
122
|
+
"python": {
|
|
123
|
+
"distName": "gammarers.aws-resource-naming",
|
|
124
|
+
"module": "gammarers.aws_resource_naming"
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
},
|
|
112
128
|
"aws-cdk-lib": {
|
|
113
129
|
"submodules": {
|
|
114
130
|
"aws-cdk-lib.alexa_ask": {
|
|
@@ -3682,7 +3698,7 @@
|
|
|
3682
3698
|
"stability": "stable"
|
|
3683
3699
|
},
|
|
3684
3700
|
"homepage": "https://github.com/gammarers/aws-rds-database-running-schedule-stack.git",
|
|
3685
|
-
"jsiiVersion": "5.
|
|
3701
|
+
"jsiiVersion": "5.7.4 (build fc2a28e)",
|
|
3686
3702
|
"keywords": [
|
|
3687
3703
|
"aws",
|
|
3688
3704
|
"aws-cdk",
|
|
@@ -3724,19 +3740,19 @@
|
|
|
3724
3740
|
}
|
|
3725
3741
|
},
|
|
3726
3742
|
"types": {
|
|
3727
|
-
"@gammarers/aws-rds-database-running-schedule-stack.
|
|
3743
|
+
"@gammarers/aws-rds-database-running-schedule-stack.NotificationsProperty": {
|
|
3728
3744
|
"assembly": "@gammarers/aws-rds-database-running-schedule-stack",
|
|
3729
3745
|
"datatype": true,
|
|
3730
3746
|
"docs": {
|
|
3731
3747
|
"stability": "stable"
|
|
3732
3748
|
},
|
|
3733
|
-
"fqn": "@gammarers/aws-rds-database-running-schedule-stack.
|
|
3749
|
+
"fqn": "@gammarers/aws-rds-database-running-schedule-stack.NotificationsProperty",
|
|
3734
3750
|
"kind": "interface",
|
|
3735
3751
|
"locationInModule": {
|
|
3736
3752
|
"filename": "src/index.ts",
|
|
3737
|
-
"line":
|
|
3753
|
+
"line": 42
|
|
3738
3754
|
},
|
|
3739
|
-
"name": "
|
|
3755
|
+
"name": "NotificationsProperty",
|
|
3740
3756
|
"properties": [
|
|
3741
3757
|
{
|
|
3742
3758
|
"abstract": true,
|
|
@@ -3746,11 +3762,17 @@
|
|
|
3746
3762
|
"immutable": true,
|
|
3747
3763
|
"locationInModule": {
|
|
3748
3764
|
"filename": "src/index.ts",
|
|
3749
|
-
"line":
|
|
3765
|
+
"line": 43
|
|
3750
3766
|
},
|
|
3751
|
-
"name": "
|
|
3767
|
+
"name": "emails",
|
|
3768
|
+
"optional": true,
|
|
3752
3769
|
"type": {
|
|
3753
|
-
"
|
|
3770
|
+
"collection": {
|
|
3771
|
+
"elementtype": {
|
|
3772
|
+
"primitive": "string"
|
|
3773
|
+
},
|
|
3774
|
+
"kind": "array"
|
|
3775
|
+
}
|
|
3754
3776
|
}
|
|
3755
3777
|
},
|
|
3756
3778
|
{
|
|
@@ -3761,13 +3783,78 @@
|
|
|
3761
3783
|
"immutable": true,
|
|
3762
3784
|
"locationInModule": {
|
|
3763
3785
|
"filename": "src/index.ts",
|
|
3764
|
-
"line":
|
|
3786
|
+
"line": 44
|
|
3765
3787
|
},
|
|
3766
|
-
"name": "
|
|
3788
|
+
"name": "slack",
|
|
3789
|
+
"optional": true,
|
|
3767
3790
|
"type": {
|
|
3768
|
-
"
|
|
3791
|
+
"fqn": "@gammarers/aws-rds-database-running-schedule-stack.Slack"
|
|
3769
3792
|
}
|
|
3793
|
+
}
|
|
3794
|
+
],
|
|
3795
|
+
"symbolId": "src/index:NotificationsProperty"
|
|
3796
|
+
},
|
|
3797
|
+
"@gammarers/aws-rds-database-running-schedule-stack.RDSDatabaseRunningScheduleStack": {
|
|
3798
|
+
"assembly": "@gammarers/aws-rds-database-running-schedule-stack",
|
|
3799
|
+
"base": "aws-cdk-lib.Stack",
|
|
3800
|
+
"docs": {
|
|
3801
|
+
"stability": "stable"
|
|
3802
|
+
},
|
|
3803
|
+
"fqn": "@gammarers/aws-rds-database-running-schedule-stack.RDSDatabaseRunningScheduleStack",
|
|
3804
|
+
"initializer": {
|
|
3805
|
+
"docs": {
|
|
3806
|
+
"stability": "stable"
|
|
3770
3807
|
},
|
|
3808
|
+
"locationInModule": {
|
|
3809
|
+
"filename": "src/index.ts",
|
|
3810
|
+
"line": 57
|
|
3811
|
+
},
|
|
3812
|
+
"parameters": [
|
|
3813
|
+
{
|
|
3814
|
+
"name": "scope",
|
|
3815
|
+
"type": {
|
|
3816
|
+
"fqn": "constructs.Construct"
|
|
3817
|
+
}
|
|
3818
|
+
},
|
|
3819
|
+
{
|
|
3820
|
+
"name": "id",
|
|
3821
|
+
"type": {
|
|
3822
|
+
"primitive": "string"
|
|
3823
|
+
}
|
|
3824
|
+
},
|
|
3825
|
+
{
|
|
3826
|
+
"name": "props",
|
|
3827
|
+
"type": {
|
|
3828
|
+
"fqn": "@gammarers/aws-rds-database-running-schedule-stack.RDSDatabaseRunningScheduleStackProps"
|
|
3829
|
+
}
|
|
3830
|
+
}
|
|
3831
|
+
]
|
|
3832
|
+
},
|
|
3833
|
+
"kind": "class",
|
|
3834
|
+
"locationInModule": {
|
|
3835
|
+
"filename": "src/index.ts",
|
|
3836
|
+
"line": 56
|
|
3837
|
+
},
|
|
3838
|
+
"name": "RDSDatabaseRunningScheduleStack",
|
|
3839
|
+
"symbolId": "src/index:RDSDatabaseRunningScheduleStack"
|
|
3840
|
+
},
|
|
3841
|
+
"@gammarers/aws-rds-database-running-schedule-stack.RDSDatabaseRunningScheduleStackProps": {
|
|
3842
|
+
"assembly": "@gammarers/aws-rds-database-running-schedule-stack",
|
|
3843
|
+
"datatype": true,
|
|
3844
|
+
"docs": {
|
|
3845
|
+
"stability": "stable"
|
|
3846
|
+
},
|
|
3847
|
+
"fqn": "@gammarers/aws-rds-database-running-schedule-stack.RDSDatabaseRunningScheduleStackProps",
|
|
3848
|
+
"interfaces": [
|
|
3849
|
+
"aws-cdk-lib.StackProps"
|
|
3850
|
+
],
|
|
3851
|
+
"kind": "interface",
|
|
3852
|
+
"locationInModule": {
|
|
3853
|
+
"filename": "src/index.ts",
|
|
3854
|
+
"line": 47
|
|
3855
|
+
},
|
|
3856
|
+
"name": "RDSDatabaseRunningScheduleStackProps",
|
|
3857
|
+
"properties": [
|
|
3771
3858
|
{
|
|
3772
3859
|
"abstract": true,
|
|
3773
3860
|
"docs": {
|
|
@@ -3776,11 +3863,11 @@
|
|
|
3776
3863
|
"immutable": true,
|
|
3777
3864
|
"locationInModule": {
|
|
3778
3865
|
"filename": "src/index.ts",
|
|
3779
|
-
"line":
|
|
3866
|
+
"line": 48
|
|
3780
3867
|
},
|
|
3781
|
-
"name": "
|
|
3868
|
+
"name": "targetResource",
|
|
3782
3869
|
"type": {
|
|
3783
|
-
"
|
|
3870
|
+
"fqn": "@gammarers/aws-rds-database-running-schedule-stack.TargetResourceProperty"
|
|
3784
3871
|
}
|
|
3785
3872
|
},
|
|
3786
3873
|
{
|
|
@@ -3791,11 +3878,12 @@
|
|
|
3791
3878
|
"immutable": true,
|
|
3792
3879
|
"locationInModule": {
|
|
3793
3880
|
"filename": "src/index.ts",
|
|
3794
|
-
"line":
|
|
3881
|
+
"line": 49
|
|
3795
3882
|
},
|
|
3796
|
-
"name": "
|
|
3883
|
+
"name": "enableScheduling",
|
|
3884
|
+
"optional": true,
|
|
3797
3885
|
"type": {
|
|
3798
|
-
"primitive": "
|
|
3886
|
+
"primitive": "boolean"
|
|
3799
3887
|
}
|
|
3800
3888
|
},
|
|
3801
3889
|
{
|
|
@@ -3806,11 +3894,12 @@
|
|
|
3806
3894
|
"immutable": true,
|
|
3807
3895
|
"locationInModule": {
|
|
3808
3896
|
"filename": "src/index.ts",
|
|
3809
|
-
"line":
|
|
3897
|
+
"line": 52
|
|
3810
3898
|
},
|
|
3811
|
-
"name": "
|
|
3899
|
+
"name": "notifications",
|
|
3900
|
+
"optional": true,
|
|
3812
3901
|
"type": {
|
|
3813
|
-
"
|
|
3902
|
+
"fqn": "@gammarers/aws-rds-database-running-schedule-stack.NotificationsProperty"
|
|
3814
3903
|
}
|
|
3815
3904
|
},
|
|
3816
3905
|
{
|
|
@@ -3821,11 +3910,24 @@
|
|
|
3821
3910
|
"immutable": true,
|
|
3822
3911
|
"locationInModule": {
|
|
3823
3912
|
"filename": "src/index.ts",
|
|
3824
|
-
"line":
|
|
3913
|
+
"line": 53
|
|
3825
3914
|
},
|
|
3826
|
-
"name": "
|
|
3915
|
+
"name": "resourceNamingOption",
|
|
3916
|
+
"optional": true,
|
|
3827
3917
|
"type": {
|
|
3828
|
-
"
|
|
3918
|
+
"union": {
|
|
3919
|
+
"types": [
|
|
3920
|
+
{
|
|
3921
|
+
"fqn": "@gammarers/aws-rds-database-running-schedule-stack.ResourceCustomNaming"
|
|
3922
|
+
},
|
|
3923
|
+
{
|
|
3924
|
+
"fqn": "@gammarers/aws-resource-naming.ResourceDefaultNaming"
|
|
3925
|
+
},
|
|
3926
|
+
{
|
|
3927
|
+
"fqn": "@gammarers/aws-resource-naming.ResourceAutoNaming"
|
|
3928
|
+
}
|
|
3929
|
+
]
|
|
3930
|
+
}
|
|
3829
3931
|
}
|
|
3830
3932
|
},
|
|
3831
3933
|
{
|
|
@@ -3836,11 +3938,12 @@
|
|
|
3836
3938
|
"immutable": true,
|
|
3837
3939
|
"locationInModule": {
|
|
3838
3940
|
"filename": "src/index.ts",
|
|
3839
|
-
"line":
|
|
3941
|
+
"line": 51
|
|
3840
3942
|
},
|
|
3841
|
-
"name": "
|
|
3943
|
+
"name": "startSchedule",
|
|
3944
|
+
"optional": true,
|
|
3842
3945
|
"type": {
|
|
3843
|
-
"
|
|
3946
|
+
"fqn": "@gammarers/aws-rds-database-running-schedule-stack.ScheduleProperty"
|
|
3844
3947
|
}
|
|
3845
3948
|
},
|
|
3846
3949
|
{
|
|
@@ -3851,29 +3954,30 @@
|
|
|
3851
3954
|
"immutable": true,
|
|
3852
3955
|
"locationInModule": {
|
|
3853
3956
|
"filename": "src/index.ts",
|
|
3854
|
-
"line":
|
|
3957
|
+
"line": 50
|
|
3855
3958
|
},
|
|
3856
|
-
"name": "
|
|
3959
|
+
"name": "stopSchedule",
|
|
3960
|
+
"optional": true,
|
|
3857
3961
|
"type": {
|
|
3858
|
-
"fqn": "@gammarers/aws-
|
|
3962
|
+
"fqn": "@gammarers/aws-rds-database-running-schedule-stack.ScheduleProperty"
|
|
3859
3963
|
}
|
|
3860
3964
|
}
|
|
3861
3965
|
],
|
|
3862
|
-
"symbolId": "src/index:
|
|
3966
|
+
"symbolId": "src/index:RDSDatabaseRunningScheduleStackProps"
|
|
3863
3967
|
},
|
|
3864
|
-
"@gammarers/aws-rds-database-running-schedule-stack.
|
|
3968
|
+
"@gammarers/aws-rds-database-running-schedule-stack.ResourceCustomNaming": {
|
|
3865
3969
|
"assembly": "@gammarers/aws-rds-database-running-schedule-stack",
|
|
3866
3970
|
"datatype": true,
|
|
3867
3971
|
"docs": {
|
|
3868
3972
|
"stability": "stable"
|
|
3869
3973
|
},
|
|
3870
|
-
"fqn": "@gammarers/aws-rds-database-running-schedule-stack.
|
|
3974
|
+
"fqn": "@gammarers/aws-rds-database-running-schedule-stack.ResourceCustomNaming",
|
|
3871
3975
|
"kind": "interface",
|
|
3872
3976
|
"locationInModule": {
|
|
3873
3977
|
"filename": "src/index.ts",
|
|
3874
|
-
"line":
|
|
3978
|
+
"line": 13
|
|
3875
3979
|
},
|
|
3876
|
-
"name": "
|
|
3980
|
+
"name": "ResourceCustomNaming",
|
|
3877
3981
|
"properties": [
|
|
3878
3982
|
{
|
|
3879
3983
|
"abstract": true,
|
|
@@ -3883,83 +3987,28 @@
|
|
|
3883
3987
|
"immutable": true,
|
|
3884
3988
|
"locationInModule": {
|
|
3885
3989
|
"filename": "src/index.ts",
|
|
3886
|
-
"line":
|
|
3990
|
+
"line": 16
|
|
3887
3991
|
},
|
|
3888
|
-
"name": "
|
|
3889
|
-
"optional": true,
|
|
3992
|
+
"name": "notificationTopicDisplayName",
|
|
3890
3993
|
"type": {
|
|
3891
|
-
"
|
|
3892
|
-
"elementtype": {
|
|
3893
|
-
"primitive": "string"
|
|
3894
|
-
},
|
|
3895
|
-
"kind": "array"
|
|
3896
|
-
}
|
|
3994
|
+
"primitive": "string"
|
|
3897
3995
|
}
|
|
3898
|
-
}
|
|
3899
|
-
],
|
|
3900
|
-
"symbolId": "src/index:NotificationsProperty"
|
|
3901
|
-
},
|
|
3902
|
-
"@gammarers/aws-rds-database-running-schedule-stack.RDSDatabaseRunningScheduleStack": {
|
|
3903
|
-
"assembly": "@gammarers/aws-rds-database-running-schedule-stack",
|
|
3904
|
-
"base": "aws-cdk-lib.Stack",
|
|
3905
|
-
"docs": {
|
|
3906
|
-
"stability": "stable"
|
|
3907
|
-
},
|
|
3908
|
-
"fqn": "@gammarers/aws-rds-database-running-schedule-stack.RDSDatabaseRunningScheduleStack",
|
|
3909
|
-
"initializer": {
|
|
3910
|
-
"docs": {
|
|
3911
|
-
"stability": "stable"
|
|
3912
3996
|
},
|
|
3913
|
-
|
|
3914
|
-
"
|
|
3915
|
-
"
|
|
3916
|
-
|
|
3917
|
-
"parameters": [
|
|
3918
|
-
{
|
|
3919
|
-
"name": "scope",
|
|
3920
|
-
"type": {
|
|
3921
|
-
"fqn": "constructs.Construct"
|
|
3922
|
-
}
|
|
3997
|
+
{
|
|
3998
|
+
"abstract": true,
|
|
3999
|
+
"docs": {
|
|
4000
|
+
"stability": "stable"
|
|
3923
4001
|
},
|
|
3924
|
-
|
|
3925
|
-
|
|
3926
|
-
"
|
|
3927
|
-
|
|
3928
|
-
}
|
|
4002
|
+
"immutable": true,
|
|
4003
|
+
"locationInModule": {
|
|
4004
|
+
"filename": "src/index.ts",
|
|
4005
|
+
"line": 15
|
|
3929
4006
|
},
|
|
3930
|
-
|
|
3931
|
-
|
|
3932
|
-
"
|
|
3933
|
-
"fqn": "@gammarers/aws-rds-database-running-schedule-stack.RDSDatabaseRunningScheduleStackProps"
|
|
3934
|
-
}
|
|
4007
|
+
"name": "notificationTopicName",
|
|
4008
|
+
"type": {
|
|
4009
|
+
"primitive": "string"
|
|
3935
4010
|
}
|
|
3936
|
-
|
|
3937
|
-
},
|
|
3938
|
-
"kind": "class",
|
|
3939
|
-
"locationInModule": {
|
|
3940
|
-
"filename": "src/index.ts",
|
|
3941
|
-
"line": 51
|
|
3942
|
-
},
|
|
3943
|
-
"name": "RDSDatabaseRunningScheduleStack",
|
|
3944
|
-
"symbolId": "src/index:RDSDatabaseRunningScheduleStack"
|
|
3945
|
-
},
|
|
3946
|
-
"@gammarers/aws-rds-database-running-schedule-stack.RDSDatabaseRunningScheduleStackProps": {
|
|
3947
|
-
"assembly": "@gammarers/aws-rds-database-running-schedule-stack",
|
|
3948
|
-
"datatype": true,
|
|
3949
|
-
"docs": {
|
|
3950
|
-
"stability": "stable"
|
|
3951
|
-
},
|
|
3952
|
-
"fqn": "@gammarers/aws-rds-database-running-schedule-stack.RDSDatabaseRunningScheduleStackProps",
|
|
3953
|
-
"interfaces": [
|
|
3954
|
-
"aws-cdk-lib.StackProps"
|
|
3955
|
-
],
|
|
3956
|
-
"kind": "interface",
|
|
3957
|
-
"locationInModule": {
|
|
3958
|
-
"filename": "src/index.ts",
|
|
3959
|
-
"line": 42
|
|
3960
|
-
},
|
|
3961
|
-
"name": "RDSDatabaseRunningScheduleStackProps",
|
|
3962
|
-
"properties": [
|
|
4011
|
+
},
|
|
3963
4012
|
{
|
|
3964
4013
|
"abstract": true,
|
|
3965
4014
|
"docs": {
|
|
@@ -3968,11 +4017,11 @@
|
|
|
3968
4017
|
"immutable": true,
|
|
3969
4018
|
"locationInModule": {
|
|
3970
4019
|
"filename": "src/index.ts",
|
|
3971
|
-
"line":
|
|
4020
|
+
"line": 19
|
|
3972
4021
|
},
|
|
3973
|
-
"name": "
|
|
4022
|
+
"name": "schedulerRoleName",
|
|
3974
4023
|
"type": {
|
|
3975
|
-
"
|
|
4024
|
+
"primitive": "string"
|
|
3976
4025
|
}
|
|
3977
4026
|
},
|
|
3978
4027
|
{
|
|
@@ -3983,12 +4032,11 @@
|
|
|
3983
4032
|
"immutable": true,
|
|
3984
4033
|
"locationInModule": {
|
|
3985
4034
|
"filename": "src/index.ts",
|
|
3986
|
-
"line":
|
|
4035
|
+
"line": 20
|
|
3987
4036
|
},
|
|
3988
|
-
"name": "
|
|
3989
|
-
"optional": true,
|
|
4037
|
+
"name": "startScheduleName",
|
|
3990
4038
|
"type": {
|
|
3991
|
-
"primitive": "
|
|
4039
|
+
"primitive": "string"
|
|
3992
4040
|
}
|
|
3993
4041
|
},
|
|
3994
4042
|
{
|
|
@@ -3999,12 +4047,11 @@
|
|
|
3999
4047
|
"immutable": true,
|
|
4000
4048
|
"locationInModule": {
|
|
4001
4049
|
"filename": "src/index.ts",
|
|
4002
|
-
"line":
|
|
4050
|
+
"line": 17
|
|
4003
4051
|
},
|
|
4004
|
-
"name": "
|
|
4005
|
-
"optional": true,
|
|
4052
|
+
"name": "stateMachineName",
|
|
4006
4053
|
"type": {
|
|
4007
|
-
"
|
|
4054
|
+
"primitive": "string"
|
|
4008
4055
|
}
|
|
4009
4056
|
},
|
|
4010
4057
|
{
|
|
@@ -4015,24 +4062,11 @@
|
|
|
4015
4062
|
"immutable": true,
|
|
4016
4063
|
"locationInModule": {
|
|
4017
4064
|
"filename": "src/index.ts",
|
|
4018
|
-
"line":
|
|
4065
|
+
"line": 18
|
|
4019
4066
|
},
|
|
4020
|
-
"name": "
|
|
4021
|
-
"optional": true,
|
|
4067
|
+
"name": "stateMachineRoleName",
|
|
4022
4068
|
"type": {
|
|
4023
|
-
"
|
|
4024
|
-
"types": [
|
|
4025
|
-
{
|
|
4026
|
-
"fqn": "@gammarers/aws-rds-database-running-schedule-stack.CustomNaming"
|
|
4027
|
-
},
|
|
4028
|
-
{
|
|
4029
|
-
"fqn": "@gammarers/aws-resource-naming.ResourceDefaultNaming"
|
|
4030
|
-
},
|
|
4031
|
-
{
|
|
4032
|
-
"fqn": "@gammarers/aws-resource-naming.ResourceAutoNaming"
|
|
4033
|
-
}
|
|
4034
|
-
]
|
|
4035
|
-
}
|
|
4069
|
+
"primitive": "string"
|
|
4036
4070
|
}
|
|
4037
4071
|
},
|
|
4038
4072
|
{
|
|
@@ -4043,12 +4077,11 @@
|
|
|
4043
4077
|
"immutable": true,
|
|
4044
4078
|
"locationInModule": {
|
|
4045
4079
|
"filename": "src/index.ts",
|
|
4046
|
-
"line":
|
|
4080
|
+
"line": 21
|
|
4047
4081
|
},
|
|
4048
|
-
"name": "
|
|
4049
|
-
"optional": true,
|
|
4082
|
+
"name": "stopScheduleName",
|
|
4050
4083
|
"type": {
|
|
4051
|
-
"
|
|
4084
|
+
"primitive": "string"
|
|
4052
4085
|
}
|
|
4053
4086
|
},
|
|
4054
4087
|
{
|
|
@@ -4059,16 +4092,15 @@
|
|
|
4059
4092
|
"immutable": true,
|
|
4060
4093
|
"locationInModule": {
|
|
4061
4094
|
"filename": "src/index.ts",
|
|
4062
|
-
"line":
|
|
4095
|
+
"line": 14
|
|
4063
4096
|
},
|
|
4064
|
-
"name": "
|
|
4065
|
-
"optional": true,
|
|
4097
|
+
"name": "type",
|
|
4066
4098
|
"type": {
|
|
4067
|
-
"fqn": "@gammarers/aws-
|
|
4099
|
+
"fqn": "@gammarers/aws-resource-naming.ResourceNamingType"
|
|
4068
4100
|
}
|
|
4069
4101
|
}
|
|
4070
4102
|
],
|
|
4071
|
-
"symbolId": "src/index:
|
|
4103
|
+
"symbolId": "src/index:ResourceCustomNaming"
|
|
4072
4104
|
},
|
|
4073
4105
|
"@gammarers/aws-rds-database-running-schedule-stack.ScheduleProperty": {
|
|
4074
4106
|
"assembly": "@gammarers/aws-rds-database-running-schedule-stack",
|
|
@@ -4150,6 +4182,38 @@
|
|
|
4150
4182
|
],
|
|
4151
4183
|
"symbolId": "src/index:ScheduleProperty"
|
|
4152
4184
|
},
|
|
4185
|
+
"@gammarers/aws-rds-database-running-schedule-stack.Slack": {
|
|
4186
|
+
"assembly": "@gammarers/aws-rds-database-running-schedule-stack",
|
|
4187
|
+
"datatype": true,
|
|
4188
|
+
"docs": {
|
|
4189
|
+
"stability": "stable"
|
|
4190
|
+
},
|
|
4191
|
+
"fqn": "@gammarers/aws-rds-database-running-schedule-stack.Slack",
|
|
4192
|
+
"kind": "interface",
|
|
4193
|
+
"locationInModule": {
|
|
4194
|
+
"filename": "src/index.ts",
|
|
4195
|
+
"line": 38
|
|
4196
|
+
},
|
|
4197
|
+
"name": "Slack",
|
|
4198
|
+
"properties": [
|
|
4199
|
+
{
|
|
4200
|
+
"abstract": true,
|
|
4201
|
+
"docs": {
|
|
4202
|
+
"stability": "stable"
|
|
4203
|
+
},
|
|
4204
|
+
"immutable": true,
|
|
4205
|
+
"locationInModule": {
|
|
4206
|
+
"filename": "src/index.ts",
|
|
4207
|
+
"line": 39
|
|
4208
|
+
},
|
|
4209
|
+
"name": "webhookSecretName",
|
|
4210
|
+
"type": {
|
|
4211
|
+
"primitive": "string"
|
|
4212
|
+
}
|
|
4213
|
+
}
|
|
4214
|
+
],
|
|
4215
|
+
"symbolId": "src/index:Slack"
|
|
4216
|
+
},
|
|
4153
4217
|
"@gammarers/aws-rds-database-running-schedule-stack.TargetResourceProperty": {
|
|
4154
4218
|
"assembly": "@gammarers/aws-rds-database-running-schedule-stack",
|
|
4155
4219
|
"datatype": true,
|
|
@@ -4203,6 +4267,6 @@
|
|
|
4203
4267
|
"symbolId": "src/index:TargetResourceProperty"
|
|
4204
4268
|
}
|
|
4205
4269
|
},
|
|
4206
|
-
"version": "2.
|
|
4207
|
-
"fingerprint": "
|
|
4270
|
+
"version": "2.4.0",
|
|
4271
|
+
"fingerprint": "XlKI7ntSmTabT01i84ioU9TZkfnL3OeFVz5Vrt/xdEc="
|
|
4208
4272
|
}
|