terraconstructs 0.2.2 → 0.2.3

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 (275) hide show
  1. package/.jsii +408 -111
  2. package/lib/asset-staging.js +1 -1
  3. package/lib/aws/arn.js +1 -1
  4. package/lib/aws/aws-asset-manager.js +1 -1
  5. package/lib/aws/aws-construct.js +1 -1
  6. package/lib/aws/aws-stack.js +1 -1
  7. package/lib/aws/aws-tags.js +2 -2
  8. package/lib/aws/cloudwatch/actions/appscaling.js +1 -1
  9. package/lib/aws/cloudwatch/actions/ec2.js +1 -1
  10. package/lib/aws/cloudwatch/actions/lambda.js +1 -1
  11. package/lib/aws/cloudwatch/actions/sns.js +1 -1
  12. package/lib/aws/cloudwatch/actions/ssm.js +2 -2
  13. package/lib/aws/cloudwatch/alarm-base.js +1 -1
  14. package/lib/aws/cloudwatch/alarm-rule.js +1 -1
  15. package/lib/aws/cloudwatch/alarm-status-widget.js +1 -1
  16. package/lib/aws/cloudwatch/alarm.js +1 -1
  17. package/lib/aws/cloudwatch/composite-alarm.js +1 -1
  18. package/lib/aws/cloudwatch/dashboard.js +1 -1
  19. package/lib/aws/cloudwatch/data-protection-policy.js +3 -3
  20. package/lib/aws/cloudwatch/graph.js +8 -8
  21. package/lib/aws/cloudwatch/layout.js +3 -3
  22. package/lib/aws/cloudwatch/log-destinations/kinesis.js +1 -1
  23. package/lib/aws/cloudwatch/log-destinations/lambda.js +1 -1
  24. package/lib/aws/cloudwatch/log-group.js +1 -1
  25. package/lib/aws/cloudwatch/log-query.js +1 -1
  26. package/lib/aws/cloudwatch/log-stream.js +1 -1
  27. package/lib/aws/cloudwatch/metric-filter.js +1 -1
  28. package/lib/aws/cloudwatch/metric.js +2 -2
  29. package/lib/aws/cloudwatch/pattern.js +3 -3
  30. package/lib/aws/cloudwatch/policy.js +1 -1
  31. package/lib/aws/cloudwatch/query-definition.js +2 -2
  32. package/lib/aws/cloudwatch/stats.js +1 -1
  33. package/lib/aws/cloudwatch/subscription-filter.js +1 -1
  34. package/lib/aws/cloudwatch/text.js +1 -1
  35. package/lib/aws/cloudwatch/variable.js +3 -3
  36. package/lib/aws/cloudwatch/widget.js +1 -1
  37. package/lib/aws/compute/access-log.js +4 -4
  38. package/lib/aws/compute/activity.js +1 -1
  39. package/lib/aws/compute/alb/application-listener-action.js +1 -1
  40. package/lib/aws/compute/alb/application-listener-certificate.js +1 -1
  41. package/lib/aws/compute/alb/application-listener-rule.js +1 -1
  42. package/lib/aws/compute/alb/application-listener.js +1 -1
  43. package/lib/aws/compute/alb/application-load-balancer.js +1 -1
  44. package/lib/aws/compute/alb/application-target-group.js +1 -1
  45. package/lib/aws/compute/alb/conditions.js +1 -1
  46. package/lib/aws/compute/alb/trust-store-revocation.js +1 -1
  47. package/lib/aws/compute/alb/trust-store.js +1 -1
  48. package/lib/aws/compute/api-definition.js +3 -3
  49. package/lib/aws/compute/api-key.js +2 -2
  50. package/lib/aws/compute/architecture.js +1 -1
  51. package/lib/aws/compute/aspects/require-imdsv2-aspect.js +2 -2
  52. package/lib/aws/compute/authorizer.js +1 -1
  53. package/lib/aws/compute/authorizers/identity-source.js +1 -1
  54. package/lib/aws/compute/authorizers/lambda.js +2 -2
  55. package/lib/aws/compute/base-path-mapping.js +1 -1
  56. package/lib/aws/compute/base-scalable-attribute.js +1 -1
  57. package/lib/aws/compute/bastion-host.js +1 -1
  58. package/lib/aws/compute/chain.js +1 -1
  59. package/lib/aws/compute/client-vpn-authorization-rule.js +1 -1
  60. package/lib/aws/compute/client-vpn-endpoint.js +2 -2
  61. package/lib/aws/compute/client-vpn-route.js +2 -2
  62. package/lib/aws/compute/code.js +8 -8
  63. package/lib/aws/compute/condition.js +1 -1
  64. package/lib/aws/compute/connections.js +1 -1
  65. package/lib/aws/compute/cors.js +1 -1
  66. package/lib/aws/compute/deployment.js +1 -1
  67. package/lib/aws/compute/domain-name.js +1 -1
  68. package/lib/aws/compute/event-invoke-config.js +1 -1
  69. package/lib/aws/compute/event-source-filter.js +2 -2
  70. package/lib/aws/compute/event-source-mapping.js +1 -1
  71. package/lib/aws/compute/event-sources/s3-onfailure-destination.js +1 -1
  72. package/lib/aws/compute/event-sources/s3.js +1 -1
  73. package/lib/aws/compute/event-sources/sqs-dlq.js +1 -1
  74. package/lib/aws/compute/event-sources/sqs.js +1 -1
  75. package/lib/aws/compute/fields.js +4 -4
  76. package/lib/aws/compute/function-alias.js +1 -1
  77. package/lib/aws/compute/function-base.js +2 -2
  78. package/lib/aws/compute/function-destinations/event-bridge.js +1 -1
  79. package/lib/aws/compute/function-destinations/function.js +1 -1
  80. package/lib/aws/compute/function-destinations/sqs.js +1 -1
  81. package/lib/aws/compute/function-nodejs/function.js +1 -1
  82. package/lib/aws/compute/function-url.js +1 -1
  83. package/lib/aws/compute/function.js +1 -1
  84. package/lib/aws/compute/gateway-response.js +2 -2
  85. package/lib/aws/compute/handler.js +1 -1
  86. package/lib/aws/compute/instance-types.js +1 -1
  87. package/lib/aws/compute/instance.js +1 -1
  88. package/lib/aws/compute/integration.js +1 -1
  89. package/lib/aws/compute/integrations/aws.js +1 -1
  90. package/lib/aws/compute/integrations/http.js +1 -1
  91. package/lib/aws/compute/integrations/lambda.js +1 -1
  92. package/lib/aws/compute/integrations/mock.js +1 -1
  93. package/lib/aws/compute/integrations/stepfunctions.js +1 -1
  94. package/lib/aws/compute/ip-addresses.js +2 -2
  95. package/lib/aws/compute/ipam.js +1 -1
  96. package/lib/aws/compute/key-pair.js +1 -1
  97. package/lib/aws/compute/lambda-api.js +1 -1
  98. package/lib/aws/compute/launch-template.js +2 -2
  99. package/lib/aws/compute/lb-shared/base-listener.js +1 -1
  100. package/lib/aws/compute/lb-shared/base-load-balancer.js +2 -2
  101. package/lib/aws/compute/lb-shared/base-target-group.js +1 -1
  102. package/lib/aws/compute/lb-shared/listener-certificate.js +1 -1
  103. package/lib/aws/compute/lb-shared/load-balancer-targets.js +2 -2
  104. package/lib/aws/compute/lb-targets/alb-target.js +3 -3
  105. package/lib/aws/compute/lb-targets/instance-target.js +2 -2
  106. package/lib/aws/compute/lb-targets/ip-target.js +1 -1
  107. package/lib/aws/compute/lb-targets/lambda-target.js +1 -1
  108. package/lib/aws/compute/load-balancer.js +3 -3
  109. package/lib/aws/compute/machine-image/amazon-linux-2022.js +2 -2
  110. package/lib/aws/compute/machine-image/amazon-linux-2023.js +2 -2
  111. package/lib/aws/compute/machine-image/amazon-linux2.js +2 -2
  112. package/lib/aws/compute/machine-image/common.js +1 -1
  113. package/lib/aws/compute/machine-image/machine-image.js +8 -8
  114. package/lib/aws/compute/method.js +1 -1
  115. package/lib/aws/compute/model.js +3 -3
  116. package/lib/aws/compute/nat.js +5 -5
  117. package/lib/aws/compute/network-acl-types.js +2 -2
  118. package/lib/aws/compute/network-acl.js +3 -3
  119. package/lib/aws/compute/nlb/network-listener-action.js +1 -1
  120. package/lib/aws/compute/nlb/network-listener.js +1 -1
  121. package/lib/aws/compute/nlb/network-load-balancer.js +1 -1
  122. package/lib/aws/compute/nlb/network-target-group.js +1 -1
  123. package/lib/aws/compute/peer.js +1 -1
  124. package/lib/aws/compute/placement-group.js +1 -1
  125. package/lib/aws/compute/port.js +1 -1
  126. package/lib/aws/compute/prefix-list.js +1 -1
  127. package/lib/aws/compute/requestvalidator.js +1 -1
  128. package/lib/aws/compute/resource.js +3 -3
  129. package/lib/aws/compute/restapi.js +3 -3
  130. package/lib/aws/compute/route.js +8 -8
  131. package/lib/aws/compute/runtime.js +1 -1
  132. package/lib/aws/compute/scalable-target.js +1 -1
  133. package/lib/aws/compute/schedule.js +1 -1
  134. package/lib/aws/compute/security-group.js +1 -1
  135. package/lib/aws/compute/stage.js +2 -2
  136. package/lib/aws/compute/state-graph.js +1 -1
  137. package/lib/aws/compute/state-machine-fragment.js +1 -1
  138. package/lib/aws/compute/state-machine.js +4 -4
  139. package/lib/aws/compute/states/choice.js +1 -1
  140. package/lib/aws/compute/states/custom-state.js +1 -1
  141. package/lib/aws/compute/states/distributed-map/item-batcher.js +1 -1
  142. package/lib/aws/compute/states/distributed-map/item-reader.js +5 -5
  143. package/lib/aws/compute/states/distributed-map/result-writer.js +1 -1
  144. package/lib/aws/compute/states/distributed-map.js +1 -1
  145. package/lib/aws/compute/states/fail.js +1 -1
  146. package/lib/aws/compute/states/map-base.js +1 -1
  147. package/lib/aws/compute/states/map.js +1 -1
  148. package/lib/aws/compute/states/parallel.js +1 -1
  149. package/lib/aws/compute/states/pass.js +2 -2
  150. package/lib/aws/compute/states/state.js +1 -1
  151. package/lib/aws/compute/states/succeed.js +1 -1
  152. package/lib/aws/compute/states/task-base.js +2 -2
  153. package/lib/aws/compute/states/task.js +1 -1
  154. package/lib/aws/compute/states/wait.js +2 -2
  155. package/lib/aws/compute/step-scaling-action.js +1 -1
  156. package/lib/aws/compute/step-scaling-policy.js +1 -1
  157. package/lib/aws/compute/stepfunctions-api.js +1 -1
  158. package/lib/aws/compute/subnet-v2.js +2 -2
  159. package/lib/aws/compute/subnet.js +1 -1
  160. package/lib/aws/compute/target-tracking-scaling-policy.js +1 -1
  161. package/lib/aws/compute/task-credentials.js +1 -1
  162. package/lib/aws/compute/task-input.js +1 -1
  163. package/lib/aws/compute/tasks/aws-sdk/call-aws-service.js +1 -1
  164. package/lib/aws/compute/tasks/eventbridge/put-events.js +1 -1
  165. package/lib/aws/compute/tasks/http/invoke.js +1 -1
  166. package/lib/aws/compute/tasks/lambda/invoke.js +1 -1
  167. package/lib/aws/compute/tasks/sqs/send-message.js +1 -1
  168. package/lib/aws/compute/tasks/stepfunctions/invoke-activity.js +1 -1
  169. package/lib/aws/compute/tasks/stepfunctions/start-execution.js +1 -1
  170. package/lib/aws/compute/types.js +1 -1
  171. package/lib/aws/compute/usage-plan.js +1 -1
  172. package/lib/aws/compute/user-data.js +3 -3
  173. package/lib/aws/compute/volume.js +2 -2
  174. package/lib/aws/compute/vpc-endpoint-service.js +1 -1
  175. package/lib/aws/compute/vpc-endpoint.js +6 -6
  176. package/lib/aws/compute/vpc-flow-logs.js +4 -4
  177. package/lib/aws/compute/vpc-link.js +1 -1
  178. package/lib/aws/compute/vpc-v2-base.js +1 -1
  179. package/lib/aws/compute/vpc-v2.js +2 -2
  180. package/lib/aws/compute/vpc.js +4 -4
  181. package/lib/aws/compute/vpn.js +3 -3
  182. package/lib/aws/edge/certificate.js +1 -1
  183. package/lib/aws/edge/distribution.js +3 -3
  184. package/lib/aws/edge/dns-alias-record-targets.js +6 -6
  185. package/lib/aws/edge/dns-record.js +13 -13
  186. package/lib/aws/edge/dns-zone.js +1 -1
  187. package/lib/aws/edge/function.js +2 -2
  188. package/lib/aws/edge/key-value-store.js +4 -4
  189. package/lib/aws/edge/origin.js +3 -3
  190. package/lib/aws/edge/response-headers-policy.js +1 -1
  191. package/lib/aws/encryption/alias.js +1 -1
  192. package/lib/aws/encryption/key.js +1 -1
  193. package/lib/aws/encryption/via-service-principal.js +1 -1
  194. package/lib/aws/iam/grant.js +3 -3
  195. package/lib/aws/iam/group.js +1 -1
  196. package/lib/aws/iam/instance-profile.js +1 -1
  197. package/lib/aws/iam/managed-policy.js +1 -1
  198. package/lib/aws/iam/oidc-provider.js +1 -1
  199. package/lib/aws/iam/policy-document.js +1 -1
  200. package/lib/aws/iam/policy-statement.js +1 -1
  201. package/lib/aws/iam/policy.js +1 -1
  202. package/lib/aws/iam/principals.js +20 -20
  203. package/lib/aws/iam/role.js +1 -1
  204. package/lib/aws/iam/saml-provider.js +2 -2
  205. package/lib/aws/iam/unknown-principal.js +1 -1
  206. package/lib/aws/iam/user.js +1 -1
  207. package/lib/aws/network/simple-ipv4-vpc.js +1 -1
  208. package/lib/aws/network/subnet-group.js +3 -3
  209. package/lib/aws/network/subnet.js +4 -4
  210. package/lib/aws/notify/archive.js +1 -1
  211. package/lib/aws/notify/connection.js +3 -3
  212. package/lib/aws/notify/event-bus.js +3 -3
  213. package/lib/aws/notify/event-pattern.js +1 -1
  214. package/lib/aws/notify/index.d.ts +1 -0
  215. package/lib/aws/notify/index.js +3 -1
  216. package/lib/aws/notify/input.js +2 -2
  217. package/lib/aws/notify/kinesis-stream.js +1 -1
  218. package/lib/aws/notify/notification-rule.js +1 -1
  219. package/lib/aws/notify/policy.js +1 -1
  220. package/lib/aws/notify/queue-base.js +1 -1
  221. package/lib/aws/notify/queue-policy.js +1 -1
  222. package/lib/aws/notify/queue.js +1 -1
  223. package/lib/aws/notify/resource-policy.js +1 -1
  224. package/lib/aws/notify/rule.js +1 -1
  225. package/lib/aws/notify/schedule.js +1 -1
  226. package/lib/aws/notify/sns-grants.generated.d.ts +39 -0
  227. package/lib/aws/notify/sns-grants.generated.js +77 -0
  228. package/lib/aws/notify/sqs-grants.generated.js +1 -1
  229. package/lib/aws/notify/subscription-filter.js +1 -1
  230. package/lib/aws/notify/subscription.d.ts +8 -2
  231. package/lib/aws/notify/subscription.js +6 -7
  232. package/lib/aws/notify/subscriptions/email.js +1 -1
  233. package/lib/aws/notify/subscriptions/lambda.js +1 -1
  234. package/lib/aws/notify/subscriptions/sms.js +1 -1
  235. package/lib/aws/notify/subscriptions/sqs.js +1 -1
  236. package/lib/aws/notify/subscriptions/url.js +1 -1
  237. package/lib/aws/notify/targets/event-bus.js +1 -1
  238. package/lib/aws/notify/targets/function.js +1 -1
  239. package/lib/aws/notify/targets/log-group.js +2 -2
  240. package/lib/aws/notify/targets/sqs.js +1 -1
  241. package/lib/aws/notify/targets/state-machine.js +1 -1
  242. package/lib/aws/notify/topic-base.d.ts +6 -0
  243. package/lib/aws/notify/topic-base.js +16 -19
  244. package/lib/aws/notify/topic.d.ts +29 -6
  245. package/lib/aws/notify/topic.js +50 -47
  246. package/lib/aws/storage/assets/image-asset.js +3 -3
  247. package/lib/aws/storage/assets/s3.js +1 -1
  248. package/lib/aws/storage/auth-token.js +2 -2
  249. package/lib/aws/storage/billing.js +1 -1
  250. package/lib/aws/storage/bucket-notifications.js +1 -1
  251. package/lib/aws/storage/bucket-policy.js +1 -1
  252. package/lib/aws/storage/bucket-source.js +1 -1
  253. package/lib/aws/storage/bucket.js +2 -2
  254. package/lib/aws/storage/capacity.js +1 -1
  255. package/lib/aws/storage/ecr-repository.js +3 -3
  256. package/lib/aws/storage/encryption.js +1 -1
  257. package/lib/aws/storage/notification-targets/function.js +1 -1
  258. package/lib/aws/storage/notification-targets/queue.js +1 -1
  259. package/lib/aws/storage/origin-access-identity.js +1 -1
  260. package/lib/aws/storage/parameter.js +2 -2
  261. package/lib/aws/storage/stream-grants.js +1 -1
  262. package/lib/aws/storage/table-grants.js +1 -1
  263. package/lib/aws/storage/table.js +3 -3
  264. package/lib/bundling.js +3 -3
  265. package/lib/construct-base.js +2 -2
  266. package/lib/duration.js +1 -1
  267. package/lib/errors.js +1 -1
  268. package/lib/expiration.js +1 -1
  269. package/lib/fs/ignore.js +4 -4
  270. package/lib/fs/index.js +1 -1
  271. package/lib/size.js +1 -1
  272. package/lib/stack-base.js +1 -1
  273. package/lib/terra-func.js +1 -1
  274. package/lib/time-zone.js +1 -1
  275. package/package.json +1 -1
package/.jsii CHANGED
@@ -2667,14 +2667,14 @@
2667
2667
  "terraconstructs.aws.notify.subscriptions": {
2668
2668
  "locationInModule": {
2669
2669
  "filename": "src/aws/notify/index.ts",
2670
- "line": 39
2670
+ "line": 43
2671
2671
  },
2672
2672
  "symbolId": "src/aws/notify/subscriptions/index:"
2673
2673
  },
2674
2674
  "terraconstructs.aws.notify.targets": {
2675
2675
  "locationInModule": {
2676
2676
  "filename": "src/aws/notify/index.ts",
2677
- "line": 37
2677
+ "line": 41
2678
2678
  },
2679
2679
  "symbolId": "src/aws/notify/targets/index:"
2680
2680
  },
@@ -173530,6 +173530,40 @@
173530
173530
  "namespace": "aws.notify",
173531
173531
  "symbolId": "src/aws/notify/queue:FifoThroughputLimit"
173532
173532
  },
173533
+ "terraconstructs.aws.notify.FifoThroughputScope": {
173534
+ "assembly": "terraconstructs",
173535
+ "docs": {
173536
+ "stability": "stable",
173537
+ "summary": "The throughput quota and deduplication behavior to apply for the FIFO topic."
173538
+ },
173539
+ "fqn": "terraconstructs.aws.notify.FifoThroughputScope",
173540
+ "kind": "enum",
173541
+ "locationInModule": {
173542
+ "filename": "src/aws/notify/topic.ts",
173543
+ "line": 121
173544
+ },
173545
+ "members": [
173546
+ {
173547
+ "docs": {
173548
+ "remarks": "- Deduplication: Message deduplication is verified on the entire FIFO topic.",
173549
+ "stability": "stable",
173550
+ "summary": "Topic scope - Throughput: 3000 messages per second and a bandwidth of 20MB per second."
173551
+ },
173552
+ "name": "TOPIC"
173553
+ },
173554
+ {
173555
+ "docs": {
173556
+ "remarks": "- Deduplication: Message deduplication is only verified within a message group.",
173557
+ "stability": "stable",
173558
+ "summary": "Message group scope - Throughput: Maximum regional limits."
173559
+ },
173560
+ "name": "MESSAGE_GROUP"
173561
+ }
173562
+ ],
173563
+ "name": "FifoThroughputScope",
173564
+ "namespace": "aws.notify",
173565
+ "symbolId": "src/aws/notify/topic:FifoThroughputScope"
173566
+ },
173533
173567
  "terraconstructs.aws.notify.Filter": {
173534
173568
  "assembly": "terraconstructs",
173535
173569
  "base": "terraconstructs.aws.notify.FilterOrPolicy",
@@ -173545,7 +173579,7 @@
173545
173579
  },
173546
173580
  "locationInModule": {
173547
173581
  "filename": "src/aws/notify/subscription.ts",
173548
- "line": 579
173582
+ "line": 577
173549
173583
  },
173550
173584
  "parameters": [
173551
173585
  {
@@ -173562,7 +173596,7 @@
173562
173596
  "kind": "class",
173563
173597
  "locationInModule": {
173564
173598
  "filename": "src/aws/notify/subscription.ts",
173565
- "line": 570
173599
+ "line": 568
173566
173600
  },
173567
173601
  "name": "Filter",
173568
173602
  "namespace": "aws.notify",
@@ -173575,7 +173609,7 @@
173575
173609
  "immutable": true,
173576
173610
  "locationInModule": {
173577
173611
  "filename": "src/aws/notify/subscription.ts",
173578
- "line": 579
173612
+ "line": 577
173579
173613
  },
173580
173614
  "name": "filterDoc",
173581
173615
  "type": {
@@ -173590,7 +173624,7 @@
173590
173624
  "immutable": true,
173591
173625
  "locationInModule": {
173592
173626
  "filename": "src/aws/notify/subscription.ts",
173593
- "line": 574
173627
+ "line": 572
173594
173628
  },
173595
173629
  "name": "type",
173596
173630
  "overrides": "terraconstructs.aws.notify.FilterOrPolicy",
@@ -173617,7 +173651,7 @@
173617
173651
  "kind": "class",
173618
173652
  "locationInModule": {
173619
173653
  "filename": "src/aws/notify/subscription.ts",
173620
- "line": 532
173654
+ "line": 530
173621
173655
  },
173622
173656
  "methods": [
173623
173657
  {
@@ -173627,7 +173661,7 @@
173627
173661
  },
173628
173662
  "locationInModule": {
173629
173663
  "filename": "src/aws/notify/subscription.ts",
173630
- "line": 536
173664
+ "line": 534
173631
173665
  },
173632
173666
  "name": "filter",
173633
173667
  "parameters": [
@@ -173652,7 +173686,7 @@
173652
173686
  },
173653
173687
  "locationInModule": {
173654
173688
  "filename": "src/aws/notify/subscription.ts",
173655
- "line": 543
173689
+ "line": 541
173656
173690
  },
173657
173691
  "name": "policy",
173658
173692
  "parameters": [
@@ -173682,7 +173716,7 @@
173682
173716
  },
173683
173717
  "locationInModule": {
173684
173718
  "filename": "src/aws/notify/subscription.ts",
173685
- "line": 562
173719
+ "line": 560
173686
173720
  },
173687
173721
  "name": "isFilter",
173688
173722
  "returns": {
@@ -173698,7 +173732,7 @@
173698
173732
  },
173699
173733
  "locationInModule": {
173700
173734
  "filename": "src/aws/notify/subscription.ts",
173701
- "line": 555
173735
+ "line": 553
173702
173736
  },
173703
173737
  "name": "isPolicy",
173704
173738
  "returns": {
@@ -173720,7 +173754,7 @@
173720
173754
  "immutable": true,
173721
173755
  "locationInModule": {
173722
173756
  "filename": "src/aws/notify/subscription.ts",
173723
- "line": 550
173757
+ "line": 548
173724
173758
  },
173725
173759
  "name": "type",
173726
173760
  "type": {
@@ -173740,7 +173774,7 @@
173740
173774
  "kind": "enum",
173741
173775
  "locationInModule": {
173742
173776
  "filename": "src/aws/notify/subscription.ts",
173743
- "line": 518
173777
+ "line": 516
173744
173778
  },
173745
173779
  "members": [
173746
173780
  {
@@ -175969,7 +176003,7 @@
175969
176003
  "kind": "interface",
175970
176004
  "locationInModule": {
175971
176005
  "filename": "src/aws/notify/topic-base.ts",
175972
- "line": 44
176006
+ "line": 45
175973
176007
  },
175974
176008
  "methods": [
175975
176009
  {
@@ -175980,7 +176014,7 @@
175980
176014
  },
175981
176015
  "locationInModule": {
175982
176016
  "filename": "src/aws/notify/topic-base.ts",
175983
- "line": 91
176017
+ "line": 93
175984
176018
  },
175985
176019
  "name": "addSubscription",
175986
176020
  "parameters": [
@@ -176006,7 +176040,7 @@
176006
176040
  },
176007
176041
  "locationInModule": {
176008
176042
  "filename": "src/aws/notify/topic-base.ts",
176009
- "line": 100
176043
+ "line": 102
176010
176044
  },
176011
176045
  "name": "addToResourcePolicy",
176012
176046
  "parameters": [
@@ -176031,7 +176065,7 @@
176031
176065
  },
176032
176066
  "locationInModule": {
176033
176067
  "filename": "src/aws/notify/topic-base.ts",
176034
- "line": 107
176068
+ "line": 109
176035
176069
  },
176036
176070
  "name": "grantPublish",
176037
176071
  "parameters": [
@@ -176056,7 +176090,7 @@
176056
176090
  },
176057
176091
  "locationInModule": {
176058
176092
  "filename": "src/aws/notify/topic-base.ts",
176059
- "line": 112
176093
+ "line": 114
176060
176094
  },
176061
176095
  "name": "grantSubscribe",
176062
176096
  "parameters": [
@@ -176364,7 +176398,7 @@
176364
176398
  "immutable": true,
176365
176399
  "locationInModule": {
176366
176400
  "filename": "src/aws/notify/topic-base.ts",
176367
- "line": 79
176401
+ "line": 81
176368
176402
  },
176369
176403
  "name": "contentBasedDeduplication",
176370
176404
  "type": {
@@ -176384,7 +176418,7 @@
176384
176418
  "immutable": true,
176385
176419
  "locationInModule": {
176386
176420
  "filename": "src/aws/notify/topic-base.ts",
176387
- "line": 86
176421
+ "line": 88
176388
176422
  },
176389
176423
  "name": "fifo",
176390
176424
  "type": {
@@ -176403,7 +176437,7 @@
176403
176437
  "immutable": true,
176404
176438
  "locationInModule": {
176405
176439
  "filename": "src/aws/notify/topic-base.ts",
176406
- "line": 54
176440
+ "line": 56
176407
176441
  },
176408
176442
  "name": "topicArn",
176409
176443
  "type": {
@@ -176422,7 +176456,7 @@
176422
176456
  "immutable": true,
176423
176457
  "locationInModule": {
176424
176458
  "filename": "src/aws/notify/topic-base.ts",
176425
- "line": 61
176459
+ "line": 63
176426
176460
  },
176427
176461
  "name": "topicName",
176428
176462
  "type": {
@@ -176438,7 +176472,7 @@
176438
176472
  "immutable": true,
176439
176473
  "locationInModule": {
176440
176474
  "filename": "src/aws/notify/topic-base.ts",
176441
- "line": 48
176475
+ "line": 49
176442
176476
  },
176443
176477
  "name": "topicOutputs",
176444
176478
  "type": {
@@ -176457,7 +176491,7 @@
176457
176491
  "immutable": true,
176458
176492
  "locationInModule": {
176459
176493
  "filename": "src/aws/notify/topic-base.ts",
176460
- "line": 72
176494
+ "line": 74
176461
176495
  },
176462
176496
  "name": "masterKey",
176463
176497
  "optional": true,
@@ -176526,7 +176560,7 @@
176526
176560
  "kind": "interface",
176527
176561
  "locationInModule": {
176528
176562
  "filename": "src/aws/notify/topic.ts",
176529
- "line": 143
176563
+ "line": 142
176530
176564
  },
176531
176565
  "name": "LoggingConfig",
176532
176566
  "namespace": "aws.notify",
@@ -176540,7 +176574,7 @@
176540
176574
  "immutable": true,
176541
176575
  "locationInModule": {
176542
176576
  "filename": "src/aws/notify/topic.ts",
176543
- "line": 147
176577
+ "line": 146
176544
176578
  },
176545
176579
  "name": "protocol",
176546
176580
  "type": {
@@ -176557,7 +176591,7 @@
176557
176591
  "immutable": true,
176558
176592
  "locationInModule": {
176559
176593
  "filename": "src/aws/notify/topic.ts",
176560
- "line": 154
176594
+ "line": 153
176561
176595
  },
176562
176596
  "name": "failureFeedbackRole",
176563
176597
  "optional": true,
@@ -176575,7 +176609,7 @@
176575
176609
  "immutable": true,
176576
176610
  "locationInModule": {
176577
176611
  "filename": "src/aws/notify/topic.ts",
176578
- "line": 161
176612
+ "line": 160
176579
176613
  },
176580
176614
  "name": "successFeedbackRole",
176581
176615
  "optional": true,
@@ -176594,7 +176628,7 @@
176594
176628
  "immutable": true,
176595
176629
  "locationInModule": {
176596
176630
  "filename": "src/aws/notify/topic.ts",
176597
- "line": 170
176631
+ "line": 169
176598
176632
  },
176599
176633
  "name": "successFeedbackSampleRate",
176600
176634
  "optional": true,
@@ -176615,7 +176649,7 @@
176615
176649
  "kind": "enum",
176616
176650
  "locationInModule": {
176617
176651
  "filename": "src/aws/notify/topic.ts",
176618
- "line": 176
176652
+ "line": 175
176619
176653
  },
176620
176654
  "members": [
176621
176655
  {
@@ -178344,7 +178378,7 @@
178344
178378
  },
178345
178379
  "locationInModule": {
178346
178380
  "filename": "src/aws/notify/subscription.ts",
178347
- "line": 596
178381
+ "line": 594
178348
178382
  },
178349
178383
  "parameters": [
178350
178384
  {
@@ -178366,7 +178400,7 @@
178366
178400
  "kind": "class",
178367
178401
  "locationInModule": {
178368
178402
  "filename": "src/aws/notify/subscription.ts",
178369
- "line": 587
178403
+ "line": 585
178370
178404
  },
178371
178405
  "name": "Policy",
178372
178406
  "namespace": "aws.notify",
@@ -178379,7 +178413,7 @@
178379
178413
  "immutable": true,
178380
178414
  "locationInModule": {
178381
178415
  "filename": "src/aws/notify/subscription.ts",
178382
- "line": 597
178416
+ "line": 595
178383
178417
  },
178384
178418
  "name": "policyDoc",
178385
178419
  "type": {
@@ -178399,7 +178433,7 @@
178399
178433
  "immutable": true,
178400
178434
  "locationInModule": {
178401
178435
  "filename": "src/aws/notify/subscription.ts",
178402
- "line": 591
178436
+ "line": 589
178403
178437
  },
178404
178438
  "name": "type",
178405
178439
  "overrides": "terraconstructs.aws.notify.FilterOrPolicy",
@@ -183069,7 +183103,7 @@
183069
183103
  },
183070
183104
  "locationInModule": {
183071
183105
  "filename": "src/aws/notify/subscription.ts",
183072
- "line": 127
183106
+ "line": 125
183073
183107
  },
183074
183108
  "parameters": [
183075
183109
  {
@@ -183095,7 +183129,7 @@
183095
183129
  "kind": "class",
183096
183130
  "locationInModule": {
183097
183131
  "filename": "src/aws/notify/subscription.ts",
183098
- "line": 114
183132
+ "line": 112
183099
183133
  },
183100
183134
  "name": "Subscription",
183101
183135
  "namespace": "aws.notify",
@@ -183108,7 +183142,7 @@
183108
183142
  "immutable": true,
183109
183143
  "locationInModule": {
183110
183144
  "filename": "src/aws/notify/subscription.ts",
183111
- "line": 123
183145
+ "line": 121
183112
183146
  },
183113
183147
  "name": "outputs",
183114
183148
  "overrides": "terraconstructs.TerraConstructBase",
@@ -183128,7 +183162,7 @@
183128
183162
  "immutable": true,
183129
183163
  "locationInModule": {
183130
183164
  "filename": "src/aws/notify/subscription.ts",
183131
- "line": 122
183165
+ "line": 120
183132
183166
  },
183133
183167
  "name": "subscriptionOutputs",
183134
183168
  "type": {
@@ -183143,7 +183177,7 @@
183143
183177
  "immutable": true,
183144
183178
  "locationInModule": {
183145
183179
  "filename": "src/aws/notify/subscription.ts",
183146
- "line": 118
183180
+ "line": 116
183147
183181
  },
183148
183182
  "name": "deadLetterQueue",
183149
183183
  "optional": true,
@@ -183295,9 +183329,6 @@
183295
183329
  "summary": "Options for creating a new subscription."
183296
183330
  },
183297
183331
  "fqn": "terraconstructs.aws.notify.SubscriptionOptions",
183298
- "interfaces": [
183299
- "terraconstructs.aws.AwsConstructProps"
183300
- ],
183301
183332
  "kind": "interface",
183302
183333
  "locationInModule": {
183303
183334
  "filename": "src/aws/notify/subscription.ts",
@@ -183350,7 +183381,7 @@
183350
183381
  "immutable": true,
183351
183382
  "locationInModule": {
183352
183383
  "filename": "src/aws/notify/subscription.ts",
183353
- "line": 80
183384
+ "line": 78
183354
183385
  },
183355
183386
  "name": "deadLetterQueue",
183356
183387
  "optional": true,
@@ -183368,7 +183399,7 @@
183368
183399
  "immutable": true,
183369
183400
  "locationInModule": {
183370
183401
  "filename": "src/aws/notify/subscription.ts",
183371
- "line": 94
183402
+ "line": 92
183372
183403
  },
183373
183404
  "name": "deliveryPolicy",
183374
183405
  "optional": true,
@@ -183442,6 +183473,27 @@
183442
183473
  "primitive": "boolean"
183443
183474
  }
183444
183475
  },
183476
+ {
183477
+ "abstract": true,
183478
+ "docs": {
183479
+ "custom": {
183480
+ "link": "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html#cfn-sns-subscription-region"
183481
+ },
183482
+ "default": "- the region where the stack is being deployed.",
183483
+ "stability": "stable",
183484
+ "summary": "The region where the topic resides, in the case of cross-region subscriptions."
183485
+ },
183486
+ "immutable": true,
183487
+ "locationInModule": {
183488
+ "filename": "src/aws/notify/subscription.ts",
183489
+ "line": 70
183490
+ },
183491
+ "name": "region",
183492
+ "optional": true,
183493
+ "type": {
183494
+ "primitive": "string"
183495
+ }
183496
+ },
183445
183497
  {
183446
183498
  "abstract": true,
183447
183499
  "docs": {
@@ -183453,7 +183505,7 @@
183453
183505
  "immutable": true,
183454
183506
  "locationInModule": {
183455
183507
  "filename": "src/aws/notify/subscription.ts",
183456
- "line": 87
183508
+ "line": 85
183457
183509
  },
183458
183510
  "name": "subscriptionRoleArn",
183459
183511
  "optional": true,
@@ -183513,7 +183565,7 @@
183513
183565
  "kind": "interface",
183514
183566
  "locationInModule": {
183515
183567
  "filename": "src/aws/notify/subscription.ts",
183516
- "line": 99
183568
+ "line": 97
183517
183569
  },
183518
183570
  "name": "SubscriptionProps",
183519
183571
  "namespace": "aws.notify",
@@ -183527,7 +183579,7 @@
183527
183579
  "immutable": true,
183528
183580
  "locationInModule": {
183529
183581
  "filename": "src/aws/notify/subscription.ts",
183530
- "line": 103
183582
+ "line": 101
183531
183583
  },
183532
183584
  "name": "topic",
183533
183585
  "type": {
@@ -183547,7 +183599,7 @@
183547
183599
  "kind": "enum",
183548
183600
  "locationInModule": {
183549
183601
  "filename": "src/aws/notify/subscription.ts",
183550
- "line": 434
183602
+ "line": 432
183551
183603
  },
183552
183604
  "members": [
183553
183605
  {
@@ -183672,7 +183724,7 @@
183672
183724
  },
183673
183725
  "locationInModule": {
183674
183726
  "filename": "src/aws/notify/topic.ts",
183675
- "line": 316
183727
+ "line": 322
183676
183728
  },
183677
183729
  "parameters": [
183678
183730
  {
@@ -183699,7 +183751,7 @@
183699
183751
  "kind": "class",
183700
183752
  "locationInModule": {
183701
183753
  "filename": "src/aws/notify/topic.ts",
183702
- "line": 248
183754
+ "line": 247
183703
183755
  },
183704
183756
  "methods": [
183705
183757
  {
@@ -183709,7 +183761,7 @@
183709
183761
  },
183710
183762
  "locationInModule": {
183711
183763
  "filename": "src/aws/notify/topic.ts",
183712
- "line": 256
183764
+ "line": 261
183713
183765
  },
183714
183766
  "name": "fromTopicArn",
183715
183767
  "parameters": [
@@ -183755,7 +183807,7 @@
183755
183807
  },
183756
183808
  "locationInModule": {
183757
183809
  "filename": "src/aws/notify/topic.ts",
183758
- "line": 271
183810
+ "line": 276
183759
183811
  },
183760
183812
  "name": "fromTopicAttributes",
183761
183813
  "parameters": [
@@ -183801,7 +183853,7 @@
183801
183853
  },
183802
183854
  "locationInModule": {
183803
183855
  "filename": "src/aws/notify/topic.ts",
183804
- "line": 417
183856
+ "line": 430
183805
183857
  },
183806
183858
  "name": "addLoggingConfig",
183807
183859
  "parameters": [
@@ -183812,25 +183864,28 @@
183812
183864
  }
183813
183865
  }
183814
183866
  ]
183815
- },
183867
+ }
183868
+ ],
183869
+ "name": "Topic",
183870
+ "namespace": "aws.notify",
183871
+ "properties": [
183816
183872
  {
183873
+ "const": true,
183817
183874
  "docs": {
183818
- "see": "https://docs.aws.amazon.com/sns/latest/dg/sns-security-best-practices.html#enforce-encryption-data-in-transit",
183819
183875
  "stability": "stable",
183820
- "summary": "Adds an IAM policy statement to enforce the use of TLS for publishing to this topic."
183876
+ "summary": "Uniquely identifies this class."
183821
183877
  },
183878
+ "immutable": true,
183822
183879
  "locationInModule": {
183823
183880
  "filename": "src/aws/notify/topic.ts",
183824
- "line": 454
183881
+ "line": 251
183825
183882
  },
183826
- "name": "addSSLPolicy",
183827
- "overrides": "terraconstructs.aws.notify.TopicBase",
183828
- "protected": true
183829
- }
183830
- ],
183831
- "name": "Topic",
183832
- "namespace": "aws.notify",
183833
- "properties": [
183883
+ "name": "PROPERTY_INJECTION_ID",
183884
+ "static": true,
183885
+ "type": {
183886
+ "primitive": "string"
183887
+ }
183888
+ },
183834
183889
  {
183835
183890
  "docs": {
183836
183891
  "remarks": "Set by subclasses.",
@@ -183840,7 +183895,7 @@
183840
183895
  "immutable": true,
183841
183896
  "locationInModule": {
183842
183897
  "filename": "src/aws/notify/topic.ts",
183843
- "line": 312
183898
+ "line": 318
183844
183899
  },
183845
183900
  "name": "autoCreatePolicy",
183846
183901
  "overrides": "terraconstructs.aws.notify.TopicBase",
@@ -183857,7 +183912,7 @@
183857
183912
  "immutable": true,
183858
183913
  "locationInModule": {
183859
183914
  "filename": "src/aws/notify/topic.ts",
183860
- "line": 309
183915
+ "line": 315
183861
183916
  },
183862
183917
  "name": "contentBasedDeduplication",
183863
183918
  "overrides": "terraconstructs.aws.notify.TopicBase",
@@ -183874,7 +183929,7 @@
183874
183929
  "immutable": true,
183875
183930
  "locationInModule": {
183876
183931
  "filename": "src/aws/notify/topic.ts",
183877
- "line": 310
183932
+ "line": 316
183878
183933
  },
183879
183934
  "name": "fifo",
183880
183935
  "overrides": "terraconstructs.aws.notify.TopicBase",
@@ -183890,7 +183945,7 @@
183890
183945
  "immutable": true,
183891
183946
  "locationInModule": {
183892
183947
  "filename": "src/aws/notify/topic.ts",
183893
- "line": 306
183948
+ "line": 312
183894
183949
  },
183895
183950
  "name": "topicArn",
183896
183951
  "overrides": "terraconstructs.aws.notify.TopicBase",
@@ -183906,7 +183961,7 @@
183906
183961
  "immutable": true,
183907
183962
  "locationInModule": {
183908
183963
  "filename": "src/aws/notify/topic.ts",
183909
- "line": 307
183964
+ "line": 313
183910
183965
  },
183911
183966
  "name": "topicName",
183912
183967
  "overrides": "terraconstructs.aws.notify.TopicBase",
@@ -183923,7 +183978,7 @@
183923
183978
  "immutable": true,
183924
183979
  "locationInModule": {
183925
183980
  "filename": "src/aws/notify/topic.ts",
183926
- "line": 308
183981
+ "line": 314
183927
183982
  },
183928
183983
  "name": "masterKey",
183929
183984
  "optional": true,
@@ -183946,7 +184001,7 @@
183946
184001
  "kind": "interface",
183947
184002
  "locationInModule": {
183948
184003
  "filename": "src/aws/notify/topic.ts",
183949
- "line": 221
184004
+ "line": 220
183950
184005
  },
183951
184006
  "name": "TopicAttributes",
183952
184007
  "namespace": "aws.notify",
@@ -183960,7 +184015,7 @@
183960
184015
  "immutable": true,
183961
184016
  "locationInModule": {
183962
184017
  "filename": "src/aws/notify/topic.ts",
183963
- "line": 225
184018
+ "line": 224
183964
184019
  },
183965
184020
  "name": "topicArn",
183966
184021
  "type": {
@@ -183978,7 +184033,7 @@
183978
184033
  "immutable": true,
183979
184034
  "locationInModule": {
183980
184035
  "filename": "src/aws/notify/topic.ts",
183981
- "line": 240
184036
+ "line": 239
183982
184037
  },
183983
184038
  "name": "contentBasedDeduplication",
183984
184039
  "optional": true,
@@ -183996,7 +184051,7 @@
183996
184051
  "immutable": true,
183997
184052
  "locationInModule": {
183998
184053
  "filename": "src/aws/notify/topic.ts",
183999
- "line": 232
184054
+ "line": 231
184000
184055
  },
184001
184056
  "name": "keyArn",
184002
184057
  "optional": true,
@@ -184022,7 +184077,7 @@
184022
184077
  },
184023
184078
  "locationInModule": {
184024
184079
  "filename": "src/aws/notify/topic-base.ts",
184025
- "line": 152
184080
+ "line": 159
184026
184081
  },
184027
184082
  "parameters": [
184028
184083
  {
@@ -184052,7 +184107,7 @@
184052
184107
  "kind": "class",
184053
184108
  "locationInModule": {
184054
184109
  "filename": "src/aws/notify/topic-base.ts",
184055
- "line": 118
184110
+ "line": 120
184056
184111
  },
184057
184112
  "methods": [
184058
184113
  {
@@ -184062,7 +184117,7 @@
184062
184117
  },
184063
184118
  "locationInModule": {
184064
184119
  "filename": "src/aws/notify/topic-base.ts",
184065
- "line": 222
184120
+ "line": 229
184066
184121
  },
184067
184122
  "name": "addSSLPolicy",
184068
184123
  "protected": true
@@ -184074,7 +184129,7 @@
184074
184129
  },
184075
184130
  "locationInModule": {
184076
184131
  "filename": "src/aws/notify/topic-base.ts",
184077
- "line": 163
184132
+ "line": 170
184078
184133
  },
184079
184134
  "name": "addSubscription",
184080
184135
  "overrides": "terraconstructs.aws.notify.ITopic",
@@ -184100,7 +184155,7 @@
184100
184155
  },
184101
184156
  "locationInModule": {
184102
184157
  "filename": "src/aws/notify/topic-base.ts",
184103
- "line": 207
184158
+ "line": 214
184104
184159
  },
184105
184160
  "name": "addToResourcePolicy",
184106
184161
  "overrides": "terraconstructs.aws.notify.ITopic",
@@ -184125,7 +184180,7 @@
184125
184180
  },
184126
184181
  "locationInModule": {
184127
184182
  "filename": "src/aws/notify/topic-base.ts",
184128
- "line": 293
184183
+ "line": 297
184129
184184
  },
184130
184185
  "name": "bindAsNotificationRuleTarget",
184131
184186
  "overrides": "terraconstructs.aws.notify.INotificationRuleTarget",
@@ -184151,7 +184206,7 @@
184151
184206
  },
184152
184207
  "locationInModule": {
184153
184208
  "filename": "src/aws/notify/topic-base.ts",
184154
- "line": 244
184209
+ "line": 251
184155
184210
  },
184156
184211
  "name": "createSSLPolicyDocument",
184157
184212
  "protected": true,
@@ -184168,11 +184223,42 @@
184168
184223
  },
184169
184224
  "locationInModule": {
184170
184225
  "filename": "src/aws/notify/topic-base.ts",
184171
- "line": 233
184226
+ "line": 240
184172
184227
  },
184173
184228
  "name": "createTopicPolicy",
184174
184229
  "protected": true
184175
184230
  },
184231
+ {
184232
+ "docs": {
184233
+ "stability": "stable"
184234
+ },
184235
+ "locationInModule": {
184236
+ "filename": "src/aws/notify/topic-base.ts",
184237
+ "line": 268
184238
+ },
184239
+ "name": "grantOnKey",
184240
+ "parameters": [
184241
+ {
184242
+ "name": "grantee",
184243
+ "type": {
184244
+ "fqn": "terraconstructs.aws.iam.IGrantable"
184245
+ }
184246
+ },
184247
+ {
184248
+ "name": "actions",
184249
+ "type": {
184250
+ "primitive": "string"
184251
+ },
184252
+ "variadic": true
184253
+ }
184254
+ ],
184255
+ "returns": {
184256
+ "type": {
184257
+ "fqn": "terraconstructs.aws.iam.GrantOnKeyResult"
184258
+ }
184259
+ },
184260
+ "variadic": true
184261
+ },
184176
184262
  {
184177
184263
  "docs": {
184178
184264
  "stability": "stable",
@@ -184180,7 +184266,7 @@
184180
184266
  },
184181
184267
  "locationInModule": {
184182
184268
  "filename": "src/aws/notify/topic-base.ts",
184183
- "line": 264
184269
+ "line": 282
184184
184270
  },
184185
184271
  "name": "grantPublish",
184186
184272
  "overrides": "terraconstructs.aws.notify.ITopic",
@@ -184205,7 +184291,7 @@
184205
184291
  },
184206
184292
  "locationInModule": {
184207
184293
  "filename": "src/aws/notify/topic-base.ts",
184208
- "line": 280
184294
+ "line": 289
184209
184295
  },
184210
184296
  "name": "grantSubscribe",
184211
184297
  "overrides": "terraconstructs.aws.notify.ITopic",
@@ -184512,7 +184598,7 @@
184512
184598
  "immutable": true,
184513
184599
  "locationInModule": {
184514
184600
  "filename": "src/aws/notify/topic-base.ts",
184515
- "line": 143
184601
+ "line": 150
184516
184602
  },
184517
184603
  "name": "autoCreatePolicy",
184518
184604
  "protected": true,
@@ -184529,7 +184615,7 @@
184529
184615
  "immutable": true,
184530
184616
  "locationInModule": {
184531
184617
  "filename": "src/aws/notify/topic-base.ts",
184532
- "line": 136
184618
+ "line": 138
184533
184619
  },
184534
184620
  "name": "contentBasedDeduplication",
184535
184621
  "overrides": "terraconstructs.aws.notify.ITopic",
@@ -184547,7 +184633,7 @@
184547
184633
  "immutable": true,
184548
184634
  "locationInModule": {
184549
184635
  "filename": "src/aws/notify/topic-base.ts",
184550
- "line": 134
184636
+ "line": 136
184551
184637
  },
184552
184638
  "name": "fifo",
184553
184639
  "overrides": "terraconstructs.aws.notify.ITopic",
@@ -184555,6 +184641,21 @@
184555
184641
  "primitive": "boolean"
184556
184642
  }
184557
184643
  },
184644
+ {
184645
+ "docs": {
184646
+ "stability": "stable",
184647
+ "summary": "Collection of grant methods for a Topic."
184648
+ },
184649
+ "immutable": true,
184650
+ "locationInModule": {
184651
+ "filename": "src/aws/notify/topic-base.ts",
184652
+ "line": 143
184653
+ },
184654
+ "name": "grants",
184655
+ "type": {
184656
+ "fqn": "terraconstructs.aws.notify.TopicGrants"
184657
+ }
184658
+ },
184558
184659
  {
184559
184660
  "docs": {
184560
184661
  "stability": "stable",
@@ -184563,7 +184664,7 @@
184563
184664
  "immutable": true,
184564
184665
  "locationInModule": {
184565
184666
  "filename": "src/aws/notify/topic-base.ts",
184566
- "line": 125
184667
+ "line": 127
184567
184668
  },
184568
184669
  "name": "outputs",
184569
184670
  "overrides": "terraconstructs.TerraConstructBase",
@@ -184585,7 +184686,7 @@
184585
184686
  "immutable": true,
184586
184687
  "locationInModule": {
184587
184688
  "filename": "src/aws/notify/topic-base.ts",
184588
- "line": 128
184689
+ "line": 130
184589
184690
  },
184590
184691
  "name": "topicArn",
184591
184692
  "overrides": "terraconstructs.aws.notify.ITopic",
@@ -184602,7 +184703,7 @@
184602
184703
  "immutable": true,
184603
184704
  "locationInModule": {
184604
184705
  "filename": "src/aws/notify/topic-base.ts",
184605
- "line": 130
184706
+ "line": 132
184606
184707
  },
184607
184708
  "name": "topicName",
184608
184709
  "overrides": "terraconstructs.aws.notify.ITopic",
@@ -184618,7 +184719,7 @@
184618
184719
  "immutable": true,
184619
184720
  "locationInModule": {
184620
184721
  "filename": "src/aws/notify/topic-base.ts",
184621
- "line": 119
184722
+ "line": 121
184622
184723
  },
184623
184724
  "name": "topicOutputs",
184624
184725
  "overrides": "terraconstructs.aws.notify.ITopic",
@@ -184636,7 +184737,7 @@
184636
184737
  "immutable": true,
184637
184738
  "locationInModule": {
184638
184739
  "filename": "src/aws/notify/topic-base.ts",
184639
- "line": 132
184740
+ "line": 134
184640
184741
  },
184641
184742
  "name": "masterKey",
184642
184743
  "optional": true,
@@ -184652,7 +184753,7 @@
184652
184753
  },
184653
184754
  "locationInModule": {
184654
184755
  "filename": "src/aws/notify/topic-base.ts",
184655
- "line": 148
184756
+ "line": 155
184656
184757
  },
184657
184758
  "name": "enforceSSL",
184658
184759
  "optional": true,
@@ -184664,6 +184765,183 @@
184664
184765
  ],
184665
184766
  "symbolId": "src/aws/notify/topic-base:TopicBase"
184666
184767
  },
184768
+ "terraconstructs.aws.notify.TopicGrants": {
184769
+ "assembly": "terraconstructs",
184770
+ "docs": {
184771
+ "stability": "stable",
184772
+ "summary": "Collection of grant methods for a ITopic."
184773
+ },
184774
+ "fqn": "terraconstructs.aws.notify.TopicGrants",
184775
+ "kind": "class",
184776
+ "locationInModule": {
184777
+ "filename": "src/aws/notify/sns-grants.generated.ts",
184778
+ "line": 27
184779
+ },
184780
+ "methods": [
184781
+ {
184782
+ "docs": {
184783
+ "stability": "stable",
184784
+ "summary": "Creates grants for TopicGrants."
184785
+ },
184786
+ "locationInModule": {
184787
+ "filename": "src/aws/notify/sns-grants.generated.ts",
184788
+ "line": 31
184789
+ },
184790
+ "name": "fromTopic",
184791
+ "parameters": [
184792
+ {
184793
+ "name": "resource",
184794
+ "type": {
184795
+ "fqn": "terraconstructs.aws.notify.ITopic"
184796
+ }
184797
+ }
184798
+ ],
184799
+ "returns": {
184800
+ "type": {
184801
+ "fqn": "terraconstructs.aws.notify.TopicGrants"
184802
+ }
184803
+ },
184804
+ "static": true
184805
+ },
184806
+ {
184807
+ "docs": {
184808
+ "stability": "stable",
184809
+ "summary": "Grant topic publishing permissions to the given identity."
184810
+ },
184811
+ "locationInModule": {
184812
+ "filename": "src/aws/notify/sns-grants.generated.ts",
184813
+ "line": 61
184814
+ },
184815
+ "name": "publish",
184816
+ "parameters": [
184817
+ {
184818
+ "name": "grantee",
184819
+ "type": {
184820
+ "fqn": "terraconstructs.aws.iam.IGrantable"
184821
+ }
184822
+ }
184823
+ ],
184824
+ "returns": {
184825
+ "type": {
184826
+ "fqn": "terraconstructs.aws.iam.Grant"
184827
+ }
184828
+ }
184829
+ },
184830
+ {
184831
+ "docs": {
184832
+ "stability": "stable",
184833
+ "summary": "Grant topic subscribing permissions to the given identity."
184834
+ },
184835
+ "locationInModule": {
184836
+ "filename": "src/aws/notify/sns-grants.generated.ts",
184837
+ "line": 91
184838
+ },
184839
+ "name": "subscribe",
184840
+ "parameters": [
184841
+ {
184842
+ "name": "grantee",
184843
+ "type": {
184844
+ "fqn": "terraconstructs.aws.iam.IGrantable"
184845
+ }
184846
+ }
184847
+ ],
184848
+ "returns": {
184849
+ "type": {
184850
+ "fqn": "terraconstructs.aws.iam.Grant"
184851
+ }
184852
+ }
184853
+ }
184854
+ ],
184855
+ "name": "TopicGrants",
184856
+ "namespace": "aws.notify",
184857
+ "properties": [
184858
+ {
184859
+ "docs": {
184860
+ "stability": "stable"
184861
+ },
184862
+ "immutable": true,
184863
+ "locationInModule": {
184864
+ "filename": "src/aws/notify/sns-grants.generated.ts",
184865
+ "line": 48
184866
+ },
184867
+ "name": "resource",
184868
+ "type": {
184869
+ "fqn": "terraconstructs.aws.notify.ITopic"
184870
+ }
184871
+ }
184872
+ ],
184873
+ "symbolId": "src/aws/notify/sns-grants.generated:TopicGrants"
184874
+ },
184875
+ "terraconstructs.aws.notify.TopicGrantsProps": {
184876
+ "assembly": "terraconstructs",
184877
+ "datatype": true,
184878
+ "docs": {
184879
+ "stability": "stable"
184880
+ },
184881
+ "fqn": "terraconstructs.aws.notify.TopicGrantsProps",
184882
+ "kind": "interface",
184883
+ "locationInModule": {
184884
+ "filename": "src/aws/notify/sns-grants.generated.ts",
184885
+ "line": 5
184886
+ },
184887
+ "name": "TopicGrantsProps",
184888
+ "namespace": "aws.notify",
184889
+ "properties": [
184890
+ {
184891
+ "abstract": true,
184892
+ "docs": {
184893
+ "stability": "stable",
184894
+ "summary": "The SQS topic interface (ITopic) this helper will operate on."
184895
+ },
184896
+ "immutable": true,
184897
+ "locationInModule": {
184898
+ "filename": "src/aws/notify/sns-grants.generated.ts",
184899
+ "line": 9
184900
+ },
184901
+ "name": "resource",
184902
+ "type": {
184903
+ "fqn": "terraconstructs.aws.notify.ITopic"
184904
+ }
184905
+ },
184906
+ {
184907
+ "abstract": true,
184908
+ "docs": {
184909
+ "remarks": "Typically present if the resource implements iam.IEncryptedResource.",
184910
+ "stability": "stable",
184911
+ "summary": "If the topic is an encrypted resource, provides access to grant KMS key permissions."
184912
+ },
184913
+ "immutable": true,
184914
+ "locationInModule": {
184915
+ "filename": "src/aws/notify/sns-grants.generated.ts",
184916
+ "line": 15
184917
+ },
184918
+ "name": "encryptedResource",
184919
+ "optional": true,
184920
+ "type": {
184921
+ "fqn": "terraconstructs.aws.iam.IEncryptedResource"
184922
+ }
184923
+ },
184924
+ {
184925
+ "abstract": true,
184926
+ "docs": {
184927
+ "remarks": "Typically present if the resource implements iam.IResourceWithPolicy.",
184928
+ "stability": "stable",
184929
+ "summary": "If the topic supports a resource policy, this enables addToPrincipalOrResource grants."
184930
+ },
184931
+ "immutable": true,
184932
+ "locationInModule": {
184933
+ "filename": "src/aws/notify/sns-grants.generated.ts",
184934
+ "line": 21
184935
+ },
184936
+ "name": "policyResource",
184937
+ "optional": true,
184938
+ "type": {
184939
+ "fqn": "terraconstructs.aws.iam.IAwsConstructWithPolicy"
184940
+ }
184941
+ }
184942
+ ],
184943
+ "symbolId": "src/aws/notify/sns-grants.generated:TopicGrantsProps"
184944
+ },
184667
184945
  "terraconstructs.aws.notify.TopicOutputs": {
184668
184946
  "assembly": "terraconstructs",
184669
184947
  "datatype": true,
@@ -184675,7 +184953,7 @@
184675
184953
  "kind": "interface",
184676
184954
  "locationInModule": {
184677
184955
  "filename": "src/aws/notify/topic-base.ts",
184678
- "line": 25
184956
+ "line": 26
184679
184957
  },
184680
184958
  "name": "TopicOutputs",
184681
184959
  "namespace": "aws.notify",
@@ -184692,7 +184970,7 @@
184692
184970
  "immutable": true,
184693
184971
  "locationInModule": {
184694
184972
  "filename": "src/aws/notify/topic-base.ts",
184695
- "line": 31
184973
+ "line": 32
184696
184974
  },
184697
184975
  "name": "topicArn",
184698
184976
  "type": {
@@ -184711,7 +184989,7 @@
184711
184989
  "immutable": true,
184712
184990
  "locationInModule": {
184713
184991
  "filename": "src/aws/notify/topic-base.ts",
184714
- "line": 38
184992
+ "line": 39
184715
184993
  },
184716
184994
  "name": "topicName",
184717
184995
  "type": {
@@ -184936,7 +185214,7 @@
184936
185214
  "kind": "interface",
184937
185215
  "locationInModule": {
184938
185216
  "filename": "src/aws/notify/topic.ts",
184939
- "line": 16
185217
+ "line": 17
184940
185218
  },
184941
185219
  "name": "TopicProps",
184942
185220
  "namespace": "aws.notify",
@@ -184951,7 +185229,7 @@
184951
185229
  "immutable": true,
184952
185230
  "locationInModule": {
184953
185231
  "filename": "src/aws/notify/topic.ts",
184954
- "line": 50
185232
+ "line": 51
184955
185233
  },
184956
185234
  "name": "contentBasedDeduplication",
184957
185235
  "optional": true,
@@ -184970,7 +185248,7 @@
184970
185248
  "immutable": true,
184971
185249
  "locationInModule": {
184972
185250
  "filename": "src/aws/notify/topic.ts",
184973
- "line": 25
185251
+ "line": 26
184974
185252
  },
184975
185253
  "name": "displayName",
184976
185254
  "optional": true,
@@ -184989,7 +185267,7 @@
184989
185267
  "immutable": true,
184990
185268
  "locationInModule": {
184991
185269
  "filename": "src/aws/notify/topic.ts",
184992
- "line": 86
185270
+ "line": 87
184993
185271
  },
184994
185272
  "name": "enforceSSL",
184995
185273
  "optional": true,
@@ -185007,7 +185285,7 @@
185007
185285
  "immutable": true,
185008
185286
  "locationInModule": {
185009
185287
  "filename": "src/aws/notify/topic.ts",
185010
- "line": 57
185288
+ "line": 58
185011
185289
  },
185012
185290
  "name": "fifo",
185013
185291
  "optional": true,
@@ -185015,6 +185293,25 @@
185015
185293
  "primitive": "boolean"
185016
185294
  }
185017
185295
  },
185296
+ {
185297
+ "abstract": true,
185298
+ "docs": {
185299
+ "default": "undefined - SNS default setting is FifoThroughputScope.TOPIC",
185300
+ "remarks": "You can only set this property when `fifo` is `true`.",
185301
+ "stability": "stable",
185302
+ "summary": "Specifies the throughput quota and deduplication behavior to apply for the FIFO topic."
185303
+ },
185304
+ "immutable": true,
185305
+ "locationInModule": {
185306
+ "filename": "src/aws/notify/topic.ts",
185307
+ "line": 115
185308
+ },
185309
+ "name": "fifoThroughputScope",
185310
+ "optional": true,
185311
+ "type": {
185312
+ "fqn": "terraconstructs.aws.notify.FifoThroughputScope"
185313
+ }
185314
+ },
185018
185315
  {
185019
185316
  "abstract": true,
185020
185317
  "docs": {
@@ -185026,7 +185323,7 @@
185026
185323
  "immutable": true,
185027
185324
  "locationInModule": {
185028
185325
  "filename": "src/aws/notify/topic.ts",
185029
- "line": 66
185326
+ "line": 67
185030
185327
  },
185031
185328
  "name": "loggingConfigs",
185032
185329
  "optional": true,
@@ -185049,7 +185346,7 @@
185049
185346
  "immutable": true,
185050
185347
  "locationInModule": {
185051
185348
  "filename": "src/aws/notify/topic.ts",
185052
- "line": 43
185349
+ "line": 44
185053
185350
  },
185054
185351
  "name": "masterKey",
185055
185352
  "optional": true,
@@ -185069,7 +185366,7 @@
185069
185366
  "immutable": true,
185070
185367
  "locationInModule": {
185071
185368
  "filename": "src/aws/notify/topic.ts",
185072
- "line": 77
185369
+ "line": 78
185073
185370
  },
185074
185371
  "name": "messageRetentionPeriodInDays",
185075
185372
  "optional": true,
@@ -185088,7 +185385,7 @@
185088
185385
  "immutable": true,
185089
185386
  "locationInModule": {
185090
185387
  "filename": "src/aws/notify/topic.ts",
185091
- "line": 96
185388
+ "line": 97
185092
185389
  },
185093
185390
  "name": "signatureVersion",
185094
185391
  "optional": true,
@@ -185107,7 +185404,7 @@
185107
185404
  "immutable": true,
185108
185405
  "locationInModule": {
185109
185406
  "filename": "src/aws/notify/topic.ts",
185110
- "line": 36
185407
+ "line": 37
185111
185408
  },
185112
185409
  "name": "topicName",
185113
185410
  "optional": true,
@@ -185126,7 +185423,7 @@
185126
185423
  "immutable": true,
185127
185424
  "locationInModule": {
185128
185425
  "filename": "src/aws/notify/topic.ts",
185129
- "line": 105
185426
+ "line": 106
185130
185427
  },
185131
185428
  "name": "tracingConfig",
185132
185429
  "optional": true,
@@ -185224,7 +185521,7 @@
185224
185521
  "kind": "enum",
185225
185522
  "locationInModule": {
185226
185523
  "filename": "src/aws/notify/topic.ts",
185227
- "line": 206
185524
+ "line": 205
185228
185525
  },
185229
185526
  "members": [
185230
185527
  {
@@ -203605,6 +203902,6 @@
203605
203902
  "symbolId": "src/aws/storage/notification-targets/queue:QueueDestination"
203606
203903
  }
203607
203904
  },
203608
- "version": "0.2.2",
203609
- "fingerprint": "maEvwA66MTFvadooouov6gBTv8+aLNHLyfmotSe1MQw="
203905
+ "version": "0.2.3",
203906
+ "fingerprint": "2a9eFUyJ9NZqIJ8apbrDWyX2ygmtV1ceMVEXcFAsk2w="
203610
203907
  }