@rio-cloud/cdk-v2-constructs 6.15.0 → 6.16.1
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 +428 -47
- package/docs/API.md +544 -8
- package/docs/changelog.md +19 -0
- package/esbuild.mjs +4 -0
- package/lib/contributions/team-transport-two/pipeline/buildspecs.js +4 -1
- package/lib/contributions/team-transport-two/pipeline/pipeline-stack.js +2 -2
- package/lib/fargate/rio-fargate-service.d.ts +20 -2
- package/lib/fargate/rio-fargate-service.js +31 -11
- package/lib/index.d.ts +2 -0
- package/lib/index.js +4 -2
- package/lib/kafka/kafka-event-spec.d.ts +1 -1
- package/lib/kafka/kafka-event-spec.js +2 -2
- package/lib/kafka/kafka-topic.d.ts +2 -2
- package/lib/kafka/kafka-topic.js +1 -1
- package/lib/ses/helper.d.ts +24 -0
- package/lib/ses/helper.js +44 -0
- package/lib/ses/index.d.ts +1 -0
- package/lib/ses/index.js +18 -0
- package/lib/ses/lambda/ses-logger.cjs +50 -0
- package/lib/ses/lambda/ses-logger.d.ts +2 -0
- package/lib/ses/lambda/ses-logger.js +28 -0
- package/lib/ses/ses-observability.d.ts +63 -0
- package/lib/ses/ses-observability.js +225 -0
- package/package.json +1 -1
- package/version.json +1 -1
package/.jsii
CHANGED
|
@@ -3900,28 +3900,28 @@
|
|
|
3900
3900
|
"@rio-cloud/cdk-v2-constructs.backup": {
|
|
3901
3901
|
"locationInModule": {
|
|
3902
3902
|
"filename": "src/index.ts",
|
|
3903
|
-
"line":
|
|
3903
|
+
"line": 38
|
|
3904
3904
|
},
|
|
3905
3905
|
"symbolId": "src/backup/index:"
|
|
3906
3906
|
},
|
|
3907
3907
|
"@rio-cloud/cdk-v2-constructs.datadog": {
|
|
3908
3908
|
"locationInModule": {
|
|
3909
3909
|
"filename": "src/index.ts",
|
|
3910
|
-
"line":
|
|
3910
|
+
"line": 24
|
|
3911
3911
|
},
|
|
3912
3912
|
"symbolId": "src/datadog/index:"
|
|
3913
3913
|
},
|
|
3914
3914
|
"@rio-cloud/cdk-v2-constructs.datadogv2": {
|
|
3915
3915
|
"locationInModule": {
|
|
3916
3916
|
"filename": "src/index.ts",
|
|
3917
|
-
"line":
|
|
3917
|
+
"line": 25
|
|
3918
3918
|
},
|
|
3919
3919
|
"symbolId": "src/datadogv2/index:"
|
|
3920
3920
|
},
|
|
3921
3921
|
"@rio-cloud/cdk-v2-constructs.ecr": {
|
|
3922
3922
|
"locationInModule": {
|
|
3923
3923
|
"filename": "src/index.ts",
|
|
3924
|
-
"line":
|
|
3924
|
+
"line": 40
|
|
3925
3925
|
},
|
|
3926
3926
|
"symbolId": "src/ecr/index:"
|
|
3927
3927
|
},
|
|
@@ -3939,6 +3939,13 @@
|
|
|
3939
3939
|
},
|
|
3940
3940
|
"symbolId": "src/kafka/index:"
|
|
3941
3941
|
},
|
|
3942
|
+
"@rio-cloud/cdk-v2-constructs.ses": {
|
|
3943
|
+
"locationInModule": {
|
|
3944
|
+
"filename": "src/index.ts",
|
|
3945
|
+
"line": 21
|
|
3946
|
+
},
|
|
3947
|
+
"symbolId": "src/ses/index:"
|
|
3948
|
+
},
|
|
3942
3949
|
"@rio-cloud/cdk-v2-constructs.watchfulv2": {
|
|
3943
3950
|
"locationInModule": {
|
|
3944
3951
|
"filename": "src/index.ts",
|
|
@@ -5906,7 +5913,7 @@
|
|
|
5906
5913
|
"kind": "enum",
|
|
5907
5914
|
"locationInModule": {
|
|
5908
5915
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
5909
|
-
"line":
|
|
5916
|
+
"line": 336
|
|
5910
5917
|
},
|
|
5911
5918
|
"members": [
|
|
5912
5919
|
{
|
|
@@ -6156,7 +6163,7 @@
|
|
|
6156
6163
|
"immutable": true,
|
|
6157
6164
|
"locationInModule": {
|
|
6158
6165
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
6159
|
-
"line":
|
|
6166
|
+
"line": 333
|
|
6160
6167
|
},
|
|
6161
6168
|
"name": "additionalTags",
|
|
6162
6169
|
"optional": true,
|
|
@@ -6180,7 +6187,7 @@
|
|
|
6180
6187
|
"immutable": true,
|
|
6181
6188
|
"locationInModule": {
|
|
6182
6189
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
6183
|
-
"line":
|
|
6190
|
+
"line": 289
|
|
6184
6191
|
},
|
|
6185
6192
|
"name": "apmGetEndpointsToIgnore",
|
|
6186
6193
|
"optional": true,
|
|
@@ -6193,6 +6200,44 @@
|
|
|
6193
6200
|
}
|
|
6194
6201
|
}
|
|
6195
6202
|
},
|
|
6203
|
+
{
|
|
6204
|
+
"abstract": true,
|
|
6205
|
+
"docs": {
|
|
6206
|
+
"default": "- 64",
|
|
6207
|
+
"remarks": "This only applies for the AWS_FIRE_LENS logging mode.\nSetting it for any other logging mode will cause an exception.",
|
|
6208
|
+
"stability": "stable",
|
|
6209
|
+
"summary": "The amount of virtual CPU units to be reserved for the firelens log-router container (i.e. aws-for-fluent-bit)."
|
|
6210
|
+
},
|
|
6211
|
+
"immutable": true,
|
|
6212
|
+
"locationInModule": {
|
|
6213
|
+
"filename": "src/fargate/rio-fargate-service.ts",
|
|
6214
|
+
"line": 258
|
|
6215
|
+
},
|
|
6216
|
+
"name": "awsFireLensCpu",
|
|
6217
|
+
"optional": true,
|
|
6218
|
+
"type": {
|
|
6219
|
+
"primitive": "number"
|
|
6220
|
+
}
|
|
6221
|
+
},
|
|
6222
|
+
{
|
|
6223
|
+
"abstract": true,
|
|
6224
|
+
"docs": {
|
|
6225
|
+
"default": "- 64",
|
|
6226
|
+
"remarks": "This only applies for the AWS_FIRE_LENS logging mode.\nSetting it for any other logging mode will cause an exception.",
|
|
6227
|
+
"stability": "stable",
|
|
6228
|
+
"summary": "The amount of memory (in MiB) reserved for the firelens log-router container (i.e. aws-for-fluent-bit)."
|
|
6229
|
+
},
|
|
6230
|
+
"immutable": true,
|
|
6231
|
+
"locationInModule": {
|
|
6232
|
+
"filename": "src/fargate/rio-fargate-service.ts",
|
|
6233
|
+
"line": 268
|
|
6234
|
+
},
|
|
6235
|
+
"name": "awsFireLensMemoryLimitMiB",
|
|
6236
|
+
"optional": true,
|
|
6237
|
+
"type": {
|
|
6238
|
+
"primitive": "number"
|
|
6239
|
+
}
|
|
6240
|
+
},
|
|
6196
6241
|
{
|
|
6197
6242
|
"abstract": true,
|
|
6198
6243
|
"docs": {
|
|
@@ -6221,7 +6266,7 @@
|
|
|
6221
6266
|
"immutable": true,
|
|
6222
6267
|
"locationInModule": {
|
|
6223
6268
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
6224
|
-
"line":
|
|
6269
|
+
"line": 296
|
|
6225
6270
|
},
|
|
6226
6271
|
"name": "datadogSidecarEssential",
|
|
6227
6272
|
"optional": true,
|
|
@@ -6239,7 +6284,7 @@
|
|
|
6239
6284
|
"immutable": true,
|
|
6240
6285
|
"locationInModule": {
|
|
6241
6286
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
6242
|
-
"line":
|
|
6287
|
+
"line": 302
|
|
6243
6288
|
},
|
|
6244
6289
|
"name": "datadogSidecarTag",
|
|
6245
6290
|
"optional": true,
|
|
@@ -6257,7 +6302,7 @@
|
|
|
6257
6302
|
"immutable": true,
|
|
6258
6303
|
"locationInModule": {
|
|
6259
6304
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
6260
|
-
"line":
|
|
6305
|
+
"line": 308
|
|
6261
6306
|
},
|
|
6262
6307
|
"name": "enableRestartPolicy",
|
|
6263
6308
|
"optional": true,
|
|
@@ -6275,7 +6320,7 @@
|
|
|
6275
6320
|
"immutable": true,
|
|
6276
6321
|
"locationInModule": {
|
|
6277
6322
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
6278
|
-
"line":
|
|
6323
|
+
"line": 282
|
|
6279
6324
|
},
|
|
6280
6325
|
"name": "loggingModeForDatadogAgent",
|
|
6281
6326
|
"optional": true,
|
|
@@ -6293,7 +6338,7 @@
|
|
|
6293
6338
|
"immutable": true,
|
|
6294
6339
|
"locationInModule": {
|
|
6295
6340
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
6296
|
-
"line":
|
|
6341
|
+
"line": 275
|
|
6297
6342
|
},
|
|
6298
6343
|
"name": "loggingModeForService",
|
|
6299
6344
|
"optional": true,
|
|
@@ -6330,7 +6375,7 @@
|
|
|
6330
6375
|
"immutable": true,
|
|
6331
6376
|
"locationInModule": {
|
|
6332
6377
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
6333
|
-
"line":
|
|
6378
|
+
"line": 314
|
|
6334
6379
|
},
|
|
6335
6380
|
"name": "restartIgnoredExitCodes",
|
|
6336
6381
|
"optional": true,
|
|
@@ -7734,7 +7779,7 @@
|
|
|
7734
7779
|
"@rio-cloud/cdk-v2-constructs.KafkaEventSpecSource": {
|
|
7735
7780
|
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
7736
7781
|
"docs": {
|
|
7737
|
-
"see": "https://collaboration.
|
|
7782
|
+
"see": "https://bitbucket.collaboration-man.com/projects/RSEVTBU/repos/topic-creation-example for\nfurther information about the yaml spec.",
|
|
7738
7783
|
"stability": "stable",
|
|
7739
7784
|
"summary": "Wrapper class for the event spec itself to support providing it via file or inline string."
|
|
7740
7785
|
},
|
|
@@ -8034,7 +8079,7 @@
|
|
|
8034
8079
|
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
8035
8080
|
"datatype": true,
|
|
8036
8081
|
"docs": {
|
|
8037
|
-
"see": "https://collaboration.
|
|
8082
|
+
"see": "https://bitbucket.collaboration-man.com/projects/RSEVTBU/repos/topic-manager/browse/config/topic-service-limits.yaml",
|
|
8038
8083
|
"stability": "stable",
|
|
8039
8084
|
"summary": "The current service limits can be found in the topic limits configuration of the topic manager."
|
|
8040
8085
|
},
|
|
@@ -8255,7 +8300,7 @@
|
|
|
8255
8300
|
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
8256
8301
|
"datatype": true,
|
|
8257
8302
|
"docs": {
|
|
8258
|
-
"see": "https://collaboration.
|
|
8303
|
+
"see": "https://bitbucket.collaboration-man.com/projects/RSEVTBU/repos/topic-manager/browse/config/topic-service-limits.yaml",
|
|
8259
8304
|
"stability": "stable",
|
|
8260
8305
|
"summary": "The current service limits can be found in the topic limits configuration of the topic manager."
|
|
8261
8306
|
},
|
|
@@ -10103,7 +10148,7 @@
|
|
|
10103
10148
|
},
|
|
10104
10149
|
"locationInModule": {
|
|
10105
10150
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
10106
|
-
"line":
|
|
10151
|
+
"line": 412
|
|
10107
10152
|
},
|
|
10108
10153
|
"parameters": [
|
|
10109
10154
|
{
|
|
@@ -10132,7 +10177,7 @@
|
|
|
10132
10177
|
"kind": "class",
|
|
10133
10178
|
"locationInModule": {
|
|
10134
10179
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
10135
|
-
"line":
|
|
10180
|
+
"line": 364
|
|
10136
10181
|
},
|
|
10137
10182
|
"name": "RioFargateService",
|
|
10138
10183
|
"properties": [
|
|
@@ -10144,7 +10189,7 @@
|
|
|
10144
10189
|
"immutable": true,
|
|
10145
10190
|
"locationInModule": {
|
|
10146
10191
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
10147
|
-
"line":
|
|
10192
|
+
"line": 408
|
|
10148
10193
|
},
|
|
10149
10194
|
"name": "connections",
|
|
10150
10195
|
"overrides": "aws-cdk-lib.aws_ec2.IConnectable",
|
|
@@ -10159,7 +10204,7 @@
|
|
|
10159
10204
|
"immutable": true,
|
|
10160
10205
|
"locationInModule": {
|
|
10161
10206
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
10162
|
-
"line":
|
|
10207
|
+
"line": 404
|
|
10163
10208
|
},
|
|
10164
10209
|
"name": "datadogSideCarContainerDefinition",
|
|
10165
10210
|
"type": {
|
|
@@ -10173,7 +10218,7 @@
|
|
|
10173
10218
|
"immutable": true,
|
|
10174
10219
|
"locationInModule": {
|
|
10175
10220
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
10176
|
-
"line":
|
|
10221
|
+
"line": 409
|
|
10177
10222
|
},
|
|
10178
10223
|
"name": "service",
|
|
10179
10224
|
"type": {
|
|
@@ -10187,7 +10232,7 @@
|
|
|
10187
10232
|
"immutable": true,
|
|
10188
10233
|
"locationInModule": {
|
|
10189
10234
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
10190
|
-
"line":
|
|
10235
|
+
"line": 403
|
|
10191
10236
|
},
|
|
10192
10237
|
"name": "serviceContainerDefinition",
|
|
10193
10238
|
"type": {
|
|
@@ -10201,7 +10246,7 @@
|
|
|
10201
10246
|
"immutable": true,
|
|
10202
10247
|
"locationInModule": {
|
|
10203
10248
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
10204
|
-
"line":
|
|
10249
|
+
"line": 406
|
|
10205
10250
|
},
|
|
10206
10251
|
"name": "taskDefinition",
|
|
10207
10252
|
"type": {
|
|
@@ -10215,7 +10260,7 @@
|
|
|
10215
10260
|
"immutable": true,
|
|
10216
10261
|
"locationInModule": {
|
|
10217
10262
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
10218
|
-
"line":
|
|
10263
|
+
"line": 405
|
|
10219
10264
|
},
|
|
10220
10265
|
"name": "logRouterContainerDefinition",
|
|
10221
10266
|
"optional": true,
|
|
@@ -10230,7 +10275,7 @@
|
|
|
10230
10275
|
"immutable": true,
|
|
10231
10276
|
"locationInModule": {
|
|
10232
10277
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
10233
|
-
"line":
|
|
10278
|
+
"line": 410
|
|
10234
10279
|
},
|
|
10235
10280
|
"name": "targetGroup",
|
|
10236
10281
|
"optional": true,
|
|
@@ -11514,6 +11559,154 @@
|
|
|
11514
11559
|
],
|
|
11515
11560
|
"symbolId": "src/contributions/smart-route/gitlab-runner/runner-roles:RunnerRoles"
|
|
11516
11561
|
},
|
|
11562
|
+
"@rio-cloud/cdk-v2-constructs.SesObservability": {
|
|
11563
|
+
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
11564
|
+
"base": "constructs.Construct",
|
|
11565
|
+
"docs": {
|
|
11566
|
+
"remarks": "This construct sets up observability for SES as defined by [ADR - SES domain reputation observability](https://confluence.collaboration-man.com/display/MAN/ADR+-+SES+domain+reputation+observability).\n\n# Warning\nThis construct results in logging all sent emails including the recipient address into CloudWatch logs.\nAs this is considered **PII**, this information MUST be handled accordingly.\nIn particular, logs **MUST NOT** be sent to further third party services (e.g. Datadog) and the retention period for logs **MUST NOT** be extended.\n\n# Usage\n## Default Configuration Set for Identity\n\n```typescript\nconst rioSesObservability = new RioSesObservability(this, 'ConfigurationSet', {})\nconst identity = new EmailIdentity(this, 'EmailIdentity', {\n identity: Identity.domain('example.com'),\n configurationSet: rioSesObservability.configurationSet,\n});\n```\n\n## Specifically using the configuration set per request\n\nThis is ideal if you want to try out the construct first one some specific emails (e.g. during initial migration).\nThe configuration set name is exported as an SSM parameter `/rio/config/ses-observability/configuration-set-name`.\nThus, you can easily make it available as environment variable in your code.\n\n```kotlin\nimport com.amazonaws.services.simpleemail.model.SendEmailRequest\n\nval request = SendEmailRequest()\n .withConfigurationSetName(SSM_CONFIGURATION_SSM_PARAMETER_VALUE)\n ...\n```\n\n## Automated event processing\n\nIf you have specific needs for which you'd like to process the SNS events directly\n(e.g. automatically creating a suppression list from bounces), you can subscribe to the SNS topic.\nTo enable this the SNS topic ARN is exported via Cloudformation as `RioSesObservabilityTopicArn`.",
|
|
11567
|
+
"stability": "stable",
|
|
11568
|
+
"summary": "RioSesObservability."
|
|
11569
|
+
},
|
|
11570
|
+
"fqn": "@rio-cloud/cdk-v2-constructs.SesObservability",
|
|
11571
|
+
"initializer": {
|
|
11572
|
+
"docs": {
|
|
11573
|
+
"stability": "stable"
|
|
11574
|
+
},
|
|
11575
|
+
"locationInModule": {
|
|
11576
|
+
"filename": "src/ses/ses-observability.ts",
|
|
11577
|
+
"line": 74
|
|
11578
|
+
},
|
|
11579
|
+
"parameters": [
|
|
11580
|
+
{
|
|
11581
|
+
"name": "scope",
|
|
11582
|
+
"type": {
|
|
11583
|
+
"fqn": "constructs.Construct"
|
|
11584
|
+
}
|
|
11585
|
+
},
|
|
11586
|
+
{
|
|
11587
|
+
"name": "id",
|
|
11588
|
+
"type": {
|
|
11589
|
+
"primitive": "string"
|
|
11590
|
+
}
|
|
11591
|
+
},
|
|
11592
|
+
{
|
|
11593
|
+
"name": "props",
|
|
11594
|
+
"type": {
|
|
11595
|
+
"fqn": "@rio-cloud/cdk-v2-constructs.ses.SesObservabilityProps"
|
|
11596
|
+
}
|
|
11597
|
+
}
|
|
11598
|
+
]
|
|
11599
|
+
},
|
|
11600
|
+
"kind": "class",
|
|
11601
|
+
"locationInModule": {
|
|
11602
|
+
"filename": "src/ses/ses-observability.ts",
|
|
11603
|
+
"line": 67
|
|
11604
|
+
},
|
|
11605
|
+
"name": "SesObservability",
|
|
11606
|
+
"properties": [
|
|
11607
|
+
{
|
|
11608
|
+
"const": true,
|
|
11609
|
+
"docs": {
|
|
11610
|
+
"stability": "stable"
|
|
11611
|
+
},
|
|
11612
|
+
"immutable": true,
|
|
11613
|
+
"locationInModule": {
|
|
11614
|
+
"filename": "src/ses/ses-observability.ts",
|
|
11615
|
+
"line": 69
|
|
11616
|
+
},
|
|
11617
|
+
"name": "CONFIGURATION_SET_NAME_SSM_PARAMETER",
|
|
11618
|
+
"static": true,
|
|
11619
|
+
"type": {
|
|
11620
|
+
"primitive": "string"
|
|
11621
|
+
}
|
|
11622
|
+
},
|
|
11623
|
+
{
|
|
11624
|
+
"const": true,
|
|
11625
|
+
"docs": {
|
|
11626
|
+
"stability": "stable"
|
|
11627
|
+
},
|
|
11628
|
+
"immutable": true,
|
|
11629
|
+
"locationInModule": {
|
|
11630
|
+
"filename": "src/ses/ses-observability.ts",
|
|
11631
|
+
"line": 70
|
|
11632
|
+
},
|
|
11633
|
+
"name": "SNS_TOPIC_ARN_EXPORT_NAME",
|
|
11634
|
+
"static": true,
|
|
11635
|
+
"type": {
|
|
11636
|
+
"primitive": "string"
|
|
11637
|
+
}
|
|
11638
|
+
},
|
|
11639
|
+
{
|
|
11640
|
+
"docs": {
|
|
11641
|
+
"stability": "stable"
|
|
11642
|
+
},
|
|
11643
|
+
"immutable": true,
|
|
11644
|
+
"locationInModule": {
|
|
11645
|
+
"filename": "src/ses/ses-observability.ts",
|
|
11646
|
+
"line": 72
|
|
11647
|
+
},
|
|
11648
|
+
"name": "configurationSet",
|
|
11649
|
+
"type": {
|
|
11650
|
+
"fqn": "aws-cdk-lib.aws_ses.ConfigurationSet"
|
|
11651
|
+
}
|
|
11652
|
+
},
|
|
11653
|
+
{
|
|
11654
|
+
"docs": {
|
|
11655
|
+
"stability": "stable"
|
|
11656
|
+
},
|
|
11657
|
+
"immutable": true,
|
|
11658
|
+
"locationInModule": {
|
|
11659
|
+
"filename": "src/ses/ses-observability.ts",
|
|
11660
|
+
"line": 71
|
|
11661
|
+
},
|
|
11662
|
+
"name": "snsTopic",
|
|
11663
|
+
"type": {
|
|
11664
|
+
"fqn": "aws-cdk-lib.aws_sns.Topic"
|
|
11665
|
+
}
|
|
11666
|
+
}
|
|
11667
|
+
],
|
|
11668
|
+
"symbolId": "src/ses/ses-observability:SesObservability"
|
|
11669
|
+
},
|
|
11670
|
+
"@rio-cloud/cdk-v2-constructs.SesObservabilityProps": {
|
|
11671
|
+
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
11672
|
+
"datatype": true,
|
|
11673
|
+
"docs": {
|
|
11674
|
+
"stability": "stable"
|
|
11675
|
+
},
|
|
11676
|
+
"fqn": "@rio-cloud/cdk-v2-constructs.SesObservabilityProps",
|
|
11677
|
+
"kind": "interface",
|
|
11678
|
+
"locationInModule": {
|
|
11679
|
+
"filename": "src/ses/ses-observability.ts",
|
|
11680
|
+
"line": 17
|
|
11681
|
+
},
|
|
11682
|
+
"name": "SesObservabilityProps",
|
|
11683
|
+
"properties": [
|
|
11684
|
+
{
|
|
11685
|
+
"abstract": true,
|
|
11686
|
+
"docs": {
|
|
11687
|
+
"default": "[EmailSendingEvent.DELIVERY, EmailSendingEvent.BOUNCE, EmailSendingEvent.COMPLAINT, EmailSendingEvent.REJECT]",
|
|
11688
|
+
"stability": "stable",
|
|
11689
|
+
"summary": "The SES events to log."
|
|
11690
|
+
},
|
|
11691
|
+
"immutable": true,
|
|
11692
|
+
"locationInModule": {
|
|
11693
|
+
"filename": "src/ses/ses-observability.ts",
|
|
11694
|
+
"line": 23
|
|
11695
|
+
},
|
|
11696
|
+
"name": "loggedSesEvents",
|
|
11697
|
+
"optional": true,
|
|
11698
|
+
"type": {
|
|
11699
|
+
"collection": {
|
|
11700
|
+
"elementtype": {
|
|
11701
|
+
"fqn": "aws-cdk-lib.aws_ses.EmailSendingEvent"
|
|
11702
|
+
},
|
|
11703
|
+
"kind": "array"
|
|
11704
|
+
}
|
|
11705
|
+
}
|
|
11706
|
+
}
|
|
11707
|
+
],
|
|
11708
|
+
"symbolId": "src/ses/ses-observability:SesObservabilityProps"
|
|
11709
|
+
},
|
|
11517
11710
|
"@rio-cloud/cdk-v2-constructs.ShouldOverrideThresholdProps": {
|
|
11518
11711
|
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
11519
11712
|
"datatype": true,
|
|
@@ -17503,7 +17696,7 @@
|
|
|
17503
17696
|
"kind": "enum",
|
|
17504
17697
|
"locationInModule": {
|
|
17505
17698
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
17506
|
-
"line":
|
|
17699
|
+
"line": 336
|
|
17507
17700
|
},
|
|
17508
17701
|
"members": [
|
|
17509
17702
|
{
|
|
@@ -17566,7 +17759,7 @@
|
|
|
17566
17759
|
"immutable": true,
|
|
17567
17760
|
"locationInModule": {
|
|
17568
17761
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
17569
|
-
"line":
|
|
17762
|
+
"line": 333
|
|
17570
17763
|
},
|
|
17571
17764
|
"name": "additionalTags",
|
|
17572
17765
|
"optional": true,
|
|
@@ -17590,7 +17783,7 @@
|
|
|
17590
17783
|
"immutable": true,
|
|
17591
17784
|
"locationInModule": {
|
|
17592
17785
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
17593
|
-
"line":
|
|
17786
|
+
"line": 289
|
|
17594
17787
|
},
|
|
17595
17788
|
"name": "apmGetEndpointsToIgnore",
|
|
17596
17789
|
"optional": true,
|
|
@@ -17603,6 +17796,44 @@
|
|
|
17603
17796
|
}
|
|
17604
17797
|
}
|
|
17605
17798
|
},
|
|
17799
|
+
{
|
|
17800
|
+
"abstract": true,
|
|
17801
|
+
"docs": {
|
|
17802
|
+
"default": "- 64",
|
|
17803
|
+
"remarks": "This only applies for the AWS_FIRE_LENS logging mode.\nSetting it for any other logging mode will cause an exception.",
|
|
17804
|
+
"stability": "stable",
|
|
17805
|
+
"summary": "The amount of virtual CPU units to be reserved for the firelens log-router container (i.e. aws-for-fluent-bit)."
|
|
17806
|
+
},
|
|
17807
|
+
"immutable": true,
|
|
17808
|
+
"locationInModule": {
|
|
17809
|
+
"filename": "src/fargate/rio-fargate-service.ts",
|
|
17810
|
+
"line": 258
|
|
17811
|
+
},
|
|
17812
|
+
"name": "awsFireLensCpu",
|
|
17813
|
+
"optional": true,
|
|
17814
|
+
"type": {
|
|
17815
|
+
"primitive": "number"
|
|
17816
|
+
}
|
|
17817
|
+
},
|
|
17818
|
+
{
|
|
17819
|
+
"abstract": true,
|
|
17820
|
+
"docs": {
|
|
17821
|
+
"default": "- 64",
|
|
17822
|
+
"remarks": "This only applies for the AWS_FIRE_LENS logging mode.\nSetting it for any other logging mode will cause an exception.",
|
|
17823
|
+
"stability": "stable",
|
|
17824
|
+
"summary": "The amount of memory (in MiB) reserved for the firelens log-router container (i.e. aws-for-fluent-bit)."
|
|
17825
|
+
},
|
|
17826
|
+
"immutable": true,
|
|
17827
|
+
"locationInModule": {
|
|
17828
|
+
"filename": "src/fargate/rio-fargate-service.ts",
|
|
17829
|
+
"line": 268
|
|
17830
|
+
},
|
|
17831
|
+
"name": "awsFireLensMemoryLimitMiB",
|
|
17832
|
+
"optional": true,
|
|
17833
|
+
"type": {
|
|
17834
|
+
"primitive": "number"
|
|
17835
|
+
}
|
|
17836
|
+
},
|
|
17606
17837
|
{
|
|
17607
17838
|
"abstract": true,
|
|
17608
17839
|
"docs": {
|
|
@@ -17631,7 +17862,7 @@
|
|
|
17631
17862
|
"immutable": true,
|
|
17632
17863
|
"locationInModule": {
|
|
17633
17864
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
17634
|
-
"line":
|
|
17865
|
+
"line": 296
|
|
17635
17866
|
},
|
|
17636
17867
|
"name": "datadogSidecarEssential",
|
|
17637
17868
|
"optional": true,
|
|
@@ -17649,7 +17880,7 @@
|
|
|
17649
17880
|
"immutable": true,
|
|
17650
17881
|
"locationInModule": {
|
|
17651
17882
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
17652
|
-
"line":
|
|
17883
|
+
"line": 302
|
|
17653
17884
|
},
|
|
17654
17885
|
"name": "datadogSidecarTag",
|
|
17655
17886
|
"optional": true,
|
|
@@ -17667,7 +17898,7 @@
|
|
|
17667
17898
|
"immutable": true,
|
|
17668
17899
|
"locationInModule": {
|
|
17669
17900
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
17670
|
-
"line":
|
|
17901
|
+
"line": 308
|
|
17671
17902
|
},
|
|
17672
17903
|
"name": "enableRestartPolicy",
|
|
17673
17904
|
"optional": true,
|
|
@@ -17685,7 +17916,7 @@
|
|
|
17685
17916
|
"immutable": true,
|
|
17686
17917
|
"locationInModule": {
|
|
17687
17918
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
17688
|
-
"line":
|
|
17919
|
+
"line": 282
|
|
17689
17920
|
},
|
|
17690
17921
|
"name": "loggingModeForDatadogAgent",
|
|
17691
17922
|
"optional": true,
|
|
@@ -17703,7 +17934,7 @@
|
|
|
17703
17934
|
"immutable": true,
|
|
17704
17935
|
"locationInModule": {
|
|
17705
17936
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
17706
|
-
"line":
|
|
17937
|
+
"line": 275
|
|
17707
17938
|
},
|
|
17708
17939
|
"name": "loggingModeForService",
|
|
17709
17940
|
"optional": true,
|
|
@@ -17740,7 +17971,7 @@
|
|
|
17740
17971
|
"immutable": true,
|
|
17741
17972
|
"locationInModule": {
|
|
17742
17973
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
17743
|
-
"line":
|
|
17974
|
+
"line": 314
|
|
17744
17975
|
},
|
|
17745
17976
|
"name": "restartIgnoredExitCodes",
|
|
17746
17977
|
"optional": true,
|
|
@@ -18062,7 +18293,7 @@
|
|
|
18062
18293
|
},
|
|
18063
18294
|
"locationInModule": {
|
|
18064
18295
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
18065
|
-
"line":
|
|
18296
|
+
"line": 412
|
|
18066
18297
|
},
|
|
18067
18298
|
"parameters": [
|
|
18068
18299
|
{
|
|
@@ -18091,7 +18322,7 @@
|
|
|
18091
18322
|
"kind": "class",
|
|
18092
18323
|
"locationInModule": {
|
|
18093
18324
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
18094
|
-
"line":
|
|
18325
|
+
"line": 364
|
|
18095
18326
|
},
|
|
18096
18327
|
"name": "RioFargateService",
|
|
18097
18328
|
"namespace": "fargate",
|
|
@@ -18104,7 +18335,7 @@
|
|
|
18104
18335
|
"immutable": true,
|
|
18105
18336
|
"locationInModule": {
|
|
18106
18337
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
18107
|
-
"line":
|
|
18338
|
+
"line": 408
|
|
18108
18339
|
},
|
|
18109
18340
|
"name": "connections",
|
|
18110
18341
|
"overrides": "aws-cdk-lib.aws_ec2.IConnectable",
|
|
@@ -18119,7 +18350,7 @@
|
|
|
18119
18350
|
"immutable": true,
|
|
18120
18351
|
"locationInModule": {
|
|
18121
18352
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
18122
|
-
"line":
|
|
18353
|
+
"line": 404
|
|
18123
18354
|
},
|
|
18124
18355
|
"name": "datadogSideCarContainerDefinition",
|
|
18125
18356
|
"type": {
|
|
@@ -18133,7 +18364,7 @@
|
|
|
18133
18364
|
"immutable": true,
|
|
18134
18365
|
"locationInModule": {
|
|
18135
18366
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
18136
|
-
"line":
|
|
18367
|
+
"line": 409
|
|
18137
18368
|
},
|
|
18138
18369
|
"name": "service",
|
|
18139
18370
|
"type": {
|
|
@@ -18147,7 +18378,7 @@
|
|
|
18147
18378
|
"immutable": true,
|
|
18148
18379
|
"locationInModule": {
|
|
18149
18380
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
18150
|
-
"line":
|
|
18381
|
+
"line": 403
|
|
18151
18382
|
},
|
|
18152
18383
|
"name": "serviceContainerDefinition",
|
|
18153
18384
|
"type": {
|
|
@@ -18161,7 +18392,7 @@
|
|
|
18161
18392
|
"immutable": true,
|
|
18162
18393
|
"locationInModule": {
|
|
18163
18394
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
18164
|
-
"line":
|
|
18395
|
+
"line": 406
|
|
18165
18396
|
},
|
|
18166
18397
|
"name": "taskDefinition",
|
|
18167
18398
|
"type": {
|
|
@@ -18175,7 +18406,7 @@
|
|
|
18175
18406
|
"immutable": true,
|
|
18176
18407
|
"locationInModule": {
|
|
18177
18408
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
18178
|
-
"line":
|
|
18409
|
+
"line": 405
|
|
18179
18410
|
},
|
|
18180
18411
|
"name": "logRouterContainerDefinition",
|
|
18181
18412
|
"optional": true,
|
|
@@ -18190,7 +18421,7 @@
|
|
|
18190
18421
|
"immutable": true,
|
|
18191
18422
|
"locationInModule": {
|
|
18192
18423
|
"filename": "src/fargate/rio-fargate-service.ts",
|
|
18193
|
-
"line":
|
|
18424
|
+
"line": 410
|
|
18194
18425
|
},
|
|
18195
18426
|
"name": "targetGroup",
|
|
18196
18427
|
"optional": true,
|
|
@@ -18911,7 +19142,7 @@
|
|
|
18911
19142
|
"@rio-cloud/cdk-v2-constructs.kafka.KafkaEventSpecSource": {
|
|
18912
19143
|
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
18913
19144
|
"docs": {
|
|
18914
|
-
"see": "https://collaboration.
|
|
19145
|
+
"see": "https://bitbucket.collaboration-man.com/projects/RSEVTBU/repos/topic-creation-example for\nfurther information about the yaml spec.",
|
|
18915
19146
|
"stability": "stable",
|
|
18916
19147
|
"summary": "Wrapper class for the event spec itself to support providing it via file or inline string."
|
|
18917
19148
|
},
|
|
@@ -19215,7 +19446,7 @@
|
|
|
19215
19446
|
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
19216
19447
|
"datatype": true,
|
|
19217
19448
|
"docs": {
|
|
19218
|
-
"see": "https://collaboration.
|
|
19449
|
+
"see": "https://bitbucket.collaboration-man.com/projects/RSEVTBU/repos/topic-manager/browse/config/topic-service-limits.yaml",
|
|
19219
19450
|
"stability": "stable",
|
|
19220
19451
|
"summary": "The current service limits can be found in the topic limits configuration of the topic manager."
|
|
19221
19452
|
},
|
|
@@ -19438,7 +19669,7 @@
|
|
|
19438
19669
|
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
19439
19670
|
"datatype": true,
|
|
19440
19671
|
"docs": {
|
|
19441
|
-
"see": "https://collaboration.
|
|
19672
|
+
"see": "https://bitbucket.collaboration-man.com/projects/RSEVTBU/repos/topic-manager/browse/config/topic-service-limits.yaml",
|
|
19442
19673
|
"stability": "stable",
|
|
19443
19674
|
"summary": "The current service limits can be found in the topic limits configuration of the topic manager."
|
|
19444
19675
|
},
|
|
@@ -19802,6 +20033,156 @@
|
|
|
19802
20033
|
],
|
|
19803
20034
|
"symbolId": "src/kafka/rio-kafka-event-source:RioKafkaEventSourceProps"
|
|
19804
20035
|
},
|
|
20036
|
+
"@rio-cloud/cdk-v2-constructs.ses.SesObservability": {
|
|
20037
|
+
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
20038
|
+
"base": "constructs.Construct",
|
|
20039
|
+
"docs": {
|
|
20040
|
+
"remarks": "This construct sets up observability for SES as defined by [ADR - SES domain reputation observability](https://confluence.collaboration-man.com/display/MAN/ADR+-+SES+domain+reputation+observability).\n\n# Warning\nThis construct results in logging all sent emails including the recipient address into CloudWatch logs.\nAs this is considered **PII**, this information MUST be handled accordingly.\nIn particular, logs **MUST NOT** be sent to further third party services (e.g. Datadog) and the retention period for logs **MUST NOT** be extended.\n\n# Usage\n## Default Configuration Set for Identity\n\n```typescript\nconst rioSesObservability = new RioSesObservability(this, 'ConfigurationSet', {})\nconst identity = new EmailIdentity(this, 'EmailIdentity', {\n identity: Identity.domain('example.com'),\n configurationSet: rioSesObservability.configurationSet,\n});\n```\n\n## Specifically using the configuration set per request\n\nThis is ideal if you want to try out the construct first one some specific emails (e.g. during initial migration).\nThe configuration set name is exported as an SSM parameter `/rio/config/ses-observability/configuration-set-name`.\nThus, you can easily make it available as environment variable in your code.\n\n```kotlin\nimport com.amazonaws.services.simpleemail.model.SendEmailRequest\n\nval request = SendEmailRequest()\n .withConfigurationSetName(SSM_CONFIGURATION_SSM_PARAMETER_VALUE)\n ...\n```\n\n## Automated event processing\n\nIf you have specific needs for which you'd like to process the SNS events directly\n(e.g. automatically creating a suppression list from bounces), you can subscribe to the SNS topic.\nTo enable this the SNS topic ARN is exported via Cloudformation as `RioSesObservabilityTopicArn`.",
|
|
20041
|
+
"stability": "stable",
|
|
20042
|
+
"summary": "RioSesObservability."
|
|
20043
|
+
},
|
|
20044
|
+
"fqn": "@rio-cloud/cdk-v2-constructs.ses.SesObservability",
|
|
20045
|
+
"initializer": {
|
|
20046
|
+
"docs": {
|
|
20047
|
+
"stability": "stable"
|
|
20048
|
+
},
|
|
20049
|
+
"locationInModule": {
|
|
20050
|
+
"filename": "src/ses/ses-observability.ts",
|
|
20051
|
+
"line": 74
|
|
20052
|
+
},
|
|
20053
|
+
"parameters": [
|
|
20054
|
+
{
|
|
20055
|
+
"name": "scope",
|
|
20056
|
+
"type": {
|
|
20057
|
+
"fqn": "constructs.Construct"
|
|
20058
|
+
}
|
|
20059
|
+
},
|
|
20060
|
+
{
|
|
20061
|
+
"name": "id",
|
|
20062
|
+
"type": {
|
|
20063
|
+
"primitive": "string"
|
|
20064
|
+
}
|
|
20065
|
+
},
|
|
20066
|
+
{
|
|
20067
|
+
"name": "props",
|
|
20068
|
+
"type": {
|
|
20069
|
+
"fqn": "@rio-cloud/cdk-v2-constructs.ses.SesObservabilityProps"
|
|
20070
|
+
}
|
|
20071
|
+
}
|
|
20072
|
+
]
|
|
20073
|
+
},
|
|
20074
|
+
"kind": "class",
|
|
20075
|
+
"locationInModule": {
|
|
20076
|
+
"filename": "src/ses/ses-observability.ts",
|
|
20077
|
+
"line": 67
|
|
20078
|
+
},
|
|
20079
|
+
"name": "SesObservability",
|
|
20080
|
+
"namespace": "ses",
|
|
20081
|
+
"properties": [
|
|
20082
|
+
{
|
|
20083
|
+
"const": true,
|
|
20084
|
+
"docs": {
|
|
20085
|
+
"stability": "stable"
|
|
20086
|
+
},
|
|
20087
|
+
"immutable": true,
|
|
20088
|
+
"locationInModule": {
|
|
20089
|
+
"filename": "src/ses/ses-observability.ts",
|
|
20090
|
+
"line": 69
|
|
20091
|
+
},
|
|
20092
|
+
"name": "CONFIGURATION_SET_NAME_SSM_PARAMETER",
|
|
20093
|
+
"static": true,
|
|
20094
|
+
"type": {
|
|
20095
|
+
"primitive": "string"
|
|
20096
|
+
}
|
|
20097
|
+
},
|
|
20098
|
+
{
|
|
20099
|
+
"const": true,
|
|
20100
|
+
"docs": {
|
|
20101
|
+
"stability": "stable"
|
|
20102
|
+
},
|
|
20103
|
+
"immutable": true,
|
|
20104
|
+
"locationInModule": {
|
|
20105
|
+
"filename": "src/ses/ses-observability.ts",
|
|
20106
|
+
"line": 70
|
|
20107
|
+
},
|
|
20108
|
+
"name": "SNS_TOPIC_ARN_EXPORT_NAME",
|
|
20109
|
+
"static": true,
|
|
20110
|
+
"type": {
|
|
20111
|
+
"primitive": "string"
|
|
20112
|
+
}
|
|
20113
|
+
},
|
|
20114
|
+
{
|
|
20115
|
+
"docs": {
|
|
20116
|
+
"stability": "stable"
|
|
20117
|
+
},
|
|
20118
|
+
"immutable": true,
|
|
20119
|
+
"locationInModule": {
|
|
20120
|
+
"filename": "src/ses/ses-observability.ts",
|
|
20121
|
+
"line": 72
|
|
20122
|
+
},
|
|
20123
|
+
"name": "configurationSet",
|
|
20124
|
+
"type": {
|
|
20125
|
+
"fqn": "aws-cdk-lib.aws_ses.ConfigurationSet"
|
|
20126
|
+
}
|
|
20127
|
+
},
|
|
20128
|
+
{
|
|
20129
|
+
"docs": {
|
|
20130
|
+
"stability": "stable"
|
|
20131
|
+
},
|
|
20132
|
+
"immutable": true,
|
|
20133
|
+
"locationInModule": {
|
|
20134
|
+
"filename": "src/ses/ses-observability.ts",
|
|
20135
|
+
"line": 71
|
|
20136
|
+
},
|
|
20137
|
+
"name": "snsTopic",
|
|
20138
|
+
"type": {
|
|
20139
|
+
"fqn": "aws-cdk-lib.aws_sns.Topic"
|
|
20140
|
+
}
|
|
20141
|
+
}
|
|
20142
|
+
],
|
|
20143
|
+
"symbolId": "src/ses/ses-observability:SesObservability"
|
|
20144
|
+
},
|
|
20145
|
+
"@rio-cloud/cdk-v2-constructs.ses.SesObservabilityProps": {
|
|
20146
|
+
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
20147
|
+
"datatype": true,
|
|
20148
|
+
"docs": {
|
|
20149
|
+
"stability": "stable"
|
|
20150
|
+
},
|
|
20151
|
+
"fqn": "@rio-cloud/cdk-v2-constructs.ses.SesObservabilityProps",
|
|
20152
|
+
"kind": "interface",
|
|
20153
|
+
"locationInModule": {
|
|
20154
|
+
"filename": "src/ses/ses-observability.ts",
|
|
20155
|
+
"line": 17
|
|
20156
|
+
},
|
|
20157
|
+
"name": "SesObservabilityProps",
|
|
20158
|
+
"namespace": "ses",
|
|
20159
|
+
"properties": [
|
|
20160
|
+
{
|
|
20161
|
+
"abstract": true,
|
|
20162
|
+
"docs": {
|
|
20163
|
+
"default": "[EmailSendingEvent.DELIVERY, EmailSendingEvent.BOUNCE, EmailSendingEvent.COMPLAINT, EmailSendingEvent.REJECT]",
|
|
20164
|
+
"stability": "stable",
|
|
20165
|
+
"summary": "The SES events to log."
|
|
20166
|
+
},
|
|
20167
|
+
"immutable": true,
|
|
20168
|
+
"locationInModule": {
|
|
20169
|
+
"filename": "src/ses/ses-observability.ts",
|
|
20170
|
+
"line": 23
|
|
20171
|
+
},
|
|
20172
|
+
"name": "loggedSesEvents",
|
|
20173
|
+
"optional": true,
|
|
20174
|
+
"type": {
|
|
20175
|
+
"collection": {
|
|
20176
|
+
"elementtype": {
|
|
20177
|
+
"fqn": "aws-cdk-lib.aws_ses.EmailSendingEvent"
|
|
20178
|
+
},
|
|
20179
|
+
"kind": "array"
|
|
20180
|
+
}
|
|
20181
|
+
}
|
|
20182
|
+
}
|
|
20183
|
+
],
|
|
20184
|
+
"symbolId": "src/ses/ses-observability:SesObservabilityProps"
|
|
20185
|
+
},
|
|
19805
20186
|
"@rio-cloud/cdk-v2-constructs.watchfulv2.LogErrorMonitorProps": {
|
|
19806
20187
|
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
19807
20188
|
"datatype": true,
|
|
@@ -20193,5 +20574,5 @@
|
|
|
20193
20574
|
}
|
|
20194
20575
|
},
|
|
20195
20576
|
"version": "0.0.0",
|
|
20196
|
-
"fingerprint": "
|
|
20577
|
+
"fingerprint": "dE2N/8PIEf6Kfek1j6u+VQPND9PxzEcxYdKNpdiCGQw="
|
|
20197
20578
|
}
|