@rio-cloud/cdk-v2-constructs 6.7.2 → 6.9.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 +204 -81
- package/docs/API.md +827 -43
- package/docs/changelog.md +37 -616
- package/lib/contributions/team-transport-two/pipeline/pipeline-stack.d.ts +12 -12
- package/lib/contributions/team-transport-two/pipeline/pipeline-stack.js +1 -1
- package/lib/datadog/datadog-monitor.d.ts +2 -2
- package/lib/datadog/datadog-monitor.js +1 -1
- package/lib/datadogv2/datadog-dashboard.d.ts +1 -1
- package/lib/datadogv2/datadog-dashboard.js +1 -1
- package/lib/datadogv2/datadog-monitor.js +1 -2
- package/lib/datadogv2/datadog-notification.d.ts +4 -4
- package/lib/datadogv2/datadog-notification.js +3 -3
- package/lib/fargate/rio-fargate-service.d.ts +6 -6
- package/lib/fargate/rio-fargate-service.js +1 -1
- package/lib/iam/ecr-pull-through-cache-policy-statement.d.ts +4 -0
- package/lib/iam/ecr-pull-through-cache-policy-statement.js +25 -0
- package/lib/iam/index.d.ts +1 -0
- package/lib/iam/index.js +18 -0
- package/lib/index.d.ts +1 -0
- package/lib/index.js +3 -2
- package/lib/kafka/kafka-event-spec.d.ts +2 -2
- package/lib/kafka/kafka-event-spec.js +3 -3
- package/lib/kafka/kafka-topic.js +1 -1
- package/lib/kafka/rio-kafka-event-source.d.ts +4 -1
- package/lib/kafka/rio-kafka-event-source.js +1 -1
- package/lib/toggle.d.ts +7 -7
- package/lib/toggle.js +9 -12
- package/lib/watchful/ecs.d.ts +7 -0
- package/lib/watchful/ecs.js +21 -1
- package/lib/watchful/monitor-type.d.ts +5 -1
- package/lib/watchful/monitor-type.js +5 -1
- package/lib/watchful/watchful.d.ts +19 -3
- package/lib/watchful/watchful.js +15 -3
- package/lib/watchfulv2/watchful.d.ts +7 -3
- package/lib/watchfulv2/watchful.js +7 -3
- package/package.json +3 -3
- package/version.json +1 -1
- package/CHANGELOG.md +0 -99
package/.jsii
CHANGED
|
@@ -3707,6 +3707,13 @@
|
|
|
3707
3707
|
},
|
|
3708
3708
|
"symbolId": "src/fargate/index:"
|
|
3709
3709
|
},
|
|
3710
|
+
"@rio-cloud/cdk-v2-constructs.iam": {
|
|
3711
|
+
"locationInModule": {
|
|
3712
|
+
"filename": "src/index.ts",
|
|
3713
|
+
"line": 36
|
|
3714
|
+
},
|
|
3715
|
+
"symbolId": "src/iam/index:"
|
|
3716
|
+
},
|
|
3710
3717
|
"@rio-cloud/cdk-v2-constructs.kafka": {
|
|
3711
3718
|
"locationInModule": {
|
|
3712
3719
|
"filename": "src/index.ts",
|
|
@@ -3773,7 +3780,7 @@
|
|
|
3773
3780
|
"kind": "class",
|
|
3774
3781
|
"locationInModule": {
|
|
3775
3782
|
"filename": "src/watchful/watchful.ts",
|
|
3776
|
-
"line":
|
|
3783
|
+
"line": 87
|
|
3777
3784
|
},
|
|
3778
3785
|
"methods": [
|
|
3779
3786
|
{
|
|
@@ -3784,7 +3791,7 @@
|
|
|
3784
3791
|
},
|
|
3785
3792
|
"locationInModule": {
|
|
3786
3793
|
"filename": "src/watchful/watchful.ts",
|
|
3787
|
-
"line":
|
|
3794
|
+
"line": 90
|
|
3788
3795
|
},
|
|
3789
3796
|
"name": "createAlarm",
|
|
3790
3797
|
"overrides": "@rio-cloud/cdk-v2-constructs.IWatchful",
|
|
@@ -3817,7 +3824,7 @@
|
|
|
3817
3824
|
},
|
|
3818
3825
|
"locationInModule": {
|
|
3819
3826
|
"filename": "src/watchful/watchful.ts",
|
|
3820
|
-
"line":
|
|
3827
|
+
"line": 89
|
|
3821
3828
|
},
|
|
3822
3829
|
"name": "createLogAlarm",
|
|
3823
3830
|
"overrides": "@rio-cloud/cdk-v2-constructs.IWatchful",
|
|
@@ -3849,7 +3856,7 @@
|
|
|
3849
3856
|
},
|
|
3850
3857
|
"locationInModule": {
|
|
3851
3858
|
"filename": "src/watchful/watchful.ts",
|
|
3852
|
-
"line":
|
|
3859
|
+
"line": 95
|
|
3853
3860
|
},
|
|
3854
3861
|
"name": "overrideAlarmThreshold",
|
|
3855
3862
|
"parameters": [
|
|
@@ -3867,7 +3874,7 @@
|
|
|
3867
3874
|
},
|
|
3868
3875
|
"locationInModule": {
|
|
3869
3876
|
"filename": "src/watchful/watchful.ts",
|
|
3870
|
-
"line":
|
|
3877
|
+
"line": 103
|
|
3871
3878
|
},
|
|
3872
3879
|
"name": "shouldOverrideThreshold",
|
|
3873
3880
|
"parameters": [
|
|
@@ -3892,7 +3899,7 @@
|
|
|
3892
3899
|
},
|
|
3893
3900
|
"locationInModule": {
|
|
3894
3901
|
"filename": "src/watchful/watchful.ts",
|
|
3895
|
-
"line":
|
|
3902
|
+
"line": 162
|
|
3896
3903
|
},
|
|
3897
3904
|
"name": "watchAlb",
|
|
3898
3905
|
"parameters": [
|
|
@@ -3906,6 +3913,9 @@
|
|
|
3906
3913
|
}
|
|
3907
3914
|
},
|
|
3908
3915
|
{
|
|
3916
|
+
"docs": {
|
|
3917
|
+
"summary": "- Additional options for the watch see {@link WatchApplicationLoadBalancerOptions}."
|
|
3918
|
+
},
|
|
3909
3919
|
"name": "options",
|
|
3910
3920
|
"optional": true,
|
|
3911
3921
|
"type": {
|
|
@@ -3921,7 +3931,7 @@
|
|
|
3921
3931
|
},
|
|
3922
3932
|
"locationInModule": {
|
|
3923
3933
|
"filename": "src/watchful/watchful.ts",
|
|
3924
|
-
"line":
|
|
3934
|
+
"line": 175
|
|
3925
3935
|
},
|
|
3926
3936
|
"name": "watchApplicationTargetGroup",
|
|
3927
3937
|
"parameters": [
|
|
@@ -3935,6 +3945,9 @@
|
|
|
3935
3945
|
}
|
|
3936
3946
|
},
|
|
3937
3947
|
{
|
|
3948
|
+
"docs": {
|
|
3949
|
+
"summary": "- Additional options for the watch see {@link WatchApplicationTargetGroupOptions}."
|
|
3950
|
+
},
|
|
3938
3951
|
"name": "options",
|
|
3939
3952
|
"optional": true,
|
|
3940
3953
|
"type": {
|
|
@@ -3950,7 +3963,7 @@
|
|
|
3950
3963
|
},
|
|
3951
3964
|
"locationInModule": {
|
|
3952
3965
|
"filename": "src/watchful/watchful.ts",
|
|
3953
|
-
"line":
|
|
3966
|
+
"line": 133
|
|
3954
3967
|
},
|
|
3955
3968
|
"name": "watchCloudfrontDistribution",
|
|
3956
3969
|
"parameters": [
|
|
@@ -3964,6 +3977,9 @@
|
|
|
3964
3977
|
}
|
|
3965
3978
|
},
|
|
3966
3979
|
{
|
|
3980
|
+
"docs": {
|
|
3981
|
+
"summary": "- Additional options for the watch see {@link WatchCloudfrontDistributionOptions}."
|
|
3982
|
+
},
|
|
3967
3983
|
"name": "options",
|
|
3968
3984
|
"optional": true,
|
|
3969
3985
|
"type": {
|
|
@@ -3979,7 +3995,7 @@
|
|
|
3979
3995
|
},
|
|
3980
3996
|
"locationInModule": {
|
|
3981
3997
|
"filename": "src/watchful/watchful.ts",
|
|
3982
|
-
"line":
|
|
3998
|
+
"line": 204
|
|
3983
3999
|
},
|
|
3984
4000
|
"name": "watchDatabaseCluster",
|
|
3985
4001
|
"parameters": [
|
|
@@ -3993,6 +4009,9 @@
|
|
|
3993
4009
|
}
|
|
3994
4010
|
},
|
|
3995
4011
|
{
|
|
4012
|
+
"docs": {
|
|
4013
|
+
"summary": "- Additional options for the watch see {@link WatchDatabaseClusterOptions}."
|
|
4014
|
+
},
|
|
3996
4015
|
"name": "options",
|
|
3997
4016
|
"optional": true,
|
|
3998
4017
|
"type": {
|
|
@@ -4008,7 +4027,7 @@
|
|
|
4008
4027
|
},
|
|
4009
4028
|
"locationInModule": {
|
|
4010
4029
|
"filename": "src/watchful/watchful.ts",
|
|
4011
|
-
"line":
|
|
4030
|
+
"line": 191
|
|
4012
4031
|
},
|
|
4013
4032
|
"name": "watchDocDb",
|
|
4014
4033
|
"parameters": [
|
|
@@ -4022,6 +4041,9 @@
|
|
|
4022
4041
|
}
|
|
4023
4042
|
},
|
|
4024
4043
|
{
|
|
4044
|
+
"docs": {
|
|
4045
|
+
"summary": "- Additional options for the watch see {@link WatchDocDbClusterOptions}."
|
|
4046
|
+
},
|
|
4025
4047
|
"name": "options",
|
|
4026
4048
|
"optional": true,
|
|
4027
4049
|
"type": {
|
|
@@ -4037,7 +4059,7 @@
|
|
|
4037
4059
|
},
|
|
4038
4060
|
"locationInModule": {
|
|
4039
4061
|
"filename": "src/watchful/watchful.ts",
|
|
4040
|
-
"line":
|
|
4062
|
+
"line": 217
|
|
4041
4063
|
},
|
|
4042
4064
|
"name": "watchDynamoDbTable",
|
|
4043
4065
|
"parameters": [
|
|
@@ -4051,6 +4073,9 @@
|
|
|
4051
4073
|
}
|
|
4052
4074
|
},
|
|
4053
4075
|
{
|
|
4076
|
+
"docs": {
|
|
4077
|
+
"summary": "- Additional options for the watch see {@link WatchDynamoDbTableOptions}."
|
|
4078
|
+
},
|
|
4054
4079
|
"name": "options",
|
|
4055
4080
|
"optional": true,
|
|
4056
4081
|
"type": {
|
|
@@ -4066,7 +4091,7 @@
|
|
|
4066
4091
|
},
|
|
4067
4092
|
"locationInModule": {
|
|
4068
4093
|
"filename": "src/watchful/watchful.ts",
|
|
4069
|
-
"line":
|
|
4094
|
+
"line": 149
|
|
4070
4095
|
},
|
|
4071
4096
|
"name": "watchEcsService",
|
|
4072
4097
|
"parameters": [
|
|
@@ -4080,6 +4105,9 @@
|
|
|
4080
4105
|
}
|
|
4081
4106
|
},
|
|
4082
4107
|
{
|
|
4108
|
+
"docs": {
|
|
4109
|
+
"summary": "- Additional options for the watch see {@link WatchEcsServiceOptions}."
|
|
4110
|
+
},
|
|
4083
4111
|
"name": "options",
|
|
4084
4112
|
"optional": true,
|
|
4085
4113
|
"type": {
|
|
@@ -4095,7 +4123,7 @@
|
|
|
4095
4123
|
},
|
|
4096
4124
|
"locationInModule": {
|
|
4097
4125
|
"filename": "src/watchful/watchful.ts",
|
|
4098
|
-
"line":
|
|
4126
|
+
"line": 119
|
|
4099
4127
|
},
|
|
4100
4128
|
"name": "watchLambdaFunction",
|
|
4101
4129
|
"parameters": [
|
|
@@ -4109,6 +4137,9 @@
|
|
|
4109
4137
|
}
|
|
4110
4138
|
},
|
|
4111
4139
|
{
|
|
4140
|
+
"docs": {
|
|
4141
|
+
"summary": "- Additional options for the watch see {@link WatchLambdaFunctionOptions}."
|
|
4142
|
+
},
|
|
4112
4143
|
"name": "options",
|
|
4113
4144
|
"optional": true,
|
|
4114
4145
|
"type": {
|
|
@@ -4127,7 +4158,7 @@
|
|
|
4127
4158
|
"immutable": true,
|
|
4128
4159
|
"locationInModule": {
|
|
4129
4160
|
"filename": "src/watchful/watchful.ts",
|
|
4130
|
-
"line":
|
|
4161
|
+
"line": 88
|
|
4131
4162
|
},
|
|
4132
4163
|
"name": "metricsAlarmOverrides",
|
|
4133
4164
|
"protected": true,
|
|
@@ -4779,7 +4810,7 @@
|
|
|
4779
4810
|
{
|
|
4780
4811
|
"abstract": true,
|
|
4781
4812
|
"docs": {
|
|
4782
|
-
"remarks": "This string is passed directly to the Docker daemon.\nImages in the Docker Hub registry are available by default.\nOther repositories are specified with either repository-url/image:tag or repository-url/image
|
|
4813
|
+
"remarks": "This string is passed directly to the Docker daemon.\nImages in the Docker Hub registry are available by default.\nOther repositories are specified with either repository-url/image:tag or repository-url/image\\@digest.",
|
|
4783
4814
|
"stability": "stable",
|
|
4784
4815
|
"summary": "The image used to start a container."
|
|
4785
4816
|
},
|
|
@@ -5211,7 +5242,7 @@
|
|
|
5211
5242
|
{
|
|
5212
5243
|
"abstract": true,
|
|
5213
5244
|
"docs": {
|
|
5214
|
-
"remarks": "We would like to learn about your use cases.\n\nDefault tags are not allowed to be overridden!\n\nDefaults are:\n* env: Set to RioFargateServiceProps#stage prop\n* service: Set to RioFargateServiceProps#serviceName prop\n* version: Set to RioFargateServiceProps#version prop\n* account_id
|
|
5245
|
+
"remarks": "We would like to learn about your use cases.\n\nDefault tags are not allowed to be overridden!\n\nDefaults are:\n* env: Set to RioFargateServiceProps#stage prop\n* service: Set to RioFargateServiceProps#serviceName prop\n* version: Set to RioFargateServiceProps#version prop\n* account_id:$\\{accountID\\}\n* account_name:$\\{accountName\\}\n* region:$\\{AWSRegion\\}\n* team:$\\{teamName from ssm param /config/team/name\\}\n* team_identifier:$\\{teamIdentifier from ssm param /config/team/identifier\\}",
|
|
5215
5246
|
"stability": "stable",
|
|
5216
5247
|
"summary": "Configure additional tags, which are appended to the defaults, When you define custom tags we would be glad if you contact us."
|
|
5217
5248
|
},
|
|
@@ -5724,7 +5755,7 @@
|
|
|
5724
5755
|
"abstract": true,
|
|
5725
5756
|
"docs": {
|
|
5726
5757
|
"stability": "stable",
|
|
5727
|
-
"summary": "If AutoCloseOpsGenieAlerts is set to False, the monitor message will be wrapped in {{#is_alert}} ... {{/is_alert}} so that the corresponding OpsGenie alert will not resolve automatically. If set to True, it will leave the monitor message as it is. Note also that it is not possible to provide any of the wrappings {{#is_alert}}, {{#is_warning}}, {{#is_alert_recovery}}, '{{#is_warning_recovery}}' in the message yourself and use the property AutoCloseOpsGenieAlerts at the same time."
|
|
5758
|
+
"summary": "If AutoCloseOpsGenieAlerts is set to False, the monitor message will be wrapped in \\{\\{#is_alert\\}\\} ... \\{\\{/is_alert\\}\\} so that the corresponding OpsGenie alert will not resolve automatically. If set to True, it will leave the monitor message as it is. Note also that it is not possible to provide any of the wrappings \\{\\{#is_alert\\}\\}, \\{\\{#is_warning\\}\\}, \\{\\{#is_alert_recovery\\}\\}, '\\{\\{#is_warning_recovery\\}\\}' in the message yourself and use the property AutoCloseOpsGenieAlerts at the same time."
|
|
5728
5759
|
},
|
|
5729
5760
|
"immutable": true,
|
|
5730
5761
|
"locationInModule": {
|
|
@@ -6464,7 +6495,7 @@
|
|
|
6464
6495
|
"@rio-cloud/cdk-v2-constructs.IAppStackFactory": {
|
|
6465
6496
|
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
6466
6497
|
"docs": {
|
|
6467
|
-
"example": "// Use e.g. within ApplicationProps as JSONObject:\n{ create: (construct, props)
|
|
6498
|
+
"example": "// Use e.g. within ApplicationProps as JSONObject:\n\\{ create: (construct, props) =\\> new Stack(construct, 'AppStack', props) \\}\n\n// or simply as class interface within your stack implementation:\nclass PipelineStage extends Stage implements IAppStackFactory \\{\n constructor(scope: Construct, id: string, props: StageProps) \\{\n super(scope, id, props);\n // your stage definition\n \\}\n\n create(scope: Construct, props: AppStackProps): void \\{\n // app stack initiation goes in here\n \\}\n\\}",
|
|
6468
6499
|
"remarks": "Simply place the AppStack creation into the create-method:",
|
|
6469
6500
|
"stability": "stable",
|
|
6470
6501
|
"summary": "Provider interface to create the AppStack within the specific scope."
|
|
@@ -6490,7 +6521,7 @@
|
|
|
6490
6521
|
"parameters": [
|
|
6491
6522
|
{
|
|
6492
6523
|
"docs": {
|
|
6493
|
-
"summary": "
|
|
6524
|
+
"summary": "- The parent construct for the app stack."
|
|
6494
6525
|
},
|
|
6495
6526
|
"name": "scope",
|
|
6496
6527
|
"type": {
|
|
@@ -6499,7 +6530,7 @@
|
|
|
6499
6530
|
},
|
|
6500
6531
|
{
|
|
6501
6532
|
"docs": {
|
|
6502
|
-
"summary": "
|
|
6533
|
+
"summary": "- The app stacks properties."
|
|
6503
6534
|
},
|
|
6504
6535
|
"name": "props",
|
|
6505
6536
|
"type": {
|
|
@@ -6536,17 +6567,23 @@
|
|
|
6536
6567
|
},
|
|
6537
6568
|
"locationInModule": {
|
|
6538
6569
|
"filename": "src/watchful/watchful.ts",
|
|
6539
|
-
"line":
|
|
6570
|
+
"line": 56
|
|
6540
6571
|
},
|
|
6541
6572
|
"name": "createAlarm",
|
|
6542
6573
|
"parameters": [
|
|
6543
6574
|
{
|
|
6575
|
+
"docs": {
|
|
6576
|
+
"summary": "- The construct to add the alarm to."
|
|
6577
|
+
},
|
|
6544
6578
|
"name": "scope",
|
|
6545
6579
|
"type": {
|
|
6546
6580
|
"fqn": "constructs.Construct"
|
|
6547
6581
|
}
|
|
6548
6582
|
},
|
|
6549
6583
|
{
|
|
6584
|
+
"docs": {
|
|
6585
|
+
"summary": "- The id of the alarm."
|
|
6586
|
+
},
|
|
6550
6587
|
"name": "id",
|
|
6551
6588
|
"type": {
|
|
6552
6589
|
"fqn": "@rio-cloud/cdk-v2-constructs.MonitorType"
|
|
@@ -6554,7 +6591,7 @@
|
|
|
6554
6591
|
},
|
|
6555
6592
|
{
|
|
6556
6593
|
"docs": {
|
|
6557
|
-
"summary": "-
|
|
6594
|
+
"summary": "- Additional options for the watch see {@link MetricAlarmProps}."
|
|
6558
6595
|
},
|
|
6559
6596
|
"name": "alarm",
|
|
6560
6597
|
"type": {
|
|
@@ -6571,11 +6608,14 @@
|
|
|
6571
6608
|
},
|
|
6572
6609
|
"locationInModule": {
|
|
6573
6610
|
"filename": "src/watchful/watchful.ts",
|
|
6574
|
-
"line":
|
|
6611
|
+
"line": 48
|
|
6575
6612
|
},
|
|
6576
6613
|
"name": "createLogAlarm",
|
|
6577
6614
|
"parameters": [
|
|
6578
6615
|
{
|
|
6616
|
+
"docs": {
|
|
6617
|
+
"summary": "- The construct to add the alarm to."
|
|
6618
|
+
},
|
|
6579
6619
|
"name": "scope",
|
|
6580
6620
|
"type": {
|
|
6581
6621
|
"fqn": "constructs.Construct"
|
|
@@ -6591,6 +6631,9 @@
|
|
|
6591
6631
|
}
|
|
6592
6632
|
},
|
|
6593
6633
|
{
|
|
6634
|
+
"docs": {
|
|
6635
|
+
"summary": "- The alarm properties see {@link LogAlarmProps}."
|
|
6636
|
+
},
|
|
6594
6637
|
"name": "alarm",
|
|
6595
6638
|
"type": {
|
|
6596
6639
|
"fqn": "@rio-cloud/cdk-v2-constructs.LogAlarmProps"
|
|
@@ -6769,7 +6812,7 @@
|
|
|
6769
6812
|
{
|
|
6770
6813
|
"docs": {
|
|
6771
6814
|
"remarks": "Must either be an absolute path or a path relative to CDK's working directory.",
|
|
6772
|
-
"summary": "
|
|
6815
|
+
"summary": "- The filename of the event specification file."
|
|
6773
6816
|
},
|
|
6774
6817
|
"name": "filename",
|
|
6775
6818
|
"type": {
|
|
@@ -6798,7 +6841,7 @@
|
|
|
6798
6841
|
"parameters": [
|
|
6799
6842
|
{
|
|
6800
6843
|
"docs": {
|
|
6801
|
-
"summary": "as yaml formatted string."
|
|
6844
|
+
"summary": "- EventSpec as yaml formatted string."
|
|
6802
6845
|
},
|
|
6803
6846
|
"name": "spec",
|
|
6804
6847
|
"type": {
|
|
@@ -8126,6 +8169,13 @@
|
|
|
8126
8169
|
"summary": "Connection error metrics for Application load balancer target group."
|
|
8127
8170
|
},
|
|
8128
8171
|
"name": "CONNECTION_ERROR"
|
|
8172
|
+
},
|
|
8173
|
+
{
|
|
8174
|
+
"docs": {
|
|
8175
|
+
"stability": "stable",
|
|
8176
|
+
"summary": "Running fargate tasks monitor."
|
|
8177
|
+
},
|
|
8178
|
+
"name": "RUNNING_TASKS"
|
|
8129
8179
|
}
|
|
8130
8180
|
],
|
|
8131
8181
|
"name": "MonitorType",
|
|
@@ -8141,7 +8191,7 @@
|
|
|
8141
8191
|
"kind": "interface",
|
|
8142
8192
|
"locationInModule": {
|
|
8143
8193
|
"filename": "src/watchful/watchful.ts",
|
|
8144
|
-
"line":
|
|
8194
|
+
"line": 59
|
|
8145
8195
|
},
|
|
8146
8196
|
"name": "OverrideAlarmThresholdProps",
|
|
8147
8197
|
"properties": [
|
|
@@ -8154,7 +8204,7 @@
|
|
|
8154
8204
|
"immutable": true,
|
|
8155
8205
|
"locationInModule": {
|
|
8156
8206
|
"filename": "src/watchful/watchful.ts",
|
|
8157
|
-
"line":
|
|
8207
|
+
"line": 63
|
|
8158
8208
|
},
|
|
8159
8209
|
"name": "monitoredResourceScope",
|
|
8160
8210
|
"type": {
|
|
@@ -8171,7 +8221,7 @@
|
|
|
8171
8221
|
"immutable": true,
|
|
8172
8222
|
"locationInModule": {
|
|
8173
8223
|
"filename": "src/watchful/watchful.ts",
|
|
8174
|
-
"line":
|
|
8224
|
+
"line": 69
|
|
8175
8225
|
},
|
|
8176
8226
|
"name": "monitorType",
|
|
8177
8227
|
"type": {
|
|
@@ -8187,7 +8237,7 @@
|
|
|
8187
8237
|
"immutable": true,
|
|
8188
8238
|
"locationInModule": {
|
|
8189
8239
|
"filename": "src/watchful/watchful.ts",
|
|
8190
|
-
"line":
|
|
8240
|
+
"line": 74
|
|
8191
8241
|
},
|
|
8192
8242
|
"name": "threshold",
|
|
8193
8243
|
"type": {
|
|
@@ -8513,7 +8563,7 @@
|
|
|
8513
8563
|
"abstract": true,
|
|
8514
8564
|
"docs": {
|
|
8515
8565
|
"stability": "stable",
|
|
8516
|
-
"summary": "Map {directory: filenames} containing .jar or .zip files created in main build step to be uploaded to the monitoring-testsuite-runner bucket, e.g. ``` { 'availability-monitoring/build/libs': ['foo-availability.jar'], 'performance-monitoring/build/libs': ['api-check.zip', 'foo-performance.jar'], } ```."
|
|
8566
|
+
"summary": "Map \\{directory: filenames\\} containing .jar or .zip files created in main build step to be uploaded to the monitoring-testsuite-runner bucket, e.g. ``` { 'availability-monitoring/build/libs': ['foo-availability.jar'], 'performance-monitoring/build/libs': ['api-check.zip', 'foo-performance.jar'], } ```."
|
|
8517
8567
|
},
|
|
8518
8568
|
"immutable": true,
|
|
8519
8569
|
"locationInModule": {
|
|
@@ -9243,7 +9293,7 @@
|
|
|
9243
9293
|
},
|
|
9244
9294
|
"locationInModule": {
|
|
9245
9295
|
"filename": "src/kafka/rio-kafka-event-source.ts",
|
|
9246
|
-
"line":
|
|
9296
|
+
"line": 62
|
|
9247
9297
|
},
|
|
9248
9298
|
"parameters": [
|
|
9249
9299
|
{
|
|
@@ -9260,7 +9310,7 @@
|
|
|
9260
9310
|
"kind": "class",
|
|
9261
9311
|
"locationInModule": {
|
|
9262
9312
|
"filename": "src/kafka/rio-kafka-event-source.ts",
|
|
9263
|
-
"line":
|
|
9313
|
+
"line": 60
|
|
9264
9314
|
},
|
|
9265
9315
|
"methods": [
|
|
9266
9316
|
{
|
|
@@ -9270,7 +9320,7 @@
|
|
|
9270
9320
|
},
|
|
9271
9321
|
"locationInModule": {
|
|
9272
9322
|
"filename": "src/kafka/rio-kafka-event-source.ts",
|
|
9273
|
-
"line":
|
|
9323
|
+
"line": 65
|
|
9274
9324
|
},
|
|
9275
9325
|
"name": "bind",
|
|
9276
9326
|
"overrides": "aws-cdk-lib.aws_lambda.IEventSource",
|
|
@@ -9342,7 +9392,7 @@
|
|
|
9342
9392
|
"abstract": true,
|
|
9343
9393
|
"docs": {
|
|
9344
9394
|
"default": "- none",
|
|
9345
|
-
"remarks": "The consumer group ID must be unique among all your Kafka event sources
|
|
9395
|
+
"remarks": "The consumer group ID must be unique among all your Kafka event sources.\nAfter creating a Kafka event source mapping with the consumer group ID specified, you cannot update this value.\nThe value must have a lenght between 1 and 200 and full the pattern '[a-zA-Z0-9-\\/*:_+=.\\@-]*'.",
|
|
9346
9396
|
"see": "https://docs.aws.amazon.com/lambda/latest/dg/with-msk.html#services-msk-consumer-group-id",
|
|
9347
9397
|
"stability": "stable",
|
|
9348
9398
|
"summary": "The identifier for the Kafka consumer group to join."
|
|
@@ -9350,7 +9400,7 @@
|
|
|
9350
9400
|
"immutable": true,
|
|
9351
9401
|
"locationInModule": {
|
|
9352
9402
|
"filename": "src/kafka/rio-kafka-event-source.ts",
|
|
9353
|
-
"line":
|
|
9403
|
+
"line": 39
|
|
9354
9404
|
},
|
|
9355
9405
|
"name": "consumerGroupId",
|
|
9356
9406
|
"optional": true,
|
|
@@ -9935,7 +9985,7 @@
|
|
|
9935
9985
|
"kind": "interface",
|
|
9936
9986
|
"locationInModule": {
|
|
9937
9987
|
"filename": "src/watchful/watchful.ts",
|
|
9938
|
-
"line":
|
|
9988
|
+
"line": 77
|
|
9939
9989
|
},
|
|
9940
9990
|
"name": "ShouldOverrideThresholdProps",
|
|
9941
9991
|
"properties": [
|
|
@@ -9947,7 +9997,7 @@
|
|
|
9947
9997
|
"immutable": true,
|
|
9948
9998
|
"locationInModule": {
|
|
9949
9999
|
"filename": "src/watchful/watchful.ts",
|
|
9950
|
-
"line":
|
|
10000
|
+
"line": 78
|
|
9951
10001
|
},
|
|
9952
10002
|
"name": "watchfulMonitorScope",
|
|
9953
10003
|
"type": {
|
|
@@ -9962,7 +10012,7 @@
|
|
|
9962
10012
|
"immutable": true,
|
|
9963
10013
|
"locationInModule": {
|
|
9964
10014
|
"filename": "src/watchful/watchful.ts",
|
|
9965
|
-
"line":
|
|
10015
|
+
"line": 79
|
|
9966
10016
|
},
|
|
9967
10017
|
"name": "watchfulNodeId",
|
|
9968
10018
|
"type": {
|
|
@@ -9982,7 +10032,7 @@
|
|
|
9982
10032
|
"kind": "interface",
|
|
9983
10033
|
"locationInModule": {
|
|
9984
10034
|
"filename": "src/watchful/watchful.ts",
|
|
9985
|
-
"line":
|
|
10035
|
+
"line": 82
|
|
9986
10036
|
},
|
|
9987
10037
|
"name": "ShouldOverrideThresholdReturnProps",
|
|
9988
10038
|
"properties": [
|
|
@@ -9994,7 +10044,7 @@
|
|
|
9994
10044
|
"immutable": true,
|
|
9995
10045
|
"locationInModule": {
|
|
9996
10046
|
"filename": "src/watchful/watchful.ts",
|
|
9997
|
-
"line":
|
|
10047
|
+
"line": 83
|
|
9998
10048
|
},
|
|
9999
10049
|
"name": "shouldOverrideThreshold",
|
|
10000
10050
|
"type": {
|
|
@@ -10009,7 +10059,7 @@
|
|
|
10009
10059
|
"immutable": true,
|
|
10010
10060
|
"locationInModule": {
|
|
10011
10061
|
"filename": "src/watchful/watchful.ts",
|
|
10012
|
-
"line":
|
|
10062
|
+
"line": 84
|
|
10013
10063
|
},
|
|
10014
10064
|
"name": "threshold",
|
|
10015
10065
|
"optional": true,
|
|
@@ -11246,7 +11296,7 @@
|
|
|
11246
11296
|
},
|
|
11247
11297
|
"locationInModule": {
|
|
11248
11298
|
"filename": "src/watchful/ecs.ts",
|
|
11249
|
-
"line":
|
|
11299
|
+
"line": 67
|
|
11250
11300
|
},
|
|
11251
11301
|
"parameters": [
|
|
11252
11302
|
{
|
|
@@ -11272,7 +11322,7 @@
|
|
|
11272
11322
|
"kind": "class",
|
|
11273
11323
|
"locationInModule": {
|
|
11274
11324
|
"filename": "src/watchful/ecs.ts",
|
|
11275
|
-
"line":
|
|
11325
|
+
"line": 63
|
|
11276
11326
|
},
|
|
11277
11327
|
"name": "WatchEcsService",
|
|
11278
11328
|
"symbolId": "src/watchful/ecs:WatchEcsService"
|
|
@@ -11288,7 +11338,7 @@
|
|
|
11288
11338
|
"kind": "interface",
|
|
11289
11339
|
"locationInModule": {
|
|
11290
11340
|
"filename": "src/watchful/ecs.ts",
|
|
11291
|
-
"line":
|
|
11341
|
+
"line": 16
|
|
11292
11342
|
},
|
|
11293
11343
|
"name": "WatchEcsServiceOptions",
|
|
11294
11344
|
"properties": [
|
|
@@ -11302,7 +11352,7 @@
|
|
|
11302
11352
|
"immutable": true,
|
|
11303
11353
|
"locationInModule": {
|
|
11304
11354
|
"filename": "src/watchful/ecs.ts",
|
|
11305
|
-
"line":
|
|
11355
|
+
"line": 22
|
|
11306
11356
|
},
|
|
11307
11357
|
"name": "cpuUtilizationThresholdPercent",
|
|
11308
11358
|
"optional": true,
|
|
@@ -11320,13 +11370,31 @@
|
|
|
11320
11370
|
"immutable": true,
|
|
11321
11371
|
"locationInModule": {
|
|
11322
11372
|
"filename": "src/watchful/ecs.ts",
|
|
11323
|
-
"line":
|
|
11373
|
+
"line": 29
|
|
11324
11374
|
},
|
|
11325
11375
|
"name": "memoryUtilizationThresholdPercent",
|
|
11326
11376
|
"optional": true,
|
|
11327
11377
|
"type": {
|
|
11328
11378
|
"primitive": "number"
|
|
11329
11379
|
}
|
|
11380
|
+
},
|
|
11381
|
+
{
|
|
11382
|
+
"abstract": true,
|
|
11383
|
+
"docs": {
|
|
11384
|
+
"default": "1",
|
|
11385
|
+
"stability": "stable",
|
|
11386
|
+
"summary": "Minimum number of tasks that should be running."
|
|
11387
|
+
},
|
|
11388
|
+
"immutable": true,
|
|
11389
|
+
"locationInModule": {
|
|
11390
|
+
"filename": "src/watchful/ecs.ts",
|
|
11391
|
+
"line": 36
|
|
11392
|
+
},
|
|
11393
|
+
"name": "minimumNumberOfTasks",
|
|
11394
|
+
"optional": true,
|
|
11395
|
+
"type": {
|
|
11396
|
+
"primitive": "number"
|
|
11397
|
+
}
|
|
11330
11398
|
}
|
|
11331
11399
|
],
|
|
11332
11400
|
"symbolId": "src/watchful/ecs:WatchEcsServiceOptions"
|
|
@@ -11345,7 +11413,7 @@
|
|
|
11345
11413
|
"kind": "interface",
|
|
11346
11414
|
"locationInModule": {
|
|
11347
11415
|
"filename": "src/watchful/ecs.ts",
|
|
11348
|
-
"line":
|
|
11416
|
+
"line": 42
|
|
11349
11417
|
},
|
|
11350
11418
|
"name": "WatchEcsServiceProps",
|
|
11351
11419
|
"properties": [
|
|
@@ -11359,7 +11427,7 @@
|
|
|
11359
11427
|
"immutable": true,
|
|
11360
11428
|
"locationInModule": {
|
|
11361
11429
|
"filename": "src/watchful/ecs.ts",
|
|
11362
|
-
"line":
|
|
11430
|
+
"line": 52
|
|
11363
11431
|
},
|
|
11364
11432
|
"name": "service",
|
|
11365
11433
|
"type": {
|
|
@@ -11376,7 +11444,7 @@
|
|
|
11376
11444
|
"immutable": true,
|
|
11377
11445
|
"locationInModule": {
|
|
11378
11446
|
"filename": "src/watchful/ecs.ts",
|
|
11379
|
-
"line":
|
|
11447
|
+
"line": 46
|
|
11380
11448
|
},
|
|
11381
11449
|
"name": "watchful",
|
|
11382
11450
|
"type": {
|
|
@@ -11577,7 +11645,7 @@
|
|
|
11577
11645
|
},
|
|
11578
11646
|
"locationInModule": {
|
|
11579
11647
|
"filename": "src/watchful/watchful.ts",
|
|
11580
|
-
"line":
|
|
11648
|
+
"line": 269
|
|
11581
11649
|
},
|
|
11582
11650
|
"parameters": [
|
|
11583
11651
|
{
|
|
@@ -11604,7 +11672,7 @@
|
|
|
11604
11672
|
"kind": "class",
|
|
11605
11673
|
"locationInModule": {
|
|
11606
11674
|
"filename": "src/watchful/watchful.ts",
|
|
11607
|
-
"line":
|
|
11675
|
+
"line": 263
|
|
11608
11676
|
},
|
|
11609
11677
|
"methods": [
|
|
11610
11678
|
{
|
|
@@ -11614,18 +11682,24 @@
|
|
|
11614
11682
|
},
|
|
11615
11683
|
"locationInModule": {
|
|
11616
11684
|
"filename": "src/watchful/watchful.ts",
|
|
11617
|
-
"line":
|
|
11685
|
+
"line": 297
|
|
11618
11686
|
},
|
|
11619
11687
|
"name": "createAlarm",
|
|
11620
11688
|
"overrides": "@rio-cloud/cdk-v2-constructs.AbstractWatchful",
|
|
11621
11689
|
"parameters": [
|
|
11622
11690
|
{
|
|
11691
|
+
"docs": {
|
|
11692
|
+
"summary": "- The construct to add the alarm to."
|
|
11693
|
+
},
|
|
11623
11694
|
"name": "scope",
|
|
11624
11695
|
"type": {
|
|
11625
11696
|
"fqn": "constructs.Construct"
|
|
11626
11697
|
}
|
|
11627
11698
|
},
|
|
11628
11699
|
{
|
|
11700
|
+
"docs": {
|
|
11701
|
+
"summary": "- The id of the alarm."
|
|
11702
|
+
},
|
|
11629
11703
|
"name": "id",
|
|
11630
11704
|
"type": {
|
|
11631
11705
|
"fqn": "@rio-cloud/cdk-v2-constructs.MonitorType"
|
|
@@ -11633,7 +11707,7 @@
|
|
|
11633
11707
|
},
|
|
11634
11708
|
{
|
|
11635
11709
|
"docs": {
|
|
11636
|
-
"summary": "
|
|
11710
|
+
"summary": "- Additional options for the watch see {@link MetricAlarmProps}."
|
|
11637
11711
|
},
|
|
11638
11712
|
"name": "alarm",
|
|
11639
11713
|
"type": {
|
|
@@ -11649,24 +11723,33 @@
|
|
|
11649
11723
|
},
|
|
11650
11724
|
"locationInModule": {
|
|
11651
11725
|
"filename": "src/watchful/watchful.ts",
|
|
11652
|
-
"line":
|
|
11726
|
+
"line": 334
|
|
11653
11727
|
},
|
|
11654
11728
|
"name": "createLogAlarm",
|
|
11655
11729
|
"overrides": "@rio-cloud/cdk-v2-constructs.AbstractWatchful",
|
|
11656
11730
|
"parameters": [
|
|
11657
11731
|
{
|
|
11732
|
+
"docs": {
|
|
11733
|
+
"summary": "- The construct to add the alarm to."
|
|
11734
|
+
},
|
|
11658
11735
|
"name": "scope",
|
|
11659
11736
|
"type": {
|
|
11660
11737
|
"fqn": "constructs.Construct"
|
|
11661
11738
|
}
|
|
11662
11739
|
},
|
|
11663
11740
|
{
|
|
11741
|
+
"docs": {
|
|
11742
|
+
"summary": "- The id of the alarm."
|
|
11743
|
+
},
|
|
11664
11744
|
"name": "id",
|
|
11665
11745
|
"type": {
|
|
11666
11746
|
"fqn": "@rio-cloud/cdk-v2-constructs.MonitorType"
|
|
11667
11747
|
}
|
|
11668
11748
|
},
|
|
11669
11749
|
{
|
|
11750
|
+
"docs": {
|
|
11751
|
+
"summary": "- The alarm properties see {@link LogAlarmProps}."
|
|
11752
|
+
},
|
|
11670
11753
|
"name": "alarm",
|
|
11671
11754
|
"type": {
|
|
11672
11755
|
"fqn": "@rio-cloud/cdk-v2-constructs.LogAlarmProps"
|
|
@@ -11681,7 +11764,7 @@
|
|
|
11681
11764
|
},
|
|
11682
11765
|
"locationInModule": {
|
|
11683
11766
|
"filename": "src/watchful/watchful.ts",
|
|
11684
|
-
"line":
|
|
11767
|
+
"line": 358
|
|
11685
11768
|
},
|
|
11686
11769
|
"name": "watchScope",
|
|
11687
11770
|
"parameters": [
|
|
@@ -11769,7 +11852,7 @@
|
|
|
11769
11852
|
"kind": "interface",
|
|
11770
11853
|
"locationInModule": {
|
|
11771
11854
|
"filename": "src/watchful/watchful.ts",
|
|
11772
|
-
"line":
|
|
11855
|
+
"line": 229
|
|
11773
11856
|
},
|
|
11774
11857
|
"name": "WatchfulProps",
|
|
11775
11858
|
"properties": [
|
|
@@ -11783,7 +11866,7 @@
|
|
|
11783
11866
|
"immutable": true,
|
|
11784
11867
|
"locationInModule": {
|
|
11785
11868
|
"filename": "src/watchful/watchful.ts",
|
|
11786
|
-
"line":
|
|
11869
|
+
"line": 235
|
|
11787
11870
|
},
|
|
11788
11871
|
"name": "alarmSns",
|
|
11789
11872
|
"optional": true,
|
|
@@ -11801,7 +11884,7 @@
|
|
|
11801
11884
|
"immutable": true,
|
|
11802
11885
|
"locationInModule": {
|
|
11803
11886
|
"filename": "src/watchful/watchful.ts",
|
|
11804
|
-
"line":
|
|
11887
|
+
"line": 249
|
|
11805
11888
|
},
|
|
11806
11889
|
"name": "dataDogMonitorServiceName",
|
|
11807
11890
|
"optional": true,
|
|
@@ -11819,7 +11902,7 @@
|
|
|
11819
11902
|
"immutable": true,
|
|
11820
11903
|
"locationInModule": {
|
|
11821
11904
|
"filename": "src/watchful/watchful.ts",
|
|
11822
|
-
"line":
|
|
11905
|
+
"line": 242
|
|
11823
11906
|
},
|
|
11824
11907
|
"name": "dataDogMonitorServiceToken",
|
|
11825
11908
|
"optional": true,
|
|
@@ -11837,7 +11920,7 @@
|
|
|
11837
11920
|
"immutable": true,
|
|
11838
11921
|
"locationInModule": {
|
|
11839
11922
|
"filename": "src/watchful/watchful.ts",
|
|
11840
|
-
"line":
|
|
11923
|
+
"line": 256
|
|
11841
11924
|
},
|
|
11842
11925
|
"name": "dataDogOpsGenieIntegrationName",
|
|
11843
11926
|
"optional": true,
|
|
@@ -12294,7 +12377,7 @@
|
|
|
12294
12377
|
"abstract": true,
|
|
12295
12378
|
"docs": {
|
|
12296
12379
|
"stability": "stable",
|
|
12297
|
-
"summary": "If AutoCloseOpsGenieAlerts is set to False, the monitor message will be wrapped in {{#is_alert}} ... {{/is_alert}} so that the corresponding OpsGenie alert will not resolve automatically. If set to True, it will leave the monitor message as it is. Note also that it is not possible to provide any of the wrappings {{#is_alert}}, {{#is_warning}}, {{#is_alert_recovery}}, '{{#is_warning_recovery}}' in the message yourself and use the property AutoCloseOpsGenieAlerts at the same time."
|
|
12380
|
+
"summary": "If AutoCloseOpsGenieAlerts is set to False, the monitor message will be wrapped in \\{\\{#is_alert\\}\\} ... \\{\\{/is_alert\\}\\} so that the corresponding OpsGenie alert will not resolve automatically. If set to True, it will leave the monitor message as it is. Note also that it is not possible to provide any of the wrappings \\{\\{#is_alert\\}\\}, \\{\\{#is_warning\\}\\}, \\{\\{#is_alert_recovery\\}\\}, '\\{\\{#is_warning_recovery\\}\\}' in the message yourself and use the property AutoCloseOpsGenieAlerts at the same time."
|
|
12298
12381
|
},
|
|
12299
12382
|
"immutable": true,
|
|
12300
12383
|
"locationInModule": {
|
|
@@ -13084,7 +13167,7 @@
|
|
|
13084
13167
|
{
|
|
13085
13168
|
"abstract": true,
|
|
13086
13169
|
"docs": {
|
|
13087
|
-
"remarks": "new DatadogDashboard(this, 'SampleDashboard', { dashboardDefinition })\n```\n\nReferences to {@link
|
|
13170
|
+
"remarks": "new DatadogDashboard(this, 'SampleDashboard', { dashboardDefinition })\n```\n\nReferences to {@link ./datadog-monitor.ts.#DatadogMonitor}. will not be resolved at the moment.",
|
|
13088
13171
|
"stability": "stable",
|
|
13089
13172
|
"summary": "The Dashboard definition as exported from Datadog: ```ts import dashboardDefinition from './dashboard.json';"
|
|
13090
13173
|
},
|
|
@@ -14529,7 +14612,7 @@
|
|
|
14529
14612
|
"@rio-cloud/cdk-v2-constructs.datadogv2.INotification": {
|
|
14530
14613
|
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
14531
14614
|
"docs": {
|
|
14532
|
-
"remarks": "One instance could be reused over multiple monitors, e.g. when using the {@link
|
|
14615
|
+
"remarks": "One instance could be reused over multiple monitors, e.g. when using the {@link ./../watchfulv2#watchful.ts} construct.",
|
|
14533
14616
|
"stability": "stable",
|
|
14534
14617
|
"summary": "Interface to plug in specific notification types for monitors in Datadog."
|
|
14535
14618
|
},
|
|
@@ -14771,7 +14854,7 @@
|
|
|
14771
14854
|
"@rio-cloud/cdk-v2-constructs.datadogv2.NoNotification": {
|
|
14772
14855
|
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
14773
14856
|
"docs": {
|
|
14774
|
-
"remarks": "Per default every monitor\nhas a
|
|
14857
|
+
"remarks": "Per default every monitor\nhas a Slack notification. In order to create a {@link DatadogMonitor} just for a {@link ./datadog-monitor.ts.#DatadogMonitor}\nwithout further notification.",
|
|
14775
14858
|
"stability": "stable",
|
|
14776
14859
|
"summary": "{@link INotification} implementation, that explicitly suppresses notifications."
|
|
14777
14860
|
},
|
|
@@ -14949,7 +15032,7 @@
|
|
|
14949
15032
|
"@rio-cloud/cdk-v2-constructs.datadogv2.RioPagingNotification": {
|
|
14950
15033
|
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
14951
15034
|
"docs": {
|
|
14952
|
-
"remarks": "Alerts with Priority
|
|
15035
|
+
"remarks": "Alerts with Priority \\> {@link RioPagingNotification.MINIMUM_PRIORITY} will not be taken into account.",
|
|
14953
15036
|
"stability": "stable",
|
|
14954
15037
|
"summary": "An {@link INotification}, that forwards alerts to the RIO paging router to engage the corresponding team."
|
|
14955
15038
|
},
|
|
@@ -15101,7 +15184,7 @@
|
|
|
15101
15184
|
"abstract": true,
|
|
15102
15185
|
"docs": {
|
|
15103
15186
|
"stability": "stable",
|
|
15104
|
-
"summary": "the
|
|
15187
|
+
"summary": "the Slack channel to route the alert to."
|
|
15105
15188
|
},
|
|
15106
15189
|
"immutable": true,
|
|
15107
15190
|
"locationInModule": {
|
|
@@ -15134,7 +15217,7 @@
|
|
|
15134
15217
|
{
|
|
15135
15218
|
"abstract": true,
|
|
15136
15219
|
"docs": {
|
|
15137
|
-
"remarks": "This string is passed directly to the Docker daemon.\nImages in the Docker Hub registry are available by default.\nOther repositories are specified with either repository-url/image:tag or repository-url/image
|
|
15220
|
+
"remarks": "This string is passed directly to the Docker daemon.\nImages in the Docker Hub registry are available by default.\nOther repositories are specified with either repository-url/image:tag or repository-url/image\\@digest.",
|
|
15138
15221
|
"stability": "stable",
|
|
15139
15222
|
"summary": "The image used to start a container."
|
|
15140
15223
|
},
|
|
@@ -15281,7 +15364,7 @@
|
|
|
15281
15364
|
{
|
|
15282
15365
|
"abstract": true,
|
|
15283
15366
|
"docs": {
|
|
15284
|
-
"remarks": "We would like to learn about your use cases.\n\nDefault tags are not allowed to be overridden!\n\nDefaults are:\n* env: Set to RioFargateServiceProps#stage prop\n* service: Set to RioFargateServiceProps#serviceName prop\n* version: Set to RioFargateServiceProps#version prop\n* account_id
|
|
15367
|
+
"remarks": "We would like to learn about your use cases.\n\nDefault tags are not allowed to be overridden!\n\nDefaults are:\n* env: Set to RioFargateServiceProps#stage prop\n* service: Set to RioFargateServiceProps#serviceName prop\n* version: Set to RioFargateServiceProps#version prop\n* account_id:$\\{accountID\\}\n* account_name:$\\{accountName\\}\n* region:$\\{AWSRegion\\}\n* team:$\\{teamName from ssm param /config/team/name\\}\n* team_identifier:$\\{teamIdentifier from ssm param /config/team/identifier\\}",
|
|
15285
15368
|
"stability": "stable",
|
|
15286
15369
|
"summary": "Configure additional tags, which are appended to the defaults, When you define custom tags we would be glad if you contact us."
|
|
15287
15370
|
},
|
|
@@ -16073,6 +16156,31 @@
|
|
|
16073
16156
|
],
|
|
16074
16157
|
"symbolId": "src/fargate/rio-fargate-service:RioFargateServiceProps"
|
|
16075
16158
|
},
|
|
16159
|
+
"@rio-cloud/cdk-v2-constructs.iam.EcrPullThroughCachePolicyStatement": {
|
|
16160
|
+
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
16161
|
+
"base": "aws-cdk-lib.aws_iam.PolicyStatement",
|
|
16162
|
+
"docs": {
|
|
16163
|
+
"stability": "stable"
|
|
16164
|
+
},
|
|
16165
|
+
"fqn": "@rio-cloud/cdk-v2-constructs.iam.EcrPullThroughCachePolicyStatement",
|
|
16166
|
+
"initializer": {
|
|
16167
|
+
"docs": {
|
|
16168
|
+
"stability": "stable"
|
|
16169
|
+
},
|
|
16170
|
+
"locationInModule": {
|
|
16171
|
+
"filename": "src/iam/ecr-pull-through-cache-policy-statement.ts",
|
|
16172
|
+
"line": 6
|
|
16173
|
+
}
|
|
16174
|
+
},
|
|
16175
|
+
"kind": "class",
|
|
16176
|
+
"locationInModule": {
|
|
16177
|
+
"filename": "src/iam/ecr-pull-through-cache-policy-statement.ts",
|
|
16178
|
+
"line": 4
|
|
16179
|
+
},
|
|
16180
|
+
"name": "EcrPullThroughCachePolicyStatement",
|
|
16181
|
+
"namespace": "iam",
|
|
16182
|
+
"symbolId": "src/iam/ecr-pull-through-cache-policy-statement:EcrPullThroughCachePolicyStatement"
|
|
16183
|
+
},
|
|
16076
16184
|
"@rio-cloud/cdk-v2-constructs.kafka.KafkaAclStatement": {
|
|
16077
16185
|
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
16078
16186
|
"datatype": true,
|
|
@@ -16243,7 +16351,7 @@
|
|
|
16243
16351
|
{
|
|
16244
16352
|
"docs": {
|
|
16245
16353
|
"remarks": "Must either be an absolute path or a path relative to CDK's working directory.",
|
|
16246
|
-
"summary": "
|
|
16354
|
+
"summary": "- The filename of the event specification file."
|
|
16247
16355
|
},
|
|
16248
16356
|
"name": "filename",
|
|
16249
16357
|
"type": {
|
|
@@ -16272,7 +16380,7 @@
|
|
|
16272
16380
|
"parameters": [
|
|
16273
16381
|
{
|
|
16274
16382
|
"docs": {
|
|
16275
|
-
"summary": "as yaml formatted string."
|
|
16383
|
+
"summary": "- EventSpec as yaml formatted string."
|
|
16276
16384
|
},
|
|
16277
16385
|
"name": "spec",
|
|
16278
16386
|
"type": {
|
|
@@ -16988,7 +17096,7 @@
|
|
|
16988
17096
|
},
|
|
16989
17097
|
"locationInModule": {
|
|
16990
17098
|
"filename": "src/kafka/rio-kafka-event-source.ts",
|
|
16991
|
-
"line":
|
|
17099
|
+
"line": 62
|
|
16992
17100
|
},
|
|
16993
17101
|
"parameters": [
|
|
16994
17102
|
{
|
|
@@ -17005,7 +17113,7 @@
|
|
|
17005
17113
|
"kind": "class",
|
|
17006
17114
|
"locationInModule": {
|
|
17007
17115
|
"filename": "src/kafka/rio-kafka-event-source.ts",
|
|
17008
|
-
"line":
|
|
17116
|
+
"line": 60
|
|
17009
17117
|
},
|
|
17010
17118
|
"methods": [
|
|
17011
17119
|
{
|
|
@@ -17015,7 +17123,7 @@
|
|
|
17015
17123
|
},
|
|
17016
17124
|
"locationInModule": {
|
|
17017
17125
|
"filename": "src/kafka/rio-kafka-event-source.ts",
|
|
17018
|
-
"line":
|
|
17126
|
+
"line": 65
|
|
17019
17127
|
},
|
|
17020
17128
|
"name": "bind",
|
|
17021
17129
|
"overrides": "aws-cdk-lib.aws_lambda.IEventSource",
|
|
@@ -17089,7 +17197,7 @@
|
|
|
17089
17197
|
"abstract": true,
|
|
17090
17198
|
"docs": {
|
|
17091
17199
|
"default": "- none",
|
|
17092
|
-
"remarks": "The consumer group ID must be unique among all your Kafka event sources
|
|
17200
|
+
"remarks": "The consumer group ID must be unique among all your Kafka event sources.\nAfter creating a Kafka event source mapping with the consumer group ID specified, you cannot update this value.\nThe value must have a lenght between 1 and 200 and full the pattern '[a-zA-Z0-9-\\/*:_+=.\\@-]*'.",
|
|
17093
17201
|
"see": "https://docs.aws.amazon.com/lambda/latest/dg/with-msk.html#services-msk-consumer-group-id",
|
|
17094
17202
|
"stability": "stable",
|
|
17095
17203
|
"summary": "The identifier for the Kafka consumer group to join."
|
|
@@ -17097,7 +17205,7 @@
|
|
|
17097
17205
|
"immutable": true,
|
|
17098
17206
|
"locationInModule": {
|
|
17099
17207
|
"filename": "src/kafka/rio-kafka-event-source.ts",
|
|
17100
|
-
"line":
|
|
17208
|
+
"line": 39
|
|
17101
17209
|
},
|
|
17102
17210
|
"name": "consumerGroupId",
|
|
17103
17211
|
"optional": true,
|
|
@@ -17127,7 +17235,7 @@
|
|
|
17127
17235
|
{
|
|
17128
17236
|
"abstract": true,
|
|
17129
17237
|
"docs": {
|
|
17130
|
-
"default": "
|
|
17238
|
+
"default": "false",
|
|
17131
17239
|
"remarks": "This property has been deprecated. The propery has been instead nested into logErrorMonitorConfig.\nThe functionality remains unchanged",
|
|
17132
17240
|
"stability": "stable",
|
|
17133
17241
|
"summary": "Enable error log monitors creating cases in Datadog."
|
|
@@ -17289,18 +17397,24 @@
|
|
|
17289
17397
|
},
|
|
17290
17398
|
"locationInModule": {
|
|
17291
17399
|
"filename": "src/watchfulv2/watchful.ts",
|
|
17292
|
-
"line":
|
|
17400
|
+
"line": 144
|
|
17293
17401
|
},
|
|
17294
17402
|
"name": "createAlarm",
|
|
17295
17403
|
"overrides": "@rio-cloud/cdk-v2-constructs.AbstractWatchful",
|
|
17296
17404
|
"parameters": [
|
|
17297
17405
|
{
|
|
17406
|
+
"docs": {
|
|
17407
|
+
"summary": "- The construct to add the alarm to."
|
|
17408
|
+
},
|
|
17298
17409
|
"name": "scope",
|
|
17299
17410
|
"type": {
|
|
17300
17411
|
"fqn": "constructs.Construct"
|
|
17301
17412
|
}
|
|
17302
17413
|
},
|
|
17303
17414
|
{
|
|
17415
|
+
"docs": {
|
|
17416
|
+
"summary": "- The id of the alarm."
|
|
17417
|
+
},
|
|
17304
17418
|
"name": "id",
|
|
17305
17419
|
"type": {
|
|
17306
17420
|
"fqn": "@rio-cloud/cdk-v2-constructs.MonitorType"
|
|
@@ -17324,24 +17438,33 @@
|
|
|
17324
17438
|
},
|
|
17325
17439
|
"locationInModule": {
|
|
17326
17440
|
"filename": "src/watchfulv2/watchful.ts",
|
|
17327
|
-
"line":
|
|
17441
|
+
"line": 174
|
|
17328
17442
|
},
|
|
17329
17443
|
"name": "createLogAlarm",
|
|
17330
17444
|
"overrides": "@rio-cloud/cdk-v2-constructs.AbstractWatchful",
|
|
17331
17445
|
"parameters": [
|
|
17332
17446
|
{
|
|
17447
|
+
"docs": {
|
|
17448
|
+
"summary": "- The construct to add the alarm to."
|
|
17449
|
+
},
|
|
17333
17450
|
"name": "scope",
|
|
17334
17451
|
"type": {
|
|
17335
17452
|
"fqn": "constructs.Construct"
|
|
17336
17453
|
}
|
|
17337
17454
|
},
|
|
17338
17455
|
{
|
|
17456
|
+
"docs": {
|
|
17457
|
+
"summary": "- The id of the alarm."
|
|
17458
|
+
},
|
|
17339
17459
|
"name": "id",
|
|
17340
17460
|
"type": {
|
|
17341
17461
|
"fqn": "@rio-cloud/cdk-v2-constructs.MonitorType"
|
|
17342
17462
|
}
|
|
17343
17463
|
},
|
|
17344
17464
|
{
|
|
17465
|
+
"docs": {
|
|
17466
|
+
"summary": "- The alarm properties see {@link LogAlarmProps}."
|
|
17467
|
+
},
|
|
17345
17468
|
"name": "alarm",
|
|
17346
17469
|
"type": {
|
|
17347
17470
|
"fqn": "@rio-cloud/cdk-v2-constructs.LogAlarmProps"
|
|
@@ -17356,7 +17479,7 @@
|
|
|
17356
17479
|
},
|
|
17357
17480
|
"locationInModule": {
|
|
17358
17481
|
"filename": "src/watchfulv2/watchful.ts",
|
|
17359
|
-
"line":
|
|
17482
|
+
"line": 212
|
|
17360
17483
|
},
|
|
17361
17484
|
"name": "watchScope",
|
|
17362
17485
|
"parameters": [
|
|
@@ -17392,7 +17515,7 @@
|
|
|
17392
17515
|
{
|
|
17393
17516
|
"abstract": true,
|
|
17394
17517
|
"docs": {
|
|
17395
|
-
"default": "
|
|
17518
|
+
"default": "false",
|
|
17396
17519
|
"deprecated": "This property has been deprecated. The propery has been instead nested into logErrorMonitorConfig. The functionality remains unchanged.",
|
|
17397
17520
|
"stability": "deprecated",
|
|
17398
17521
|
"summary": "Enable error log monitors creating cases in Datadog."
|
|
@@ -17484,5 +17607,5 @@
|
|
|
17484
17607
|
}
|
|
17485
17608
|
},
|
|
17486
17609
|
"version": "0.0.0",
|
|
17487
|
-
"fingerprint": "
|
|
17610
|
+
"fingerprint": "H3CV3m0X/SFIHwJtMMEDeVobXW6EWb7u0agBBsbbaDQ="
|
|
17488
17611
|
}
|