terraconstructs 0.0.21 → 0.0.23

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 (235) hide show
  1. package/.jsii +179 -131
  2. package/CLAUDE.md +160 -0
  3. package/go.mod +2 -2
  4. package/lib/aws/arn.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/ec2.js +1 -1
  9. package/lib/aws/cloudwatch/actions/lambda.js +1 -1
  10. package/lib/aws/cloudwatch/alarm-base.js +1 -1
  11. package/lib/aws/cloudwatch/alarm-rule.js +1 -1
  12. package/lib/aws/cloudwatch/alarm-status-widget.js +1 -1
  13. package/lib/aws/cloudwatch/alarm.js +1 -1
  14. package/lib/aws/cloudwatch/composite-alarm.js +1 -1
  15. package/lib/aws/cloudwatch/dashboard.js +1 -1
  16. package/lib/aws/cloudwatch/data-protection-policy.js +3 -3
  17. package/lib/aws/cloudwatch/graph.js +8 -8
  18. package/lib/aws/cloudwatch/layout.js +3 -3
  19. package/lib/aws/cloudwatch/log-destinations/kinesis.js +1 -1
  20. package/lib/aws/cloudwatch/log-destinations/lambda.js +1 -1
  21. package/lib/aws/cloudwatch/log-group.js +1 -1
  22. package/lib/aws/cloudwatch/log-query.js +1 -1
  23. package/lib/aws/cloudwatch/log-stream.js +1 -1
  24. package/lib/aws/cloudwatch/metric-filter.js +1 -1
  25. package/lib/aws/cloudwatch/metric.js +2 -2
  26. package/lib/aws/cloudwatch/pattern.js +3 -3
  27. package/lib/aws/cloudwatch/policy.js +1 -1
  28. package/lib/aws/cloudwatch/query-definition.js +2 -2
  29. package/lib/aws/cloudwatch/stats.js +1 -1
  30. package/lib/aws/cloudwatch/subscription-filter.js +1 -1
  31. package/lib/aws/cloudwatch/text.js +1 -1
  32. package/lib/aws/cloudwatch/variable.js +3 -3
  33. package/lib/aws/cloudwatch/widget.js +1 -1
  34. package/lib/aws/compute/activity.js +1 -1
  35. package/lib/aws/compute/alb/application-listener-action.js +1 -1
  36. package/lib/aws/compute/alb/application-listener-certificate.js +1 -1
  37. package/lib/aws/compute/alb/application-listener-rule.js +1 -1
  38. package/lib/aws/compute/alb/application-listener.js +1 -1
  39. package/lib/aws/compute/alb/application-load-balancer.js +1 -1
  40. package/lib/aws/compute/alb/application-target-group.js +1 -1
  41. package/lib/aws/compute/alb/conditions.js +1 -1
  42. package/lib/aws/compute/alb/trust-store-revocation.js +1 -1
  43. package/lib/aws/compute/alb/trust-store.js +1 -1
  44. package/lib/aws/compute/architecture.js +1 -1
  45. package/lib/aws/compute/aspects/require-imdsv2-aspect.js +2 -2
  46. package/lib/aws/compute/bastion-host.js +1 -1
  47. package/lib/aws/compute/chain.js +1 -1
  48. package/lib/aws/compute/client-vpn-authorization-rule.js +1 -1
  49. package/lib/aws/compute/client-vpn-endpoint.js +2 -2
  50. package/lib/aws/compute/client-vpn-route.js +2 -2
  51. package/lib/aws/compute/condition.js +1 -1
  52. package/lib/aws/compute/connections.js +1 -1
  53. package/lib/aws/compute/event-invoke-config.js +1 -1
  54. package/lib/aws/compute/event-source-filter.js +2 -2
  55. package/lib/aws/compute/event-source-mapping.js +1 -1
  56. package/lib/aws/compute/event-sources/s3-onfailure-destination.js +1 -1
  57. package/lib/aws/compute/event-sources/s3.js +1 -1
  58. package/lib/aws/compute/event-sources/sqs-dlq.js +1 -1
  59. package/lib/aws/compute/event-sources/sqs.js +1 -1
  60. package/lib/aws/compute/fields.js +4 -4
  61. package/lib/aws/compute/function-alias.js +1 -1
  62. package/lib/aws/compute/function-base.js +2 -2
  63. package/lib/aws/compute/function-destinations/event-bridge.js +1 -1
  64. package/lib/aws/compute/function-destinations/function.js +1 -1
  65. package/lib/aws/compute/function-destinations/sqs.js +1 -1
  66. package/lib/aws/compute/function-nodejs.js +1 -1
  67. package/lib/aws/compute/function-url.js +1 -1
  68. package/lib/aws/compute/function-vpc-config.generated.d.ts +3 -3
  69. package/lib/aws/compute/function-vpc-config.generated.js +1 -1
  70. package/lib/aws/compute/function.js +1 -1
  71. package/lib/aws/compute/instance-types.js +1 -1
  72. package/lib/aws/compute/instance.js +4 -20
  73. package/lib/aws/compute/ip-addresses.js +2 -2
  74. package/lib/aws/compute/ipam.js +1 -1
  75. package/lib/aws/compute/key-pair.js +1 -1
  76. package/lib/aws/compute/launch-template.js +2 -2
  77. package/lib/aws/compute/lb-shared/base-listener.js +1 -1
  78. package/lib/aws/compute/lb-shared/base-load-balancer.js +2 -2
  79. package/lib/aws/compute/lb-shared/base-target-group.js +1 -1
  80. package/lib/aws/compute/lb-shared/lb-listener-config.generated.d.ts +31 -31
  81. package/lib/aws/compute/lb-shared/lb-listener-config.generated.js +1 -1
  82. package/lib/aws/compute/lb-shared/lb-target-group-attachment-config.generated.d.ts +4 -4
  83. package/lib/aws/compute/lb-shared/lb-target-group-attachment-config.generated.js +1 -1
  84. package/lib/aws/compute/lb-shared/listener-certificate.js +1 -1
  85. package/lib/aws/compute/lb-shared/load-balancer-targets.js +2 -2
  86. package/lib/aws/compute/lb-targets/alb-target.js +3 -3
  87. package/lib/aws/compute/lb-targets/instance-target.js +2 -2
  88. package/lib/aws/compute/lb-targets/ip-target.js +1 -1
  89. package/lib/aws/compute/lb-targets/lambda-target.js +1 -1
  90. package/lib/aws/compute/load-balancer.js +3 -3
  91. package/lib/aws/compute/machine-image/amazon-linux-2022.js +2 -2
  92. package/lib/aws/compute/machine-image/amazon-linux-2023.js +2 -2
  93. package/lib/aws/compute/machine-image/amazon-linux2.js +2 -2
  94. package/lib/aws/compute/machine-image/common.js +1 -1
  95. package/lib/aws/compute/machine-image/machine-image.js +8 -8
  96. package/lib/aws/compute/nat.js +5 -5
  97. package/lib/aws/compute/network-acl-types.js +2 -2
  98. package/lib/aws/compute/network-acl.js +3 -3
  99. package/lib/aws/compute/nlb/network-listener-action.js +1 -1
  100. package/lib/aws/compute/nlb/network-listener.js +1 -1
  101. package/lib/aws/compute/nlb/network-load-balancer.js +1 -1
  102. package/lib/aws/compute/nlb/network-target-group.js +1 -1
  103. package/lib/aws/compute/peer.js +1 -1
  104. package/lib/aws/compute/placement-group.js +1 -1
  105. package/lib/aws/compute/port.js +1 -1
  106. package/lib/aws/compute/prefix-list.js +1 -1
  107. package/lib/aws/compute/private/ebs-util.js +22 -26
  108. package/lib/aws/compute/route.js +8 -8
  109. package/lib/aws/compute/security-group.js +1 -1
  110. package/lib/aws/compute/state-graph.js +1 -1
  111. package/lib/aws/compute/state-machine-fragment.js +1 -1
  112. package/lib/aws/compute/state-machine.js +4 -4
  113. package/lib/aws/compute/states/choice.js +1 -1
  114. package/lib/aws/compute/states/custom-state.js +1 -1
  115. package/lib/aws/compute/states/distributed-map/item-batcher.js +1 -1
  116. package/lib/aws/compute/states/distributed-map/item-reader.js +5 -5
  117. package/lib/aws/compute/states/distributed-map/result-writer.js +1 -1
  118. package/lib/aws/compute/states/distributed-map.js +1 -1
  119. package/lib/aws/compute/states/fail.js +1 -1
  120. package/lib/aws/compute/states/map-base.js +1 -1
  121. package/lib/aws/compute/states/map.js +1 -1
  122. package/lib/aws/compute/states/parallel.js +1 -1
  123. package/lib/aws/compute/states/pass.js +2 -2
  124. package/lib/aws/compute/states/state.js +1 -1
  125. package/lib/aws/compute/states/succeed.js +1 -1
  126. package/lib/aws/compute/states/task-base.js +2 -2
  127. package/lib/aws/compute/states/task.js +1 -1
  128. package/lib/aws/compute/states/wait.js +2 -2
  129. package/lib/aws/compute/subnet-v2.js +2 -2
  130. package/lib/aws/compute/subnet.js +1 -1
  131. package/lib/aws/compute/task-credentials.js +1 -1
  132. package/lib/aws/compute/task-input.js +1 -1
  133. package/lib/aws/compute/tasks/aws-sdk/call-aws-service.js +1 -1
  134. package/lib/aws/compute/tasks/eventbridge/put-events.js +1 -1
  135. package/lib/aws/compute/tasks/http/invoke.js +1 -1
  136. package/lib/aws/compute/tasks/lambda/invoke.js +1 -1
  137. package/lib/aws/compute/tasks/sqs/send-message.js +1 -1
  138. package/lib/aws/compute/tasks/stepfunctions/invoke-activity.js +1 -1
  139. package/lib/aws/compute/tasks/stepfunctions/start-execution.js +1 -1
  140. package/lib/aws/compute/types.js +1 -1
  141. package/lib/aws/compute/user-data.js +3 -3
  142. package/lib/aws/compute/volume.js +2 -2
  143. package/lib/aws/compute/vpc-endpoint-service.js +1 -1
  144. package/lib/aws/compute/vpc-endpoint.js +6 -6
  145. package/lib/aws/compute/vpc-flow-logs.js +4 -4
  146. package/lib/aws/compute/vpc-v2-base.js +1 -1
  147. package/lib/aws/compute/vpc-v2.js +2 -2
  148. package/lib/aws/compute/vpc.js +4 -4
  149. package/lib/aws/compute/vpn.js +3 -3
  150. package/lib/aws/edge/certificate.js +1 -1
  151. package/lib/aws/edge/distribution.js +3 -3
  152. package/lib/aws/edge/dns-alias-record-targets.js +3 -3
  153. package/lib/aws/edge/dns-record.js +13 -13
  154. package/lib/aws/edge/dns-zone.js +1 -1
  155. package/lib/aws/edge/function.js +2 -2
  156. package/lib/aws/edge/key-value-store.js +4 -4
  157. package/lib/aws/edge/origin.js +3 -3
  158. package/lib/aws/edge/response-headers-policy.js +1 -1
  159. package/lib/aws/encryption/alias.js +1 -1
  160. package/lib/aws/encryption/key.js +1 -1
  161. package/lib/aws/encryption/via-service-principal.js +1 -1
  162. package/lib/aws/iam/grant.js +2 -2
  163. package/lib/aws/iam/group.js +1 -1
  164. package/lib/aws/iam/instance-profile.js +1 -1
  165. package/lib/aws/iam/managed-policy.js +1 -1
  166. package/lib/aws/iam/oidc-provider.js +1 -1
  167. package/lib/aws/iam/policy-document-config.generated.d.ts +8 -8
  168. package/lib/aws/iam/policy-document-config.generated.js +1 -1
  169. package/lib/aws/iam/policy-document.js +1 -1
  170. package/lib/aws/iam/policy-statement-props.generated.d.ts +8 -8
  171. package/lib/aws/iam/policy-statement-props.generated.js +1 -1
  172. package/lib/aws/iam/policy-statement.js +1 -1
  173. package/lib/aws/iam/policy.js +1 -1
  174. package/lib/aws/iam/principals.js +20 -20
  175. package/lib/aws/iam/role.js +1 -1
  176. package/lib/aws/iam/saml-provider.js +2 -2
  177. package/lib/aws/iam/unknown-principal.js +1 -1
  178. package/lib/aws/iam/user.js +1 -1
  179. package/lib/aws/network/simple-ipv4-vpc.js +1 -1
  180. package/lib/aws/network/subnet-group.js +3 -3
  181. package/lib/aws/network/subnet.js +4 -4
  182. package/lib/aws/notify/archive.js +1 -1
  183. package/lib/aws/notify/connection.js +3 -3
  184. package/lib/aws/notify/event-bus.js +3 -3
  185. package/lib/aws/notify/event-pattern.js +1 -1
  186. package/lib/aws/notify/input.js +2 -2
  187. package/lib/aws/notify/kinesis-stream.js +1 -1
  188. package/lib/aws/notify/notification-rule.js +1 -1
  189. package/lib/aws/notify/policy.js +1 -1
  190. package/lib/aws/notify/queue-config.generated.d.ts +12 -12
  191. package/lib/aws/notify/queue-config.generated.js +1 -1
  192. package/lib/aws/notify/queue-policy.js +1 -1
  193. package/lib/aws/notify/queue.js +1 -1
  194. package/lib/aws/notify/resource-policy.js +1 -1
  195. package/lib/aws/notify/rule.js +1 -1
  196. package/lib/aws/notify/schedule.js +1 -1
  197. package/lib/aws/notify/subscription-filter.js +1 -1
  198. package/lib/aws/notify/subscription.js +4 -4
  199. package/lib/aws/notify/subscriptions/email.js +1 -1
  200. package/lib/aws/notify/subscriptions/lambda.js +1 -1
  201. package/lib/aws/notify/subscriptions/sms.js +1 -1
  202. package/lib/aws/notify/subscriptions/sqs.js +1 -1
  203. package/lib/aws/notify/subscriptions/url.js +1 -1
  204. package/lib/aws/notify/targets/event-bus.js +1 -1
  205. package/lib/aws/notify/targets/function.js +1 -1
  206. package/lib/aws/notify/targets/log-group.js +2 -2
  207. package/lib/aws/notify/targets/sqs.js +1 -1
  208. package/lib/aws/notify/targets/state-machine.js +1 -1
  209. package/lib/aws/notify/topic-base.js +1 -1
  210. package/lib/aws/notify/topic.js +1 -1
  211. package/lib/aws/provider-config.generated.d.ts +33 -33
  212. package/lib/aws/provider-config.generated.js +1 -1
  213. package/lib/aws/storage/bucket-notifications.js +1 -1
  214. package/lib/aws/storage/bucket-policy.js +1 -1
  215. package/lib/aws/storage/bucket-source.js +1 -1
  216. package/lib/aws/storage/bucket.js +2 -2
  217. package/lib/aws/storage/cors-config.generated.d.ts +3 -3
  218. package/lib/aws/storage/cors-config.generated.js +1 -1
  219. package/lib/aws/storage/cors-rule-config.generated.d.ts +5 -5
  220. package/lib/aws/storage/cors-rule-config.generated.js +1 -1
  221. package/lib/aws/storage/lifecycle-config.generated.d.ts +7 -7
  222. package/lib/aws/storage/lifecycle-config.generated.js +1 -1
  223. package/lib/aws/storage/notification-targets/function.js +1 -1
  224. package/lib/aws/storage/notification-targets/queue.js +1 -1
  225. package/lib/aws/storage/origin-access-identity.js +1 -1
  226. package/lib/aws/storage/parameter.js +2 -2
  227. package/lib/aws/storage/website-config.generated.d.ts +5 -5
  228. package/lib/aws/storage/website-config.generated.js +1 -1
  229. package/lib/construct-base.js +2 -2
  230. package/lib/duration.js +1 -1
  231. package/lib/expiration.js +1 -1
  232. package/lib/size.js +1 -1
  233. package/lib/stack-base.js +1 -1
  234. package/lib/terra-func.js +1 -1
  235. package/package.json +13 -13
package/.jsii CHANGED
@@ -12,12 +12,12 @@
12
12
  "mime-types": "^2.1.35"
13
13
  },
14
14
  "dependencies": {
15
- "@cdktf/provider-aws": "^19.54.0",
16
- "@cdktf/provider-cloudinit": "10.0.3",
17
- "@cdktf/provider-time": "^10.2.1",
18
- "@cdktf/provider-tls": "10.0.1",
19
- "cdktf": "^0.20.8",
20
- "constructs": "^10.3.0"
15
+ "@cdktf/provider-aws": "^20.1.0",
16
+ "@cdktf/provider-cloudinit": "^11.0.0",
17
+ "@cdktf/provider-time": "^11.0.0",
18
+ "@cdktf/provider-tls": "^11.0.0",
19
+ "cdktf": "^0.21.0",
20
+ "constructs": "^10.4.2"
21
21
  },
22
22
  "dependencyClosure": {
23
23
  "@cdktf/provider-aws": {
@@ -70,6 +70,7 @@
70
70
  "@cdktf/provider-aws.apiGatewayResource": {},
71
71
  "@cdktf/provider-aws.apiGatewayRestApi": {},
72
72
  "@cdktf/provider-aws.apiGatewayRestApiPolicy": {},
73
+ "@cdktf/provider-aws.apiGatewayRestApiPut": {},
73
74
  "@cdktf/provider-aws.apiGatewayStage": {},
74
75
  "@cdktf/provider-aws.apiGatewayUsagePlan": {},
75
76
  "@cdktf/provider-aws.apiGatewayUsagePlanKey": {},
@@ -141,6 +142,7 @@
141
142
  "@cdktf/provider-aws.appsyncResolver": {},
142
143
  "@cdktf/provider-aws.appsyncSourceApiAssociation": {},
143
144
  "@cdktf/provider-aws.appsyncType": {},
145
+ "@cdktf/provider-aws.athenaCapacityReservation": {},
144
146
  "@cdktf/provider-aws.athenaDataCatalog": {},
145
147
  "@cdktf/provider-aws.athenaDatabase": {},
146
148
  "@cdktf/provider-aws.athenaNamedQuery": {},
@@ -194,6 +196,7 @@
194
196
  "@cdktf/provider-aws.bedrockagentAgentKnowledgeBaseAssociation": {},
195
197
  "@cdktf/provider-aws.bedrockagentDataSource": {},
196
198
  "@cdktf/provider-aws.bedrockagentKnowledgeBase": {},
199
+ "@cdktf/provider-aws.bedrockagentPrompt": {},
197
200
  "@cdktf/provider-aws.budgetsBudget": {},
198
201
  "@cdktf/provider-aws.budgetsBudgetAction": {},
199
202
  "@cdktf/provider-aws.ceAnomalyMonitor": {},
@@ -242,6 +245,7 @@
242
245
  "@cdktf/provider-aws.cloudfrontResponseHeadersPolicy": {},
243
246
  "@cdktf/provider-aws.cloudfrontVpcOrigin": {},
244
247
  "@cdktf/provider-aws.cloudfrontkeyvaluestoreKey": {},
248
+ "@cdktf/provider-aws.cloudfrontkeyvaluestoreKeysExclusive": {},
245
249
  "@cdktf/provider-aws.cloudhsmV2Cluster": {},
246
250
  "@cdktf/provider-aws.cloudhsmV2Hsm": {},
247
251
  "@cdktf/provider-aws.cloudsearchDomain": {},
@@ -365,6 +369,7 @@
365
369
  "@cdktf/provider-aws.customerGateway": {},
366
370
  "@cdktf/provider-aws.customerprofilesDomain": {},
367
371
  "@cdktf/provider-aws.customerprofilesProfile": {},
372
+ "@cdktf/provider-aws.dataAwsAccountPrimaryContact": {},
368
373
  "@cdktf/provider-aws.dataAwsAcmCertificate": {},
369
374
  "@cdktf/provider-aws.dataAwsAcmpcaCertificate": {},
370
375
  "@cdktf/provider-aws.dataAwsAcmpcaCertificateAuthority": {},
@@ -374,6 +379,7 @@
374
379
  "@cdktf/provider-aws.dataAwsAmi": {},
375
380
  "@cdktf/provider-aws.dataAwsAmiIds": {},
376
381
  "@cdktf/provider-aws.dataAwsApiGatewayApiKey": {},
382
+ "@cdktf/provider-aws.dataAwsApiGatewayApiKeys": {},
377
383
  "@cdktf/provider-aws.dataAwsApiGatewayAuthorizer": {},
378
384
  "@cdktf/provider-aws.dataAwsApiGatewayAuthorizers": {},
379
385
  "@cdktf/provider-aws.dataAwsApiGatewayDomainName": {},
@@ -492,6 +498,7 @@
492
498
  "@cdktf/provider-aws.dataAwsCustomerGateway": {},
493
499
  "@cdktf/provider-aws.dataAwsDatapipelinePipeline": {},
494
500
  "@cdktf/provider-aws.dataAwsDatapipelinePipelineDefinition": {},
501
+ "@cdktf/provider-aws.dataAwsDatazoneDomain": {},
495
502
  "@cdktf/provider-aws.dataAwsDatazoneEnvironmentBlueprint": {},
496
503
  "@cdktf/provider-aws.dataAwsDbClusterSnapshot": {},
497
504
  "@cdktf/provider-aws.dataAwsDbEventCategories": {},
@@ -519,6 +526,7 @@
519
526
  "@cdktf/provider-aws.dataAwsDxRouterConfiguration": {},
520
527
  "@cdktf/provider-aws.dataAwsDynamodbTable": {},
521
528
  "@cdktf/provider-aws.dataAwsDynamodbTableItem": {},
529
+ "@cdktf/provider-aws.dataAwsDynamodbTables": {},
522
530
  "@cdktf/provider-aws.dataAwsEbsDefaultKmsKey": {},
523
531
  "@cdktf/provider-aws.dataAwsEbsEncryptionByDefault": {},
524
532
  "@cdktf/provider-aws.dataAwsEbsSnapshot": {},
@@ -591,6 +599,7 @@
591
599
  "@cdktf/provider-aws.dataAwsEksAddonVersion": {},
592
600
  "@cdktf/provider-aws.dataAwsEksCluster": {},
593
601
  "@cdktf/provider-aws.dataAwsEksClusterAuth": {},
602
+ "@cdktf/provider-aws.dataAwsEksClusterVersions": {},
594
603
  "@cdktf/provider-aws.dataAwsEksClusters": {},
595
604
  "@cdktf/provider-aws.dataAwsEksNodeGroup": {},
596
605
  "@cdktf/provider-aws.dataAwsEksNodeGroups": {},
@@ -610,6 +619,7 @@
610
619
  "@cdktf/provider-aws.dataAwsEmrReleaseLabels": {},
611
620
  "@cdktf/provider-aws.dataAwsEmrSupportedInstanceTypes": {},
612
621
  "@cdktf/provider-aws.dataAwsEmrcontainersVirtualCluster": {},
622
+ "@cdktf/provider-aws.dataAwsFisExperimentTemplates": {},
613
623
  "@cdktf/provider-aws.dataAwsFsxOntapFileSystem": {},
614
624
  "@cdktf/provider-aws.dataAwsFsxOntapStorageVirtualMachine": {},
615
625
  "@cdktf/provider-aws.dataAwsFsxOntapStorageVirtualMachines": {},
@@ -643,8 +653,10 @@
643
653
  "@cdktf/provider-aws.dataAwsIamUserSshKey": {},
644
654
  "@cdktf/provider-aws.dataAwsIamUsers": {},
645
655
  "@cdktf/provider-aws.dataAwsIdentitystoreGroup": {},
656
+ "@cdktf/provider-aws.dataAwsIdentitystoreGroupMemberships": {},
646
657
  "@cdktf/provider-aws.dataAwsIdentitystoreGroups": {},
647
658
  "@cdktf/provider-aws.dataAwsIdentitystoreUser": {},
659
+ "@cdktf/provider-aws.dataAwsIdentitystoreUsers": {},
648
660
  "@cdktf/provider-aws.dataAwsImagebuilderComponent": {},
649
661
  "@cdktf/provider-aws.dataAwsImagebuilderComponents": {},
650
662
  "@cdktf/provider-aws.dataAwsImagebuilderContainerRecipe": {},
@@ -928,6 +940,7 @@
928
940
  "@cdktf/provider-aws.dataAwsVpc": {},
929
941
  "@cdktf/provider-aws.dataAwsVpcDhcpOptions": {},
930
942
  "@cdktf/provider-aws.dataAwsVpcEndpoint": {},
943
+ "@cdktf/provider-aws.dataAwsVpcEndpointAssociations": {},
931
944
  "@cdktf/provider-aws.dataAwsVpcEndpointService": {},
932
945
  "@cdktf/provider-aws.dataAwsVpcIpam": {},
933
946
  "@cdktf/provider-aws.dataAwsVpcIpamPool": {},
@@ -965,7 +978,9 @@
965
978
  "@cdktf/provider-aws.dataAwsWorkspacesImage": {},
966
979
  "@cdktf/provider-aws.dataAwsWorkspacesWorkspace": {},
967
980
  "@cdktf/provider-aws.dataexchangeDataSet": {},
981
+ "@cdktf/provider-aws.dataexchangeEventAction": {},
968
982
  "@cdktf/provider-aws.dataexchangeRevision": {},
983
+ "@cdktf/provider-aws.dataexchangeRevisionAssets": {},
969
984
  "@cdktf/provider-aws.datapipelinePipeline": {},
970
985
  "@cdktf/provider-aws.datapipelinePipelineDefinition": {},
971
986
  "@cdktf/provider-aws.datasyncAgent": {},
@@ -1055,6 +1070,8 @@
1055
1070
  "@cdktf/provider-aws.docdbSubnetGroup": {},
1056
1071
  "@cdktf/provider-aws.docdbelasticCluster": {},
1057
1072
  "@cdktf/provider-aws.drsReplicationConfigurationTemplate": {},
1073
+ "@cdktf/provider-aws.dsqlCluster": {},
1074
+ "@cdktf/provider-aws.dsqlClusterPeering": {},
1058
1075
  "@cdktf/provider-aws.dxBgpPeer": {},
1059
1076
  "@cdktf/provider-aws.dxConnection": {},
1060
1077
  "@cdktf/provider-aws.dxConnectionAssociation": {},
@@ -1099,6 +1116,7 @@
1099
1116
  "@cdktf/provider-aws.ec2ClientVpnEndpoint": {},
1100
1117
  "@cdktf/provider-aws.ec2ClientVpnNetworkAssociation": {},
1101
1118
  "@cdktf/provider-aws.ec2ClientVpnRoute": {},
1119
+ "@cdktf/provider-aws.ec2DefaultCreditSpecification": {},
1102
1120
  "@cdktf/provider-aws.ec2Fleet": {},
1103
1121
  "@cdktf/provider-aws.ec2Host": {},
1104
1122
  "@cdktf/provider-aws.ec2ImageBlockPublicAccess": {},
@@ -1338,6 +1356,7 @@
1338
1356
  "@cdktf/provider-aws.imagebuilderWorkflow": {},
1339
1357
  "@cdktf/provider-aws.inspector2DelegatedAdminAccount": {},
1340
1358
  "@cdktf/provider-aws.inspector2Enabler": {},
1359
+ "@cdktf/provider-aws.inspector2Filter": {},
1341
1360
  "@cdktf/provider-aws.inspector2MemberAssociation": {},
1342
1361
  "@cdktf/provider-aws.inspector2OrganizationConfiguration": {},
1343
1362
  "@cdktf/provider-aws.inspectorAssessmentTarget": {},
@@ -1400,6 +1419,7 @@
1400
1419
  "@cdktf/provider-aws.lakeformationDataCellsFilter": {},
1401
1420
  "@cdktf/provider-aws.lakeformationDataLakeSettings": {},
1402
1421
  "@cdktf/provider-aws.lakeformationLfTag": {},
1422
+ "@cdktf/provider-aws.lakeformationOptIn": {},
1403
1423
  "@cdktf/provider-aws.lakeformationPermissions": {},
1404
1424
  "@cdktf/provider-aws.lakeformationResource": {},
1405
1425
  "@cdktf/provider-aws.lakeformationResourceLfTag": {},
@@ -1486,6 +1506,7 @@
1486
1506
  "@cdktf/provider-aws.macie2InvitationAccepter": {},
1487
1507
  "@cdktf/provider-aws.macie2Member": {},
1488
1508
  "@cdktf/provider-aws.macie2OrganizationAdminAccount": {},
1509
+ "@cdktf/provider-aws.macie2OrganizationConfiguration": {},
1489
1510
  "@cdktf/provider-aws.mainRouteTableAssociation": {},
1490
1511
  "@cdktf/provider-aws.mediaConvertQueue": {},
1491
1512
  "@cdktf/provider-aws.mediaPackageChannel": {},
@@ -1528,11 +1549,13 @@
1528
1549
  "@cdktf/provider-aws.neptuneGlobalCluster": {},
1529
1550
  "@cdktf/provider-aws.neptuneParameterGroup": {},
1530
1551
  "@cdktf/provider-aws.neptuneSubnetGroup": {},
1552
+ "@cdktf/provider-aws.neptunegraphGraph": {},
1531
1553
  "@cdktf/provider-aws.networkAcl": {},
1532
1554
  "@cdktf/provider-aws.networkAclAssociation": {},
1533
1555
  "@cdktf/provider-aws.networkAclRule": {},
1534
1556
  "@cdktf/provider-aws.networkInterface": {},
1535
1557
  "@cdktf/provider-aws.networkInterfaceAttachment": {},
1558
+ "@cdktf/provider-aws.networkInterfacePermission": {},
1536
1559
  "@cdktf/provider-aws.networkInterfaceSgAttachment": {},
1537
1560
  "@cdktf/provider-aws.networkfirewallFirewall": {},
1538
1561
  "@cdktf/provider-aws.networkfirewallFirewallPolicy": {},
@@ -1561,6 +1584,11 @@
1561
1584
  "@cdktf/provider-aws.networkmanagerVpcAttachment": {},
1562
1585
  "@cdktf/provider-aws.networkmonitorMonitor": {},
1563
1586
  "@cdktf/provider-aws.networkmonitorProbe": {},
1587
+ "@cdktf/provider-aws.notificationsChannelAssociation": {},
1588
+ "@cdktf/provider-aws.notificationsEventRule": {},
1589
+ "@cdktf/provider-aws.notificationsNotificationConfiguration": {},
1590
+ "@cdktf/provider-aws.notificationsNotificationHub": {},
1591
+ "@cdktf/provider-aws.notificationscontactsEmailContact": {},
1564
1592
  "@cdktf/provider-aws.oamLink": {},
1565
1593
  "@cdktf/provider-aws.oamSink": {},
1566
1594
  "@cdktf/provider-aws.oamSinkPolicy": {},
@@ -1627,11 +1655,13 @@
1627
1655
  "@cdktf/provider-aws.prometheusRuleGroupNamespace": {},
1628
1656
  "@cdktf/provider-aws.prometheusScraper": {},
1629
1657
  "@cdktf/provider-aws.prometheusWorkspace": {},
1658
+ "@cdktf/provider-aws.prometheusWorkspaceConfiguration": {},
1630
1659
  "@cdktf/provider-aws.provider": {},
1631
1660
  "@cdktf/provider-aws.proxyProtocolPolicy": {},
1632
1661
  "@cdktf/provider-aws.qbusinessApplication": {},
1633
1662
  "@cdktf/provider-aws.qldbLedger": {},
1634
1663
  "@cdktf/provider-aws.qldbStream": {},
1664
+ "@cdktf/provider-aws.quicksightAccountSettings": {},
1635
1665
  "@cdktf/provider-aws.quicksightAccountSubscription": {},
1636
1666
  "@cdktf/provider-aws.quicksightAnalysis": {},
1637
1667
  "@cdktf/provider-aws.quicksightDashboard": {},
@@ -1645,6 +1675,7 @@
1645
1675
  "@cdktf/provider-aws.quicksightIngestion": {},
1646
1676
  "@cdktf/provider-aws.quicksightNamespace": {},
1647
1677
  "@cdktf/provider-aws.quicksightRefreshSchedule": {},
1678
+ "@cdktf/provider-aws.quicksightRoleMembership": {},
1648
1679
  "@cdktf/provider-aws.quicksightTemplate": {},
1649
1680
  "@cdktf/provider-aws.quicksightTemplateAlias": {},
1650
1681
  "@cdktf/provider-aws.quicksightTheme": {},
@@ -1670,6 +1701,7 @@
1670
1701
  "@cdktf/provider-aws.rdsInstanceState": {},
1671
1702
  "@cdktf/provider-aws.rdsIntegration": {},
1672
1703
  "@cdktf/provider-aws.rdsReservedInstance": {},
1704
+ "@cdktf/provider-aws.rdsShardGroup": {},
1673
1705
  "@cdktf/provider-aws.redshiftAuthenticationProfile": {},
1674
1706
  "@cdktf/provider-aws.redshiftCluster": {},
1675
1707
  "@cdktf/provider-aws.redshiftClusterIamRoles": {},
@@ -1681,6 +1713,7 @@
1681
1713
  "@cdktf/provider-aws.redshiftEventSubscription": {},
1682
1714
  "@cdktf/provider-aws.redshiftHsmClientCertificate": {},
1683
1715
  "@cdktf/provider-aws.redshiftHsmConfiguration": {},
1716
+ "@cdktf/provider-aws.redshiftIntegration": {},
1684
1717
  "@cdktf/provider-aws.redshiftLogging": {},
1685
1718
  "@cdktf/provider-aws.redshiftParameterGroup": {},
1686
1719
  "@cdktf/provider-aws.redshiftPartner": {},
@@ -1725,6 +1758,7 @@
1725
1758
  "@cdktf/provider-aws.route53ProfilesResourceAssociation": {},
1726
1759
  "@cdktf/provider-aws.route53QueryLog": {},
1727
1760
  "@cdktf/provider-aws.route53Record": {},
1761
+ "@cdktf/provider-aws.route53RecordsExclusive": {},
1728
1762
  "@cdktf/provider-aws.route53RecoverycontrolconfigCluster": {},
1729
1763
  "@cdktf/provider-aws.route53RecoverycontrolconfigControlPanel": {},
1730
1764
  "@cdktf/provider-aws.route53RecoverycontrolconfigRoutingControl": {},
@@ -1785,6 +1819,7 @@
1785
1819
  "@cdktf/provider-aws.s3ControlBucket": {},
1786
1820
  "@cdktf/provider-aws.s3ControlBucketLifecycleConfiguration": {},
1787
1821
  "@cdktf/provider-aws.s3ControlBucketPolicy": {},
1822
+ "@cdktf/provider-aws.s3ControlDirectoryBucketAccessPointScope": {},
1788
1823
  "@cdktf/provider-aws.s3ControlMultiRegionAccessPoint": {},
1789
1824
  "@cdktf/provider-aws.s3ControlMultiRegionAccessPointPolicy": {},
1790
1825
  "@cdktf/provider-aws.s3ControlObjectLambdaAccessPoint": {},
@@ -2047,6 +2082,11 @@
2047
2082
  "@cdktf/provider-aws.vpcPeeringConnection": {},
2048
2083
  "@cdktf/provider-aws.vpcPeeringConnectionAccepter": {},
2049
2084
  "@cdktf/provider-aws.vpcPeeringConnectionOptions": {},
2085
+ "@cdktf/provider-aws.vpcRouteServer": {},
2086
+ "@cdktf/provider-aws.vpcRouteServerEndpoint": {},
2087
+ "@cdktf/provider-aws.vpcRouteServerPeer": {},
2088
+ "@cdktf/provider-aws.vpcRouteServerPropagation": {},
2089
+ "@cdktf/provider-aws.vpcRouteServerVpcAssociation": {},
2050
2090
  "@cdktf/provider-aws.vpcSecurityGroupEgressRule": {},
2051
2091
  "@cdktf/provider-aws.vpcSecurityGroupIngressRule": {},
2052
2092
  "@cdktf/provider-aws.vpcSecurityGroupVpcAssociation": {},
@@ -2094,6 +2134,7 @@
2094
2134
  "@cdktf/provider-aws.wafregionalWebAcl": {},
2095
2135
  "@cdktf/provider-aws.wafregionalWebAclAssociation": {},
2096
2136
  "@cdktf/provider-aws.wafregionalXssMatchSet": {},
2137
+ "@cdktf/provider-aws.wafv2ApiKey": {},
2097
2138
  "@cdktf/provider-aws.wafv2IpSet": {},
2098
2139
  "@cdktf/provider-aws.wafv2RegexPatternSet": {},
2099
2140
  "@cdktf/provider-aws.wafv2RuleGroup": {},
@@ -2106,8 +2147,15 @@
2106
2147
  "@cdktf/provider-aws.workspacesDirectory": {},
2107
2148
  "@cdktf/provider-aws.workspacesIpGroup": {},
2108
2149
  "@cdktf/provider-aws.workspacesWorkspace": {},
2150
+ "@cdktf/provider-aws.workspaceswebBrowserSettings": {},
2151
+ "@cdktf/provider-aws.workspaceswebDataProtectionSettings": {},
2152
+ "@cdktf/provider-aws.workspaceswebIpAccessSettings": {},
2153
+ "@cdktf/provider-aws.workspaceswebNetworkSettings": {},
2154
+ "@cdktf/provider-aws.workspaceswebUserAccessLoggingSettings": {},
2155
+ "@cdktf/provider-aws.workspaceswebUserSettings": {},
2109
2156
  "@cdktf/provider-aws.xrayEncryptionConfig": {},
2110
2157
  "@cdktf/provider-aws.xrayGroup": {},
2158
+ "@cdktf/provider-aws.xrayResourcePolicy": {},
2111
2159
  "@cdktf/provider-aws.xraySamplingRule": {}
2112
2160
  },
2113
2161
  "targets": {
@@ -5771,7 +5819,7 @@
5771
5819
  {
5772
5820
  "abstract": true,
5773
5821
  "docs": {
5774
- "remarks": "You can retrieve this from the 'Security & Credentials' section of the AWS console.\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs#access_key AwsProvider#access_key}",
5822
+ "remarks": "You can retrieve this from the 'Security & Credentials' section of the AWS console.\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs#access_key AwsProvider#access_key}",
5775
5823
  "stability": "stable",
5776
5824
  "summary": "The access key for API operations."
5777
5825
  },
@@ -5790,7 +5838,7 @@
5790
5838
  "abstract": true,
5791
5839
  "docs": {
5792
5840
  "stability": "stable",
5793
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs#allowed_account_ids AwsProvider#allowed_account_ids}."
5841
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs#allowed_account_ids AwsProvider#allowed_account_ids}."
5794
5842
  },
5795
5843
  "immutable": true,
5796
5844
  "locationInModule": {
@@ -5811,7 +5859,7 @@
5811
5859
  {
5812
5860
  "abstract": true,
5813
5861
  "docs": {
5814
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs#assume_role AwsProvider#assume_role}",
5862
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs#assume_role AwsProvider#assume_role}",
5815
5863
  "stability": "stable",
5816
5864
  "summary": "assume_role block."
5817
5865
  },
@@ -5843,7 +5891,7 @@
5843
5891
  {
5844
5892
  "abstract": true,
5845
5893
  "docs": {
5846
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs#assume_role_with_web_identity AwsProvider#assume_role_with_web_identity}",
5894
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs#assume_role_with_web_identity AwsProvider#assume_role_with_web_identity}",
5847
5895
  "stability": "stable",
5848
5896
  "summary": "assume_role_with_web_identity block."
5849
5897
  },
@@ -5875,7 +5923,7 @@
5875
5923
  {
5876
5924
  "abstract": true,
5877
5925
  "docs": {
5878
- "remarks": "Can also be configured using the `AWS_CA_BUNDLE` environment variable. (Setting `ca_bundle` in the shared config file is not supported.)\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs#custom_ca_bundle AwsProvider#custom_ca_bundle}",
5926
+ "remarks": "Can also be configured using the `AWS_CA_BUNDLE` environment variable. (Setting `ca_bundle` in the shared config file is not supported.)\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs#custom_ca_bundle AwsProvider#custom_ca_bundle}",
5879
5927
  "stability": "stable",
5880
5928
  "summary": "File containing custom root and intermediate certificates."
5881
5929
  },
@@ -5893,7 +5941,7 @@
5893
5941
  {
5894
5942
  "abstract": true,
5895
5943
  "docs": {
5896
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs#default_tags AwsProvider#default_tags}",
5944
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs#default_tags AwsProvider#default_tags}",
5897
5945
  "stability": "stable",
5898
5946
  "summary": "default_tags block."
5899
5947
  },
@@ -5925,7 +5973,7 @@
5925
5973
  {
5926
5974
  "abstract": true,
5927
5975
  "docs": {
5928
- "remarks": "Can also be configured using the `AWS_EC2_METADATA_SERVICE_ENDPOINT` environment variable.\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs#ec2_metadata_service_endpoint AwsProvider#ec2_metadata_service_endpoint}",
5976
+ "remarks": "Can also be configured using the `AWS_EC2_METADATA_SERVICE_ENDPOINT` environment variable.\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs#ec2_metadata_service_endpoint AwsProvider#ec2_metadata_service_endpoint}",
5929
5977
  "stability": "stable",
5930
5978
  "summary": "Address of the EC2 metadata service endpoint to use."
5931
5979
  },
@@ -5944,7 +5992,7 @@
5944
5992
  "abstract": true,
5945
5993
  "docs": {
5946
5994
  "stability": "stable",
5947
- "summary": "Protocol to use with EC2 metadata service endpoint.Valid values are `IPv4` and `IPv6`. Can also be configured using the `AWS_EC2_METADATA_SERVICE_ENDPOINT_MODE` environment variable. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs#ec2_metadata_service_endpoint_mode AwsProvider#ec2_metadata_service_endpoint_mode}."
5995
+ "summary": "Protocol to use with EC2 metadata service endpoint.Valid values are `IPv4` and `IPv6`. Can also be configured using the `AWS_EC2_METADATA_SERVICE_ENDPOINT_MODE` environment variable. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs#ec2_metadata_service_endpoint_mode AwsProvider#ec2_metadata_service_endpoint_mode}."
5948
5996
  },
5949
5997
  "immutable": true,
5950
5998
  "locationInModule": {
@@ -5960,7 +6008,7 @@
5960
6008
  {
5961
6009
  "abstract": true,
5962
6010
  "docs": {
5963
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs#endpoints AwsProvider#endpoints}",
6011
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs#endpoints AwsProvider#endpoints}",
5964
6012
  "stability": "stable",
5965
6013
  "summary": "endpoints block."
5966
6014
  },
@@ -5993,7 +6041,7 @@
5993
6041
  "abstract": true,
5994
6042
  "docs": {
5995
6043
  "stability": "stable",
5996
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs#forbidden_account_ids AwsProvider#forbidden_account_ids}."
6044
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs#forbidden_account_ids AwsProvider#forbidden_account_ids}."
5997
6045
  },
5998
6046
  "immutable": true,
5999
6047
  "locationInModule": {
@@ -6014,7 +6062,7 @@
6014
6062
  {
6015
6063
  "abstract": true,
6016
6064
  "docs": {
6017
- "remarks": "Can also be set using the `HTTP_PROXY` or `http_proxy` environment variables.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs#http_proxy AwsProvider#http_proxy}",
6065
+ "remarks": "Can also be set using the `HTTP_PROXY` or `http_proxy` environment variables.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs#http_proxy AwsProvider#http_proxy}",
6018
6066
  "stability": "stable",
6019
6067
  "summary": "URL of a proxy to use for HTTP requests when accessing the AWS API."
6020
6068
  },
@@ -6032,7 +6080,7 @@
6032
6080
  {
6033
6081
  "abstract": true,
6034
6082
  "docs": {
6035
- "remarks": "Can also be set using the `HTTPS_PROXY` or `https_proxy` environment variables.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs#https_proxy AwsProvider#https_proxy}",
6083
+ "remarks": "Can also be set using the `HTTPS_PROXY` or `https_proxy` environment variables.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs#https_proxy AwsProvider#https_proxy}",
6036
6084
  "stability": "stable",
6037
6085
  "summary": "URL of a proxy to use for HTTPS requests when accessing the AWS API."
6038
6086
  },
@@ -6050,7 +6098,7 @@
6050
6098
  {
6051
6099
  "abstract": true,
6052
6100
  "docs": {
6053
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs#ignore_tags AwsProvider#ignore_tags}",
6101
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs#ignore_tags AwsProvider#ignore_tags}",
6054
6102
  "stability": "stable",
6055
6103
  "summary": "ignore_tags block."
6056
6104
  },
@@ -6082,7 +6130,7 @@
6082
6130
  {
6083
6131
  "abstract": true,
6084
6132
  "docs": {
6085
- "remarks": "If omitted, default value is `false`.\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs#insecure AwsProvider#insecure}",
6133
+ "remarks": "If omitted, default value is `false`.\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs#insecure AwsProvider#insecure}",
6086
6134
  "stability": "stable",
6087
6135
  "summary": "Explicitly allow the provider to perform \"insecure\" SSL requests."
6088
6136
  },
@@ -6109,7 +6157,7 @@
6109
6157
  {
6110
6158
  "abstract": true,
6111
6159
  "docs": {
6112
- "remarks": "If the API request still fails, an error is\nthrown.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs#max_retries AwsProvider#max_retries}",
6160
+ "remarks": "If the API request still fails, an error is\nthrown.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs#max_retries AwsProvider#max_retries}",
6113
6161
  "stability": "stable",
6114
6162
  "summary": "The maximum number of times an AWS API request is being executed."
6115
6163
  },
@@ -6127,7 +6175,7 @@
6127
6175
  {
6128
6176
  "abstract": true,
6129
6177
  "docs": {
6130
- "remarks": "Can also be set using the `NO_PROXY` or `no_proxy` environment variables.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs#no_proxy AwsProvider#no_proxy}",
6178
+ "remarks": "Can also be set using the `NO_PROXY` or `no_proxy` environment variables.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs#no_proxy AwsProvider#no_proxy}",
6131
6179
  "stability": "stable",
6132
6180
  "summary": "Comma-separated list of hosts that should not use HTTP or HTTPS proxies."
6133
6181
  },
@@ -6145,7 +6193,7 @@
6145
6193
  {
6146
6194
  "abstract": true,
6147
6195
  "docs": {
6148
- "remarks": "If not set, the default profile created with `aws configure` will be used.\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs#profile AwsProvider#profile}",
6196
+ "remarks": "If not set, the default profile created with `aws configure` will be used.\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs#profile AwsProvider#profile}",
6149
6197
  "stability": "stable",
6150
6198
  "summary": "The profile for API operations."
6151
6199
  },
@@ -6163,7 +6211,7 @@
6163
6211
  {
6164
6212
  "abstract": true,
6165
6213
  "docs": {
6166
- "remarks": "Examples are us-east-1, us-west-2, etc.\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs#region AwsProvider#region}",
6214
+ "remarks": "Examples are us-east-1, us-west-2, etc.\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs#region AwsProvider#region}",
6167
6215
  "stability": "stable",
6168
6216
  "summary": "The region where AWS operations will take place."
6169
6217
  },
@@ -6181,7 +6229,7 @@
6181
6229
  {
6182
6230
  "abstract": true,
6183
6231
  "docs": {
6184
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs#retry_mode AwsProvider#retry_mode}",
6232
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs#retry_mode AwsProvider#retry_mode}",
6185
6233
  "stability": "stable",
6186
6234
  "summary": "Specifies how retries are attempted. Valid values are `standard` and `adaptive`. Can also be configured using the `AWS_RETRY_MODE` environment variable."
6187
6235
  },
@@ -6199,7 +6247,7 @@
6199
6247
  {
6200
6248
  "abstract": true,
6201
6249
  "docs": {
6202
- "remarks": "Valid values are `legacy` or `regional`. Can also be configured using the `AWS_S3_US_EAST_1_REGIONAL_ENDPOINT` environment variable or the `s3_us_east_1_regional_endpoint` shared config file parameter\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs#s3_us_east_1_regional_endpoint AwsProvider#s3_us_east_1_regional_endpoint}",
6250
+ "remarks": "Valid values are `legacy` or `regional`. Can also be configured using the `AWS_S3_US_EAST_1_REGIONAL_ENDPOINT` environment variable or the `s3_us_east_1_regional_endpoint` shared config file parameter\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs#s3_us_east_1_regional_endpoint AwsProvider#s3_us_east_1_regional_endpoint}",
6203
6251
  "stability": "stable",
6204
6252
  "summary": "Specifies whether S3 API calls in the `us-east-1` region use the legacy global endpoint or a regional endpoint."
6205
6253
  },
@@ -6218,7 +6266,7 @@
6218
6266
  "abstract": true,
6219
6267
  "docs": {
6220
6268
  "stability": "stable",
6221
- "summary": "Set this to true to enable the request to use path-style addressing, i.e., https://s3.amazonaws.com/BUCKET/KEY. By default, the S3 client will use virtual hosted bucket addressing when possible (https://BUCKET.s3.amazonaws.com/KEY). Specific to the Amazon S3 service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs#s3_use_path_style AwsProvider#s3_use_path_style}."
6269
+ "summary": "Set this to true to enable the request to use path-style addressing, i.e., https://s3.amazonaws.com/BUCKET/KEY. By default, the S3 client will use virtual hosted bucket addressing when possible (https://BUCKET.s3.amazonaws.com/KEY). Specific to the Amazon S3 service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs#s3_use_path_style AwsProvider#s3_use_path_style}."
6222
6270
  },
6223
6271
  "immutable": true,
6224
6272
  "locationInModule": {
@@ -6243,7 +6291,7 @@
6243
6291
  {
6244
6292
  "abstract": true,
6245
6293
  "docs": {
6246
- "remarks": "You can retrieve this from the 'Security & Credentials' section of the AWS console.\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs#secret_key AwsProvider#secret_key}",
6294
+ "remarks": "You can retrieve this from the 'Security & Credentials' section of the AWS console.\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs#secret_key AwsProvider#secret_key}",
6247
6295
  "stability": "stable",
6248
6296
  "summary": "The secret key for API operations."
6249
6297
  },
@@ -6261,7 +6309,7 @@
6261
6309
  {
6262
6310
  "abstract": true,
6263
6311
  "docs": {
6264
- "remarks": "If not set, defaults to [~/.aws/config].\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs#shared_config_files AwsProvider#shared_config_files}",
6312
+ "remarks": "If not set, defaults to [~/.aws/config].\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs#shared_config_files AwsProvider#shared_config_files}",
6265
6313
  "stability": "stable",
6266
6314
  "summary": "List of paths to shared config files."
6267
6315
  },
@@ -6284,7 +6332,7 @@
6284
6332
  {
6285
6333
  "abstract": true,
6286
6334
  "docs": {
6287
- "remarks": "If not set, defaults to [~/.aws/credentials].\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs#shared_credentials_files AwsProvider#shared_credentials_files}",
6335
+ "remarks": "If not set, defaults to [~/.aws/credentials].\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs#shared_credentials_files AwsProvider#shared_credentials_files}",
6288
6336
  "stability": "stable",
6289
6337
  "summary": "List of paths to shared credentials files."
6290
6338
  },
@@ -6307,7 +6355,7 @@
6307
6355
  {
6308
6356
  "abstract": true,
6309
6357
  "docs": {
6310
- "remarks": "Used for AWS API implementations that do not have STS available/implemented.\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs#skip_credentials_validation AwsProvider#skip_credentials_validation}",
6358
+ "remarks": "Used for AWS API implementations that do not have STS available/implemented.\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs#skip_credentials_validation AwsProvider#skip_credentials_validation}",
6311
6359
  "stability": "stable",
6312
6360
  "summary": "Skip the credentials validation via STS API."
6313
6361
  },
@@ -6334,7 +6382,7 @@
6334
6382
  {
6335
6383
  "abstract": true,
6336
6384
  "docs": {
6337
- "remarks": "Used for AWS API implementations that do not have a metadata api endpoint.\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs#skip_metadata_api_check AwsProvider#skip_metadata_api_check}",
6385
+ "remarks": "Used for AWS API implementations that do not have a metadata api endpoint.\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs#skip_metadata_api_check AwsProvider#skip_metadata_api_check}",
6338
6386
  "stability": "stable",
6339
6387
  "summary": "Skip the AWS Metadata API check."
6340
6388
  },
@@ -6352,7 +6400,7 @@
6352
6400
  {
6353
6401
  "abstract": true,
6354
6402
  "docs": {
6355
- "remarks": "Used by users of alternative AWS-like APIs or users w/ access to regions that are not public (yet).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs#skip_region_validation AwsProvider#skip_region_validation}",
6403
+ "remarks": "Used by users of alternative AWS-like APIs or users w/ access to regions that are not public (yet).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs#skip_region_validation AwsProvider#skip_region_validation}",
6356
6404
  "stability": "stable",
6357
6405
  "summary": "Skip static validation of region name."
6358
6406
  },
@@ -6379,7 +6427,7 @@
6379
6427
  {
6380
6428
  "abstract": true,
6381
6429
  "docs": {
6382
- "remarks": "Used for AWS API implementations that do not have IAM/STS API and/or metadata API.\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs#skip_requesting_account_id AwsProvider#skip_requesting_account_id}",
6430
+ "remarks": "Used for AWS API implementations that do not have IAM/STS API and/or metadata API.\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs#skip_requesting_account_id AwsProvider#skip_requesting_account_id}",
6383
6431
  "stability": "stable",
6384
6432
  "summary": "Skip requesting the account ID."
6385
6433
  },
@@ -6406,7 +6454,7 @@
6406
6454
  {
6407
6455
  "abstract": true,
6408
6456
  "docs": {
6409
- "remarks": "Examples are us-east-1 and us-west-2.\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs#sts_region AwsProvider#sts_region}",
6457
+ "remarks": "Examples are us-east-1 and us-west-2.\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs#sts_region AwsProvider#sts_region}",
6410
6458
  "stability": "stable",
6411
6459
  "summary": "The region where AWS STS operations will take place."
6412
6460
  },
@@ -6424,7 +6472,7 @@
6424
6472
  {
6425
6473
  "abstract": true,
6426
6474
  "docs": {
6427
- "remarks": "A session token is only required if you are using temporary security credentials.\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs#token AwsProvider#token}",
6475
+ "remarks": "A session token is only required if you are using temporary security credentials.\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs#token AwsProvider#token}",
6428
6476
  "stability": "stable",
6429
6477
  "summary": "session token."
6430
6478
  },
@@ -6442,7 +6490,7 @@
6442
6490
  {
6443
6491
  "abstract": true,
6444
6492
  "docs": {
6445
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs#token_bucket_rate_limiter_capacity AwsProvider#token_bucket_rate_limiter_capacity}",
6493
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs#token_bucket_rate_limiter_capacity AwsProvider#token_bucket_rate_limiter_capacity}",
6446
6494
  "stability": "stable",
6447
6495
  "summary": "The capacity of the AWS SDK's token bucket rate limiter."
6448
6496
  },
@@ -6460,7 +6508,7 @@
6460
6508
  {
6461
6509
  "abstract": true,
6462
6510
  "docs": {
6463
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs#use_dualstack_endpoint AwsProvider#use_dualstack_endpoint}",
6511
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs#use_dualstack_endpoint AwsProvider#use_dualstack_endpoint}",
6464
6512
  "stability": "stable",
6465
6513
  "summary": "Resolve an endpoint with DualStack capability."
6466
6514
  },
@@ -6487,7 +6535,7 @@
6487
6535
  {
6488
6536
  "abstract": true,
6489
6537
  "docs": {
6490
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs#use_fips_endpoint AwsProvider#use_fips_endpoint}",
6538
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs#use_fips_endpoint AwsProvider#use_fips_endpoint}",
6491
6539
  "stability": "stable",
6492
6540
  "summary": "Resolve an endpoint with FIPS capability."
6493
6541
  },
@@ -53242,7 +53290,7 @@
53242
53290
  },
53243
53291
  "locationInModule": {
53244
53292
  "filename": "src/aws/compute/instance.ts",
53245
- "line": 801
53293
+ "line": 781
53246
53294
  },
53247
53295
  "name": "addSecurityGroup",
53248
53296
  "parameters": [
@@ -53264,7 +53312,7 @@
53264
53312
  },
53265
53313
  "locationInModule": {
53266
53314
  "filename": "src/aws/compute/instance.ts",
53267
- "line": 816
53315
+ "line": 796
53268
53316
  },
53269
53317
  "name": "addToRolePolicy",
53270
53318
  "parameters": [
@@ -53284,7 +53332,7 @@
53284
53332
  },
53285
53333
  "locationInModule": {
53286
53334
  "filename": "src/aws/compute/instance.ts",
53287
- "line": 809
53335
+ "line": 789
53288
53336
  },
53289
53337
  "name": "addUserData",
53290
53338
  "parameters": [
@@ -68268,7 +68316,7 @@
68268
68316
  "abstract": true,
68269
68317
  "docs": {
68270
68318
  "stability": "stable",
68271
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/lb_listener#load_balancer_arn LbListener#load_balancer_arn}."
68319
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/lb_listener#load_balancer_arn LbListener#load_balancer_arn}."
68272
68320
  },
68273
68321
  "immutable": true,
68274
68322
  "locationInModule": {
@@ -68284,7 +68332,7 @@
68284
68332
  "abstract": true,
68285
68333
  "docs": {
68286
68334
  "stability": "stable",
68287
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/lb_listener#alpn_policy LbListener#alpn_policy}."
68335
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/lb_listener#alpn_policy LbListener#alpn_policy}."
68288
68336
  },
68289
68337
  "immutable": true,
68290
68338
  "locationInModule": {
@@ -68301,7 +68349,7 @@
68301
68349
  "abstract": true,
68302
68350
  "docs": {
68303
68351
  "stability": "stable",
68304
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/lb_listener#certificate_arn LbListener#certificate_arn}."
68352
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/lb_listener#certificate_arn LbListener#certificate_arn}."
68305
68353
  },
68306
68354
  "immutable": true,
68307
68355
  "locationInModule": {
@@ -68405,7 +68453,7 @@
68405
68453
  "abstract": true,
68406
68454
  "docs": {
68407
68455
  "stability": "stable",
68408
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/lb_listener#id LbListener#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable."
68456
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/lb_listener#id LbListener#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable."
68409
68457
  },
68410
68458
  "immutable": true,
68411
68459
  "locationInModule": {
@@ -68437,7 +68485,7 @@
68437
68485
  {
68438
68486
  "abstract": true,
68439
68487
  "docs": {
68440
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/lb_listener#mutual_authentication LbListener#mutual_authentication}",
68488
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/lb_listener#mutual_authentication LbListener#mutual_authentication}",
68441
68489
  "stability": "stable",
68442
68490
  "summary": "mutual_authentication block."
68443
68491
  },
@@ -68456,7 +68504,7 @@
68456
68504
  "abstract": true,
68457
68505
  "docs": {
68458
68506
  "stability": "stable",
68459
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/lb_listener#port LbListener#port}."
68507
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/lb_listener#port LbListener#port}."
68460
68508
  },
68461
68509
  "immutable": true,
68462
68510
  "locationInModule": {
@@ -68473,7 +68521,7 @@
68473
68521
  "abstract": true,
68474
68522
  "docs": {
68475
68523
  "stability": "stable",
68476
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/lb_listener#protocol LbListener#protocol}."
68524
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/lb_listener#protocol LbListener#protocol}."
68477
68525
  },
68478
68526
  "immutable": true,
68479
68527
  "locationInModule": {
@@ -68539,7 +68587,7 @@
68539
68587
  "abstract": true,
68540
68588
  "docs": {
68541
68589
  "stability": "stable",
68542
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/lb_listener#routing_http_request_x_amzn_mtls_clientcert_header_name LbListener#routing_http_request_x_amzn_mtls_clientcert_header_name}."
68590
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/lb_listener#routing_http_request_x_amzn_mtls_clientcert_header_name LbListener#routing_http_request_x_amzn_mtls_clientcert_header_name}."
68543
68591
  },
68544
68592
  "immutable": true,
68545
68593
  "locationInModule": {
@@ -68556,7 +68604,7 @@
68556
68604
  "abstract": true,
68557
68605
  "docs": {
68558
68606
  "stability": "stable",
68559
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/lb_listener#routing_http_request_x_amzn_mtls_clientcert_issuer_header_name LbListener#routing_http_request_x_amzn_mtls_clientcert_issuer_header_name}."
68607
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/lb_listener#routing_http_request_x_amzn_mtls_clientcert_issuer_header_name LbListener#routing_http_request_x_amzn_mtls_clientcert_issuer_header_name}."
68560
68608
  },
68561
68609
  "immutable": true,
68562
68610
  "locationInModule": {
@@ -68573,7 +68621,7 @@
68573
68621
  "abstract": true,
68574
68622
  "docs": {
68575
68623
  "stability": "stable",
68576
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/lb_listener#routing_http_request_x_amzn_mtls_clientcert_leaf_header_name LbListener#routing_http_request_x_amzn_mtls_clientcert_leaf_header_name}."
68624
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/lb_listener#routing_http_request_x_amzn_mtls_clientcert_leaf_header_name LbListener#routing_http_request_x_amzn_mtls_clientcert_leaf_header_name}."
68577
68625
  },
68578
68626
  "immutable": true,
68579
68627
  "locationInModule": {
@@ -68590,7 +68638,7 @@
68590
68638
  "abstract": true,
68591
68639
  "docs": {
68592
68640
  "stability": "stable",
68593
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/lb_listener#routing_http_request_x_amzn_mtls_clientcert_serial_number_header_name LbListener#routing_http_request_x_amzn_mtls_clientcert_serial_number_header_name}."
68641
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/lb_listener#routing_http_request_x_amzn_mtls_clientcert_serial_number_header_name LbListener#routing_http_request_x_amzn_mtls_clientcert_serial_number_header_name}."
68594
68642
  },
68595
68643
  "immutable": true,
68596
68644
  "locationInModule": {
@@ -68607,7 +68655,7 @@
68607
68655
  "abstract": true,
68608
68656
  "docs": {
68609
68657
  "stability": "stable",
68610
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/lb_listener#routing_http_request_x_amzn_mtls_clientcert_subject_header_name LbListener#routing_http_request_x_amzn_mtls_clientcert_subject_header_name}."
68658
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/lb_listener#routing_http_request_x_amzn_mtls_clientcert_subject_header_name LbListener#routing_http_request_x_amzn_mtls_clientcert_subject_header_name}."
68611
68659
  },
68612
68660
  "immutable": true,
68613
68661
  "locationInModule": {
@@ -68624,7 +68672,7 @@
68624
68672
  "abstract": true,
68625
68673
  "docs": {
68626
68674
  "stability": "stable",
68627
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/lb_listener#routing_http_request_x_amzn_mtls_clientcert_validity_header_name LbListener#routing_http_request_x_amzn_mtls_clientcert_validity_header_name}."
68675
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/lb_listener#routing_http_request_x_amzn_mtls_clientcert_validity_header_name LbListener#routing_http_request_x_amzn_mtls_clientcert_validity_header_name}."
68628
68676
  },
68629
68677
  "immutable": true,
68630
68678
  "locationInModule": {
@@ -68641,7 +68689,7 @@
68641
68689
  "abstract": true,
68642
68690
  "docs": {
68643
68691
  "stability": "stable",
68644
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/lb_listener#routing_http_request_x_amzn_tls_cipher_suite_header_name LbListener#routing_http_request_x_amzn_tls_cipher_suite_header_name}."
68692
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/lb_listener#routing_http_request_x_amzn_tls_cipher_suite_header_name LbListener#routing_http_request_x_amzn_tls_cipher_suite_header_name}."
68645
68693
  },
68646
68694
  "immutable": true,
68647
68695
  "locationInModule": {
@@ -68658,7 +68706,7 @@
68658
68706
  "abstract": true,
68659
68707
  "docs": {
68660
68708
  "stability": "stable",
68661
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/lb_listener#routing_http_request_x_amzn_tls_version_header_name LbListener#routing_http_request_x_amzn_tls_version_header_name}."
68709
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/lb_listener#routing_http_request_x_amzn_tls_version_header_name LbListener#routing_http_request_x_amzn_tls_version_header_name}."
68662
68710
  },
68663
68711
  "immutable": true,
68664
68712
  "locationInModule": {
@@ -68675,7 +68723,7 @@
68675
68723
  "abstract": true,
68676
68724
  "docs": {
68677
68725
  "stability": "stable",
68678
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/lb_listener#routing_http_response_access_control_allow_credentials_header_value LbListener#routing_http_response_access_control_allow_credentials_header_value}."
68726
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/lb_listener#routing_http_response_access_control_allow_credentials_header_value LbListener#routing_http_response_access_control_allow_credentials_header_value}."
68679
68727
  },
68680
68728
  "immutable": true,
68681
68729
  "locationInModule": {
@@ -68692,7 +68740,7 @@
68692
68740
  "abstract": true,
68693
68741
  "docs": {
68694
68742
  "stability": "stable",
68695
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/lb_listener#routing_http_response_access_control_allow_headers_header_value LbListener#routing_http_response_access_control_allow_headers_header_value}."
68743
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/lb_listener#routing_http_response_access_control_allow_headers_header_value LbListener#routing_http_response_access_control_allow_headers_header_value}."
68696
68744
  },
68697
68745
  "immutable": true,
68698
68746
  "locationInModule": {
@@ -68709,7 +68757,7 @@
68709
68757
  "abstract": true,
68710
68758
  "docs": {
68711
68759
  "stability": "stable",
68712
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/lb_listener#routing_http_response_access_control_allow_methods_header_value LbListener#routing_http_response_access_control_allow_methods_header_value}."
68760
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/lb_listener#routing_http_response_access_control_allow_methods_header_value LbListener#routing_http_response_access_control_allow_methods_header_value}."
68713
68761
  },
68714
68762
  "immutable": true,
68715
68763
  "locationInModule": {
@@ -68726,7 +68774,7 @@
68726
68774
  "abstract": true,
68727
68775
  "docs": {
68728
68776
  "stability": "stable",
68729
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/lb_listener#routing_http_response_access_control_allow_origin_header_value LbListener#routing_http_response_access_control_allow_origin_header_value}."
68777
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/lb_listener#routing_http_response_access_control_allow_origin_header_value LbListener#routing_http_response_access_control_allow_origin_header_value}."
68730
68778
  },
68731
68779
  "immutable": true,
68732
68780
  "locationInModule": {
@@ -68743,7 +68791,7 @@
68743
68791
  "abstract": true,
68744
68792
  "docs": {
68745
68793
  "stability": "stable",
68746
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/lb_listener#routing_http_response_access_control_expose_headers_header_value LbListener#routing_http_response_access_control_expose_headers_header_value}."
68794
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/lb_listener#routing_http_response_access_control_expose_headers_header_value LbListener#routing_http_response_access_control_expose_headers_header_value}."
68747
68795
  },
68748
68796
  "immutable": true,
68749
68797
  "locationInModule": {
@@ -68760,7 +68808,7 @@
68760
68808
  "abstract": true,
68761
68809
  "docs": {
68762
68810
  "stability": "stable",
68763
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/lb_listener#routing_http_response_access_control_max_age_header_value LbListener#routing_http_response_access_control_max_age_header_value}."
68811
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/lb_listener#routing_http_response_access_control_max_age_header_value LbListener#routing_http_response_access_control_max_age_header_value}."
68764
68812
  },
68765
68813
  "immutable": true,
68766
68814
  "locationInModule": {
@@ -68777,7 +68825,7 @@
68777
68825
  "abstract": true,
68778
68826
  "docs": {
68779
68827
  "stability": "stable",
68780
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/lb_listener#routing_http_response_content_security_policy_header_value LbListener#routing_http_response_content_security_policy_header_value}."
68828
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/lb_listener#routing_http_response_content_security_policy_header_value LbListener#routing_http_response_content_security_policy_header_value}."
68781
68829
  },
68782
68830
  "immutable": true,
68783
68831
  "locationInModule": {
@@ -68794,7 +68842,7 @@
68794
68842
  "abstract": true,
68795
68843
  "docs": {
68796
68844
  "stability": "stable",
68797
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/lb_listener#routing_http_response_server_enabled LbListener#routing_http_response_server_enabled}."
68845
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/lb_listener#routing_http_response_server_enabled LbListener#routing_http_response_server_enabled}."
68798
68846
  },
68799
68847
  "immutable": true,
68800
68848
  "locationInModule": {
@@ -68820,7 +68868,7 @@
68820
68868
  "abstract": true,
68821
68869
  "docs": {
68822
68870
  "stability": "stable",
68823
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/lb_listener#routing_http_response_strict_transport_security_header_value LbListener#routing_http_response_strict_transport_security_header_value}."
68871
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/lb_listener#routing_http_response_strict_transport_security_header_value LbListener#routing_http_response_strict_transport_security_header_value}."
68824
68872
  },
68825
68873
  "immutable": true,
68826
68874
  "locationInModule": {
@@ -68837,7 +68885,7 @@
68837
68885
  "abstract": true,
68838
68886
  "docs": {
68839
68887
  "stability": "stable",
68840
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/lb_listener#routing_http_response_x_content_type_options_header_value LbListener#routing_http_response_x_content_type_options_header_value}."
68888
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/lb_listener#routing_http_response_x_content_type_options_header_value LbListener#routing_http_response_x_content_type_options_header_value}."
68841
68889
  },
68842
68890
  "immutable": true,
68843
68891
  "locationInModule": {
@@ -68854,7 +68902,7 @@
68854
68902
  "abstract": true,
68855
68903
  "docs": {
68856
68904
  "stability": "stable",
68857
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/lb_listener#routing_http_response_x_frame_options_header_value LbListener#routing_http_response_x_frame_options_header_value}."
68905
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/lb_listener#routing_http_response_x_frame_options_header_value LbListener#routing_http_response_x_frame_options_header_value}."
68858
68906
  },
68859
68907
  "immutable": true,
68860
68908
  "locationInModule": {
@@ -68871,7 +68919,7 @@
68871
68919
  "abstract": true,
68872
68920
  "docs": {
68873
68921
  "stability": "stable",
68874
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/lb_listener#ssl_policy LbListener#ssl_policy}."
68922
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/lb_listener#ssl_policy LbListener#ssl_policy}."
68875
68923
  },
68876
68924
  "immutable": true,
68877
68925
  "locationInModule": {
@@ -68888,7 +68936,7 @@
68888
68936
  "abstract": true,
68889
68937
  "docs": {
68890
68938
  "stability": "stable",
68891
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/lb_listener#tags LbListener#tags}."
68939
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/lb_listener#tags LbListener#tags}."
68892
68940
  },
68893
68941
  "immutable": true,
68894
68942
  "locationInModule": {
@@ -68910,7 +68958,7 @@
68910
68958
  "abstract": true,
68911
68959
  "docs": {
68912
68960
  "stability": "stable",
68913
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/lb_listener#tags_all LbListener#tags_all}."
68961
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/lb_listener#tags_all LbListener#tags_all}."
68914
68962
  },
68915
68963
  "immutable": true,
68916
68964
  "locationInModule": {
@@ -68932,7 +68980,7 @@
68932
68980
  "abstract": true,
68933
68981
  "docs": {
68934
68982
  "stability": "stable",
68935
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/lb_listener#tcp_idle_timeout_seconds LbListener#tcp_idle_timeout_seconds}."
68983
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/lb_listener#tcp_idle_timeout_seconds LbListener#tcp_idle_timeout_seconds}."
68936
68984
  },
68937
68985
  "immutable": true,
68938
68986
  "locationInModule": {
@@ -68948,7 +68996,7 @@
68948
68996
  {
68949
68997
  "abstract": true,
68950
68998
  "docs": {
68951
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/lb_listener#timeouts LbListener#timeouts}",
68999
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/lb_listener#timeouts LbListener#timeouts}",
68952
69000
  "stability": "stable",
68953
69001
  "summary": "timeouts block."
68954
69002
  },
@@ -69046,7 +69094,7 @@
69046
69094
  "abstract": true,
69047
69095
  "docs": {
69048
69096
  "stability": "stable",
69049
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/lb_target_group_attachment#target_id LbTargetGroupAttachment#target_id}."
69097
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/lb_target_group_attachment#target_id LbTargetGroupAttachment#target_id}."
69050
69098
  },
69051
69099
  "immutable": true,
69052
69100
  "locationInModule": {
@@ -69062,7 +69110,7 @@
69062
69110
  "abstract": true,
69063
69111
  "docs": {
69064
69112
  "stability": "stable",
69065
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/lb_target_group_attachment#availability_zone LbTargetGroupAttachment#availability_zone}."
69113
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/lb_target_group_attachment#availability_zone LbTargetGroupAttachment#availability_zone}."
69066
69114
  },
69067
69115
  "immutable": true,
69068
69116
  "locationInModule": {
@@ -69166,7 +69214,7 @@
69166
69214
  "abstract": true,
69167
69215
  "docs": {
69168
69216
  "stability": "stable",
69169
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/lb_target_group_attachment#id LbTargetGroupAttachment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable."
69217
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/lb_target_group_attachment#id LbTargetGroupAttachment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable."
69170
69218
  },
69171
69219
  "immutable": true,
69172
69220
  "locationInModule": {
@@ -69199,7 +69247,7 @@
69199
69247
  "abstract": true,
69200
69248
  "docs": {
69201
69249
  "stability": "stable",
69202
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/lb_target_group_attachment#port LbTargetGroupAttachment#port}."
69250
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/lb_target_group_attachment#port LbTargetGroupAttachment#port}."
69203
69251
  },
69204
69252
  "immutable": true,
69205
69253
  "locationInModule": {
@@ -87040,7 +87088,7 @@
87040
87088
  },
87041
87089
  "locationInModule": {
87042
87090
  "filename": "src/construct.ts",
87043
- "line": 498
87091
+ "line": 481
87044
87092
  },
87045
87093
  "parameters": [
87046
87094
  {
@@ -95081,7 +95129,7 @@
95081
95129
  "abstract": true,
95082
95130
  "docs": {
95083
95131
  "stability": "stable",
95084
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/lambda_function#subnet_ids LambdaFunction#subnet_ids}."
95132
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/lambda_function#subnet_ids LambdaFunction#subnet_ids}."
95085
95133
  },
95086
95134
  "immutable": true,
95087
95135
  "locationInModule": {
@@ -95125,7 +95173,7 @@
95125
95173
  "abstract": true,
95126
95174
  "docs": {
95127
95175
  "stability": "stable",
95128
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/lambda_function#ipv6_allowed_for_dual_stack LambdaFunction#ipv6_allowed_for_dual_stack}."
95176
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/lambda_function#ipv6_allowed_for_dual_stack LambdaFunction#ipv6_allowed_for_dual_stack}."
95129
95177
  },
95130
95178
  "immutable": true,
95131
95179
  "locationInModule": {
@@ -95152,7 +95200,7 @@
95152
95200
  "docs": {
95153
95201
  "default": "created",
95154
95202
  "stability": "stable",
95155
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/lambda_function#security_group_ids LambdaFunction#security_group_ids}."
95203
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/lambda_function#security_group_ids LambdaFunction#security_group_ids}."
95156
95204
  },
95157
95205
  "immutable": true,
95158
95206
  "locationInModule": {
@@ -127235,7 +127283,7 @@
127235
127283
  "abstract": true,
127236
127284
  "docs": {
127237
127285
  "stability": "stable",
127238
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/data-sources/iam_policy_document#id DataAwsIamPolicyDocument#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable."
127286
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/data-sources/iam_policy_document#id DataAwsIamPolicyDocument#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable."
127239
127287
  },
127240
127288
  "immutable": true,
127241
127289
  "locationInModule": {
@@ -127268,7 +127316,7 @@
127268
127316
  "abstract": true,
127269
127317
  "docs": {
127270
127318
  "stability": "stable",
127271
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/data-sources/iam_policy_document#override_json DataAwsIamPolicyDocument#override_json}."
127319
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/data-sources/iam_policy_document#override_json DataAwsIamPolicyDocument#override_json}."
127272
127320
  },
127273
127321
  "immutable": true,
127274
127322
  "locationInModule": {
@@ -127285,7 +127333,7 @@
127285
127333
  "abstract": true,
127286
127334
  "docs": {
127287
127335
  "stability": "stable",
127288
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/data-sources/iam_policy_document#override_policy_documents DataAwsIamPolicyDocument#override_policy_documents}."
127336
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/data-sources/iam_policy_document#override_policy_documents DataAwsIamPolicyDocument#override_policy_documents}."
127289
127337
  },
127290
127338
  "immutable": true,
127291
127339
  "locationInModule": {
@@ -127307,7 +127355,7 @@
127307
127355
  "abstract": true,
127308
127356
  "docs": {
127309
127357
  "stability": "stable",
127310
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/data-sources/iam_policy_document#policy_id DataAwsIamPolicyDocument#policy_id}."
127358
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/data-sources/iam_policy_document#policy_id DataAwsIamPolicyDocument#policy_id}."
127311
127359
  },
127312
127360
  "immutable": true,
127313
127361
  "locationInModule": {
@@ -127373,7 +127421,7 @@
127373
127421
  "abstract": true,
127374
127422
  "docs": {
127375
127423
  "stability": "stable",
127376
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/data-sources/iam_policy_document#source_json DataAwsIamPolicyDocument#source_json}."
127424
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/data-sources/iam_policy_document#source_json DataAwsIamPolicyDocument#source_json}."
127377
127425
  },
127378
127426
  "immutable": true,
127379
127427
  "locationInModule": {
@@ -127390,7 +127438,7 @@
127390
127438
  "abstract": true,
127391
127439
  "docs": {
127392
127440
  "stability": "stable",
127393
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/data-sources/iam_policy_document#source_policy_documents DataAwsIamPolicyDocument#source_policy_documents}."
127441
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/data-sources/iam_policy_document#source_policy_documents DataAwsIamPolicyDocument#source_policy_documents}."
127394
127442
  },
127395
127443
  "immutable": true,
127396
127444
  "locationInModule": {
@@ -127412,7 +127460,7 @@
127412
127460
  "abstract": true,
127413
127461
  "docs": {
127414
127462
  "stability": "stable",
127415
- "summary": "Configuration block for a policy statement Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/data-sources/iam_policy_document#statement DataAwsIamPolicyDocument#statement}."
127463
+ "summary": "Configuration block for a policy statement Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/data-sources/iam_policy_document#statement DataAwsIamPolicyDocument#statement}."
127416
127464
  },
127417
127465
  "immutable": true,
127418
127466
  "locationInModule": {
@@ -127434,7 +127482,7 @@
127434
127482
  "abstract": true,
127435
127483
  "docs": {
127436
127484
  "stability": "stable",
127437
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/data-sources/iam_policy_document#version DataAwsIamPolicyDocument#version}."
127485
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/data-sources/iam_policy_document#version DataAwsIamPolicyDocument#version}."
127438
127486
  },
127439
127487
  "immutable": true,
127440
127488
  "locationInModule": {
@@ -128655,7 +128703,7 @@
128655
128703
  "abstract": true,
128656
128704
  "docs": {
128657
128705
  "stability": "stable",
128658
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/data-sources/iam_policy_document#actions DataAwsIamPolicyDocument#actions}."
128706
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/data-sources/iam_policy_document#actions DataAwsIamPolicyDocument#actions}."
128659
128707
  },
128660
128708
  "immutable": true,
128661
128709
  "locationInModule": {
@@ -128676,7 +128724,7 @@
128676
128724
  {
128677
128725
  "abstract": true,
128678
128726
  "docs": {
128679
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/data-sources/iam_policy_document#condition DataAwsIamPolicyDocument#condition}",
128727
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/data-sources/iam_policy_document#condition DataAwsIamPolicyDocument#condition}",
128680
128728
  "stability": "stable",
128681
128729
  "summary": "condition block."
128682
128730
  },
@@ -128718,7 +128766,7 @@
128718
128766
  "abstract": true,
128719
128767
  "docs": {
128720
128768
  "stability": "stable",
128721
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/data-sources/iam_policy_document#not_actions DataAwsIamPolicyDocument#not_actions}."
128769
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/data-sources/iam_policy_document#not_actions DataAwsIamPolicyDocument#not_actions}."
128722
128770
  },
128723
128771
  "immutable": true,
128724
128772
  "locationInModule": {
@@ -128739,7 +128787,7 @@
128739
128787
  {
128740
128788
  "abstract": true,
128741
128789
  "docs": {
128742
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/data-sources/iam_policy_document#not_principals DataAwsIamPolicyDocument#not_principals}",
128790
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/data-sources/iam_policy_document#not_principals DataAwsIamPolicyDocument#not_principals}",
128743
128791
  "stability": "stable",
128744
128792
  "summary": "not_principals block."
128745
128793
  },
@@ -128763,7 +128811,7 @@
128763
128811
  "abstract": true,
128764
128812
  "docs": {
128765
128813
  "stability": "stable",
128766
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/data-sources/iam_policy_document#not_resources DataAwsIamPolicyDocument#not_resources}."
128814
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/data-sources/iam_policy_document#not_resources DataAwsIamPolicyDocument#not_resources}."
128767
128815
  },
128768
128816
  "immutable": true,
128769
128817
  "locationInModule": {
@@ -128784,7 +128832,7 @@
128784
128832
  {
128785
128833
  "abstract": true,
128786
128834
  "docs": {
128787
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/data-sources/iam_policy_document#principals DataAwsIamPolicyDocument#principals}",
128835
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/data-sources/iam_policy_document#principals DataAwsIamPolicyDocument#principals}",
128788
128836
  "stability": "stable",
128789
128837
  "summary": "principals block."
128790
128838
  },
@@ -128808,7 +128856,7 @@
128808
128856
  "abstract": true,
128809
128857
  "docs": {
128810
128858
  "stability": "stable",
128811
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/data-sources/iam_policy_document#resources DataAwsIamPolicyDocument#resources}."
128859
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/data-sources/iam_policy_document#resources DataAwsIamPolicyDocument#resources}."
128812
128860
  },
128813
128861
  "immutable": true,
128814
128862
  "locationInModule": {
@@ -128830,7 +128878,7 @@
128830
128878
  "abstract": true,
128831
128879
  "docs": {
128832
128880
  "stability": "stable",
128833
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/data-sources/iam_policy_document#sid DataAwsIamPolicyDocument#sid}."
128881
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/data-sources/iam_policy_document#sid DataAwsIamPolicyDocument#sid}."
128834
128882
  },
128835
128883
  "immutable": true,
128836
128884
  "locationInModule": {
@@ -144843,7 +144891,7 @@
144843
144891
  "abstract": true,
144844
144892
  "docs": {
144845
144893
  "stability": "stable",
144846
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/sqs_queue#delay_seconds SqsQueue#delay_seconds}."
144894
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/sqs_queue#delay_seconds SqsQueue#delay_seconds}."
144847
144895
  },
144848
144896
  "immutable": true,
144849
144897
  "locationInModule": {
@@ -144897,7 +144945,7 @@
144897
144945
  "abstract": true,
144898
144946
  "docs": {
144899
144947
  "stability": "stable",
144900
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/sqs_queue#kms_data_key_reuse_period_seconds SqsQueue#kms_data_key_reuse_period_seconds}."
144948
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/sqs_queue#kms_data_key_reuse_period_seconds SqsQueue#kms_data_key_reuse_period_seconds}."
144901
144949
  },
144902
144950
  "immutable": true,
144903
144951
  "locationInModule": {
@@ -144914,7 +144962,7 @@
144914
144962
  "abstract": true,
144915
144963
  "docs": {
144916
144964
  "stability": "stable",
144917
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/sqs_queue#kms_master_key_id SqsQueue#kms_master_key_id}."
144965
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/sqs_queue#kms_master_key_id SqsQueue#kms_master_key_id}."
144918
144966
  },
144919
144967
  "immutable": true,
144920
144968
  "locationInModule": {
@@ -144947,7 +144995,7 @@
144947
144995
  "abstract": true,
144948
144996
  "docs": {
144949
144997
  "stability": "stable",
144950
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/sqs_queue#max_message_size SqsQueue#max_message_size}."
144998
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/sqs_queue#max_message_size SqsQueue#max_message_size}."
144951
144999
  },
144952
145000
  "immutable": true,
144953
145001
  "locationInModule": {
@@ -144964,7 +145012,7 @@
144964
145012
  "abstract": true,
144965
145013
  "docs": {
144966
145014
  "stability": "stable",
144967
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/sqs_queue#message_retention_seconds SqsQueue#message_retention_seconds}."
145015
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/sqs_queue#message_retention_seconds SqsQueue#message_retention_seconds}."
144968
145016
  },
144969
145017
  "immutable": true,
144970
145018
  "locationInModule": {
@@ -144981,7 +145029,7 @@
144981
145029
  "abstract": true,
144982
145030
  "docs": {
144983
145031
  "stability": "stable",
144984
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/sqs_queue#policy SqsQueue#policy}."
145032
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/sqs_queue#policy SqsQueue#policy}."
144985
145033
  },
144986
145034
  "immutable": true,
144987
145035
  "locationInModule": {
@@ -145031,7 +145079,7 @@
145031
145079
  "abstract": true,
145032
145080
  "docs": {
145033
145081
  "stability": "stable",
145034
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/sqs_queue#receive_wait_time_seconds SqsQueue#receive_wait_time_seconds}."
145082
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/sqs_queue#receive_wait_time_seconds SqsQueue#receive_wait_time_seconds}."
145035
145083
  },
145036
145084
  "immutable": true,
145037
145085
  "locationInModule": {
@@ -145048,7 +145096,7 @@
145048
145096
  "abstract": true,
145049
145097
  "docs": {
145050
145098
  "stability": "stable",
145051
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/sqs_queue#sqs_managed_sse_enabled SqsQueue#sqs_managed_sse_enabled}."
145099
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/sqs_queue#sqs_managed_sse_enabled SqsQueue#sqs_managed_sse_enabled}."
145052
145100
  },
145053
145101
  "immutable": true,
145054
145102
  "locationInModule": {
@@ -145074,7 +145122,7 @@
145074
145122
  "abstract": true,
145075
145123
  "docs": {
145076
145124
  "stability": "stable",
145077
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/sqs_queue#tags SqsQueue#tags}."
145125
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/sqs_queue#tags SqsQueue#tags}."
145078
145126
  },
145079
145127
  "immutable": true,
145080
145128
  "locationInModule": {
@@ -145096,7 +145144,7 @@
145096
145144
  "abstract": true,
145097
145145
  "docs": {
145098
145146
  "stability": "stable",
145099
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/sqs_queue#tags_all SqsQueue#tags_all}."
145147
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/sqs_queue#tags_all SqsQueue#tags_all}."
145100
145148
  },
145101
145149
  "immutable": true,
145102
145150
  "locationInModule": {
@@ -145117,7 +145165,7 @@
145117
145165
  {
145118
145166
  "abstract": true,
145119
145167
  "docs": {
145120
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/sqs_queue#timeouts SqsQueue#timeouts}",
145168
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/sqs_queue#timeouts SqsQueue#timeouts}",
145121
145169
  "stability": "stable",
145122
145170
  "summary": "timeouts block."
145123
145171
  },
@@ -145136,7 +145184,7 @@
145136
145184
  "abstract": true,
145137
145185
  "docs": {
145138
145186
  "stability": "stable",
145139
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/sqs_queue#visibility_timeout_seconds SqsQueue#visibility_timeout_seconds}."
145187
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/sqs_queue#visibility_timeout_seconds SqsQueue#visibility_timeout_seconds}."
145140
145188
  },
145141
145189
  "immutable": true,
145142
145190
  "locationInModule": {
@@ -153424,7 +153472,7 @@
153424
153472
  {
153425
153473
  "abstract": true,
153426
153474
  "docs": {
153427
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/s3_bucket_cors_configuration#cors_rule S3BucketCorsConfiguration#cors_rule}",
153475
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/s3_bucket_cors_configuration#cors_rule S3BucketCorsConfiguration#cors_rule}",
153428
153476
  "stability": "stable",
153429
153477
  "summary": "A set of origins and methods (cross-origin access that you want to allow)."
153430
153478
  },
@@ -153527,7 +153575,7 @@
153527
153575
  "abstract": true,
153528
153576
  "docs": {
153529
153577
  "stability": "stable",
153530
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/s3_bucket_cors_configuration#expected_bucket_owner S3BucketCorsConfiguration#expected_bucket_owner}."
153578
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/s3_bucket_cors_configuration#expected_bucket_owner S3BucketCorsConfiguration#expected_bucket_owner}."
153531
153579
  },
153532
153580
  "immutable": true,
153533
153581
  "locationInModule": {
@@ -153560,7 +153608,7 @@
153560
153608
  "abstract": true,
153561
153609
  "docs": {
153562
153610
  "stability": "stable",
153563
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/s3_bucket_cors_configuration#id S3BucketCorsConfiguration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable."
153611
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/s3_bucket_cors_configuration#id S3BucketCorsConfiguration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable."
153564
153612
  },
153565
153613
  "immutable": true,
153566
153614
  "locationInModule": {
@@ -153682,7 +153730,7 @@
153682
153730
  "abstract": true,
153683
153731
  "docs": {
153684
153732
  "stability": "stable",
153685
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/s3_bucket_cors_configuration#allowed_origins S3BucketCorsConfiguration#allowed_origins}."
153733
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/s3_bucket_cors_configuration#allowed_origins S3BucketCorsConfiguration#allowed_origins}."
153686
153734
  },
153687
153735
  "immutable": true,
153688
153736
  "locationInModule": {
@@ -153703,7 +153751,7 @@
153703
153751
  "abstract": true,
153704
153752
  "docs": {
153705
153753
  "stability": "stable",
153706
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/s3_bucket_cors_configuration#allowed_headers S3BucketCorsConfiguration#allowed_headers}."
153754
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/s3_bucket_cors_configuration#allowed_headers S3BucketCorsConfiguration#allowed_headers}."
153707
153755
  },
153708
153756
  "immutable": true,
153709
153757
  "locationInModule": {
@@ -153725,7 +153773,7 @@
153725
153773
  "abstract": true,
153726
153774
  "docs": {
153727
153775
  "stability": "stable",
153728
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/s3_bucket_cors_configuration#expose_headers S3BucketCorsConfiguration#expose_headers}."
153776
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/s3_bucket_cors_configuration#expose_headers S3BucketCorsConfiguration#expose_headers}."
153729
153777
  },
153730
153778
  "immutable": true,
153731
153779
  "locationInModule": {
@@ -153747,7 +153795,7 @@
153747
153795
  "abstract": true,
153748
153796
  "docs": {
153749
153797
  "stability": "stable",
153750
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/s3_bucket_cors_configuration#id S3BucketCorsConfiguration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable."
153798
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/s3_bucket_cors_configuration#id S3BucketCorsConfiguration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable."
153751
153799
  },
153752
153800
  "immutable": true,
153753
153801
  "locationInModule": {
@@ -153764,7 +153812,7 @@
153764
153812
  "abstract": true,
153765
153813
  "docs": {
153766
153814
  "stability": "stable",
153767
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/s3_bucket_cors_configuration#max_age_seconds S3BucketCorsConfiguration#max_age_seconds}."
153815
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/s3_bucket_cors_configuration#max_age_seconds S3BucketCorsConfiguration#max_age_seconds}."
153768
153816
  },
153769
153817
  "immutable": true,
153770
153818
  "locationInModule": {
@@ -155187,7 +155235,7 @@
155187
155235
  "abstract": true,
155188
155236
  "docs": {
155189
155237
  "stability": "stable",
155190
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/s3_bucket_lifecycle_configuration#id S3BucketLifecycleConfiguration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable."
155238
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/s3_bucket_lifecycle_configuration#id S3BucketLifecycleConfiguration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable."
155191
155239
  },
155192
155240
  "immutable": true,
155193
155241
  "locationInModule": {
@@ -155202,7 +155250,7 @@
155202
155250
  {
155203
155251
  "abstract": true,
155204
155252
  "docs": {
155205
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/s3_bucket_lifecycle_configuration#abort_incomplete_multipart_upload S3BucketLifecycleConfiguration#abort_incomplete_multipart_upload}",
155253
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/s3_bucket_lifecycle_configuration#abort_incomplete_multipart_upload S3BucketLifecycleConfiguration#abort_incomplete_multipart_upload}",
155206
155254
  "stability": "stable",
155207
155255
  "summary": "abort_incomplete_multipart_upload block."
155208
155256
  },
@@ -155252,7 +155300,7 @@
155252
155300
  {
155253
155301
  "abstract": true,
155254
155302
  "docs": {
155255
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/s3_bucket_lifecycle_configuration#expiration S3BucketLifecycleConfiguration#expiration}",
155303
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/s3_bucket_lifecycle_configuration#expiration S3BucketLifecycleConfiguration#expiration}",
155256
155304
  "stability": "stable",
155257
155305
  "summary": "expiration block."
155258
155306
  },
@@ -155284,7 +155332,7 @@
155284
155332
  {
155285
155333
  "abstract": true,
155286
155334
  "docs": {
155287
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/s3_bucket_lifecycle_configuration#filter S3BucketLifecycleConfiguration#filter}",
155335
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/s3_bucket_lifecycle_configuration#filter S3BucketLifecycleConfiguration#filter}",
155288
155336
  "stability": "stable",
155289
155337
  "summary": "filter block."
155290
155338
  },
@@ -155316,7 +155364,7 @@
155316
155364
  {
155317
155365
  "abstract": true,
155318
155366
  "docs": {
155319
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/s3_bucket_lifecycle_configuration#noncurrent_version_expiration S3BucketLifecycleConfiguration#noncurrent_version_expiration}",
155367
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/s3_bucket_lifecycle_configuration#noncurrent_version_expiration S3BucketLifecycleConfiguration#noncurrent_version_expiration}",
155320
155368
  "stability": "stable",
155321
155369
  "summary": "noncurrent_version_expiration block."
155322
155370
  },
@@ -155348,7 +155396,7 @@
155348
155396
  {
155349
155397
  "abstract": true,
155350
155398
  "docs": {
155351
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/s3_bucket_lifecycle_configuration#noncurrent_version_transition S3BucketLifecycleConfiguration#noncurrent_version_transition}",
155399
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/s3_bucket_lifecycle_configuration#noncurrent_version_transition S3BucketLifecycleConfiguration#noncurrent_version_transition}",
155352
155400
  "stability": "stable",
155353
155401
  "summary": "noncurrent_version_transition block."
155354
155402
  },
@@ -155380,7 +155428,7 @@
155380
155428
  {
155381
155429
  "abstract": true,
155382
155430
  "docs": {
155383
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/s3_bucket_lifecycle_configuration#transition S3BucketLifecycleConfiguration#transition}",
155431
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/s3_bucket_lifecycle_configuration#transition S3BucketLifecycleConfiguration#transition}",
155384
155432
  "stability": "stable",
155385
155433
  "summary": "transition block."
155386
155434
  },
@@ -157709,7 +157757,7 @@
157709
157757
  {
157710
157758
  "abstract": true,
157711
157759
  "docs": {
157712
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/s3_bucket_website_configuration#error_document S3BucketWebsiteConfiguration#error_document}",
157760
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/s3_bucket_website_configuration#error_document S3BucketWebsiteConfiguration#error_document}",
157713
157761
  "stability": "stable",
157714
157762
  "summary": "error_document block."
157715
157763
  },
@@ -157744,7 +157792,7 @@
157744
157792
  "abstract": true,
157745
157793
  "docs": {
157746
157794
  "stability": "stable",
157747
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/s3_bucket_website_configuration#id S3BucketWebsiteConfiguration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable."
157795
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/s3_bucket_website_configuration#id S3BucketWebsiteConfiguration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable."
157748
157796
  },
157749
157797
  "immutable": true,
157750
157798
  "locationInModule": {
@@ -157761,7 +157809,7 @@
157761
157809
  "abstract": true,
157762
157810
  "docs": {
157763
157811
  "default": "index.html",
157764
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/s3_bucket_website_configuration#index_document S3BucketWebsiteConfiguration#index_document}",
157812
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/s3_bucket_website_configuration#index_document S3BucketWebsiteConfiguration#index_document}",
157765
157813
  "stability": "stable",
157766
157814
  "summary": "index_document block."
157767
157815
  },
@@ -157844,7 +157892,7 @@
157844
157892
  {
157845
157893
  "abstract": true,
157846
157894
  "docs": {
157847
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/s3_bucket_website_configuration#routing_rule S3BucketWebsiteConfiguration#routing_rule}",
157895
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/s3_bucket_website_configuration#routing_rule S3BucketWebsiteConfiguration#routing_rule}",
157848
157896
  "stability": "stable",
157849
157897
  "summary": "routing_rule block."
157850
157898
  },
@@ -157877,7 +157925,7 @@
157877
157925
  "abstract": true,
157878
157926
  "docs": {
157879
157927
  "stability": "stable",
157880
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.88.0/docs/resources/s3_bucket_website_configuration#routing_rules S3BucketWebsiteConfiguration#routing_rules}."
157928
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.100.0/docs/resources/s3_bucket_website_configuration#routing_rules S3BucketWebsiteConfiguration#routing_rules}."
157881
157929
  },
157882
157930
  "immutable": true,
157883
157931
  "locationInModule": {
@@ -158034,6 +158082,6 @@
158034
158082
  "symbolId": "src/aws/storage/notification-targets/queue:QueueDestination"
158035
158083
  }
158036
158084
  },
158037
- "version": "0.0.21",
158038
- "fingerprint": "6a0Q9ma6FE/owwvIppqg/IXDucaRseJzGN5cufi1CXg="
158085
+ "version": "0.0.23",
158086
+ "fingerprint": "yU79V1c3m+f9n58ml5Z52YzZ7S2y/OUQfIdEm78HrFA="
158039
158087
  }