terraconstructs 0.0.12 → 0.0.14

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.
Files changed (199) hide show
  1. package/.jsii +312 -106
  2. package/lib/aws/arn.js +1 -1
  3. package/lib/aws/aws-construct.js +1 -1
  4. package/lib/aws/aws-stack.js +1 -1
  5. package/lib/aws/aws-tags.js +2 -2
  6. package/lib/aws/cloudwatch/actions/ec2.js +1 -1
  7. package/lib/aws/cloudwatch/actions/lambda.js +1 -1
  8. package/lib/aws/cloudwatch/alarm-base.js +1 -1
  9. package/lib/aws/cloudwatch/alarm-rule.js +1 -1
  10. package/lib/aws/cloudwatch/alarm-status-widget.js +1 -1
  11. package/lib/aws/cloudwatch/alarm.js +1 -1
  12. package/lib/aws/cloudwatch/composite-alarm.js +1 -1
  13. package/lib/aws/cloudwatch/dashboard.js +1 -1
  14. package/lib/aws/cloudwatch/data-protection-policy.js +3 -3
  15. package/lib/aws/cloudwatch/graph.js +8 -8
  16. package/lib/aws/cloudwatch/layout.js +3 -3
  17. package/lib/aws/cloudwatch/log-destinations/kinesis.js +1 -1
  18. package/lib/aws/cloudwatch/log-destinations/lambda.js +1 -1
  19. package/lib/aws/cloudwatch/log-group.js +1 -1
  20. package/lib/aws/cloudwatch/log-query.js +1 -1
  21. package/lib/aws/cloudwatch/log-stream.js +1 -1
  22. package/lib/aws/cloudwatch/metric-filter.js +1 -1
  23. package/lib/aws/cloudwatch/metric.js +2 -2
  24. package/lib/aws/cloudwatch/pattern.js +3 -3
  25. package/lib/aws/cloudwatch/policy.js +1 -1
  26. package/lib/aws/cloudwatch/query-definition.js +2 -2
  27. package/lib/aws/cloudwatch/stats.js +1 -1
  28. package/lib/aws/cloudwatch/subscription-filter.js +1 -1
  29. package/lib/aws/cloudwatch/text.js +1 -1
  30. package/lib/aws/cloudwatch/variable.js +3 -3
  31. package/lib/aws/cloudwatch/widget.js +1 -1
  32. package/lib/aws/compute/activity.js +1 -1
  33. package/lib/aws/compute/alb/application-listener-action.js +1 -1
  34. package/lib/aws/compute/alb/application-listener-certificate.js +1 -1
  35. package/lib/aws/compute/alb/application-listener-rule.js +1 -1
  36. package/lib/aws/compute/alb/application-listener.js +1 -1
  37. package/lib/aws/compute/alb/application-load-balancer.js +1 -1
  38. package/lib/aws/compute/alb/application-target-group.js +1 -1
  39. package/lib/aws/compute/alb/conditions.js +1 -1
  40. package/lib/aws/compute/alb/trust-store-revocation.js +1 -1
  41. package/lib/aws/compute/alb/trust-store.js +1 -1
  42. package/lib/aws/compute/architecture.js +1 -1
  43. package/lib/aws/compute/aspects/require-imdsv2-aspect.js +2 -2
  44. package/lib/aws/compute/bastion-host.js +1 -1
  45. package/lib/aws/compute/chain.js +1 -1
  46. package/lib/aws/compute/client-vpn-authorization-rule.js +1 -1
  47. package/lib/aws/compute/client-vpn-endpoint.js +2 -2
  48. package/lib/aws/compute/client-vpn-route.js +2 -2
  49. package/lib/aws/compute/condition.js +1 -1
  50. package/lib/aws/compute/connections.js +1 -1
  51. package/lib/aws/compute/event-invoke-config.js +1 -1
  52. package/lib/aws/compute/event-source-filter.js +2 -2
  53. package/lib/aws/compute/event-source-mapping.js +1 -1
  54. package/lib/aws/compute/event-sources/s3-onfailure-destination.js +1 -1
  55. package/lib/aws/compute/event-sources/s3.js +1 -1
  56. package/lib/aws/compute/event-sources/sqs-dlq.js +1 -1
  57. package/lib/aws/compute/event-sources/sqs.js +1 -1
  58. package/lib/aws/compute/fields.js +4 -4
  59. package/lib/aws/compute/function-alias.js +1 -1
  60. package/lib/aws/compute/function-base.js +2 -2
  61. package/lib/aws/compute/function-destinations/event-bridge.js +1 -1
  62. package/lib/aws/compute/function-destinations/function.js +1 -1
  63. package/lib/aws/compute/function-destinations/sqs.js +1 -1
  64. package/lib/aws/compute/function-nodejs.js +1 -1
  65. package/lib/aws/compute/function-url.js +1 -1
  66. package/lib/aws/compute/function.js +1 -1
  67. package/lib/aws/compute/instance-types.js +1 -1
  68. package/lib/aws/compute/instance.js +1 -1
  69. package/lib/aws/compute/ip-addresses.js +2 -2
  70. package/lib/aws/compute/ipam.js +1 -1
  71. package/lib/aws/compute/key-pair.js +1 -1
  72. package/lib/aws/compute/launch-template.js +2 -2
  73. package/lib/aws/compute/lb-shared/base-listener.js +1 -1
  74. package/lib/aws/compute/lb-shared/base-load-balancer.js +1 -1
  75. package/lib/aws/compute/lb-shared/base-target-group.js +1 -1
  76. package/lib/aws/compute/lb-shared/listener-certificate.js +1 -1
  77. package/lib/aws/compute/lb-shared/load-balancer-targets.js +2 -2
  78. package/lib/aws/compute/lb-targets/alb-target.js +3 -3
  79. package/lib/aws/compute/lb-targets/instance-target.js +2 -2
  80. package/lib/aws/compute/lb-targets/ip-target.js +1 -1
  81. package/lib/aws/compute/lb-targets/lambda-target.js +1 -1
  82. package/lib/aws/compute/load-balancer.js +3 -3
  83. package/lib/aws/compute/machine-image/amazon-linux-2022.js +2 -2
  84. package/lib/aws/compute/machine-image/amazon-linux-2023.js +2 -2
  85. package/lib/aws/compute/machine-image/amazon-linux2.js +2 -2
  86. package/lib/aws/compute/machine-image/common.js +1 -1
  87. package/lib/aws/compute/machine-image/machine-image.js +8 -8
  88. package/lib/aws/compute/nat.js +5 -5
  89. package/lib/aws/compute/network-acl-types.js +2 -2
  90. package/lib/aws/compute/network-acl.js +3 -3
  91. package/lib/aws/compute/nlb/network-listener-action.js +1 -1
  92. package/lib/aws/compute/nlb/network-listener.js +1 -1
  93. package/lib/aws/compute/nlb/network-load-balancer.js +1 -1
  94. package/lib/aws/compute/nlb/network-target-group.js +1 -1
  95. package/lib/aws/compute/peer.js +1 -1
  96. package/lib/aws/compute/placement-group.js +1 -1
  97. package/lib/aws/compute/port.js +1 -1
  98. package/lib/aws/compute/prefix-list.js +1 -1
  99. package/lib/aws/compute/route.js +8 -8
  100. package/lib/aws/compute/security-group.js +1 -1
  101. package/lib/aws/compute/state-graph.js +1 -1
  102. package/lib/aws/compute/state-machine-fragment.js +1 -1
  103. package/lib/aws/compute/state-machine.js +4 -4
  104. package/lib/aws/compute/states/choice.js +1 -1
  105. package/lib/aws/compute/states/custom-state.js +1 -1
  106. package/lib/aws/compute/states/distributed-map/item-batcher.js +1 -1
  107. package/lib/aws/compute/states/distributed-map/item-reader.js +5 -5
  108. package/lib/aws/compute/states/distributed-map/result-writer.js +1 -1
  109. package/lib/aws/compute/states/distributed-map.js +1 -1
  110. package/lib/aws/compute/states/fail.js +1 -1
  111. package/lib/aws/compute/states/map-base.js +1 -1
  112. package/lib/aws/compute/states/map.js +1 -1
  113. package/lib/aws/compute/states/parallel.js +1 -1
  114. package/lib/aws/compute/states/pass.js +2 -2
  115. package/lib/aws/compute/states/state.js +1 -1
  116. package/lib/aws/compute/states/succeed.js +1 -1
  117. package/lib/aws/compute/states/task-base.js +2 -2
  118. package/lib/aws/compute/states/task.js +1 -1
  119. package/lib/aws/compute/states/wait.js +2 -2
  120. package/lib/aws/compute/subnet-v2.js +2 -2
  121. package/lib/aws/compute/subnet.js +1 -1
  122. package/lib/aws/compute/task-credentials.js +1 -1
  123. package/lib/aws/compute/task-input.js +1 -1
  124. package/lib/aws/compute/tasks/aws-sdk/call-aws-service.js +1 -1
  125. package/lib/aws/compute/tasks/eventbridge/put-events.js +1 -1
  126. package/lib/aws/compute/tasks/http/invoke.js +1 -1
  127. package/lib/aws/compute/tasks/lambda/invoke.js +1 -1
  128. package/lib/aws/compute/tasks/sqs/send-message.js +1 -1
  129. package/lib/aws/compute/tasks/stepfunctions/invoke-activity.js +1 -1
  130. package/lib/aws/compute/tasks/stepfunctions/start-execution.js +1 -1
  131. package/lib/aws/compute/types.js +1 -1
  132. package/lib/aws/compute/user-data.js +3 -3
  133. package/lib/aws/compute/volume.js +2 -2
  134. package/lib/aws/compute/vpc-endpoint-service.js +1 -1
  135. package/lib/aws/compute/vpc-endpoint.js +6 -6
  136. package/lib/aws/compute/vpc-flow-logs.js +4 -4
  137. package/lib/aws/compute/vpc-v2-base.js +1 -1
  138. package/lib/aws/compute/vpc-v2.js +2 -2
  139. package/lib/aws/compute/vpc.js +4 -4
  140. package/lib/aws/compute/vpn.js +3 -3
  141. package/lib/aws/edge/certificate.js +1 -1
  142. package/lib/aws/edge/distribution.js +3 -3
  143. package/lib/aws/edge/dns-alias-record-targets.js +2 -2
  144. package/lib/aws/edge/dns-record.js +13 -13
  145. package/lib/aws/edge/dns-zone.js +1 -1
  146. package/lib/aws/edge/function.js +2 -2
  147. package/lib/aws/edge/key-value-store.js +4 -4
  148. package/lib/aws/edge/origin.js +3 -3
  149. package/lib/aws/edge/response-headers-policy.js +1 -1
  150. package/lib/aws/encryption/alias.js +1 -1
  151. package/lib/aws/encryption/key.js +1 -1
  152. package/lib/aws/encryption/via-service-principal.js +1 -1
  153. package/lib/aws/iam/grant.js +2 -2
  154. package/lib/aws/iam/instance-profile.js +1 -1
  155. package/lib/aws/iam/managed-policy.js +1 -1
  156. package/lib/aws/iam/oidc-provider.js +1 -1
  157. package/lib/aws/iam/policy-document.js +1 -1
  158. package/lib/aws/iam/policy-statement.js +1 -1
  159. package/lib/aws/iam/policy.js +1 -1
  160. package/lib/aws/iam/principals.js +20 -20
  161. package/lib/aws/iam/role.js +1 -1
  162. package/lib/aws/iam/saml-provider.js +2 -2
  163. package/lib/aws/iam/unknown-principal.js +1 -1
  164. package/lib/aws/network/simple-ipv4-vpc.js +1 -1
  165. package/lib/aws/network/subnet-group.js +3 -3
  166. package/lib/aws/network/subnet.js +4 -4
  167. package/lib/aws/notify/archive.js +1 -1
  168. package/lib/aws/notify/connection.js +3 -3
  169. package/lib/aws/notify/event-bus.d.ts +7 -0
  170. package/lib/aws/notify/event-bus.js +52 -38
  171. package/lib/aws/notify/event-pattern.d.ts +26 -1
  172. package/lib/aws/notify/event-pattern.js +48 -4
  173. package/lib/aws/notify/input.js +3 -3
  174. package/lib/aws/notify/kinesis-stream.js +1 -1
  175. package/lib/aws/notify/queue-policy.js +1 -1
  176. package/lib/aws/notify/queue.js +1 -1
  177. package/lib/aws/notify/resource-policy.js +1 -1
  178. package/lib/aws/notify/rule.js +1 -1
  179. package/lib/aws/notify/schedule.js +1 -1
  180. package/lib/aws/notify/targets/event-bus.js +1 -1
  181. package/lib/aws/notify/targets/function.js +1 -1
  182. package/lib/aws/notify/targets/log-group.js +2 -2
  183. package/lib/aws/notify/targets/sqs.js +1 -1
  184. package/lib/aws/notify/targets/state-machine.js +1 -1
  185. package/lib/aws/storage/bucket-notifications.js +1 -1
  186. package/lib/aws/storage/bucket-policy.js +1 -1
  187. package/lib/aws/storage/bucket-source.js +1 -1
  188. package/lib/aws/storage/bucket.js +2 -2
  189. package/lib/aws/storage/notification-targets/function.js +1 -1
  190. package/lib/aws/storage/notification-targets/queue.js +1 -1
  191. package/lib/aws/storage/origin-access-identity.js +1 -1
  192. package/lib/aws/storage/parameter.js +2 -2
  193. package/lib/construct-base.js +2 -2
  194. package/lib/duration.js +1 -1
  195. package/lib/expiration.js +1 -1
  196. package/lib/size.js +1 -1
  197. package/lib/stack-base.js +1 -1
  198. package/lib/terra-func.js +1 -1
  199. package/package.json +1 -1
package/.jsii CHANGED
@@ -134029,7 +134029,7 @@
134029
134029
  },
134030
134030
  "locationInModule": {
134031
134031
  "filename": "src/aws/notify/event-bus.ts",
134032
- "line": 616
134032
+ "line": 643
134033
134033
  },
134034
134034
  "parameters": [
134035
134035
  {
@@ -134055,7 +134055,7 @@
134055
134055
  "kind": "class",
134056
134056
  "locationInModule": {
134057
134057
  "filename": "src/aws/notify/event-bus.ts",
134058
- "line": 612
134058
+ "line": 639
134059
134059
  },
134060
134060
  "name": "EventBridgePermission",
134061
134061
  "namespace": "aws.notify",
@@ -134068,7 +134068,7 @@
134068
134068
  "immutable": true,
134069
134069
  "locationInModule": {
134070
134070
  "filename": "src/aws/notify/event-bus.ts",
134071
- "line": 613
134071
+ "line": 640
134072
134072
  },
134073
134073
  "name": "outputs",
134074
134074
  "overrides": "terraconstructs.TerraConstructBase",
@@ -134098,7 +134098,7 @@
134098
134098
  "kind": "interface",
134099
134099
  "locationInModule": {
134100
134100
  "filename": "src/aws/notify/event-bus.ts",
134101
- "line": 550
134101
+ "line": 577
134102
134102
  },
134103
134103
  "name": "EventBridgePermissionProps",
134104
134104
  "namespace": "aws.notify",
@@ -134112,7 +134112,7 @@
134112
134112
  "immutable": true,
134113
134113
  "locationInModule": {
134114
134114
  "filename": "src/aws/notify/event-bus.ts",
134115
- "line": 555
134115
+ "line": 582
134116
134116
  },
134117
134117
  "name": "eventBus",
134118
134118
  "type": {
@@ -134129,7 +134129,7 @@
134129
134129
  "immutable": true,
134130
134130
  "locationInModule": {
134131
134131
  "filename": "src/aws/notify/event-bus.ts",
134132
- "line": 588
134132
+ "line": 615
134133
134133
  },
134134
134134
  "name": "principal",
134135
134135
  "type": {
@@ -134146,7 +134146,7 @@
134146
134146
  "immutable": true,
134147
134147
  "locationInModule": {
134148
134148
  "filename": "src/aws/notify/event-bus.ts",
134149
- "line": 562
134149
+ "line": 589
134150
134150
  },
134151
134151
  "name": "statementId",
134152
134152
  "type": {
@@ -134164,7 +134164,7 @@
134164
134164
  "immutable": true,
134165
134165
  "locationInModule": {
134166
134166
  "filename": "src/aws/notify/event-bus.ts",
134167
- "line": 569
134167
+ "line": 596
134168
134168
  },
134169
134169
  "name": "action",
134170
134170
  "optional": true,
@@ -134182,7 +134182,7 @@
134182
134182
  "immutable": true,
134183
134183
  "locationInModule": {
134184
134184
  "filename": "src/aws/notify/event-bus.ts",
134185
- "line": 595
134185
+ "line": 622
134186
134186
  },
134187
134187
  "name": "condition",
134188
134188
  "optional": true,
@@ -134199,7 +134199,7 @@
134199
134199
  "immutable": true,
134200
134200
  "locationInModule": {
134201
134201
  "filename": "src/aws/notify/event-bus.ts",
134202
- "line": 573
134202
+ "line": 600
134203
134203
  },
134204
134204
  "name": "eventBusName",
134205
134205
  "optional": true,
@@ -134217,7 +134217,7 @@
134217
134217
  "immutable": true,
134218
134218
  "locationInModule": {
134219
134219
  "filename": "src/aws/notify/event-bus.ts",
134220
- "line": 580
134220
+ "line": 607
134221
134221
  },
134222
134222
  "name": "id",
134223
134223
  "optional": true,
@@ -134245,7 +134245,7 @@
134245
134245
  },
134246
134246
  "locationInModule": {
134247
134247
  "filename": "src/aws/notify/event-bus.ts",
134248
- "line": 366
134248
+ "line": 376
134249
134249
  },
134250
134250
  "parameters": [
134251
134251
  {
@@ -134275,7 +134275,7 @@
134275
134275
  "kind": "class",
134276
134276
  "locationInModule": {
134277
134277
  "filename": "src/aws/notify/event-bus.ts",
134278
- "line": 200
134278
+ "line": 210
134279
134279
  },
134280
134280
  "methods": [
134281
134281
  {
@@ -134285,7 +134285,7 @@
134285
134285
  },
134286
134286
  "locationInModule": {
134287
134287
  "filename": "src/aws/notify/event-bus.ts",
134288
- "line": 207
134288
+ "line": 217
134289
134289
  },
134290
134290
  "name": "fromEventBusArn",
134291
134291
  "parameters": [
@@ -134331,7 +134331,7 @@
134331
134331
  },
134332
134332
  "locationInModule": {
134333
134333
  "filename": "src/aws/notify/event-bus.ts",
134334
- "line": 252
134334
+ "line": 262
134335
134335
  },
134336
134336
  "name": "fromEventBusAttributes",
134337
134337
  "parameters": [
@@ -134377,7 +134377,7 @@
134377
134377
  },
134378
134378
  "locationInModule": {
134379
134379
  "filename": "src/aws/notify/event-bus.ts",
134380
- "line": 229
134380
+ "line": 239
134381
134381
  },
134382
134382
  "name": "fromEventBusName",
134383
134383
  "parameters": [
@@ -134423,7 +134423,7 @@
134423
134423
  },
134424
134424
  "locationInModule": {
134425
134425
  "filename": "src/aws/notify/event-bus.ts",
134426
- "line": 283
134426
+ "line": 293
134427
134427
  },
134428
134428
  "name": "grantAllPutEvents",
134429
134429
  "parameters": [
@@ -134452,7 +134452,7 @@
134452
134452
  },
134453
134453
  "locationInModule": {
134454
134454
  "filename": "src/aws/notify/event-bus.ts",
134455
- "line": 267
134455
+ "line": 277
134456
134456
  },
134457
134457
  "name": "grantPutEvents",
134458
134458
  "parameters": [
@@ -134480,7 +134480,7 @@
134480
134480
  },
134481
134481
  "locationInModule": {
134482
134482
  "filename": "src/aws/notify/event-bus.ts",
134483
- "line": 440
134483
+ "line": 467
134484
134484
  },
134485
134485
  "name": "addToResourcePolicy",
134486
134486
  "overrides": "terraconstructs.aws.iam.IAwsConstructWithPolicy",
@@ -134506,7 +134506,7 @@
134506
134506
  },
134507
134507
  "locationInModule": {
134508
134508
  "filename": "src/aws/notify/event-bus.ts",
134509
- "line": 171
134509
+ "line": 181
134510
134510
  },
134511
134511
  "name": "archive",
134512
134512
  "overrides": "terraconstructs.aws.notify.IEventBus",
@@ -134537,7 +134537,7 @@
134537
134537
  },
134538
134538
  "locationInModule": {
134539
134539
  "filename": "src/aws/notify/event-bus.ts",
134540
- "line": 182
134540
+ "line": 192
134541
134541
  },
134542
134542
  "name": "grantPutEventsTo",
134543
134543
  "overrides": "terraconstructs.aws.notify.IEventBus",
@@ -134567,7 +134567,7 @@
134567
134567
  "immutable": true,
134568
134568
  "locationInModule": {
134569
134569
  "filename": "src/aws/notify/event-bus.ts",
134570
- "line": 357
134570
+ "line": 367
134571
134571
  },
134572
134572
  "name": "eventBusArn",
134573
134573
  "overrides": "terraconstructs.aws.notify.IEventBus",
@@ -134583,7 +134583,7 @@
134583
134583
  "immutable": true,
134584
134584
  "locationInModule": {
134585
134585
  "filename": "src/aws/notify/event-bus.ts",
134586
- "line": 349
134586
+ "line": 359
134587
134587
  },
134588
134588
  "name": "eventBusName",
134589
134589
  "overrides": "terraconstructs.aws.notify.IEventBus",
@@ -134598,7 +134598,7 @@
134598
134598
  "immutable": true,
134599
134599
  "locationInModule": {
134600
134600
  "filename": "src/aws/notify/event-bus.ts",
134601
- "line": 339
134601
+ "line": 349
134602
134602
  },
134603
134603
  "name": "eventBusOutputs",
134604
134604
  "type": {
@@ -134613,7 +134613,7 @@
134613
134613
  "immutable": true,
134614
134614
  "locationInModule": {
134615
134615
  "filename": "src/aws/notify/event-bus.ts",
134616
- "line": 340
134616
+ "line": 350
134617
134617
  },
134618
134618
  "name": "outputs",
134619
134619
  "overrides": "terraconstructs.TerraConstructBase",
@@ -134633,7 +134633,7 @@
134633
134633
  "immutable": true,
134634
134634
  "locationInModule": {
134635
134635
  "filename": "src/aws/notify/event-bus.ts",
134636
- "line": 337
134636
+ "line": 347
134637
134637
  },
134638
134638
  "name": "resource",
134639
134639
  "type": {
@@ -134648,7 +134648,7 @@
134648
134648
  "immutable": true,
134649
134649
  "locationInModule": {
134650
134650
  "filename": "src/aws/notify/event-bus.ts",
134651
- "line": 364
134651
+ "line": 374
134652
134652
  },
134653
134653
  "name": "eventSourceName",
134654
134654
  "optional": true,
@@ -134671,7 +134671,7 @@
134671
134671
  "kind": "interface",
134672
134672
  "locationInModule": {
134673
134673
  "filename": "src/aws/notify/event-bus.ts",
134674
- "line": 130
134674
+ "line": 140
134675
134675
  },
134676
134676
  "name": "EventBusAttributes",
134677
134677
  "namespace": "aws.notify",
@@ -134688,7 +134688,7 @@
134688
134688
  "immutable": true,
134689
134689
  "locationInModule": {
134690
134690
  "filename": "src/aws/notify/event-bus.ts",
134691
- "line": 143
134691
+ "line": 153
134692
134692
  },
134693
134693
  "name": "eventBusArn",
134694
134694
  "type": {
@@ -134707,7 +134707,7 @@
134707
134707
  "immutable": true,
134708
134708
  "locationInModule": {
134709
134709
  "filename": "src/aws/notify/event-bus.ts",
134710
- "line": 136
134710
+ "line": 146
134711
134711
  },
134712
134712
  "name": "eventBusName",
134713
134713
  "type": {
@@ -134727,7 +134727,7 @@
134727
134727
  "immutable": true,
134728
134728
  "locationInModule": {
134729
134729
  "filename": "src/aws/notify/event-bus.ts",
134730
- "line": 151
134730
+ "line": 161
134731
134731
  },
134732
134732
  "name": "eventSourceName",
134733
134733
  "optional": true,
@@ -134749,7 +134749,7 @@
134749
134749
  "kind": "interface",
134750
134750
  "locationInModule": {
134751
134751
  "filename": "src/aws/notify/event-bus.ts",
134752
- "line": 20
134752
+ "line": 21
134753
134753
  },
134754
134754
  "name": "EventBusOutputs",
134755
134755
  "namespace": "aws.notify",
@@ -134763,7 +134763,7 @@
134763
134763
  "immutable": true,
134764
134764
  "locationInModule": {
134765
134765
  "filename": "src/aws/notify/event-bus.ts",
134766
- "line": 29
134766
+ "line": 30
134767
134767
  },
134768
134768
  "name": "arn",
134769
134769
  "type": {
@@ -134779,7 +134779,7 @@
134779
134779
  "immutable": true,
134780
134780
  "locationInModule": {
134781
134781
  "filename": "src/aws/notify/event-bus.ts",
134782
- "line": 24
134782
+ "line": 25
134783
134783
  },
134784
134784
  "name": "name",
134785
134785
  "type": {
@@ -134795,7 +134795,7 @@
134795
134795
  "immutable": true,
134796
134796
  "locationInModule": {
134797
134797
  "filename": "src/aws/notify/event-bus.ts",
134798
- "line": 34
134798
+ "line": 35
134799
134799
  },
134800
134800
  "name": "eventSourceName",
134801
134801
  "optional": true,
@@ -134824,7 +134824,7 @@
134824
134824
  },
134825
134825
  "locationInModule": {
134826
134826
  "filename": "src/aws/notify/event-bus.ts",
134827
- "line": 535
134827
+ "line": 562
134828
134828
  },
134829
134829
  "parameters": [
134830
134830
  {
@@ -134850,7 +134850,7 @@
134850
134850
  "kind": "class",
134851
134851
  "locationInModule": {
134852
134852
  "filename": "src/aws/notify/event-bus.ts",
134853
- "line": 527
134853
+ "line": 554
134854
134854
  },
134855
134855
  "name": "EventBusPolicy",
134856
134856
  "namespace": "aws.notify",
@@ -134863,7 +134863,7 @@
134863
134863
  "immutable": true,
134864
134864
  "locationInModule": {
134865
134865
  "filename": "src/aws/notify/event-bus.ts",
134866
- "line": 531
134866
+ "line": 558
134867
134867
  },
134868
134868
  "name": "document",
134869
134869
  "type": {
@@ -134878,7 +134878,7 @@
134878
134878
  "immutable": true,
134879
134879
  "locationInModule": {
134880
134880
  "filename": "src/aws/notify/event-bus.ts",
134881
- "line": 532
134881
+ "line": 559
134882
134882
  },
134883
134883
  "name": "outputs",
134884
134884
  "overrides": "terraconstructs.TerraConstructBase",
@@ -134908,7 +134908,7 @@
134908
134908
  "kind": "interface",
134909
134909
  "locationInModule": {
134910
134910
  "filename": "src/aws/notify/event-bus.ts",
134911
- "line": 500
134911
+ "line": 527
134912
134912
  },
134913
134913
  "name": "EventBusPolicyProps",
134914
134914
  "namespace": "aws.notify",
@@ -134922,7 +134922,7 @@
134922
134922
  "immutable": true,
134923
134923
  "locationInModule": {
134924
134924
  "filename": "src/aws/notify/event-bus.ts",
134925
- "line": 504
134925
+ "line": 531
134926
134926
  },
134927
134927
  "name": "eventBus",
134928
134928
  "type": {
@@ -134946,7 +134946,7 @@
134946
134946
  "kind": "interface",
134947
134947
  "locationInModule": {
134948
134948
  "filename": "src/aws/notify/event-bus.ts",
134949
- "line": 85
134949
+ "line": 86
134950
134950
  },
134951
134951
  "name": "EventBusProps",
134952
134952
  "namespace": "aws.notify",
@@ -134965,7 +134965,7 @@
134965
134965
  "immutable": true,
134966
134966
  "locationInModule": {
134967
134967
  "filename": "src/aws/notify/event-bus.ts",
134968
- "line": 95
134968
+ "line": 96
134969
134969
  },
134970
134970
  "name": "eventBusName",
134971
134971
  "optional": true,
@@ -134986,13 +134986,31 @@
134986
134986
  "immutable": true,
134987
134987
  "locationInModule": {
134988
134988
  "filename": "src/aws/notify/event-bus.ts",
134989
- "line": 104
134989
+ "line": 105
134990
134990
  },
134991
134991
  "name": "eventSourceName",
134992
134992
  "optional": true,
134993
134993
  "type": {
134994
134994
  "primitive": "string"
134995
134995
  }
134996
+ },
134997
+ {
134998
+ "abstract": true,
134999
+ "docs": {
135000
+ "default": "- Use an AWS managed key",
135001
+ "stability": "stable",
135002
+ "summary": "The customer managed key that encrypt events on this event bus."
135003
+ },
135004
+ "immutable": true,
135005
+ "locationInModule": {
135006
+ "filename": "src/aws/notify/event-bus.ts",
135007
+ "line": 122
135008
+ },
135009
+ "name": "kmsKey",
135010
+ "optional": true,
135011
+ "type": {
135012
+ "fqn": "terraconstructs.aws.encryption.IKey"
135013
+ }
134996
135014
  }
134997
135015
  ],
134998
135016
  "symbolId": "src/aws/notify/event-bus:EventBusProps"
@@ -135106,7 +135124,7 @@
135106
135124
  "kind": "class",
135107
135125
  "locationInModule": {
135108
135126
  "filename": "src/aws/notify/input.ts",
135109
- "line": 269
135127
+ "line": 268
135110
135128
  },
135111
135129
  "methods": [
135112
135130
  {
@@ -135116,7 +135134,7 @@
135116
135134
  },
135117
135135
  "locationInModule": {
135118
135136
  "filename": "src/aws/notify/input.ts",
135119
- "line": 315
135137
+ "line": 314
135120
135138
  },
135121
135139
  "name": "fromPath",
135122
135140
  "parameters": [
@@ -135141,7 +135159,7 @@
135141
135159
  },
135142
135160
  "locationInModule": {
135143
135161
  "filename": "src/aws/notify/input.ts",
135144
- "line": 342
135162
+ "line": 341
135145
135163
  },
135146
135164
  "name": "resolve",
135147
135165
  "overrides": "cdktf.IResolvable",
@@ -135166,7 +135184,7 @@
135166
135184
  },
135167
135185
  "locationInModule": {
135168
135186
  "filename": "src/aws/notify/input.ts",
135169
- "line": 353
135187
+ "line": 352
135170
135188
  },
135171
135189
  "name": "toJSON",
135172
135190
  "returns": {
@@ -135183,7 +135201,7 @@
135183
135201
  },
135184
135202
  "locationInModule": {
135185
135203
  "filename": "src/aws/notify/input.ts",
135186
- "line": 346
135204
+ "line": 345
135187
135205
  },
135188
135206
  "name": "toString",
135189
135207
  "overrides": "cdktf.IResolvable",
@@ -135205,7 +135223,7 @@
135205
135223
  "immutable": true,
135206
135224
  "locationInModule": {
135207
135225
  "filename": "src/aws/notify/input.ts",
135208
- "line": 294
135226
+ "line": 293
135209
135227
  },
135210
135228
  "name": "account",
135211
135229
  "static": true,
@@ -135221,7 +135239,7 @@
135221
135239
  "immutable": true,
135222
135240
  "locationInModule": {
135223
135241
  "filename": "src/aws/notify/input.ts",
135224
- "line": 280
135242
+ "line": 279
135225
135243
  },
135226
135244
  "name": "detailType",
135227
135245
  "static": true,
@@ -135237,7 +135255,7 @@
135237
135255
  "immutable": true,
135238
135256
  "locationInModule": {
135239
135257
  "filename": "src/aws/notify/input.ts",
135240
- "line": 273
135258
+ "line": 272
135241
135259
  },
135242
135260
  "name": "eventId",
135243
135261
  "static": true,
@@ -135253,7 +135271,7 @@
135253
135271
  "immutable": true,
135254
135272
  "locationInModule": {
135255
135273
  "filename": "src/aws/notify/input.ts",
135256
- "line": 308
135274
+ "line": 307
135257
135275
  },
135258
135276
  "name": "region",
135259
135277
  "static": true,
@@ -135269,7 +135287,7 @@
135269
135287
  "immutable": true,
135270
135288
  "locationInModule": {
135271
135289
  "filename": "src/aws/notify/input.ts",
135272
- "line": 287
135290
+ "line": 286
135273
135291
  },
135274
135292
  "name": "source",
135275
135293
  "static": true,
@@ -135285,7 +135303,7 @@
135285
135303
  "immutable": true,
135286
135304
  "locationInModule": {
135287
135305
  "filename": "src/aws/notify/input.ts",
135288
- "line": 301
135306
+ "line": 300
135289
135307
  },
135290
135308
  "name": "time",
135291
135309
  "static": true,
@@ -135302,7 +135320,7 @@
135302
135320
  "immutable": true,
135303
135321
  "locationInModule": {
135304
135322
  "filename": "src/aws/notify/input.ts",
135305
- "line": 323
135323
+ "line": 322
135306
135324
  },
135307
135325
  "name": "creationStack",
135308
135326
  "overrides": "cdktf.IResolvable",
@@ -135323,7 +135341,7 @@
135323
135341
  "immutable": true,
135324
135342
  "locationInModule": {
135325
135343
  "filename": "src/aws/notify/input.ts",
135326
- "line": 322
135344
+ "line": 321
135327
135345
  },
135328
135346
  "name": "displayHint",
135329
135347
  "type": {
@@ -135338,7 +135356,7 @@
135338
135356
  "immutable": true,
135339
135357
  "locationInModule": {
135340
135358
  "filename": "src/aws/notify/input.ts",
135341
- "line": 329
135359
+ "line": 328
135342
135360
  },
135343
135361
  "name": "path",
135344
135362
  "type": {
@@ -135361,7 +135379,7 @@
135361
135379
  "kind": "interface",
135362
135380
  "locationInModule": {
135363
135381
  "filename": "src/aws/notify/event-pattern.ts",
135364
- "line": 291
135382
+ "line": 347
135365
135383
  },
135366
135384
  "name": "EventPattern",
135367
135385
  "namespace": "aws.notify",
@@ -135376,7 +135394,7 @@
135376
135394
  "immutable": true,
135377
135395
  "locationInModule": {
135378
135396
  "filename": "src/aws/notify/event-pattern.ts",
135379
- "line": 337
135397
+ "line": 393
135380
135398
  },
135381
135399
  "name": "account",
135382
135400
  "optional": true,
@@ -135399,7 +135417,7 @@
135399
135417
  "immutable": true,
135400
135418
  "locationInModule": {
135401
135419
  "filename": "src/aws/notify/event-pattern.ts",
135402
- "line": 376
135420
+ "line": 432
135403
135421
  },
135404
135422
  "name": "detail",
135405
135423
  "optional": true,
@@ -135423,7 +135441,7 @@
135423
135441
  "immutable": true,
135424
135442
  "locationInModule": {
135425
135443
  "filename": "src/aws/notify/event-pattern.ts",
135426
- "line": 315
135444
+ "line": 371
135427
135445
  },
135428
135446
  "name": "detailType",
135429
135447
  "optional": true,
@@ -135447,7 +135465,7 @@
135447
135465
  "immutable": true,
135448
135466
  "locationInModule": {
135449
135467
  "filename": "src/aws/notify/event-pattern.ts",
135450
- "line": 305
135468
+ "line": 361
135451
135469
  },
135452
135470
  "name": "id",
135453
135471
  "optional": true,
@@ -135470,7 +135488,7 @@
135470
135488
  "immutable": true,
135471
135489
  "locationInModule": {
135472
135490
  "filename": "src/aws/notify/event-pattern.ts",
135473
- "line": 354
135491
+ "line": 410
135474
135492
  },
135475
135493
  "name": "region",
135476
135494
  "optional": true,
@@ -135494,7 +135512,7 @@
135494
135512
  "immutable": true,
135495
135513
  "locationInModule": {
135496
135514
  "filename": "src/aws/notify/event-pattern.ts",
135497
- "line": 368
135515
+ "line": 424
135498
135516
  },
135499
135517
  "name": "resources",
135500
135518
  "optional": true,
@@ -135519,7 +135537,7 @@
135519
135537
  "immutable": true,
135520
135538
  "locationInModule": {
135521
135539
  "filename": "src/aws/notify/event-pattern.ts",
135522
- "line": 330
135540
+ "line": 386
135523
135541
  },
135524
135542
  "name": "source",
135525
135543
  "optional": true,
@@ -135543,7 +135561,7 @@
135543
135561
  "immutable": true,
135544
135562
  "locationInModule": {
135545
135563
  "filename": "src/aws/notify/event-pattern.ts",
135546
- "line": 347
135564
+ "line": 403
135547
135565
  },
135548
135566
  "name": "time",
135549
135567
  "optional": true,
@@ -135566,7 +135584,7 @@
135566
135584
  "immutable": true,
135567
135585
  "locationInModule": {
135568
135586
  "filename": "src/aws/notify/event-pattern.ts",
135569
- "line": 297
135587
+ "line": 353
135570
135588
  },
135571
135589
  "name": "version",
135572
135590
  "optional": true,
@@ -135847,7 +135865,7 @@
135847
135865
  "kind": "interface",
135848
135866
  "locationInModule": {
135849
135867
  "filename": "src/aws/notify/event-bus.ts",
135850
- "line": 40
135868
+ "line": 41
135851
135869
  },
135852
135870
  "methods": [
135853
135871
  {
@@ -135859,7 +135877,7 @@
135859
135877
  },
135860
135878
  "locationInModule": {
135861
135879
  "filename": "src/aws/notify/event-bus.ts",
135862
- "line": 71
135880
+ "line": 72
135863
135881
  },
135864
135882
  "name": "archive",
135865
135883
  "parameters": [
@@ -135893,7 +135911,7 @@
135893
135911
  },
135894
135912
  "locationInModule": {
135895
135913
  "filename": "src/aws/notify/event-bus.ts",
135896
- "line": 79
135914
+ "line": 80
135897
135915
  },
135898
135916
  "name": "grantPutEventsTo",
135899
135917
  "parameters": [
@@ -135930,7 +135948,7 @@
135930
135948
  "immutable": true,
135931
135949
  "locationInModule": {
135932
135950
  "filename": "src/aws/notify/event-bus.ts",
135933
- "line": 55
135951
+ "line": 56
135934
135952
  },
135935
135953
  "name": "eventBusArn",
135936
135954
  "type": {
@@ -135950,7 +135968,7 @@
135950
135968
  "immutable": true,
135951
135969
  "locationInModule": {
135952
135970
  "filename": "src/aws/notify/event-bus.ts",
135953
- "line": 47
135971
+ "line": 48
135954
135972
  },
135955
135973
  "name": "eventBusName",
135956
135974
  "type": {
@@ -135969,7 +135987,7 @@
135969
135987
  "immutable": true,
135970
135988
  "locationInModule": {
135971
135989
  "filename": "src/aws/notify/event-bus.ts",
135972
- "line": 62
135990
+ "line": 63
135973
135991
  },
135974
135992
  "name": "eventSourceName",
135975
135993
  "optional": true,
@@ -137505,7 +137523,7 @@
137505
137523
  },
137506
137524
  "locationInModule": {
137507
137525
  "filename": "src/aws/notify/event-pattern.ts",
137508
- "line": 179
137526
+ "line": 221
137509
137527
  },
137510
137528
  "name": "allOf",
137511
137529
  "parameters": [
@@ -137537,7 +137555,7 @@
137537
137555
  },
137538
137556
  "locationInModule": {
137539
137557
  "filename": "src/aws/notify/event-pattern.ts",
137540
- "line": 190
137558
+ "line": 232
137541
137559
  },
137542
137560
  "name": "anyOf",
137543
137561
  "parameters": [
@@ -137570,7 +137588,7 @@
137570
137588
  },
137571
137589
  "locationInModule": {
137572
137590
  "filename": "src/aws/notify/event-pattern.ts",
137573
- "line": 98
137591
+ "line": 119
137574
137592
  },
137575
137593
  "name": "anythingBut",
137576
137594
  "parameters": [
@@ -137595,6 +137613,38 @@
137595
137613
  "static": true,
137596
137614
  "variadic": true
137597
137615
  },
137616
+ {
137617
+ "docs": {
137618
+ "stability": "stable",
137619
+ "summary": "Matches any string that doesn't match with the given value regardless of character casing."
137620
+ },
137621
+ "locationInModule": {
137622
+ "filename": "src/aws/notify/event-pattern.ts",
137623
+ "line": 160
137624
+ },
137625
+ "name": "anythingButEqualsIgnoreCase",
137626
+ "parameters": [
137627
+ {
137628
+ "name": "values",
137629
+ "type": {
137630
+ "primitive": "string"
137631
+ },
137632
+ "variadic": true
137633
+ }
137634
+ ],
137635
+ "returns": {
137636
+ "type": {
137637
+ "collection": {
137638
+ "elementtype": {
137639
+ "primitive": "string"
137640
+ },
137641
+ "kind": "array"
137642
+ }
137643
+ }
137644
+ },
137645
+ "static": true,
137646
+ "variadic": true
137647
+ },
137598
137648
  {
137599
137649
  "docs": {
137600
137650
  "stability": "stable",
@@ -137602,16 +137652,49 @@
137602
137652
  },
137603
137653
  "locationInModule": {
137604
137654
  "filename": "src/aws/notify/event-pattern.ts",
137605
- "line": 118
137655
+ "line": 139
137606
137656
  },
137607
137657
  "name": "anythingButPrefix",
137608
137658
  "parameters": [
137609
137659
  {
137610
- "name": "prefix",
137660
+ "name": "values",
137611
137661
  "type": {
137612
137662
  "primitive": "string"
137663
+ },
137664
+ "variadic": true
137665
+ }
137666
+ ],
137667
+ "returns": {
137668
+ "type": {
137669
+ "collection": {
137670
+ "elementtype": {
137671
+ "primitive": "string"
137672
+ },
137673
+ "kind": "array"
137613
137674
  }
137614
137675
  }
137676
+ },
137677
+ "static": true,
137678
+ "variadic": true
137679
+ },
137680
+ {
137681
+ "docs": {
137682
+ "stability": "stable",
137683
+ "summary": "Matches any string that doesn't end with the given suffix."
137684
+ },
137685
+ "locationInModule": {
137686
+ "filename": "src/aws/notify/event-pattern.ts",
137687
+ "line": 146
137688
+ },
137689
+ "name": "anythingButSuffix",
137690
+ "parameters": [
137691
+ {
137692
+ "name": "values",
137693
+ "type": {
137694
+ "primitive": "string"
137695
+ },
137696
+ "variadic": true
137697
+ }
137615
137698
  ],
137616
137699
  "returns": {
137617
137700
  "type": {
@@ -137623,7 +137706,40 @@
137623
137706
  }
137624
137707
  }
137625
137708
  },
137626
- "static": true
137709
+ "static": true,
137710
+ "variadic": true
137711
+ },
137712
+ {
137713
+ "docs": {
137714
+ "stability": "stable",
137715
+ "summary": "Matches any string that doesn't match with the given wildcard pattern."
137716
+ },
137717
+ "locationInModule": {
137718
+ "filename": "src/aws/notify/event-pattern.ts",
137719
+ "line": 153
137720
+ },
137721
+ "name": "anythingButWildcard",
137722
+ "parameters": [
137723
+ {
137724
+ "name": "values",
137725
+ "type": {
137726
+ "primitive": "string"
137727
+ },
137728
+ "variadic": true
137729
+ }
137730
+ ],
137731
+ "returns": {
137732
+ "type": {
137733
+ "collection": {
137734
+ "elementtype": {
137735
+ "primitive": "string"
137736
+ },
137737
+ "kind": "array"
137738
+ }
137739
+ }
137740
+ },
137741
+ "static": true,
137742
+ "variadic": true
137627
137743
  },
137628
137744
  {
137629
137745
  "docs": {
@@ -137632,7 +137748,7 @@
137632
137748
  },
137633
137749
  "locationInModule": {
137634
137750
  "filename": "src/aws/notify/event-pattern.ts",
137635
- "line": 73
137751
+ "line": 94
137636
137752
  },
137637
137753
  "name": "cidr",
137638
137754
  "parameters": [
@@ -137684,7 +137800,7 @@
137684
137800
  },
137685
137801
  "locationInModule": {
137686
137802
  "filename": "src/aws/notify/event-pattern.ts",
137687
- "line": 153
137803
+ "line": 195
137688
137804
  },
137689
137805
  "name": "equal",
137690
137806
  "parameters": [
@@ -137796,7 +137912,7 @@
137796
137912
  },
137797
137913
  "locationInModule": {
137798
137914
  "filename": "src/aws/notify/event-pattern.ts",
137799
- "line": 125
137915
+ "line": 167
137800
137916
  },
137801
137917
  "name": "greaterThan",
137802
137918
  "parameters": [
@@ -137826,7 +137942,7 @@
137826
137942
  },
137827
137943
  "locationInModule": {
137828
137944
  "filename": "src/aws/notify/event-pattern.ts",
137829
- "line": 132
137945
+ "line": 174
137830
137946
  },
137831
137947
  "name": "greaterThanOrEqual",
137832
137948
  "parameters": [
@@ -137857,7 +137973,7 @@
137857
137973
  },
137858
137974
  "locationInModule": {
137859
137975
  "filename": "src/aws/notify/event-pattern.ts",
137860
- "line": 165
137976
+ "line": 207
137861
137977
  },
137862
137978
  "name": "interval",
137863
137979
  "parameters": [
@@ -137900,7 +138016,7 @@
137900
138016
  },
137901
138017
  "locationInModule": {
137902
138018
  "filename": "src/aws/notify/event-pattern.ts",
137903
- "line": 90
138019
+ "line": 111
137904
138020
  },
137905
138021
  "name": "ipAddressRange",
137906
138022
  "parameters": [
@@ -137930,7 +138046,7 @@
137930
138046
  },
137931
138047
  "locationInModule": {
137932
138048
  "filename": "src/aws/notify/event-pattern.ts",
137933
- "line": 139
138049
+ "line": 181
137934
138050
  },
137935
138051
  "name": "lessThan",
137936
138052
  "parameters": [
@@ -137960,7 +138076,7 @@
137960
138076
  },
137961
138077
  "locationInModule": {
137962
138078
  "filename": "src/aws/notify/event-pattern.ts",
137963
- "line": 146
138079
+ "line": 188
137964
138080
  },
137965
138081
  "name": "lessThanOrEqual",
137966
138082
  "parameters": [
@@ -138035,6 +138151,36 @@
138035
138151
  },
138036
138152
  "static": true
138037
138153
  },
138154
+ {
138155
+ "docs": {
138156
+ "stability": "stable",
138157
+ "summary": "Matches strings with the given prefix in the JSON of the event regardless of the casing."
138158
+ },
138159
+ "locationInModule": {
138160
+ "filename": "src/aws/notify/event-pattern.ts",
138161
+ "line": 73
138162
+ },
138163
+ "name": "prefixEqualsIgnoreCase",
138164
+ "parameters": [
138165
+ {
138166
+ "name": "value",
138167
+ "type": {
138168
+ "primitive": "string"
138169
+ }
138170
+ }
138171
+ ],
138172
+ "returns": {
138173
+ "type": {
138174
+ "collection": {
138175
+ "elementtype": {
138176
+ "primitive": "string"
138177
+ },
138178
+ "kind": "array"
138179
+ }
138180
+ }
138181
+ },
138182
+ "static": true
138183
+ },
138038
138184
  {
138039
138185
  "docs": {
138040
138186
  "stability": "stable",
@@ -138065,6 +138211,66 @@
138065
138211
  },
138066
138212
  "static": true
138067
138213
  },
138214
+ {
138215
+ "docs": {
138216
+ "stability": "stable",
138217
+ "summary": "Matches strings with the given suffix in the JSON of the event regardless of the casing."
138218
+ },
138219
+ "locationInModule": {
138220
+ "filename": "src/aws/notify/event-pattern.ts",
138221
+ "line": 80
138222
+ },
138223
+ "name": "suffixEqualsIgnoreCase",
138224
+ "parameters": [
138225
+ {
138226
+ "name": "value",
138227
+ "type": {
138228
+ "primitive": "string"
138229
+ }
138230
+ }
138231
+ ],
138232
+ "returns": {
138233
+ "type": {
138234
+ "collection": {
138235
+ "elementtype": {
138236
+ "primitive": "string"
138237
+ },
138238
+ "kind": "array"
138239
+ }
138240
+ }
138241
+ },
138242
+ "static": true
138243
+ },
138244
+ {
138245
+ "docs": {
138246
+ "stability": "stable",
138247
+ "summary": "Matches strings with the given wildcard pattern in the JSON of the event."
138248
+ },
138249
+ "locationInModule": {
138250
+ "filename": "src/aws/notify/event-pattern.ts",
138251
+ "line": 87
138252
+ },
138253
+ "name": "wildcard",
138254
+ "parameters": [
138255
+ {
138256
+ "name": "value",
138257
+ "type": {
138258
+ "primitive": "string"
138259
+ }
138260
+ }
138261
+ ],
138262
+ "returns": {
138263
+ "type": {
138264
+ "collection": {
138265
+ "elementtype": {
138266
+ "primitive": "string"
138267
+ },
138268
+ "kind": "array"
138269
+ }
138270
+ }
138271
+ },
138272
+ "static": true
138273
+ },
138068
138274
  {
138069
138275
  "docs": {
138070
138276
  "stability": "stable",
@@ -138072,7 +138278,7 @@
138072
138278
  },
138073
138279
  "locationInModule": {
138074
138280
  "filename": "src/aws/notify/event-pattern.ts",
138075
- "line": 250
138281
+ "line": 306
138076
138282
  },
138077
138283
  "name": "asList",
138078
138284
  "returns": {
@@ -138093,7 +138299,7 @@
138093
138299
  },
138094
138300
  "locationInModule": {
138095
138301
  "filename": "src/aws/notify/event-pattern.ts",
138096
- "line": 224
138302
+ "line": 280
138097
138303
  },
138098
138304
  "name": "resolve",
138099
138305
  "overrides": "cdktf.IResolvable",
@@ -138119,7 +138325,7 @@
138119
138325
  },
138120
138326
  "locationInModule": {
138121
138327
  "filename": "src/aws/notify/event-pattern.ts",
138122
- "line": 243
138328
+ "line": 299
138123
138329
  },
138124
138330
  "name": "toString",
138125
138331
  "overrides": "cdktf.IResolvable",
@@ -138142,7 +138348,7 @@
138142
138348
  "immutable": true,
138143
138349
  "locationInModule": {
138144
138350
  "filename": "src/aws/notify/event-pattern.ts",
138145
- "line": 212
138351
+ "line": 268
138146
138352
  },
138147
138353
  "name": "creationStack",
138148
138354
  "overrides": "cdktf.IResolvable",
@@ -140288,13 +140494,13 @@
140288
140494
  },
140289
140495
  "locationInModule": {
140290
140496
  "filename": "src/aws/notify/input.ts",
140291
- "line": 64
140497
+ "line": 63
140292
140498
  }
140293
140499
  },
140294
140500
  "kind": "class",
140295
140501
  "locationInModule": {
140296
140502
  "filename": "src/aws/notify/input.ts",
140297
- "line": 19
140503
+ "line": 18
140298
140504
  },
140299
140505
  "methods": [
140300
140506
  {
@@ -140304,7 +140510,7 @@
140304
140510
  },
140305
140511
  "locationInModule": {
140306
140512
  "filename": "src/aws/notify/input.ts",
140307
- "line": 60
140513
+ "line": 59
140308
140514
  },
140309
140515
  "name": "fromEventPath",
140310
140516
  "parameters": [
@@ -140330,7 +140536,7 @@
140330
140536
  },
140331
140537
  "locationInModule": {
140332
140538
  "filename": "src/aws/notify/input.ts",
140333
- "line": 43
140539
+ "line": 42
140334
140540
  },
140335
140541
  "name": "fromMultilineText",
140336
140542
  "parameters": [
@@ -140356,7 +140562,7 @@
140356
140562
  },
140357
140563
  "locationInModule": {
140358
140564
  "filename": "src/aws/notify/input.ts",
140359
- "line": 53
140565
+ "line": 52
140360
140566
  },
140361
140567
  "name": "fromObject",
140362
140568
  "parameters": [
@@ -140382,7 +140588,7 @@
140382
140588
  },
140383
140589
  "locationInModule": {
140384
140590
  "filename": "src/aws/notify/input.ts",
140385
- "line": 30
140591
+ "line": 29
140386
140592
  },
140387
140593
  "name": "fromText",
140388
140594
  "parameters": [
@@ -140408,7 +140614,7 @@
140408
140614
  },
140409
140615
  "locationInModule": {
140410
140616
  "filename": "src/aws/notify/input.ts",
140411
- "line": 69
140617
+ "line": 68
140412
140618
  },
140413
140619
  "name": "bind",
140414
140620
  "parameters": [
@@ -140441,7 +140647,7 @@
140441
140647
  "kind": "interface",
140442
140648
  "locationInModule": {
140443
140649
  "filename": "src/aws/notify/input.ts",
140444
- "line": 75
140650
+ "line": 74
140445
140651
  },
140446
140652
  "name": "RuleTargetInputProperties",
140447
140653
  "namespace": "aws.notify",
@@ -140456,7 +140662,7 @@
140456
140662
  "immutable": true,
140457
140663
  "locationInModule": {
140458
140664
  "filename": "src/aws/notify/input.ts",
140459
- "line": 82
140665
+ "line": 81
140460
140666
  },
140461
140667
  "name": "input",
140462
140668
  "optional": true,
@@ -140474,7 +140680,7 @@
140474
140680
  "immutable": true,
140475
140681
  "locationInModule": {
140476
140682
  "filename": "src/aws/notify/input.ts",
140477
- "line": 89
140683
+ "line": 88
140478
140684
  },
140479
140685
  "name": "inputPath",
140480
140686
  "optional": true,
@@ -140492,7 +140698,7 @@
140492
140698
  "immutable": true,
140493
140699
  "locationInModule": {
140494
140700
  "filename": "src/aws/notify/input.ts",
140495
- "line": 103
140701
+ "line": 102
140496
140702
  },
140497
140703
  "name": "inputPathsMap",
140498
140704
  "optional": true,
@@ -140515,7 +140721,7 @@
140515
140721
  "immutable": true,
140516
140722
  "locationInModule": {
140517
140723
  "filename": "src/aws/notify/input.ts",
140518
- "line": 96
140724
+ "line": 95
140519
140725
  },
140520
140726
  "name": "inputTemplate",
140521
140727
  "optional": true,
@@ -150925,6 +151131,6 @@
150925
151131
  "symbolId": "src/aws/storage/notification-targets/queue:QueueDestination"
150926
151132
  }
150927
151133
  },
150928
- "version": "0.0.12",
150929
- "fingerprint": "3H0A6rQjEYhOvCAK/zMeBA+DYNdntx6y0hrHwPHHSmI="
151134
+ "version": "0.0.14",
151135
+ "fingerprint": "dRepOzpvULz0rCf7uychTsvx0hDvi3wyjp8GHLkXEBs="
150930
151136
  }