terraconstructs 0.0.18 → 0.0.20

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 (221) hide show
  1. package/.jsii +665 -22
  2. package/lib/aws/arn.js +1 -1
  3. package/lib/aws/aws-construct.js +1 -1
  4. package/lib/aws/aws-stack.js +2 -2
  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 +3 -7
  73. package/lib/aws/compute/lb-shared/base-listener.js +1 -1
  74. package/lib/aws/compute/lb-shared/base-load-balancer.js +2 -2
  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 +3 -3
  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/group.js +1 -1
  155. package/lib/aws/iam/instance-profile.js +1 -1
  156. package/lib/aws/iam/managed-policy.js +1 -1
  157. package/lib/aws/iam/oidc-provider.js +1 -1
  158. package/lib/aws/iam/policy-document.js +1 -1
  159. package/lib/aws/iam/policy-statement.js +1 -1
  160. package/lib/aws/iam/policy.js +1 -1
  161. package/lib/aws/iam/principals.js +20 -20
  162. package/lib/aws/iam/role.js +1 -1
  163. package/lib/aws/iam/saml-provider.js +2 -2
  164. package/lib/aws/iam/unknown-principal.js +1 -1
  165. package/lib/aws/iam/user.js +1 -1
  166. package/lib/aws/network/simple-ipv4-vpc.js +1 -1
  167. package/lib/aws/network/subnet-group.js +3 -3
  168. package/lib/aws/network/subnet.js +4 -4
  169. package/lib/aws/notify/archive.js +1 -1
  170. package/lib/aws/notify/connection.js +3 -3
  171. package/lib/aws/notify/event-bus.js +3 -3
  172. package/lib/aws/notify/event-pattern.js +1 -1
  173. package/lib/aws/notify/index.d.ts +1 -0
  174. package/lib/aws/notify/index.js +5 -2
  175. package/lib/aws/notify/input.js +2 -2
  176. package/lib/aws/notify/kinesis-stream.js +1 -1
  177. package/lib/aws/notify/notification-rule.js +1 -1
  178. package/lib/aws/notify/policy.js +1 -1
  179. package/lib/aws/notify/queue-policy.js +1 -1
  180. package/lib/aws/notify/queue.js +1 -1
  181. package/lib/aws/notify/resource-policy.js +1 -1
  182. package/lib/aws/notify/rule.js +1 -1
  183. package/lib/aws/notify/schedule.js +1 -1
  184. package/lib/aws/notify/subscription-filter.js +1 -1
  185. package/lib/aws/notify/subscription.js +7 -5
  186. package/lib/aws/notify/subscriptions/email.d.ts +28 -0
  187. package/lib/aws/notify/subscriptions/email.js +37 -0
  188. package/lib/aws/notify/subscriptions/index.d.ts +6 -0
  189. package/lib/aws/notify/subscriptions/index.js +23 -0
  190. package/lib/aws/notify/subscriptions/lambda.d.ts +21 -0
  191. package/lib/aws/notify/subscriptions/lambda.js +69 -0
  192. package/lib/aws/notify/subscriptions/sms.d.ts +16 -0
  193. package/lib/aws/notify/subscriptions/sms.js +29 -0
  194. package/lib/aws/notify/subscriptions/sqs.d.ts +28 -0
  195. package/lib/aws/notify/subscriptions/sqs.js +107 -0
  196. package/lib/aws/notify/subscriptions/subscription.d.ts +31 -0
  197. package/lib/aws/notify/subscriptions/subscription.js +4 -0
  198. package/lib/aws/notify/subscriptions/url.d.ts +45 -0
  199. package/lib/aws/notify/subscriptions/url.js +57 -0
  200. package/lib/aws/notify/targets/event-bus.js +1 -1
  201. package/lib/aws/notify/targets/function.js +1 -1
  202. package/lib/aws/notify/targets/log-group.js +2 -2
  203. package/lib/aws/notify/targets/sqs.js +1 -1
  204. package/lib/aws/notify/targets/state-machine.js +1 -1
  205. package/lib/aws/notify/topic-base.js +1 -1
  206. package/lib/aws/notify/topic.js +1 -1
  207. package/lib/aws/storage/bucket-notifications.js +1 -1
  208. package/lib/aws/storage/bucket-policy.js +1 -1
  209. package/lib/aws/storage/bucket-source.js +1 -1
  210. package/lib/aws/storage/bucket.js +2 -2
  211. package/lib/aws/storage/notification-targets/function.js +1 -1
  212. package/lib/aws/storage/notification-targets/queue.js +1 -1
  213. package/lib/aws/storage/origin-access-identity.js +1 -1
  214. package/lib/aws/storage/parameter.js +2 -2
  215. package/lib/construct-base.js +2 -2
  216. package/lib/duration.js +1 -1
  217. package/lib/expiration.js +1 -1
  218. package/lib/size.js +1 -1
  219. package/lib/stack-base.js +1 -1
  220. package/lib/terra-func.js +1 -1
  221. package/package.json +1 -1
package/.jsii CHANGED
@@ -2422,10 +2422,17 @@
2422
2422
  },
2423
2423
  "symbolId": "src/aws/notify/index:"
2424
2424
  },
2425
+ "terraconstructs.aws.notify.subscriptions": {
2426
+ "locationInModule": {
2427
+ "filename": "src/aws/notify/index.ts",
2428
+ "line": 33
2429
+ },
2430
+ "symbolId": "src/aws/notify/subscriptions/index:"
2431
+ },
2425
2432
  "terraconstructs.aws.notify.targets": {
2426
2433
  "locationInModule": {
2427
2434
  "filename": "src/aws/notify/index.ts",
2428
- "line": 30
2435
+ "line": 31
2429
2436
  },
2430
2437
  "symbolId": "src/aws/notify/targets/index:"
2431
2438
  },
@@ -66890,7 +66897,7 @@
66890
66897
  },
66891
66898
  "locationInModule": {
66892
66899
  "filename": "src/aws/compute/launch-template.ts",
66893
- "line": 997
66900
+ "line": 993
66894
66901
  },
66895
66902
  "name": "addSecurityGroup",
66896
66903
  "parameters": [
@@ -66920,7 +66927,7 @@
66920
66927
  "immutable": true,
66921
66928
  "locationInModule": {
66922
66929
  "filename": "src/aws/compute/launch-template.ts",
66923
- "line": 1011
66930
+ "line": 1007
66924
66931
  },
66925
66932
  "name": "connections",
66926
66933
  "overrides": "terraconstructs.aws.compute.IConnectable",
@@ -66957,7 +66964,7 @@
66957
66964
  "immutable": true,
66958
66965
  "locationInModule": {
66959
66966
  "filename": "src/aws/compute/launch-template.ts",
66960
- "line": 1025
66967
+ "line": 1021
66961
66968
  },
66962
66969
  "name": "grantPrincipal",
66963
66970
  "overrides": "terraconstructs.aws.iam.IGrantable",
@@ -137579,7 +137586,7 @@
137579
137586
  },
137580
137587
  "locationInModule": {
137581
137588
  "filename": "src/aws/notify/subscription.ts",
137582
- "line": 560
137589
+ "line": 562
137583
137590
  },
137584
137591
  "parameters": [
137585
137592
  {
@@ -137596,7 +137603,7 @@
137596
137603
  "kind": "class",
137597
137604
  "locationInModule": {
137598
137605
  "filename": "src/aws/notify/subscription.ts",
137599
- "line": 551
137606
+ "line": 553
137600
137607
  },
137601
137608
  "name": "Filter",
137602
137609
  "namespace": "aws.notify",
@@ -137609,7 +137616,7 @@
137609
137616
  "immutable": true,
137610
137617
  "locationInModule": {
137611
137618
  "filename": "src/aws/notify/subscription.ts",
137612
- "line": 560
137619
+ "line": 562
137613
137620
  },
137614
137621
  "name": "filterDoc",
137615
137622
  "type": {
@@ -137624,7 +137631,7 @@
137624
137631
  "immutable": true,
137625
137632
  "locationInModule": {
137626
137633
  "filename": "src/aws/notify/subscription.ts",
137627
- "line": 555
137634
+ "line": 557
137628
137635
  },
137629
137636
  "name": "type",
137630
137637
  "overrides": "terraconstructs.aws.notify.FilterOrPolicy",
@@ -137651,7 +137658,7 @@
137651
137658
  "kind": "class",
137652
137659
  "locationInModule": {
137653
137660
  "filename": "src/aws/notify/subscription.ts",
137654
- "line": 513
137661
+ "line": 515
137655
137662
  },
137656
137663
  "methods": [
137657
137664
  {
@@ -137661,7 +137668,7 @@
137661
137668
  },
137662
137669
  "locationInModule": {
137663
137670
  "filename": "src/aws/notify/subscription.ts",
137664
- "line": 517
137671
+ "line": 519
137665
137672
  },
137666
137673
  "name": "filter",
137667
137674
  "parameters": [
@@ -137686,7 +137693,7 @@
137686
137693
  },
137687
137694
  "locationInModule": {
137688
137695
  "filename": "src/aws/notify/subscription.ts",
137689
- "line": 524
137696
+ "line": 526
137690
137697
  },
137691
137698
  "name": "policy",
137692
137699
  "parameters": [
@@ -137716,7 +137723,7 @@
137716
137723
  },
137717
137724
  "locationInModule": {
137718
137725
  "filename": "src/aws/notify/subscription.ts",
137719
- "line": 543
137726
+ "line": 545
137720
137727
  },
137721
137728
  "name": "isFilter",
137722
137729
  "returns": {
@@ -137732,7 +137739,7 @@
137732
137739
  },
137733
137740
  "locationInModule": {
137734
137741
  "filename": "src/aws/notify/subscription.ts",
137735
- "line": 536
137742
+ "line": 538
137736
137743
  },
137737
137744
  "name": "isPolicy",
137738
137745
  "returns": {
@@ -137754,7 +137761,7 @@
137754
137761
  "immutable": true,
137755
137762
  "locationInModule": {
137756
137763
  "filename": "src/aws/notify/subscription.ts",
137757
- "line": 531
137764
+ "line": 533
137758
137765
  },
137759
137766
  "name": "type",
137760
137767
  "type": {
@@ -137774,7 +137781,7 @@
137774
137781
  "kind": "enum",
137775
137782
  "locationInModule": {
137776
137783
  "filename": "src/aws/notify/subscription.ts",
137777
- "line": 499
137784
+ "line": 501
137778
137785
  },
137779
137786
  "members": [
137780
137787
  {
@@ -142360,7 +142367,7 @@
142360
142367
  },
142361
142368
  "locationInModule": {
142362
142369
  "filename": "src/aws/notify/subscription.ts",
142363
- "line": 577
142370
+ "line": 579
142364
142371
  },
142365
142372
  "parameters": [
142366
142373
  {
@@ -142382,7 +142389,7 @@
142382
142389
  "kind": "class",
142383
142390
  "locationInModule": {
142384
142391
  "filename": "src/aws/notify/subscription.ts",
142385
- "line": 568
142392
+ "line": 570
142386
142393
  },
142387
142394
  "name": "Policy",
142388
142395
  "namespace": "aws.notify",
@@ -142395,7 +142402,7 @@
142395
142402
  "immutable": true,
142396
142403
  "locationInModule": {
142397
142404
  "filename": "src/aws/notify/subscription.ts",
142398
- "line": 578
142405
+ "line": 580
142399
142406
  },
142400
142407
  "name": "policyDoc",
142401
142408
  "type": {
@@ -142415,7 +142422,7 @@
142415
142422
  "immutable": true,
142416
142423
  "locationInModule": {
142417
142424
  "filename": "src/aws/notify/subscription.ts",
142418
- "line": 572
142425
+ "line": 574
142419
142426
  },
142420
142427
  "name": "type",
142421
142428
  "overrides": "terraconstructs.aws.notify.FilterOrPolicy",
@@ -147187,7 +147194,7 @@
147187
147194
  "kind": "enum",
147188
147195
  "locationInModule": {
147189
147196
  "filename": "src/aws/notify/subscription.ts",
147190
- "line": 416
147197
+ "line": 418
147191
147198
  },
147192
147199
  "members": [
147193
147200
  {
@@ -148886,6 +148893,642 @@
148886
148893
  "namespace": "aws.notify",
148887
148894
  "symbolId": "src/aws/notify/topic:TracingConfig"
148888
148895
  },
148896
+ "terraconstructs.aws.notify.subscriptions.EmailSubscription": {
148897
+ "assembly": "terraconstructs",
148898
+ "docs": {
148899
+ "remarks": "Email subscriptions require confirmation.",
148900
+ "stability": "stable",
148901
+ "summary": "Use an email address as a subscription target."
148902
+ },
148903
+ "fqn": "terraconstructs.aws.notify.subscriptions.EmailSubscription",
148904
+ "initializer": {
148905
+ "docs": {
148906
+ "stability": "stable"
148907
+ },
148908
+ "locationInModule": {
148909
+ "filename": "src/aws/notify/subscriptions/email.ts",
148910
+ "line": 25
148911
+ },
148912
+ "parameters": [
148913
+ {
148914
+ "name": "emailAddress",
148915
+ "type": {
148916
+ "primitive": "string"
148917
+ }
148918
+ },
148919
+ {
148920
+ "name": "props",
148921
+ "optional": true,
148922
+ "type": {
148923
+ "fqn": "terraconstructs.aws.notify.subscriptions.EmailSubscriptionProps"
148924
+ }
148925
+ }
148926
+ ]
148927
+ },
148928
+ "interfaces": [
148929
+ "terraconstructs.aws.notify.ITopicSubscription"
148930
+ ],
148931
+ "kind": "class",
148932
+ "locationInModule": {
148933
+ "filename": "src/aws/notify/subscriptions/email.ts",
148934
+ "line": 24
148935
+ },
148936
+ "methods": [
148937
+ {
148938
+ "docs": {
148939
+ "stability": "stable",
148940
+ "summary": "Returns a configuration for an email address to subscribe to an SNS topic."
148941
+ },
148942
+ "locationInModule": {
148943
+ "filename": "src/aws/notify/subscriptions/email.ts",
148944
+ "line": 33
148945
+ },
148946
+ "name": "bind",
148947
+ "overrides": "terraconstructs.aws.notify.ITopicSubscription",
148948
+ "parameters": [
148949
+ {
148950
+ "name": "_topic",
148951
+ "type": {
148952
+ "fqn": "terraconstructs.aws.notify.ITopic"
148953
+ }
148954
+ }
148955
+ ],
148956
+ "returns": {
148957
+ "type": {
148958
+ "fqn": "terraconstructs.aws.notify.TopicSubscriptionConfig"
148959
+ }
148960
+ }
148961
+ }
148962
+ ],
148963
+ "name": "EmailSubscription",
148964
+ "namespace": "aws.notify.subscriptions",
148965
+ "symbolId": "src/aws/notify/subscriptions/email:EmailSubscription"
148966
+ },
148967
+ "terraconstructs.aws.notify.subscriptions.EmailSubscriptionProps": {
148968
+ "assembly": "terraconstructs",
148969
+ "datatype": true,
148970
+ "docs": {
148971
+ "stability": "stable",
148972
+ "summary": "Options for email subscriptions."
148973
+ },
148974
+ "fqn": "terraconstructs.aws.notify.subscriptions.EmailSubscriptionProps",
148975
+ "interfaces": [
148976
+ "terraconstructs.aws.notify.subscriptions.SubscriptionProps"
148977
+ ],
148978
+ "kind": "interface",
148979
+ "locationInModule": {
148980
+ "filename": "src/aws/notify/subscriptions/email.ts",
148981
+ "line": 9
148982
+ },
148983
+ "name": "EmailSubscriptionProps",
148984
+ "namespace": "aws.notify.subscriptions",
148985
+ "properties": [
148986
+ {
148987
+ "abstract": true,
148988
+ "docs": {
148989
+ "default": "false (Message text)",
148990
+ "stability": "stable",
148991
+ "summary": "Indicates if the full notification JSON should be sent to the email address or just the message text."
148992
+ },
148993
+ "immutable": true,
148994
+ "locationInModule": {
148995
+ "filename": "src/aws/notify/subscriptions/email.ts",
148996
+ "line": 16
148997
+ },
148998
+ "name": "json",
148999
+ "optional": true,
149000
+ "type": {
149001
+ "primitive": "boolean"
149002
+ }
149003
+ }
149004
+ ],
149005
+ "symbolId": "src/aws/notify/subscriptions/email:EmailSubscriptionProps"
149006
+ },
149007
+ "terraconstructs.aws.notify.subscriptions.LambdaSubscription": {
149008
+ "assembly": "terraconstructs",
149009
+ "docs": {
149010
+ "stability": "stable",
149011
+ "summary": "Use a Lambda function as a subscription target."
149012
+ },
149013
+ "fqn": "terraconstructs.aws.notify.subscriptions.LambdaSubscription",
149014
+ "initializer": {
149015
+ "docs": {
149016
+ "stability": "stable"
149017
+ },
149018
+ "locationInModule": {
149019
+ "filename": "src/aws/notify/subscriptions/lambda.ts",
149020
+ "line": 20
149021
+ },
149022
+ "parameters": [
149023
+ {
149024
+ "name": "fn",
149025
+ "type": {
149026
+ "fqn": "terraconstructs.aws.compute.IFunction"
149027
+ }
149028
+ },
149029
+ {
149030
+ "name": "props",
149031
+ "optional": true,
149032
+ "type": {
149033
+ "fqn": "terraconstructs.aws.notify.subscriptions.LambdaSubscriptionProps"
149034
+ }
149035
+ }
149036
+ ]
149037
+ },
149038
+ "interfaces": [
149039
+ "terraconstructs.aws.notify.ITopicSubscription"
149040
+ ],
149041
+ "kind": "class",
149042
+ "locationInModule": {
149043
+ "filename": "src/aws/notify/subscriptions/lambda.ts",
149044
+ "line": 19
149045
+ },
149046
+ "methods": [
149047
+ {
149048
+ "docs": {
149049
+ "stability": "stable",
149050
+ "summary": "Returns a configuration for a Lambda function to subscribe to an SNS topic."
149051
+ },
149052
+ "locationInModule": {
149053
+ "filename": "src/aws/notify/subscriptions/lambda.ts",
149054
+ "line": 28
149055
+ },
149056
+ "name": "bind",
149057
+ "overrides": "terraconstructs.aws.notify.ITopicSubscription",
149058
+ "parameters": [
149059
+ {
149060
+ "name": "topic",
149061
+ "type": {
149062
+ "fqn": "terraconstructs.aws.notify.ITopic"
149063
+ }
149064
+ }
149065
+ ],
149066
+ "returns": {
149067
+ "type": {
149068
+ "fqn": "terraconstructs.aws.notify.TopicSubscriptionConfig"
149069
+ }
149070
+ }
149071
+ }
149072
+ ],
149073
+ "name": "LambdaSubscription",
149074
+ "namespace": "aws.notify.subscriptions",
149075
+ "symbolId": "src/aws/notify/subscriptions/lambda:LambdaSubscription"
149076
+ },
149077
+ "terraconstructs.aws.notify.subscriptions.LambdaSubscriptionProps": {
149078
+ "assembly": "terraconstructs",
149079
+ "datatype": true,
149080
+ "docs": {
149081
+ "stability": "stable",
149082
+ "summary": "Properties for a Lambda subscription."
149083
+ },
149084
+ "fqn": "terraconstructs.aws.notify.subscriptions.LambdaSubscriptionProps",
149085
+ "interfaces": [
149086
+ "terraconstructs.aws.notify.subscriptions.SubscriptionProps"
149087
+ ],
149088
+ "kind": "interface",
149089
+ "locationInModule": {
149090
+ "filename": "src/aws/notify/subscriptions/lambda.ts",
149091
+ "line": 15
149092
+ },
149093
+ "name": "LambdaSubscriptionProps",
149094
+ "namespace": "aws.notify.subscriptions",
149095
+ "symbolId": "src/aws/notify/subscriptions/lambda:LambdaSubscriptionProps"
149096
+ },
149097
+ "terraconstructs.aws.notify.subscriptions.SmsSubscription": {
149098
+ "assembly": "terraconstructs",
149099
+ "docs": {
149100
+ "stability": "stable",
149101
+ "summary": "Use an sms address as a subscription target."
149102
+ },
149103
+ "fqn": "terraconstructs.aws.notify.subscriptions.SmsSubscription",
149104
+ "initializer": {
149105
+ "docs": {
149106
+ "stability": "stable"
149107
+ },
149108
+ "locationInModule": {
149109
+ "filename": "src/aws/notify/subscriptions/sms.ts",
149110
+ "line": 15
149111
+ },
149112
+ "parameters": [
149113
+ {
149114
+ "name": "phoneNumber",
149115
+ "type": {
149116
+ "primitive": "string"
149117
+ }
149118
+ },
149119
+ {
149120
+ "name": "props",
149121
+ "optional": true,
149122
+ "type": {
149123
+ "fqn": "terraconstructs.aws.notify.subscriptions.SmsSubscriptionProps"
149124
+ }
149125
+ }
149126
+ ]
149127
+ },
149128
+ "interfaces": [
149129
+ "terraconstructs.aws.notify.ITopicSubscription"
149130
+ ],
149131
+ "kind": "class",
149132
+ "locationInModule": {
149133
+ "filename": "src/aws/notify/subscriptions/sms.ts",
149134
+ "line": 14
149135
+ },
149136
+ "methods": [
149137
+ {
149138
+ "docs": {
149139
+ "stability": "stable",
149140
+ "summary": "Returns a configuration used to subscribe to an SNS topic."
149141
+ },
149142
+ "locationInModule": {
149143
+ "filename": "src/aws/notify/subscriptions/sms.ts",
149144
+ "line": 20
149145
+ },
149146
+ "name": "bind",
149147
+ "overrides": "terraconstructs.aws.notify.ITopicSubscription",
149148
+ "parameters": [
149149
+ {
149150
+ "name": "_topic",
149151
+ "type": {
149152
+ "fqn": "terraconstructs.aws.notify.ITopic"
149153
+ }
149154
+ }
149155
+ ],
149156
+ "returns": {
149157
+ "type": {
149158
+ "fqn": "terraconstructs.aws.notify.TopicSubscriptionConfig"
149159
+ }
149160
+ }
149161
+ }
149162
+ ],
149163
+ "name": "SmsSubscription",
149164
+ "namespace": "aws.notify.subscriptions",
149165
+ "symbolId": "src/aws/notify/subscriptions/sms:SmsSubscription"
149166
+ },
149167
+ "terraconstructs.aws.notify.subscriptions.SmsSubscriptionProps": {
149168
+ "assembly": "terraconstructs",
149169
+ "datatype": true,
149170
+ "docs": {
149171
+ "stability": "stable",
149172
+ "summary": "Options for SMS subscriptions."
149173
+ },
149174
+ "fqn": "terraconstructs.aws.notify.subscriptions.SmsSubscriptionProps",
149175
+ "interfaces": [
149176
+ "terraconstructs.aws.notify.subscriptions.SubscriptionProps"
149177
+ ],
149178
+ "kind": "interface",
149179
+ "locationInModule": {
149180
+ "filename": "src/aws/notify/subscriptions/sms.ts",
149181
+ "line": 9
149182
+ },
149183
+ "name": "SmsSubscriptionProps",
149184
+ "namespace": "aws.notify.subscriptions",
149185
+ "symbolId": "src/aws/notify/subscriptions/sms:SmsSubscriptionProps"
149186
+ },
149187
+ "terraconstructs.aws.notify.subscriptions.SqsSubscription": {
149188
+ "assembly": "terraconstructs",
149189
+ "docs": {
149190
+ "stability": "stable",
149191
+ "summary": "Use an SQS queue as a subscription target."
149192
+ },
149193
+ "fqn": "terraconstructs.aws.notify.subscriptions.SqsSubscription",
149194
+ "initializer": {
149195
+ "docs": {
149196
+ "stability": "stable"
149197
+ },
149198
+ "locationInModule": {
149199
+ "filename": "src/aws/notify/subscriptions/sqs.ts",
149200
+ "line": 30
149201
+ },
149202
+ "parameters": [
149203
+ {
149204
+ "name": "queue",
149205
+ "type": {
149206
+ "fqn": "terraconstructs.aws.notify.IQueue"
149207
+ }
149208
+ },
149209
+ {
149210
+ "name": "props",
149211
+ "optional": true,
149212
+ "type": {
149213
+ "fqn": "terraconstructs.aws.notify.subscriptions.SqsSubscriptionProps"
149214
+ }
149215
+ }
149216
+ ]
149217
+ },
149218
+ "interfaces": [
149219
+ "terraconstructs.aws.notify.ITopicSubscription"
149220
+ ],
149221
+ "kind": "class",
149222
+ "locationInModule": {
149223
+ "filename": "src/aws/notify/subscriptions/sqs.ts",
149224
+ "line": 29
149225
+ },
149226
+ "methods": [
149227
+ {
149228
+ "docs": {
149229
+ "stability": "stable",
149230
+ "summary": "Returns a configuration for an SQS queue to subscribe to an SNS topic."
149231
+ },
149232
+ "locationInModule": {
149233
+ "filename": "src/aws/notify/subscriptions/sqs.ts",
149234
+ "line": 38
149235
+ },
149236
+ "name": "bind",
149237
+ "overrides": "terraconstructs.aws.notify.ITopicSubscription",
149238
+ "parameters": [
149239
+ {
149240
+ "name": "topic",
149241
+ "type": {
149242
+ "fqn": "terraconstructs.aws.notify.ITopic"
149243
+ }
149244
+ }
149245
+ ],
149246
+ "returns": {
149247
+ "type": {
149248
+ "fqn": "terraconstructs.aws.notify.TopicSubscriptionConfig"
149249
+ }
149250
+ }
149251
+ }
149252
+ ],
149253
+ "name": "SqsSubscription",
149254
+ "namespace": "aws.notify.subscriptions",
149255
+ "symbolId": "src/aws/notify/subscriptions/sqs:SqsSubscription"
149256
+ },
149257
+ "terraconstructs.aws.notify.subscriptions.SqsSubscriptionProps": {
149258
+ "assembly": "terraconstructs",
149259
+ "datatype": true,
149260
+ "docs": {
149261
+ "stability": "stable",
149262
+ "summary": "Properties for an SQS subscription."
149263
+ },
149264
+ "fqn": "terraconstructs.aws.notify.subscriptions.SqsSubscriptionProps",
149265
+ "interfaces": [
149266
+ "terraconstructs.aws.notify.subscriptions.SubscriptionProps"
149267
+ ],
149268
+ "kind": "interface",
149269
+ "locationInModule": {
149270
+ "filename": "src/aws/notify/subscriptions/sqs.ts",
149271
+ "line": 15
149272
+ },
149273
+ "name": "SqsSubscriptionProps",
149274
+ "namespace": "aws.notify.subscriptions",
149275
+ "properties": [
149276
+ {
149277
+ "abstract": true,
149278
+ "docs": {
149279
+ "default": "false",
149280
+ "remarks": "If false, the message will be wrapped in an SNS envelope.",
149281
+ "stability": "stable",
149282
+ "summary": "The message to the queue is the same as it was sent to the topic."
149283
+ },
149284
+ "immutable": true,
149285
+ "locationInModule": {
149286
+ "filename": "src/aws/notify/subscriptions/sqs.ts",
149287
+ "line": 23
149288
+ },
149289
+ "name": "rawMessageDelivery",
149290
+ "optional": true,
149291
+ "type": {
149292
+ "primitive": "boolean"
149293
+ }
149294
+ }
149295
+ ],
149296
+ "symbolId": "src/aws/notify/subscriptions/sqs:SqsSubscriptionProps"
149297
+ },
149298
+ "terraconstructs.aws.notify.subscriptions.SubscriptionProps": {
149299
+ "assembly": "terraconstructs",
149300
+ "datatype": true,
149301
+ "docs": {
149302
+ "stability": "stable",
149303
+ "summary": "Options to subscribing to an SNS topic."
149304
+ },
149305
+ "fqn": "terraconstructs.aws.notify.subscriptions.SubscriptionProps",
149306
+ "kind": "interface",
149307
+ "locationInModule": {
149308
+ "filename": "src/aws/notify/subscriptions/subscription.ts",
149309
+ "line": 9
149310
+ },
149311
+ "name": "SubscriptionProps",
149312
+ "namespace": "aws.notify.subscriptions",
149313
+ "properties": [
149314
+ {
149315
+ "abstract": true,
149316
+ "docs": {
149317
+ "default": "- No dead letter queue enabled.",
149318
+ "remarks": "If not passed no dead letter queue is enabled.",
149319
+ "stability": "stable",
149320
+ "summary": "Queue to be used as dead letter queue."
149321
+ },
149322
+ "immutable": true,
149323
+ "locationInModule": {
149324
+ "filename": "src/aws/notify/subscriptions/subscription.ts",
149325
+ "line": 31
149326
+ },
149327
+ "name": "deadLetterQueue",
149328
+ "optional": true,
149329
+ "type": {
149330
+ "fqn": "terraconstructs.aws.notify.IQueue"
149331
+ }
149332
+ },
149333
+ {
149334
+ "abstract": true,
149335
+ "docs": {
149336
+ "default": "- all messages are delivered",
149337
+ "stability": "stable",
149338
+ "summary": "The filter policy."
149339
+ },
149340
+ "immutable": true,
149341
+ "locationInModule": {
149342
+ "filename": "src/aws/notify/subscriptions/subscription.ts",
149343
+ "line": 15
149344
+ },
149345
+ "name": "filterPolicy",
149346
+ "optional": true,
149347
+ "type": {
149348
+ "collection": {
149349
+ "elementtype": {
149350
+ "fqn": "terraconstructs.aws.notify.SubscriptionFilter"
149351
+ },
149352
+ "kind": "map"
149353
+ }
149354
+ }
149355
+ },
149356
+ {
149357
+ "abstract": true,
149358
+ "docs": {
149359
+ "default": "- all messages are delivered",
149360
+ "remarks": "To apply a filter policy to the message attributes, use `filterPolicy`. A maximum of one of `filterPolicyWithMessageBody` and `filterPolicy` may be used.",
149361
+ "stability": "stable",
149362
+ "summary": "The filter policy that is applied on the message body."
149363
+ },
149364
+ "immutable": true,
149365
+ "locationInModule": {
149366
+ "filename": "src/aws/notify/subscriptions/subscription.ts",
149367
+ "line": 22
149368
+ },
149369
+ "name": "filterPolicyWithMessageBody",
149370
+ "optional": true,
149371
+ "type": {
149372
+ "collection": {
149373
+ "elementtype": {
149374
+ "fqn": "terraconstructs.aws.notify.FilterOrPolicy"
149375
+ },
149376
+ "kind": "map"
149377
+ }
149378
+ }
149379
+ }
149380
+ ],
149381
+ "symbolId": "src/aws/notify/subscriptions/subscription:SubscriptionProps"
149382
+ },
149383
+ "terraconstructs.aws.notify.subscriptions.UrlSubscription": {
149384
+ "assembly": "terraconstructs",
149385
+ "docs": {
149386
+ "remarks": "The message will be POSTed to the given URL.",
149387
+ "see": "https://docs.aws.amazon.com/sns/latest/dg/sns-http-https-endpoint-as-subscriber.html",
149388
+ "stability": "stable",
149389
+ "summary": "Use a URL as a subscription target."
149390
+ },
149391
+ "fqn": "terraconstructs.aws.notify.subscriptions.UrlSubscription",
149392
+ "initializer": {
149393
+ "docs": {
149394
+ "stability": "stable"
149395
+ },
149396
+ "locationInModule": {
149397
+ "filename": "src/aws/notify/subscriptions/url.ts",
149398
+ "line": 46
149399
+ },
149400
+ "parameters": [
149401
+ {
149402
+ "name": "url",
149403
+ "type": {
149404
+ "primitive": "string"
149405
+ }
149406
+ },
149407
+ {
149408
+ "name": "props",
149409
+ "optional": true,
149410
+ "type": {
149411
+ "fqn": "terraconstructs.aws.notify.subscriptions.UrlSubscriptionProps"
149412
+ }
149413
+ }
149414
+ ]
149415
+ },
149416
+ "interfaces": [
149417
+ "terraconstructs.aws.notify.ITopicSubscription"
149418
+ ],
149419
+ "kind": "class",
149420
+ "locationInModule": {
149421
+ "filename": "src/aws/notify/subscriptions/url.ts",
149422
+ "line": 42
149423
+ },
149424
+ "methods": [
149425
+ {
149426
+ "docs": {
149427
+ "stability": "stable",
149428
+ "summary": "Returns a configuration for a URL to subscribe to an SNS topic."
149429
+ },
149430
+ "locationInModule": {
149431
+ "filename": "src/aws/notify/subscriptions/url.ts",
149432
+ "line": 75
149433
+ },
149434
+ "name": "bind",
149435
+ "overrides": "terraconstructs.aws.notify.ITopicSubscription",
149436
+ "parameters": [
149437
+ {
149438
+ "name": "_topic",
149439
+ "type": {
149440
+ "fqn": "terraconstructs.aws.notify.ITopic"
149441
+ }
149442
+ }
149443
+ ],
149444
+ "returns": {
149445
+ "type": {
149446
+ "fqn": "terraconstructs.aws.notify.TopicSubscriptionConfig"
149447
+ }
149448
+ }
149449
+ }
149450
+ ],
149451
+ "name": "UrlSubscription",
149452
+ "namespace": "aws.notify.subscriptions",
149453
+ "symbolId": "src/aws/notify/subscriptions/url:UrlSubscription"
149454
+ },
149455
+ "terraconstructs.aws.notify.subscriptions.UrlSubscriptionProps": {
149456
+ "assembly": "terraconstructs",
149457
+ "datatype": true,
149458
+ "docs": {
149459
+ "stability": "stable",
149460
+ "summary": "Options for URL subscriptions."
149461
+ },
149462
+ "fqn": "terraconstructs.aws.notify.subscriptions.UrlSubscriptionProps",
149463
+ "interfaces": [
149464
+ "terraconstructs.aws.notify.subscriptions.SubscriptionProps"
149465
+ ],
149466
+ "kind": "interface",
149467
+ "locationInModule": {
149468
+ "filename": "src/aws/notify/subscriptions/url.ts",
149469
+ "line": 10
149470
+ },
149471
+ "name": "UrlSubscriptionProps",
149472
+ "namespace": "aws.notify.subscriptions",
149473
+ "properties": [
149474
+ {
149475
+ "abstract": true,
149476
+ "docs": {
149477
+ "default": "- if the initial delivery of the message fails, three retries with a delay between failed attempts set at 20 seconds",
149478
+ "stability": "stable",
149479
+ "summary": "The delivery policy."
149480
+ },
149481
+ "immutable": true,
149482
+ "locationInModule": {
149483
+ "filename": "src/aws/notify/subscriptions/url.ts",
149484
+ "line": 32
149485
+ },
149486
+ "name": "deliveryPolicy",
149487
+ "optional": true,
149488
+ "type": {
149489
+ "fqn": "terraconstructs.aws.notify.DeliveryPolicy"
149490
+ }
149491
+ },
149492
+ {
149493
+ "abstract": true,
149494
+ "docs": {
149495
+ "default": "- Protocol is derived from url",
149496
+ "stability": "stable",
149497
+ "summary": "The subscription's protocol."
149498
+ },
149499
+ "immutable": true,
149500
+ "locationInModule": {
149501
+ "filename": "src/aws/notify/subscriptions/url.ts",
149502
+ "line": 25
149503
+ },
149504
+ "name": "protocol",
149505
+ "optional": true,
149506
+ "type": {
149507
+ "fqn": "terraconstructs.aws.notify.SubscriptionProtocol"
149508
+ }
149509
+ },
149510
+ {
149511
+ "abstract": true,
149512
+ "docs": {
149513
+ "default": "false",
149514
+ "remarks": "If false, the message will be wrapped in an SNS envelope.",
149515
+ "stability": "stable",
149516
+ "summary": "The message to the queue is the same as it was sent to the topic."
149517
+ },
149518
+ "immutable": true,
149519
+ "locationInModule": {
149520
+ "filename": "src/aws/notify/subscriptions/url.ts",
149521
+ "line": 18
149522
+ },
149523
+ "name": "rawMessageDelivery",
149524
+ "optional": true,
149525
+ "type": {
149526
+ "primitive": "boolean"
149527
+ }
149528
+ }
149529
+ ],
149530
+ "symbolId": "src/aws/notify/subscriptions/url:UrlSubscriptionProps"
149531
+ },
148889
149532
  "terraconstructs.aws.notify.targets.CloudWatchLogGroup": {
148890
149533
  "assembly": "terraconstructs",
148891
149534
  "docs": {
@@ -157391,6 +158034,6 @@
157391
158034
  "symbolId": "src/aws/storage/notification-targets/queue:QueueDestination"
157392
158035
  }
157393
158036
  },
157394
- "version": "0.0.18",
157395
- "fingerprint": "0+hXOXg+L+4hdacFWylQEirJzVyMROVgmZKC6CTg0P4="
158037
+ "version": "0.0.20",
158038
+ "fingerprint": "D6qVNJpk0Kc4iGZbPD/wp5PiIIuF9VPoB2OVDI/6DVE="
157396
158039
  }