@pulumi/aws-native 1.39.0-alpha.1764793417 → 1.39.0-alpha.1764849172

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 (555) hide show
  1. package/aiops/getInvestigationGroup.d.ts +1 -1
  2. package/aiops/investigationGroup.d.ts +2 -2
  3. package/amplify/branch.d.ts +2 -2
  4. package/amplify/getBranch.d.ts +1 -1
  5. package/apigateway/domainName.d.ts +10 -2
  6. package/apigateway/domainName.js +2 -0
  7. package/apigateway/domainName.js.map +1 -1
  8. package/apigateway/domainNameV2.d.ts +10 -2
  9. package/apigateway/domainNameV2.js +2 -0
  10. package/apigateway/domainNameV2.js.map +1 -1
  11. package/apigateway/getDomainName.d.ts +5 -1
  12. package/apigateway/getDomainName.js.map +1 -1
  13. package/apigateway/getDomainNameV2.d.ts +4 -0
  14. package/apigateway/getDomainNameV2.js.map +1 -1
  15. package/apigateway/getRestApi.d.ts +7 -0
  16. package/apigateway/getRestApi.js.map +1 -1
  17. package/apigateway/restApi.d.ts +14 -0
  18. package/apigateway/restApi.js +2 -0
  19. package/apigateway/restApi.js.map +1 -1
  20. package/apprunner/getService.d.ts +0 -4
  21. package/apprunner/getService.js.map +1 -1
  22. package/apprunner/service.d.ts +2 -2
  23. package/apprunner/service.js +1 -1
  24. package/apprunner/service.js.map +1 -1
  25. package/appstream/getImageBuilder.d.ts +1 -1
  26. package/appstream/imageBuilder.d.ts +2 -2
  27. package/backup/getLogicallyAirGappedBackupVault.d.ts +0 -4
  28. package/backup/getLogicallyAirGappedBackupVault.js.map +1 -1
  29. package/backup/getRestoreTestingSelection.d.ts +4 -0
  30. package/backup/getRestoreTestingSelection.js.map +1 -1
  31. package/backup/logicallyAirGappedBackupVault.d.ts +6 -2
  32. package/backup/logicallyAirGappedBackupVault.js +2 -2
  33. package/backup/logicallyAirGappedBackupVault.js.map +1 -1
  34. package/backup/restoreTestingSelection.d.ts +4 -0
  35. package/backup/restoreTestingSelection.js.map +1 -1
  36. package/bedrock/dataAutomationProject.d.ts +8 -0
  37. package/bedrock/dataAutomationProject.js +3 -1
  38. package/bedrock/dataAutomationProject.js.map +1 -1
  39. package/bedrockagentcore/browserCustom.d.ts +8 -0
  40. package/bedrockagentcore/browserCustom.js +3 -1
  41. package/bedrockagentcore/browserCustom.js.map +1 -1
  42. package/bedrockagentcore/gatewayTarget.d.ts +1 -0
  43. package/bedrockagentcore/gatewayTarget.js +2 -0
  44. package/bedrockagentcore/gatewayTarget.js.map +1 -1
  45. package/bedrockagentcore/getGatewayTarget.d.ts +1 -0
  46. package/bedrockagentcore/getGatewayTarget.js.map +1 -1
  47. package/bedrockagentcore/getRuntime.d.ts +8 -0
  48. package/bedrockagentcore/getRuntime.js.map +1 -1
  49. package/bedrockagentcore/runtime.d.ts +16 -0
  50. package/bedrockagentcore/runtime.js +4 -0
  51. package/bedrockagentcore/runtime.js.map +1 -1
  52. package/cassandra/getTable.d.ts +1 -0
  53. package/cassandra/getTable.js.map +1 -1
  54. package/cassandra/table.d.ts +2 -0
  55. package/cassandra/table.js +2 -0
  56. package/cassandra/table.js.map +1 -1
  57. package/ce/anomalyMonitor.d.ts +14 -2
  58. package/ce/anomalyMonitor.js.map +1 -1
  59. package/cloudformation/getStack.d.ts +4 -4
  60. package/cloudformation/stack.d.ts +8 -8
  61. package/cloudfront/connectionFunction.d.ts +104 -0
  62. package/cloudfront/connectionFunction.js +86 -0
  63. package/cloudfront/connectionFunction.js.map +1 -0
  64. package/cloudfront/getConnectionFunction.d.ts +65 -0
  65. package/cloudfront/getConnectionFunction.js +28 -0
  66. package/cloudfront/getConnectionFunction.js.map +1 -0
  67. package/cloudfront/getTrustStore.d.ts +53 -0
  68. package/cloudfront/getTrustStore.js +28 -0
  69. package/cloudfront/getTrustStore.js.map +1 -0
  70. package/cloudfront/index.d.ts +12 -0
  71. package/cloudfront/index.js +16 -1
  72. package/cloudfront/index.js.map +1 -1
  73. package/cloudfront/trustStore.d.ts +84 -0
  74. package/cloudfront/trustStore.js +74 -0
  75. package/cloudfront/trustStore.js.map +1 -0
  76. package/cloudtrail/getTrail.d.ts +5 -1
  77. package/cloudtrail/getTrail.js.map +1 -1
  78. package/cloudtrail/trail.d.ts +9 -1
  79. package/cloudtrail/trail.js +2 -0
  80. package/cloudtrail/trail.js.map +1 -1
  81. package/codestarnotifications/getNotificationRule.d.ts +1 -1
  82. package/codestarnotifications/notificationRule.d.ts +4 -4
  83. package/cognito/getTerms.d.ts +29 -0
  84. package/cognito/getTerms.js.map +1 -1
  85. package/cognito/terms.d.ts +43 -0
  86. package/cognito/terms.js.map +1 -1
  87. package/comprehend/documentClassifier.d.ts +2 -2
  88. package/connect/evaluationForm.d.ts +10 -0
  89. package/connect/evaluationForm.js +4 -0
  90. package/connect/evaluationForm.js.map +1 -1
  91. package/connect/getEvaluationForm.d.ts +5 -0
  92. package/connect/getEvaluationForm.js.map +1 -1
  93. package/controltower/getLandingZone.d.ts +4 -0
  94. package/controltower/getLandingZone.js.map +1 -1
  95. package/controltower/landingZone.d.ts +8 -0
  96. package/controltower/landingZone.js +2 -0
  97. package/controltower/landingZone.js.map +1 -1
  98. package/customerprofiles/domain.d.ts +2 -0
  99. package/customerprofiles/domain.js +2 -0
  100. package/customerprofiles/domain.js.map +1 -1
  101. package/customerprofiles/getDomain.d.ts +1 -0
  102. package/customerprofiles/getDomain.js.map +1 -1
  103. package/customerprofiles/getSegmentDefinition.d.ts +5 -0
  104. package/customerprofiles/getSegmentDefinition.js.map +1 -1
  105. package/customerprofiles/segmentDefinition.d.ts +15 -2
  106. package/customerprofiles/segmentDefinition.js +5 -4
  107. package/customerprofiles/segmentDefinition.js.map +1 -1
  108. package/deadline/getMonitor.d.ts +2 -2
  109. package/deadline/monitor.d.ts +5 -5
  110. package/dsql/cluster.d.ts +16 -0
  111. package/dsql/cluster.js +6 -0
  112. package/dsql/cluster.js.map +1 -1
  113. package/dsql/getCluster.d.ts +12 -0
  114. package/dsql/getCluster.js.map +1 -1
  115. package/ec2/capacityReservation.d.ts +2 -2
  116. package/ec2/getCapacityReservation.d.ts +1 -1
  117. package/ec2/getIpamScope.d.ts +6 -0
  118. package/ec2/getIpamScope.js.map +1 -1
  119. package/ec2/getTransitGateway.d.ts +4 -0
  120. package/ec2/getTransitGateway.js.map +1 -1
  121. package/ec2/getTransitGatewayMeteringPolicy.d.ts +44 -0
  122. package/ec2/getTransitGatewayMeteringPolicy.js +28 -0
  123. package/ec2/getTransitGatewayMeteringPolicy.js.map +1 -0
  124. package/ec2/getTransitGatewayMeteringPolicyEntry.d.ts +39 -0
  125. package/ec2/getTransitGatewayMeteringPolicyEntry.js +30 -0
  126. package/ec2/getTransitGatewayMeteringPolicyEntry.js.map +1 -0
  127. package/ec2/getVolume.d.ts +27 -23
  128. package/ec2/getVolume.js +17 -23
  129. package/ec2/getVolume.js.map +1 -1
  130. package/ec2/getVpcEncryptionControl.d.ts +49 -0
  131. package/ec2/getVpcEncryptionControl.js +28 -0
  132. package/ec2/getVpcEncryptionControl.js.map +1 -0
  133. package/ec2/getVpnConcentrator.d.ts +36 -0
  134. package/ec2/getVpnConcentrator.js +28 -0
  135. package/ec2/getVpnConcentrator.js.map +1 -0
  136. package/ec2/index.d.ts +24 -0
  137. package/ec2/index.js +32 -4
  138. package/ec2/index.js.map +1 -1
  139. package/ec2/ipamScope.d.ts +12 -0
  140. package/ec2/ipamScope.js +2 -0
  141. package/ec2/ipamScope.js.map +1 -1
  142. package/ec2/transitGateway.d.ts +13 -0
  143. package/ec2/transitGateway.js +4 -0
  144. package/ec2/transitGateway.js.map +1 -1
  145. package/ec2/transitGatewayMeteringPolicy.d.ts +71 -0
  146. package/ec2/transitGatewayMeteringPolicy.js +71 -0
  147. package/ec2/transitGatewayMeteringPolicy.js.map +1 -0
  148. package/ec2/transitGatewayMeteringPolicyEntry.d.ts +138 -0
  149. package/ec2/transitGatewayMeteringPolicyEntry.js +93 -0
  150. package/ec2/transitGatewayMeteringPolicyEntry.js.map +1 -0
  151. package/ec2/volume.d.ts +28 -11
  152. package/ec2/volume.js +8 -11
  153. package/ec2/volume.js.map +1 -1
  154. package/ec2/vpcEncryptionControl.d.ts +140 -0
  155. package/ec2/vpcEncryptionControl.js +86 -0
  156. package/ec2/vpcEncryptionControl.js.map +1 -0
  157. package/ec2/vpcEndpoint.js +1 -1
  158. package/ec2/vpcEndpoint.js.map +1 -1
  159. package/ec2/vpnConcentrator.d.ts +67 -0
  160. package/ec2/vpnConcentrator.js +72 -0
  161. package/ec2/vpnConcentrator.js.map +1 -0
  162. package/ec2/vpnConnection.d.ts +4 -0
  163. package/ec2/vpnConnection.js +5 -1
  164. package/ec2/vpnConnection.js.map +1 -1
  165. package/ecr/getSigningConfiguration.d.ts +32 -0
  166. package/ecr/getSigningConfiguration.js +28 -0
  167. package/ecr/getSigningConfiguration.js.map +1 -0
  168. package/ecr/index.d.ts +9 -0
  169. package/ecr/index.js +12 -1
  170. package/ecr/index.js.map +1 -1
  171. package/ecr/pullTimeUpdateExclusion.d.ts +41 -0
  172. package/ecr/pullTimeUpdateExclusion.js +61 -0
  173. package/ecr/pullTimeUpdateExclusion.js.map +1 -0
  174. package/ecr/signingConfiguration.d.ts +47 -0
  175. package/ecr/signingConfiguration.js +61 -0
  176. package/ecr/signingConfiguration.js.map +1 -0
  177. package/ecs/expressGatewayService.d.ts +148 -0
  178. package/ecs/expressGatewayService.js +99 -0
  179. package/ecs/expressGatewayService.js.map +1 -0
  180. package/ecs/getExpressGatewayService.d.ts +41 -0
  181. package/ecs/getExpressGatewayService.js +28 -0
  182. package/ecs/getExpressGatewayService.js.map +1 -0
  183. package/ecs/index.d.ts +6 -0
  184. package/ecs/index.js +8 -1
  185. package/ecs/index.js.map +1 -1
  186. package/eks/capability.d.ts +112 -0
  187. package/eks/capability.js +92 -0
  188. package/eks/capability.js.map +1 -0
  189. package/eks/cluster.d.ts +8 -0
  190. package/eks/cluster.js +2 -0
  191. package/eks/cluster.js.map +1 -1
  192. package/eks/getCapability.d.ts +61 -0
  193. package/eks/getCapability.js +28 -0
  194. package/eks/getCapability.js.map +1 -0
  195. package/eks/getCluster.d.ts +4 -0
  196. package/eks/getCluster.js.map +1 -1
  197. package/eks/index.d.ts +6 -0
  198. package/eks/index.js +8 -1
  199. package/eks/index.js.map +1 -1
  200. package/elasticloadbalancingv2/getTargetGroup.d.ts +4 -0
  201. package/elasticloadbalancingv2/getTargetGroup.js.map +1 -1
  202. package/elasticloadbalancingv2/targetGroup.d.ts +8 -0
  203. package/elasticloadbalancingv2/targetGroup.js +2 -0
  204. package/elasticloadbalancingv2/targetGroup.js.map +1 -1
  205. package/events/archive.d.ts +2 -2
  206. package/events/connection.d.ts +2 -2
  207. package/events/getArchive.d.ts +1 -1
  208. package/events/getConnection.d.ts +1 -1
  209. package/fms/getNotificationChannel.d.ts +1 -1
  210. package/fms/notificationChannel.d.ts +2 -2
  211. package/fsx/dataRepositoryAssociation.d.ts +15 -28
  212. package/fsx/dataRepositoryAssociation.js +1 -2
  213. package/fsx/dataRepositoryAssociation.js.map +1 -1
  214. package/fsx/getDataRepositoryAssociation.d.ts +8 -20
  215. package/fsx/getDataRepositoryAssociation.js +2 -4
  216. package/fsx/getDataRepositoryAssociation.js.map +1 -1
  217. package/fsx/s3accessPointAttachment.d.ts +12 -4
  218. package/fsx/s3accessPointAttachment.js +3 -4
  219. package/fsx/s3accessPointAttachment.js.map +1 -1
  220. package/glue/getIdentityCenterConfiguration.d.ts +39 -0
  221. package/glue/getIdentityCenterConfiguration.js +28 -0
  222. package/glue/getIdentityCenterConfiguration.js.map +1 -0
  223. package/glue/getIntegration.d.ts +56 -0
  224. package/glue/getIntegration.js +30 -0
  225. package/glue/getIntegration.js.map +1 -0
  226. package/glue/identityCenterConfiguration.d.ts +65 -0
  227. package/glue/identityCenterConfiguration.js +69 -0
  228. package/glue/identityCenterConfiguration.js.map +1 -0
  229. package/glue/index.d.ts +12 -0
  230. package/glue/index.js +15 -1
  231. package/glue/index.js.map +1 -1
  232. package/glue/integration.d.ts +123 -0
  233. package/glue/integration.js +86 -0
  234. package/glue/integration.js.map +1 -0
  235. package/greengrassv2/componentVersion.d.ts +2 -2
  236. package/greengrassv2/deployment.d.ts +2 -2
  237. package/greengrassv2/getComponentVersion.d.ts +1 -1
  238. package/greengrassv2/getDeployment.d.ts +1 -1
  239. package/iam/getRole.d.ts +5 -5
  240. package/iam/role.d.ts +6 -6
  241. package/imagebuilder/containerRecipe.d.ts +4 -0
  242. package/imagebuilder/containerRecipe.js +2 -0
  243. package/imagebuilder/containerRecipe.js.map +1 -1
  244. package/imagebuilder/getContainerRecipe.d.ts +5 -0
  245. package/imagebuilder/getContainerRecipe.js.map +1 -1
  246. package/imagebuilder/getImageRecipe.d.ts +4 -0
  247. package/imagebuilder/getImageRecipe.js.map +1 -1
  248. package/imagebuilder/imageRecipe.d.ts +6 -2
  249. package/imagebuilder/imageRecipe.js +2 -3
  250. package/imagebuilder/imageRecipe.js.map +1 -1
  251. package/iot/encryptionConfiguration.d.ts +2 -2
  252. package/iot/getEncryptionConfiguration.d.ts +1 -1
  253. package/kinesis/getStream.d.ts +5 -1
  254. package/kinesis/getStream.js.map +1 -1
  255. package/kinesis/stream.d.ts +14 -2
  256. package/kinesis/stream.js +4 -0
  257. package/kinesis/stream.js.map +1 -1
  258. package/kinesisvideo/getStream.d.ts +4 -0
  259. package/kinesisvideo/getStream.js.map +1 -1
  260. package/kinesisvideo/stream.d.ts +8 -0
  261. package/kinesisvideo/stream.js +2 -0
  262. package/kinesisvideo/stream.js.map +1 -1
  263. package/kms/getKey.d.ts +3 -0
  264. package/kms/getKey.js.map +1 -1
  265. package/kms/key.d.ts +6 -0
  266. package/kms/key.js.map +1 -1
  267. package/lambda/capacityProvider.d.ts +100 -0
  268. package/lambda/capacityProvider.js +80 -0
  269. package/lambda/capacityProvider.js.map +1 -0
  270. package/lambda/eventSourceMapping.d.ts +12 -4
  271. package/lambda/eventSourceMapping.js +2 -0
  272. package/lambda/eventSourceMapping.js.map +1 -1
  273. package/lambda/function.d.ts +14 -0
  274. package/lambda/function.js +9 -1
  275. package/lambda/function.js.map +1 -1
  276. package/lambda/getCapacityProvider.d.ts +41 -0
  277. package/lambda/getCapacityProvider.js +28 -0
  278. package/lambda/getCapacityProvider.js.map +1 -0
  279. package/lambda/getEventSourceMapping.d.ts +6 -2
  280. package/lambda/getEventSourceMapping.js.map +1 -1
  281. package/lambda/getFunction.d.ts +2 -0
  282. package/lambda/getFunction.js.map +1 -1
  283. package/lambda/getPermission.d.ts +2 -2
  284. package/lambda/getPermission.js +2 -2
  285. package/lambda/getVersion.d.ts +5 -0
  286. package/lambda/getVersion.js.map +1 -1
  287. package/lambda/index.d.ts +6 -0
  288. package/lambda/index.js +8 -1
  289. package/lambda/index.js.map +1 -1
  290. package/lambda/permission.d.ts +5 -5
  291. package/lambda/permission.js +1 -1
  292. package/lambda/version.d.ts +8 -0
  293. package/lambda/version.js +2 -0
  294. package/lambda/version.js.map +1 -1
  295. package/mediaconnect/flowOutput.d.ts +12 -2
  296. package/mediaconnect/flowOutput.js +4 -3
  297. package/mediaconnect/flowOutput.js.map +1 -1
  298. package/mediaconnect/getRouterInput.d.ts +90 -0
  299. package/mediaconnect/getRouterInput.js +28 -0
  300. package/mediaconnect/getRouterInput.js.map +1 -0
  301. package/mediaconnect/getRouterNetworkInterface.d.ts +66 -0
  302. package/mediaconnect/getRouterNetworkInterface.js +28 -0
  303. package/mediaconnect/getRouterNetworkInterface.js.map +1 -0
  304. package/mediaconnect/getRouterOutputResource.d.ts +86 -0
  305. package/mediaconnect/getRouterOutputResource.js +28 -0
  306. package/mediaconnect/getRouterOutputResource.js.map +1 -0
  307. package/mediaconnect/index.d.ts +18 -0
  308. package/mediaconnect/index.js +22 -1
  309. package/mediaconnect/index.js.map +1 -1
  310. package/mediaconnect/routerInput.d.ts +146 -0
  311. package/mediaconnect/routerInput.js +106 -0
  312. package/mediaconnect/routerInput.js.map +1 -0
  313. package/mediaconnect/routerNetworkInterface.d.ts +94 -0
  314. package/mediaconnect/routerNetworkInterface.js +83 -0
  315. package/mediaconnect/routerNetworkInterface.js.map +1 -0
  316. package/mediaconnect/routerOutputResource.d.ts +138 -0
  317. package/mediaconnect/routerOutputResource.js +104 -0
  318. package/mediaconnect/routerOutputResource.js.map +1 -0
  319. package/msk/cluster.d.ts +3 -5
  320. package/msk/cluster.js +3 -1
  321. package/msk/cluster.js.map +1 -1
  322. package/msk/configuration.d.ts +2 -2
  323. package/msk/getCluster.d.ts +1 -0
  324. package/msk/getCluster.js.map +1 -1
  325. package/opensearchservice/domain.d.ts +12 -4
  326. package/opensearchservice/domain.js +2 -0
  327. package/opensearchservice/domain.js.map +1 -1
  328. package/opensearchservice/getDomain.d.ts +7 -3
  329. package/opensearchservice/getDomain.js.map +1 -1
  330. package/opsworkscm/getServer.d.ts +1 -1
  331. package/opsworkscm/server.d.ts +2 -2
  332. package/organizations/policy.d.ts +2 -2
  333. package/package.json +3 -3
  334. package/package.json.dev +2 -2
  335. package/pipes/getPipe.d.ts +1 -1
  336. package/pipes/pipe.d.ts +2 -2
  337. package/qbusiness/application.d.ts +2 -2
  338. package/qbusiness/dataSource.d.ts +2 -2
  339. package/qbusiness/getDataSource.d.ts +1 -1
  340. package/quicksight/dataSet.d.ts +12 -0
  341. package/quicksight/dataSet.js.map +1 -1
  342. package/quicksight/getDataSet.d.ts +6 -0
  343. package/quicksight/getDataSet.js.map +1 -1
  344. package/refactorspaces/application.d.ts +4 -4
  345. package/refactorspaces/getApplication.d.ts +4 -4
  346. package/refactorspaces/getRoute.d.ts +1 -1
  347. package/refactorspaces/route.d.ts +1 -1
  348. package/rekognition/getProject.d.ts +5 -0
  349. package/rekognition/getProject.js.map +1 -1
  350. package/rekognition/project.d.ts +10 -0
  351. package/rekognition/project.js +2 -0
  352. package/rekognition/project.js.map +1 -1
  353. package/rtbfabric/getInboundExternalLink.d.ts +28 -0
  354. package/rtbfabric/getInboundExternalLink.js +28 -0
  355. package/rtbfabric/getInboundExternalLink.js.map +1 -0
  356. package/rtbfabric/getOutboundExternalLink.d.ts +29 -0
  357. package/rtbfabric/getOutboundExternalLink.js +28 -0
  358. package/rtbfabric/getOutboundExternalLink.js.map +1 -0
  359. package/rtbfabric/inboundExternalLink.d.ts +49 -0
  360. package/rtbfabric/inboundExternalLink.js +78 -0
  361. package/rtbfabric/inboundExternalLink.js.map +1 -0
  362. package/rtbfabric/index.d.ts +12 -0
  363. package/rtbfabric/index.js +15 -1
  364. package/rtbfabric/index.js.map +1 -1
  365. package/rtbfabric/outboundExternalLink.d.ts +51 -0
  366. package/rtbfabric/outboundExternalLink.js +83 -0
  367. package/rtbfabric/outboundExternalLink.js.map +1 -0
  368. package/rum/appMonitor.d.ts +3 -0
  369. package/rum/appMonitor.js +3 -1
  370. package/rum/appMonitor.js.map +1 -1
  371. package/s3/bucket.d.ts +8 -0
  372. package/s3/bucket.js +2 -0
  373. package/s3/bucket.js.map +1 -1
  374. package/s3/getBucket.d.ts +5 -0
  375. package/s3/getBucket.js.map +1 -1
  376. package/s3tables/getTable.d.ts +4 -0
  377. package/s3tables/getTable.js.map +1 -1
  378. package/s3tables/getTableBucket.d.ts +5 -0
  379. package/s3tables/getTableBucket.js.map +1 -1
  380. package/s3tables/table.d.ts +8 -0
  381. package/s3tables/table.js +2 -0
  382. package/s3tables/table.js.map +1 -1
  383. package/s3tables/tableBucket.d.ts +10 -0
  384. package/s3tables/tableBucket.js +4 -0
  385. package/s3tables/tableBucket.js.map +1 -1
  386. package/sagemaker/domain.js +1 -1
  387. package/sagemaker/domain.js.map +1 -1
  388. package/sagemaker/getDomain.d.ts +4 -0
  389. package/sagemaker/getDomain.js.map +1 -1
  390. package/sagemaker/getPartnerApp.d.ts +12 -0
  391. package/sagemaker/getPartnerApp.js.map +1 -1
  392. package/sagemaker/partnerApp.d.ts +20 -0
  393. package/sagemaker/partnerApp.js +6 -0
  394. package/sagemaker/partnerApp.js.map +1 -1
  395. package/secretsmanager/getRotationSchedule.d.ts +8 -0
  396. package/secretsmanager/getRotationSchedule.js.map +1 -1
  397. package/secretsmanager/getSecret.d.ts +4 -0
  398. package/secretsmanager/getSecret.js.map +1 -1
  399. package/secretsmanager/rotationSchedule.d.ts +16 -0
  400. package/secretsmanager/rotationSchedule.js +4 -0
  401. package/secretsmanager/rotationSchedule.js.map +1 -1
  402. package/secretsmanager/secret.d.ts +8 -0
  403. package/secretsmanager/secret.js +2 -0
  404. package/secretsmanager/secret.js.map +1 -1
  405. package/securityhub/configurationPolicy.d.ts +4 -4
  406. package/securityhub/getConfigurationPolicy.d.ts +2 -2
  407. package/servicecatalog/cloudFormationProduct.d.ts +21 -11
  408. package/servicecatalog/cloudFormationProduct.js +1 -1
  409. package/servicecatalog/cloudFormationProduct.js.map +1 -1
  410. package/servicecatalog/getCloudFormationProduct.d.ts +21 -16
  411. package/servicecatalog/getCloudFormationProduct.js +2 -2
  412. package/servicecatalog/getCloudFormationProduct.js.map +1 -1
  413. package/shield/getProtection.d.ts +1 -1
  414. package/shield/protection.d.ts +2 -2
  415. package/sns/getTopic.d.ts +3 -3
  416. package/sns/topic.d.ts +1 -1
  417. package/ssm/association.d.ts +2 -2
  418. package/stepfunctions/activity.d.ts +2 -2
  419. package/types/enums/apigateway/index.d.ts +3 -0
  420. package/types/enums/apigateway/index.js.map +1 -1
  421. package/types/enums/bedrock/index.d.ts +78 -0
  422. package/types/enums/bedrock/index.js +71 -3
  423. package/types/enums/bedrock/index.js.map +1 -1
  424. package/types/enums/bedrockagentcore/index.d.ts +12 -0
  425. package/types/enums/bedrockagentcore/index.js +9 -1
  426. package/types/enums/bedrockagentcore/index.js.map +1 -1
  427. package/types/enums/ce/index.d.ts +7 -1
  428. package/types/enums/ce/index.js.map +1 -1
  429. package/types/enums/cloudfront/index.d.ts +40 -0
  430. package/types/enums/cloudfront/index.js +24 -1
  431. package/types/enums/cloudfront/index.js.map +1 -1
  432. package/types/enums/cloudtrail/index.d.ts +24 -0
  433. package/types/enums/cloudtrail/index.js +13 -1
  434. package/types/enums/cloudtrail/index.js.map +1 -1
  435. package/types/enums/connect/index.d.ts +49 -7
  436. package/types/enums/connect/index.js +27 -1
  437. package/types/enums/connect/index.js.map +1 -1
  438. package/types/enums/controltower/index.d.ts +4 -0
  439. package/types/enums/controltower/index.js +4 -1
  440. package/types/enums/controltower/index.js.map +1 -1
  441. package/types/enums/customerprofiles/index.d.ts +8 -0
  442. package/types/enums/customerprofiles/index.js +5 -1
  443. package/types/enums/customerprofiles/index.js.map +1 -1
  444. package/types/enums/ec2/index.d.ts +159 -0
  445. package/types/enums/ec2/index.js +101 -2
  446. package/types/enums/ec2/index.js.map +1 -1
  447. package/types/enums/ecr/index.d.ts +7 -0
  448. package/types/enums/ecr/index.js +4 -1
  449. package/types/enums/ecr/index.js.map +1 -1
  450. package/types/enums/ecs/index.d.ts +18 -2
  451. package/types/enums/ecs/index.js +15 -1
  452. package/types/enums/ecs/index.js.map +1 -1
  453. package/types/enums/eks/index.d.ts +43 -0
  454. package/types/enums/eks/index.js +24 -1
  455. package/types/enums/eks/index.js.map +1 -1
  456. package/types/enums/fsx/index.d.ts +10 -1
  457. package/types/enums/fsx/index.js +6 -1
  458. package/types/enums/fsx/index.js.map +1 -1
  459. package/types/enums/iot/index.d.ts +1 -1
  460. package/types/enums/kinesisvideo/index.d.ts +8 -0
  461. package/types/enums/kinesisvideo/index.js +5 -1
  462. package/types/enums/kinesisvideo/index.js.map +1 -1
  463. package/types/enums/kms/index.d.ts +3 -0
  464. package/types/enums/kms/index.js.map +1 -1
  465. package/types/enums/lambda/index.d.ts +52 -1
  466. package/types/enums/lambda/index.js +28 -1
  467. package/types/enums/lambda/index.js.map +1 -1
  468. package/types/enums/mediaconnect/index.d.ts +188 -0
  469. package/types/enums/mediaconnect/index.js +158 -1
  470. package/types/enums/mediaconnect/index.js.map +1 -1
  471. package/types/enums/msk/index.d.ts +5 -0
  472. package/types/enums/msk/index.js +5 -1
  473. package/types/enums/msk/index.js.map +1 -1
  474. package/types/enums/organizations/index.d.ts +6 -1
  475. package/types/enums/organizations/index.js +5 -0
  476. package/types/enums/organizations/index.js.map +1 -1
  477. package/types/enums/pcs/index.d.ts +9 -0
  478. package/types/enums/pcs/index.js +6 -1
  479. package/types/enums/pcs/index.js.map +1 -1
  480. package/types/enums/rbin/index.d.ts +1 -0
  481. package/types/enums/rbin/index.js +1 -0
  482. package/types/enums/rbin/index.js.map +1 -1
  483. package/types/enums/route53resolver/index.d.ts +1 -0
  484. package/types/enums/route53resolver/index.js +1 -0
  485. package/types/enums/route53resolver/index.js.map +1 -1
  486. package/types/enums/rtbfabric/index.d.ts +57 -1
  487. package/types/enums/rtbfabric/index.js +52 -2
  488. package/types/enums/rtbfabric/index.js.map +1 -1
  489. package/types/enums/rum/index.d.ts +6 -0
  490. package/types/enums/rum/index.js +6 -1
  491. package/types/enums/rum/index.js.map +1 -1
  492. package/types/enums/s3/index.d.ts +13 -0
  493. package/types/enums/s3/index.js +9 -1
  494. package/types/enums/s3/index.js.map +1 -1
  495. package/types/enums/s3tables/index.d.ts +8 -0
  496. package/types/enums/s3tables/index.js +5 -1
  497. package/types/enums/s3tables/index.js.map +1 -1
  498. package/types/enums/sagemaker/index.d.ts +9 -0
  499. package/types/enums/sagemaker/index.js +8 -3
  500. package/types/enums/sagemaker/index.js.map +1 -1
  501. package/types/enums/securityhub/index.d.ts +3 -7
  502. package/types/enums/securityhub/index.js +2 -6
  503. package/types/enums/securityhub/index.js.map +1 -1
  504. package/types/enums/servicecatalog/index.d.ts +0 -24
  505. package/types/enums/servicecatalog/index.js +1 -17
  506. package/types/enums/servicecatalog/index.js.map +1 -1
  507. package/types/enums/vpclattice/index.d.ts +19 -0
  508. package/types/enums/vpclattice/index.js +12 -1
  509. package/types/enums/vpclattice/index.js.map +1 -1
  510. package/types/enums/wisdom/index.d.ts +3 -0
  511. package/types/enums/wisdom/index.js +3 -0
  512. package/types/enums/wisdom/index.js.map +1 -1
  513. package/types/enums/workspacesweb/index.d.ts +30 -0
  514. package/types/enums/workspacesweb/index.js +30 -1
  515. package/types/enums/workspacesweb/index.js.map +1 -1
  516. package/types/input.d.ts +2480 -134
  517. package/types/output.d.ts +2656 -136
  518. package/types/output.js.map +1 -1
  519. package/vpclattice/domainVerification.d.ts +65 -0
  520. package/vpclattice/domainVerification.js +71 -0
  521. package/vpclattice/domainVerification.js.map +1 -0
  522. package/vpclattice/getDomainVerification.d.ts +42 -0
  523. package/vpclattice/getDomainVerification.js +28 -0
  524. package/vpclattice/getDomainVerification.js.map +1 -0
  525. package/vpclattice/index.d.ts +6 -0
  526. package/vpclattice/index.js +8 -1
  527. package/vpclattice/index.js.map +1 -1
  528. package/vpclattice/resourceConfiguration.d.ts +24 -0
  529. package/vpclattice/resourceConfiguration.js +7 -1
  530. package/vpclattice/resourceConfiguration.js.map +1 -1
  531. package/vpclattice/serviceNetworkResourceAssociation.d.ts +8 -0
  532. package/vpclattice/serviceNetworkResourceAssociation.js +3 -1
  533. package/vpclattice/serviceNetworkResourceAssociation.js.map +1 -1
  534. package/vpclattice/serviceNetworkVpcAssociation.d.ts +16 -0
  535. package/vpclattice/serviceNetworkVpcAssociation.js +5 -1
  536. package/vpclattice/serviceNetworkVpcAssociation.js.map +1 -1
  537. package/wafv2/getIpSet.d.ts +2 -2
  538. package/wafv2/getRuleGroup.d.ts +2 -2
  539. package/wafv2/getWebAcl.d.ts +2 -2
  540. package/wafv2/ipSet.d.ts +2 -2
  541. package/wafv2/ruleGroup.d.ts +2 -2
  542. package/wafv2/webAcl.d.ts +2 -2
  543. package/wisdom/aiAgent.d.ts +2 -2
  544. package/wisdom/getAiAgent.d.ts +1 -1
  545. package/workspacesweb/browserSettings.d.ts +8 -0
  546. package/workspacesweb/browserSettings.js +2 -0
  547. package/workspacesweb/browserSettings.js.map +1 -1
  548. package/workspacesweb/getBrowserSettings.d.ts +4 -0
  549. package/workspacesweb/getBrowserSettings.js.map +1 -1
  550. package/workspacesweb/getPortal.d.ts +1 -1
  551. package/workspacesweb/getSessionLogger.d.ts +3 -0
  552. package/workspacesweb/getSessionLogger.js.map +1 -1
  553. package/workspacesweb/portal.d.ts +2 -2
  554. package/workspacesweb/sessionLogger.d.ts +6 -0
  555. package/workspacesweb/sessionLogger.js.map +1 -1
package/types/input.d.ts CHANGED
@@ -813,7 +813,7 @@ export declare namespace aiops {
813
813
  */
814
814
  chatConfigurationArns?: pulumi.Input<pulumi.Input<string>[]>;
815
815
  /**
816
- * Returns the ARN of an Amazon SNS topic used for third-party chat integrations.
816
+ * Returns the ARN of an Amazon topic used for third-party chat integrations.
817
817
  */
818
818
  snsTopicArn?: pulumi.Input<string>;
819
819
  }
@@ -854,7 +854,7 @@ export declare namespace amazonmq {
854
854
  */
855
855
  kmsKeyId?: pulumi.Input<string>;
856
856
  /**
857
- * Enables the use of an AWS owned CMK using AWS KMS (KMS). Set to `true` by default, if no value is provided, for example, for RabbitMQ brokers.
857
+ * Enables the use of an AWS owned CMK using AWS (KMS). Set to `true` by default, if no value is provided, for example, for RabbitMQ brokers.
858
858
  */
859
859
  useAwsOwnedKey: pulumi.Input<boolean>;
860
860
  }
@@ -1061,7 +1061,7 @@ export declare namespace amplify {
1061
1061
  }
1062
1062
  interface BranchBackendArgs {
1063
1063
  /**
1064
- * The Amazon Resource Name (ARN) for the AWS CloudFormation stack.
1064
+ * The Amazon Resource Name (ARN) for the CloudFormation stack.
1065
1065
  */
1066
1066
  stackArn?: pulumi.Input<string>;
1067
1067
  }
@@ -2069,6 +2069,10 @@ export declare namespace apigateway {
2069
2069
  * Specifies the integration's responses.
2070
2070
  */
2071
2071
  integrationResponses?: pulumi.Input<pulumi.Input<inputs.apigateway.MethodIntegrationResponseArgs>[]>;
2072
+ /**
2073
+ * The ALB or NLB listener to send the request to. Only supported for private integrations that use VPC links V2.
2074
+ */
2075
+ integrationTarget?: pulumi.Input<string>;
2072
2076
  /**
2073
2077
  * Specifies how the method request body of an unmapped content type will be passed through the integration request to the back end without transformation. A content type is unmapped if no mapping template is defined in the integration or the content type does not match any of the mapped content types, as specified in `requestTemplates` . The valid value is one of the following: `WHEN_NO_MATCH` : passes the method request body through the integration request to the back end without transformation when the method request content type does not match any content type associated with the mapping templates defined in the integration request. `WHEN_NO_TEMPLATES` : passes the method request body through the integration request to the back end without transformation when no mapping template is defined in the integration request. If a template is defined when this option is selected, the method request of an unmapped content-type will be rejected with an HTTP 415 Unsupported Media Type response. `NEVER` : rejects the method request with an HTTP 415 Unsupported Media Type response when either the method request content type does not match any content type associated with the mapping templates defined in the integration request or no mapping template is defined in the integration request.
2074
2078
  */
@@ -2085,6 +2089,9 @@ export declare namespace apigateway {
2085
2089
  requestTemplates?: pulumi.Input<{
2086
2090
  [key: string]: pulumi.Input<string>;
2087
2091
  }>;
2092
+ /**
2093
+ * The response transfer mode of the integration. Use `STREAM` to have API Gateway stream response your back to you or use `BUFFERED` to have API Gateway wait to receive the complete response before beginning transmission.
2094
+ */
2088
2095
  responseTransferMode?: pulumi.Input<enums.apigateway.MethodIntegrationResponseTransferMode>;
2089
2096
  /**
2090
2097
  * Custom timeout between 50 and 29,000 milliseconds. The default value is 29,000 milliseconds or 29 seconds. You can increase the default value to longer than 29 seconds for Regional or private APIs only.
@@ -6478,6 +6485,10 @@ export declare namespace aps {
6478
6485
  * Configuration for EKS metrics source
6479
6486
  */
6480
6487
  eksConfiguration?: pulumi.Input<inputs.aps.ScraperSourceEksConfigurationPropertiesArgs>;
6488
+ /**
6489
+ * Configuration for VPC metrics source
6490
+ */
6491
+ vpcConfiguration?: pulumi.Input<inputs.aps.ScraperSourceVpcConfigurationPropertiesArgs>;
6481
6492
  }
6482
6493
  /**
6483
6494
  * Configuration for EKS metrics source
@@ -6496,6 +6507,19 @@ export declare namespace aps {
6496
6507
  */
6497
6508
  subnetIds: pulumi.Input<pulumi.Input<string>[]>;
6498
6509
  }
6510
+ /**
6511
+ * Configuration for VPC metrics source
6512
+ */
6513
+ interface ScraperSourceVpcConfigurationPropertiesArgs {
6514
+ /**
6515
+ * List of security group IDs
6516
+ */
6517
+ securityGroupIds: pulumi.Input<pulumi.Input<string>[]>;
6518
+ /**
6519
+ * List of subnet IDs
6520
+ */
6521
+ subnetIds: pulumi.Input<pulumi.Input<string>[]>;
6522
+ }
6499
6523
  /**
6500
6524
  * Represents a cloudwatch logs destination for query logging
6501
6525
  */
@@ -6883,6 +6907,44 @@ export declare namespace athena {
6883
6907
  */
6884
6908
  s3AclOption: pulumi.Input<enums.athena.WorkGroupS3AclOption>;
6885
6909
  }
6910
+ /**
6911
+ * A classification refers to a set of specific configurations.
6912
+ */
6913
+ interface WorkGroupClassificationArgs {
6914
+ /**
6915
+ * The name of the configuration classification.
6916
+ */
6917
+ name?: pulumi.Input<string>;
6918
+ /**
6919
+ * A set of properties specified within a configuration classification.
6920
+ */
6921
+ properties?: pulumi.Input<{
6922
+ [key: string]: pulumi.Input<string>;
6923
+ }>;
6924
+ }
6925
+ /**
6926
+ * Configuration settings for delivering logs to Amazon CloudWatch log groups.
6927
+ */
6928
+ interface WorkGroupCloudWatchLoggingConfigurationArgs {
6929
+ /**
6930
+ * Enables CloudWatch logging.
6931
+ */
6932
+ enabled?: pulumi.Input<boolean>;
6933
+ /**
6934
+ * The name of the log group in Amazon CloudWatch Logs where you want to publish your logs.
6935
+ */
6936
+ logGroup?: pulumi.Input<string>;
6937
+ /**
6938
+ * Prefix for the CloudWatch log stream name.
6939
+ */
6940
+ logStreamNamePrefix?: pulumi.Input<string>;
6941
+ /**
6942
+ * The types of logs that you want to publish to CloudWatch.
6943
+ */
6944
+ logTypes?: pulumi.Input<{
6945
+ [key: string]: pulumi.Input<pulumi.Input<string>[]>;
6946
+ }>;
6947
+ }
6886
6948
  interface WorkGroupConfigurationArgs {
6887
6949
  /**
6888
6950
  * Specifies a user defined JSON string that is passed to the session engine.
@@ -6902,6 +6964,7 @@ export declare namespace athena {
6902
6964
  * If set to "true", the settings for the workgroup override client-side settings. If set to "false", client-side settings are used. For more information, see [Override client-side settings](https://docs.aws.amazon.com/athena/latest/ug/workgroups-settings-override.html) .
6903
6965
  */
6904
6966
  enforceWorkGroupConfiguration?: pulumi.Input<boolean>;
6967
+ engineConfiguration?: pulumi.Input<inputs.athena.WorkGroupEngineConfigurationArgs>;
6905
6968
  /**
6906
6969
  * The engine version that all queries running on the workgroup use.
6907
6970
  */
@@ -6914,6 +6977,10 @@ export declare namespace athena {
6914
6977
  * The configuration for storing results in Athena owned storage, which includes whether this feature is enabled; whether encryption configuration, if any, is used for encrypting query results.
6915
6978
  */
6916
6979
  managedQueryResultsConfiguration?: pulumi.Input<inputs.athena.WorkGroupManagedQueryResultsConfigurationArgs>;
6980
+ /**
6981
+ * Contains the configuration settings for managed log persistence, delivering logs to Amazon S3 buckets, Amazon CloudWatch log groups etc.
6982
+ */
6983
+ monitoringConfiguration?: pulumi.Input<inputs.athena.WorkGroupMonitoringConfigurationArgs>;
6917
6984
  /**
6918
6985
  * Indicates that the Amazon CloudWatch metrics are enabled for the workgroup.
6919
6986
  */
@@ -6935,9 +7002,11 @@ export declare namespace athena {
6935
7002
  bytesScannedCutoffPerQuery?: pulumi.Input<number>;
6936
7003
  customerContentEncryptionConfiguration?: pulumi.Input<inputs.athena.WorkGroupCustomerContentEncryptionConfigurationArgs>;
6937
7004
  enforceWorkGroupConfiguration?: pulumi.Input<boolean>;
7005
+ engineConfiguration?: pulumi.Input<inputs.athena.WorkGroupEngineConfigurationArgs>;
6938
7006
  engineVersion?: pulumi.Input<inputs.athena.WorkGroupEngineVersionArgs>;
6939
7007
  executionRole?: pulumi.Input<string>;
6940
7008
  managedQueryResultsConfiguration?: pulumi.Input<inputs.athena.WorkGroupManagedQueryResultsConfigurationArgs>;
7009
+ monitoringConfiguration?: pulumi.Input<inputs.athena.WorkGroupMonitoringConfigurationArgs>;
6941
7010
  publishCloudWatchMetricsEnabled?: pulumi.Input<boolean>;
6942
7011
  removeBytesScannedCutoffPerQuery?: pulumi.Input<boolean>;
6943
7012
  removeCustomerContentEncryptionConfiguration?: pulumi.Input<boolean>;
@@ -6968,6 +7037,39 @@ export declare namespace athena {
6968
7037
  */
6969
7038
  kmsKey?: pulumi.Input<string>;
6970
7039
  }
7040
+ /**
7041
+ * The engine configuration for running queries.
7042
+ */
7043
+ interface WorkGroupEngineConfigurationArgs {
7044
+ /**
7045
+ * Contains additional notebook engine MAP<string, string> parameter mappings in the form of key-value pairs. To specify an Athena notebook that the Jupyter server will download and serve, specify a value for the StartSessionRequest$NotebookVersion field, and then add a key named NotebookId to AdditionalConfigs that has the value of the Athena notebook ID.
7046
+ */
7047
+ additionalConfigs?: pulumi.Input<{
7048
+ [key: string]: pulumi.Input<string>;
7049
+ }>;
7050
+ /**
7051
+ * The configuration classifications that can be specified for the engine.
7052
+ */
7053
+ classifications?: pulumi.Input<pulumi.Input<inputs.athena.WorkGroupClassificationArgs>[]>;
7054
+ /**
7055
+ * The number of DPUs to use for the coordinator. A coordinator is a special executor that orchestrates processing work and manages other executors in a notebook session. The default is 1.
7056
+ */
7057
+ coordinatorDpuSize?: pulumi.Input<number>;
7058
+ /**
7059
+ * The default number of DPUs to use for executors. An executor is the smallest unit of compute that a notebook session can request from Athena. The default is 1.
7060
+ */
7061
+ defaultExecutorDpuSize?: pulumi.Input<number>;
7062
+ /**
7063
+ * The maximum number of DPUs that can run concurrently.
7064
+ */
7065
+ maxConcurrentDpus?: pulumi.Input<number>;
7066
+ /**
7067
+ * Specifies custom jar files and Spark properties for use cases like cluster encryption, table formats, and general Spark tuning.
7068
+ */
7069
+ sparkProperties?: pulumi.Input<{
7070
+ [key: string]: pulumi.Input<string>;
7071
+ }>;
7072
+ }
6971
7073
  /**
6972
7074
  * The Athena engine version for running queries.
6973
7075
  */
@@ -6981,6 +7083,19 @@ export declare namespace athena {
6981
7083
  */
6982
7084
  selectedEngineVersion?: pulumi.Input<string>;
6983
7085
  }
7086
+ /**
7087
+ * Configuration settings for managed log persistence.
7088
+ */
7089
+ interface WorkGroupManagedLoggingConfigurationArgs {
7090
+ /**
7091
+ * Enables managed log persistence.
7092
+ */
7093
+ enabled?: pulumi.Input<boolean>;
7094
+ /**
7095
+ * The KMS key ARN to encrypt the logs stored in managed log persistence.
7096
+ */
7097
+ kmsKey?: pulumi.Input<string>;
7098
+ }
6984
7099
  /**
6985
7100
  * The configuration for the managed query results and encryption option. ResultConfiguration and ManagedQueryResultsConfiguration cannot be set at the same time
6986
7101
  */
@@ -7000,6 +7115,23 @@ export declare namespace athena {
7000
7115
  interface WorkGroupManagedStorageEncryptionConfigurationArgs {
7001
7116
  kmsKey?: pulumi.Input<string>;
7002
7117
  }
7118
+ /**
7119
+ * Contains the configuration settings for managed log persistence, delivering logs to Amazon S3 buckets, Amazon CloudWatch log groups etc.
7120
+ */
7121
+ interface WorkGroupMonitoringConfigurationArgs {
7122
+ /**
7123
+ * Configuration settings for delivering logs to Amazon CloudWatch log groups.
7124
+ */
7125
+ cloudWatchLoggingConfiguration?: pulumi.Input<inputs.athena.WorkGroupCloudWatchLoggingConfigurationArgs>;
7126
+ /**
7127
+ * Configuration settings for managed log persistence.
7128
+ */
7129
+ managedLoggingConfiguration?: pulumi.Input<inputs.athena.WorkGroupManagedLoggingConfigurationArgs>;
7130
+ /**
7131
+ * Configuration settings for delivering logs to Amazon S3 buckets.
7132
+ */
7133
+ s3LoggingConfiguration?: pulumi.Input<inputs.athena.WorkGroupS3LoggingConfigurationArgs>;
7134
+ }
7003
7135
  /**
7004
7136
  * The location in Amazon S3 where query results are stored and the encryption option, if any, used for query results. These are known as "client-side settings". If workgroup settings override client-side settings, then the query uses the workgroup settings.
7005
7137
  */
@@ -7062,6 +7194,23 @@ export declare namespace athena {
7062
7194
  */
7063
7195
  removeOutputLocation?: pulumi.Input<boolean>;
7064
7196
  }
7197
+ /**
7198
+ * Configuration settings for delivering logs to Amazon S3 buckets.
7199
+ */
7200
+ interface WorkGroupS3LoggingConfigurationArgs {
7201
+ /**
7202
+ * Enables S3 log delivery.
7203
+ */
7204
+ enabled?: pulumi.Input<boolean>;
7205
+ /**
7206
+ * The KMS key ARN to encrypt the logs published to the given Amazon S3 destination.
7207
+ */
7208
+ kmsKey?: pulumi.Input<string>;
7209
+ /**
7210
+ * The Amazon S3 destination URI for log publishing.
7211
+ */
7212
+ logLocation?: pulumi.Input<string>;
7213
+ }
7065
7214
  }
7066
7215
  export declare namespace auditmanager {
7067
7216
  /**
@@ -8631,6 +8780,7 @@ export declare namespace backup {
8631
8780
  * The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of letters, numbers, and hyphens.
8632
8781
  */
8633
8782
  targetBackupVault: pulumi.Input<string>;
8783
+ targetLogicallyAirGappedBackupVaultArn?: pulumi.Input<string>;
8634
8784
  }
8635
8785
  interface BackupPlanCopyActionResourceTypeArgs {
8636
8786
  /**
@@ -9098,7 +9248,7 @@ export declare namespace batch {
9098
9248
  *
9099
9249
  * When updating compute environment, changing the type of a compute environment requires an infrastructure update of the compute environment. For more information, see [Updating compute environments](https://docs.aws.amazon.com/batch/latest/userguide/updating-compute-environments.html) in the *AWS Batch User Guide* .
9100
9250
  *
9101
- * When updating the type of a compute environment, changing between `EC2` and `SPOT` or between `FARGATE` and `FARGATE_SPOT` will initiate an infrastructure update, but if you switch between `EC2` and `FARGATE` , AWS CloudFormation will create a new compute environment.
9251
+ * When updating the type of a compute environment, changing between `EC2` and `SPOT` or between `FARGATE` and `FARGATE_SPOT` will initiate an infrastructure update, but if you switch between `EC2` and `FARGATE` , CloudFormation will create a new compute environment.
9102
9252
  */
9103
9253
  type: pulumi.Input<string>;
9104
9254
  /**
@@ -9136,18 +9286,18 @@ export declare namespace batch {
9136
9286
  * - **ECS_AL2023_NVIDIA** - [Amazon Linux 2023 (GPU)](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-optimized_AMI.html#gpuami) : For all GPU instance families and can be used for all non AWS Graviton-based instance types.
9137
9287
  *
9138
9288
  * > ECS_AL2023_NVIDIA doesn't support `p3` and `g3` instance types.
9139
- * - **EKS** - If the `imageIdOverride` parameter isn't specified, then a recent [Amazon EKS-optimized Amazon Linux AMI](https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-ami.html) ( `EKS_AL2` ) is used. If a new image type is specified in an update, but neither an `imageId` nor a `imageIdOverride` parameter is specified, then the latest Amazon EKS optimized AMI for that image type that AWS Batch supports is used.
9289
+ * - **EKS** - If the `imageIdOverride` parameter isn't specified, then a recent [Amazon EKS-optimized Amazon Linux 2023 AMI](https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-ami.html) ( `EKS_AL2023` ) is used. If a new image type is specified in an update, but neither an `imageId` nor a `imageIdOverride` parameter is specified, then the latest Amazon EKS optimized AMI for that image type that AWS Batch supports is used.
9140
9290
  *
9141
- * > Starting end of October 2025 Amazon EKS optimized Amazon Linux 2023 AMIs will be the default on AWS Batch for EKS versions prior to 1.33. Starting from Kubernetes version 1.33, EKS optimized Amazon Linux 2023 AMIs will be the default when it becomes supported on AWS Batch .
9291
+ * > Amazon Linux 2023 AMIs are the default on AWS Batch for Amazon EKS.
9142
9292
  * >
9143
9293
  * > AWS will end support for Amazon EKS AL2-optimized and AL2-accelerated AMIs, starting 11/26/25. You can continue using AWS Batch -provided Amazon EKS optimized Amazon Linux 2 AMIs on your Amazon EKS compute environments beyond the 11/26/25 end-of-support date, these compute environments will no longer receive any new software updates, security patches, or bug fixes from AWS . For more information on upgrading from AL2 to AL2023, see [How to upgrade from EKS AL2 to EKS AL2023](https://docs.aws.amazon.com/batch/latest/userguide/eks-migration-2023.html) in the *AWS Batch User Guide* .
9144
9294
  *
9145
- * - **EKS_AL2** - [Amazon Linux 2](https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-ami.html) : Default for all non-GPU instance families.
9146
- * - **EKS_AL2_NVIDIA** - [Amazon Linux 2 (accelerated)](https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-ami.html) : Default for all GPU instance families (for example, `P4` and `G4` ) and can be used for all non AWS Graviton-based instance types.
9147
- * - **EKS_AL2023** - [Amazon Linux 2023](https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-ami.html) : AWS Batch supports Amazon Linux 2023.
9295
+ * - **EKS_AL2** - [Amazon Linux 2](https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-ami.html) : Used for non-GPU instance families.
9296
+ * - **EKS_AL2_NVIDIA** - [Amazon Linux 2 (accelerated)](https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-ami.html) : Used for GPU instance families (for example, `P4` and `G4` ) and can be used for all non AWS Graviton-based instance types.
9297
+ * - **EKS_AL2023** - [Amazon Linux 2023](https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-ami.html) : Default for non-GPU instance families.
9148
9298
  *
9149
9299
  * > Amazon Linux 2023 does not support `A1` instances.
9150
- * - **EKS_AL2023_NVIDIA** - [Amazon Linux 2023 (accelerated)](https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-ami.html) : GPU instance families and can be used for all non AWS Graviton-based instance types.
9300
+ * - **EKS_AL2023_NVIDIA** - [Amazon Linux 2023 (accelerated)](https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-ami.html) : Default for GPU instance families and can be used for all non AWS Graviton-based instance types.
9151
9301
  */
9152
9302
  imageType: pulumi.Input<string>;
9153
9303
  }
@@ -10943,11 +11093,30 @@ export declare namespace bedrock {
10943
11093
  */
10944
11094
  transcript?: pulumi.Input<inputs.bedrock.DataAutomationProjectTranscriptConfigurationArgs>;
10945
11095
  }
11096
+ interface DataAutomationProjectAudioLanguageConfigurationArgs {
11097
+ /**
11098
+ * The output language of your processing results. This can either be set to `EN` (English) or `DEFAULT` which will output the results in the dominant language of the audio. The dominant language is determined as the language in the audio, spoken the longest in the input audio.
11099
+ */
11100
+ generativeOutputLanguage?: pulumi.Input<enums.bedrock.DataAutomationProjectAudioGenerativeOutputLanguage>;
11101
+ /**
11102
+ * The toggle determining if you want to detect multiple languages from your audio.
11103
+ */
11104
+ identifyMultipleLanguages?: pulumi.Input<boolean>;
11105
+ /**
11106
+ * The input language of your audio. This can be set to any of the currently supported languages via the language codes.
11107
+ */
11108
+ inputLanguages?: pulumi.Input<pulumi.Input<enums.bedrock.DataAutomationProjectLanguage>[]>;
11109
+ }
10946
11110
  interface DataAutomationProjectAudioOverrideConfigurationArgs {
11111
+ /**
11112
+ * The output and input language configuration for your audio.
11113
+ */
11114
+ languageConfiguration?: pulumi.Input<inputs.bedrock.DataAutomationProjectAudioLanguageConfigurationArgs>;
10947
11115
  /**
10948
11116
  * Sets modality processing for audio files. All modalities are enabled by default.
10949
11117
  */
10950
11118
  modalityProcessing?: pulumi.Input<inputs.bedrock.DataAutomationProjectModalityProcessingConfigurationArgs>;
11119
+ sensitiveDataConfiguration?: pulumi.Input<inputs.bedrock.DataAutomationProjectSensitiveDataConfigurationArgs>;
10951
11120
  }
10952
11121
  interface DataAutomationProjectAudioStandardExtractionArgs {
10953
11122
  /**
@@ -11043,6 +11212,7 @@ export declare namespace bedrock {
11043
11212
  * Sets modality processing for document files. All modalities are enabled by default.
11044
11213
  */
11045
11214
  modalityProcessing?: pulumi.Input<inputs.bedrock.DataAutomationProjectModalityProcessingConfigurationArgs>;
11215
+ sensitiveDataConfiguration?: pulumi.Input<inputs.bedrock.DataAutomationProjectSensitiveDataConfigurationArgs>;
11046
11216
  /**
11047
11217
  * Whether document splitter is enabled for a project.
11048
11218
  */
@@ -11099,6 +11269,7 @@ export declare namespace bedrock {
11099
11269
  * Sets modality processing for image files. All modalities are enabled by default.
11100
11270
  */
11101
11271
  modalityProcessing?: pulumi.Input<inputs.bedrock.DataAutomationProjectModalityProcessingConfigurationArgs>;
11272
+ sensitiveDataConfiguration?: pulumi.Input<inputs.bedrock.DataAutomationProjectSensitiveDataConfigurationArgs>;
11102
11273
  }
11103
11274
  interface DataAutomationProjectImageStandardExtractionArgs {
11104
11275
  /**
@@ -11182,6 +11353,15 @@ export declare namespace bedrock {
11182
11353
  */
11183
11354
  video?: pulumi.Input<inputs.bedrock.DataAutomationProjectVideoOverrideConfigurationArgs>;
11184
11355
  }
11356
+ interface DataAutomationProjectPiiEntitiesConfigurationArgs {
11357
+ piiEntityTypes?: pulumi.Input<pulumi.Input<enums.bedrock.DataAutomationProjectPiiEntityTypes>[]>;
11358
+ redactionMaskMode?: pulumi.Input<enums.bedrock.DataAutomationProjectPiiRedactionMaskMode>;
11359
+ }
11360
+ interface DataAutomationProjectSensitiveDataConfigurationArgs {
11361
+ detectionMode?: pulumi.Input<enums.bedrock.DataAutomationProjectSensitiveDataDetectionMode>;
11362
+ detectionScope?: pulumi.Input<pulumi.Input<enums.bedrock.DataAutomationProjectSensitiveDataDetectionScope>[]>;
11363
+ piiEntitiesConfiguration?: pulumi.Input<inputs.bedrock.DataAutomationProjectPiiEntitiesConfigurationArgs>;
11364
+ }
11185
11365
  interface DataAutomationProjectSpeakerLabelingConfigurationArgs {
11186
11366
  /**
11187
11367
  * State of speaker labeling, either enabled or disabled.
@@ -11246,6 +11426,7 @@ export declare namespace bedrock {
11246
11426
  * Sets modality processing for video files. All modalities are enabled by default.
11247
11427
  */
11248
11428
  modalityProcessing?: pulumi.Input<inputs.bedrock.DataAutomationProjectModalityProcessingConfigurationArgs>;
11429
+ sensitiveDataConfiguration?: pulumi.Input<inputs.bedrock.DataAutomationProjectSensitiveDataConfigurationArgs>;
11249
11430
  }
11250
11431
  interface DataAutomationProjectVideoStandardExtractionArgs {
11251
11432
  /**
@@ -13385,6 +13566,23 @@ export declare namespace bedrock {
13385
13566
  */
13386
13567
  uri: pulumi.Input<string>;
13387
13568
  }
13569
+ /**
13570
+ * Contains the storage configuration of the knowledge base for S3 vectors.
13571
+ */
13572
+ interface KnowledgeBaseS3VectorsConfigurationArgs {
13573
+ /**
13574
+ * The Amazon Resource Name (ARN) of the vector index used for the knowledge base. This ARN identifies the specific vector index resource within Amazon Bedrock.
13575
+ */
13576
+ indexArn?: pulumi.Input<string>;
13577
+ /**
13578
+ * The name of the vector index used for the knowledge base. This name identifies the vector index within the Amazon Bedrock service.
13579
+ */
13580
+ indexName?: pulumi.Input<string>;
13581
+ /**
13582
+ * The Amazon Resource Name (ARN) of the S3 bucket where vector embeddings are stored. This bucket contains the vector data used by the knowledge base.
13583
+ */
13584
+ vectorBucketArn?: pulumi.Input<string>;
13585
+ }
13388
13586
  /**
13389
13587
  * Configurations for a SQL knowledge base
13390
13588
  */
@@ -13426,6 +13624,10 @@ export declare namespace bedrock {
13426
13624
  * Contains details about the storage configuration of the knowledge base in Amazon RDS. For more information, see [Create a vector index in Amazon RDS](https://docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base-setup-rds.html) .
13427
13625
  */
13428
13626
  rdsConfiguration?: pulumi.Input<inputs.bedrock.KnowledgeBaseRdsConfigurationArgs>;
13627
+ /**
13628
+ * The configuration settings for storing knowledge base data using S3 vectors. This includes vector index information and S3 bucket details for vector storage.
13629
+ */
13630
+ s3VectorsConfiguration?: pulumi.Input<inputs.bedrock.KnowledgeBaseS3VectorsConfigurationArgs>;
13429
13631
  /**
13430
13632
  * The vector store service in which the knowledge base is stored.
13431
13633
  */
@@ -13757,6 +13959,12 @@ export declare namespace bedrockagentcore {
13757
13959
  networkMode: pulumi.Input<enums.bedrockagentcore.BrowserCustomBrowserNetworkMode>;
13758
13960
  vpcConfig?: pulumi.Input<inputs.bedrockagentcore.BrowserCustomVpcConfigArgs>;
13759
13961
  }
13962
+ /**
13963
+ * Browser signing configuration
13964
+ */
13965
+ interface BrowserCustomBrowserSigningArgs {
13966
+ enabled?: pulumi.Input<boolean>;
13967
+ }
13760
13968
  /**
13761
13969
  * Recording configuration for browser
13762
13970
  */
@@ -13855,6 +14063,9 @@ export declare namespace bedrockagentcore {
13855
14063
  lambdaArn: pulumi.Input<string>;
13856
14064
  toolSchema: pulumi.Input<inputs.bedrockagentcore.GatewayTargetToolSchema0PropertiesArgs | inputs.bedrockagentcore.GatewayTargetToolSchema1PropertiesArgs>;
13857
14065
  }
14066
+ interface GatewayTargetMcpServerTargetConfigurationArgs {
14067
+ endpoint: pulumi.Input<string>;
14068
+ }
13858
14069
  interface GatewayTargetMcpTargetConfiguration0PropertiesArgs {
13859
14070
  openApiSchema: pulumi.Input<inputs.bedrockagentcore.GatewayTargetApiSchemaConfiguration0PropertiesArgs | inputs.bedrockagentcore.GatewayTargetApiSchemaConfiguration1PropertiesArgs>;
13860
14071
  }
@@ -13864,6 +14075,9 @@ export declare namespace bedrockagentcore {
13864
14075
  interface GatewayTargetMcpTargetConfiguration2PropertiesArgs {
13865
14076
  lambda: pulumi.Input<inputs.bedrockagentcore.GatewayTargetMcpLambdaTargetConfigurationArgs>;
13866
14077
  }
14078
+ interface GatewayTargetMcpTargetConfiguration3PropertiesArgs {
14079
+ mcpServer: pulumi.Input<inputs.bedrockagentcore.GatewayTargetMcpServerTargetConfigurationArgs>;
14080
+ }
13867
14081
  interface GatewayTargetOAuthCredentialProviderArgs {
13868
14082
  customParameters?: pulumi.Input<{
13869
14083
  [key: string]: pulumi.Input<string>;
@@ -13885,7 +14099,7 @@ export declare namespace bedrockagentcore {
13885
14099
  type: pulumi.Input<enums.bedrockagentcore.GatewayTargetSchemaType>;
13886
14100
  }
13887
14101
  interface GatewayTargetTargetConfigurationPropertiesArgs {
13888
- mcp: pulumi.Input<inputs.bedrockagentcore.GatewayTargetMcpTargetConfiguration0PropertiesArgs | inputs.bedrockagentcore.GatewayTargetMcpTargetConfiguration1PropertiesArgs | inputs.bedrockagentcore.GatewayTargetMcpTargetConfiguration2PropertiesArgs>;
14102
+ mcp: pulumi.Input<inputs.bedrockagentcore.GatewayTargetMcpTargetConfiguration0PropertiesArgs | inputs.bedrockagentcore.GatewayTargetMcpTargetConfiguration1PropertiesArgs | inputs.bedrockagentcore.GatewayTargetMcpTargetConfiguration2PropertiesArgs | inputs.bedrockagentcore.GatewayTargetMcpTargetConfiguration3PropertiesArgs>;
13889
14103
  }
13890
14104
  interface GatewayTargetToolDefinitionArgs {
13891
14105
  description: pulumi.Input<string>;
@@ -14067,6 +14281,7 @@ export declare namespace bedrockagentcore {
14067
14281
  modelId: pulumi.Input<string>;
14068
14282
  }
14069
14283
  interface RuntimeAgentRuntimeArtifactArgs {
14284
+ codeConfiguration?: pulumi.Input<inputs.bedrockagentcore.RuntimeCodeConfigurationArgs>;
14070
14285
  /**
14071
14286
  * Representation of a container configuration.
14072
14287
  */
@@ -14081,6 +14296,20 @@ export declare namespace bedrockagentcore {
14081
14296
  */
14082
14297
  customJwtAuthorizer?: pulumi.Input<inputs.bedrockagentcore.RuntimeCustomJwtAuthorizerConfigurationArgs>;
14083
14298
  }
14299
+ /**
14300
+ * Object represents source code from zip file
14301
+ */
14302
+ interface RuntimeCodeArgs {
14303
+ s3?: pulumi.Input<inputs.bedrockagentcore.RuntimeS3LocationArgs>;
14304
+ }
14305
+ /**
14306
+ * Representation of a code configuration
14307
+ */
14308
+ interface RuntimeCodeConfigurationArgs {
14309
+ code: pulumi.Input<inputs.bedrockagentcore.RuntimeCodeArgs>;
14310
+ entryPoint: pulumi.Input<pulumi.Input<string>[]>;
14311
+ runtime: pulumi.Input<enums.bedrockagentcore.RuntimeAgentManagedRuntimeType>;
14312
+ }
14084
14313
  interface RuntimeContainerConfigurationArgs {
14085
14314
  /**
14086
14315
  * The container Uri.
@@ -14104,6 +14333,19 @@ export declare namespace bedrockagentcore {
14104
14333
  */
14105
14334
  discoveryUrl: pulumi.Input<string>;
14106
14335
  }
14336
+ /**
14337
+ * Configuration for managing the lifecycle of runtime sessions and resources
14338
+ */
14339
+ interface RuntimeLifecycleConfigurationArgs {
14340
+ /**
14341
+ * Timeout in seconds for idle runtime sessions
14342
+ */
14343
+ idleRuntimeSessionTimeout?: pulumi.Input<number>;
14344
+ /**
14345
+ * Maximum lifetime in seconds for runtime sessions
14346
+ */
14347
+ maxLifetime?: pulumi.Input<number>;
14348
+ }
14107
14349
  interface RuntimeNetworkConfigurationArgs {
14108
14350
  /**
14109
14351
  * The network mode.
@@ -14111,6 +14353,29 @@ export declare namespace bedrockagentcore {
14111
14353
  networkMode: pulumi.Input<enums.bedrockagentcore.RuntimeNetworkMode>;
14112
14354
  networkModeConfig?: pulumi.Input<inputs.bedrockagentcore.RuntimeVpcConfigArgs>;
14113
14355
  }
14356
+ /**
14357
+ * Configuration for HTTP request headers
14358
+ */
14359
+ interface RuntimeRequestHeaderConfigurationArgs {
14360
+ requestHeaderAllowlist?: pulumi.Input<pulumi.Input<string>[]>;
14361
+ }
14362
+ /**
14363
+ * S3 Location Configuration
14364
+ */
14365
+ interface RuntimeS3LocationArgs {
14366
+ /**
14367
+ * S3 bucket name
14368
+ */
14369
+ bucket: pulumi.Input<string>;
14370
+ /**
14371
+ * S3 object key prefix
14372
+ */
14373
+ prefix: pulumi.Input<string>;
14374
+ /**
14375
+ * S3 object version ID
14376
+ */
14377
+ versionId?: pulumi.Input<string>;
14378
+ }
14114
14379
  /**
14115
14380
  * Network mode configuration for VPC
14116
14381
  */
@@ -14445,6 +14710,13 @@ export declare namespace cassandra {
14445
14710
  */
14446
14711
  targetValue: pulumi.Input<number>;
14447
14712
  }
14713
+ /**
14714
+ * Warm throughput configuration for the table
14715
+ */
14716
+ interface TableWarmThroughputArgs {
14717
+ readUnitsPerSecond?: pulumi.Input<number>;
14718
+ writeUnitsPerSecond?: pulumi.Input<number>;
14719
+ }
14448
14720
  interface TypeFieldArgs {
14449
14721
  /**
14450
14722
  * The name of the field.
@@ -15189,6 +15461,10 @@ export declare namespace cloudformation {
15189
15461
  include?: pulumi.Input<pulumi.Input<string>[]>;
15190
15462
  }
15191
15463
  interface StackSetAutoDeploymentArgs {
15464
+ /**
15465
+ * A list of StackSet ARNs that this StackSet depends on for auto-deployment operations. When auto-deployment is triggered, operations will be sequenced to ensure all dependencies complete successfully before this StackSet's operation begins.
15466
+ */
15467
+ dependsOn?: pulumi.Input<pulumi.Input<string>[]>;
15192
15468
  /**
15193
15469
  * If set to true, StackSets automatically deploys additional stack instances to AWS Organizations accounts that are added to a target organization or organizational unit (OU) in the specified Regions. If an account is removed from a target organization or OU, StackSets deletes stack instances from the account in the specified Regions.
15194
15470
  */
@@ -15475,6 +15751,26 @@ export declare namespace cloudfront {
15475
15751
  */
15476
15752
  comment: pulumi.Input<string>;
15477
15753
  }
15754
+ interface ConnectionFunctionConfigArgs {
15755
+ /**
15756
+ * A comment to describe the function.
15757
+ */
15758
+ comment: pulumi.Input<string>;
15759
+ /**
15760
+ * The configuration for the key value store associations.
15761
+ */
15762
+ keyValueStoreAssociations?: pulumi.Input<pulumi.Input<inputs.cloudfront.ConnectionFunctionKeyValueStoreAssociationArgs>[]>;
15763
+ /**
15764
+ * The function's runtime environment version.
15765
+ */
15766
+ runtime: pulumi.Input<enums.cloudfront.ConnectionFunctionConfigRuntime>;
15767
+ }
15768
+ interface ConnectionFunctionKeyValueStoreAssociationArgs {
15769
+ /**
15770
+ * The Amazon Resource Name (ARN) of the key value store association.
15771
+ */
15772
+ keyValueStoreArn: pulumi.Input<string>;
15773
+ }
15478
15774
  /**
15479
15775
  * Contains the configuration for a continuous deployment policy.
15480
15776
  */
@@ -15732,6 +16028,10 @@ export declare namespace cloudfront {
15732
16028
  * A comment to describe the distribution. The comment cannot be longer than 128 characters.
15733
16029
  */
15734
16030
  comment?: pulumi.Input<string>;
16031
+ /**
16032
+ * The distribution's connection function association.
16033
+ */
16034
+ connectionFunctionAssociation?: pulumi.Input<inputs.cloudfront.DistributionConnectionFunctionAssociationArgs>;
15735
16035
  /**
15736
16036
  * This field specifies whether the connection mode is through a standard distribution (direct) or a multi-tenant distribution with distribution tenants (tenant-only).
15737
16037
  */
@@ -15834,6 +16134,10 @@ export declare namespace cloudfront {
15834
16134
  * A complex type that determines the distribution's SSL/TLS configuration for communicating with viewers.
15835
16135
  */
15836
16136
  viewerCertificate?: pulumi.Input<inputs.cloudfront.DistributionViewerCertificateArgs>;
16137
+ /**
16138
+ * The distribution's viewer mTLS configuration.
16139
+ */
16140
+ viewerMtlsConfig?: pulumi.Input<inputs.cloudfront.DistributionViewerMtlsConfigArgs>;
15837
16141
  /**
15838
16142
  * Multi-tenant distributions only support WAF V2 web ACLs.
15839
16143
  * A unique identifier that specifies the WAF web ACL, if any, to associate with this distribution. To specify a web ACL created using the latest version of WAF, use the ACL ARN, for example ``arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111``. To specify a web ACL created using WAF Classic, use the ACL ID, for example ``a1b2c3d4-5678-90ab-cdef-EXAMPLE11111``.
@@ -15848,6 +16152,12 @@ export declare namespace cloudfront {
15848
16152
  interface DistributionConfigTenantConfigPropertiesArgs {
15849
16153
  parameterDefinitions?: pulumi.Input<pulumi.Input<inputs.cloudfront.DistributionParameterDefinitionArgs>[]>;
15850
16154
  }
16155
+ interface DistributionConnectionFunctionAssociationArgs {
16156
+ /**
16157
+ * The association's ID.
16158
+ */
16159
+ id: pulumi.Input<string>;
16160
+ }
15851
16161
  /**
15852
16162
  * This field is deprecated. We recommend that you use a cache policy or an origin request policy instead of this field.
15853
16163
  * If you want to include cookies in the cache key, use a cache policy. For more information, see [Creating cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy) in the *Amazon CloudFront Developer Guide*.
@@ -16558,6 +16868,20 @@ export declare namespace cloudfront {
16558
16868
  */
16559
16869
  arn?: pulumi.Input<string>;
16560
16870
  }
16871
+ interface DistributionTrustStoreConfigArgs {
16872
+ /**
16873
+ * The configuration to use to advertise trust store CA names.
16874
+ */
16875
+ advertiseTrustStoreCaNames?: pulumi.Input<boolean>;
16876
+ /**
16877
+ * The configuration to use to ignore certificate expiration.
16878
+ */
16879
+ ignoreCertificateExpiry?: pulumi.Input<boolean>;
16880
+ /**
16881
+ * The trust store ID.
16882
+ */
16883
+ trustStoreId: pulumi.Input<string>;
16884
+ }
16561
16885
  /**
16562
16886
  * A complex type that determines the distribution's SSL/TLS configuration for communicating with viewers.
16563
16887
  * If the distribution doesn't use ``Aliases`` (also known as alternate domain names or CNAMEs)—that is, if the distribution uses the CloudFront domain name such as ``d111111abcdef8.cloudfront.net``—set ``CloudFrontDefaultCertificate`` to ``true`` and leave all other fields empty.
@@ -16619,6 +16943,16 @@ export declare namespace cloudfront {
16619
16943
  */
16620
16944
  sslSupportMethod?: pulumi.Input<string>;
16621
16945
  }
16946
+ interface DistributionViewerMtlsConfigArgs {
16947
+ /**
16948
+ * The viewer mTLS mode.
16949
+ */
16950
+ mode?: pulumi.Input<enums.cloudfront.DistributionViewerMtlsMode>;
16951
+ /**
16952
+ * The trust store configuration associated with the viewer mTLS configuration.
16953
+ */
16954
+ trustStoreConfig?: pulumi.Input<inputs.cloudfront.DistributionTrustStoreConfigArgs>;
16955
+ }
16622
16956
  /**
16623
16957
  * An Amazon CloudFront VPC origin configuration.
16624
16958
  */
@@ -17210,6 +17544,30 @@ export declare namespace cloudfront {
17210
17544
  */
17211
17545
  reportUri?: pulumi.Input<string>;
17212
17546
  }
17547
+ interface TrustStoreCaCertificatesBundleS3LocationArgs {
17548
+ /**
17549
+ * The S3 bucket containing the CA certificates bundle PEM file
17550
+ */
17551
+ bucket: pulumi.Input<string>;
17552
+ /**
17553
+ * The S3 object key of the CA certificates bundle PEM file
17554
+ */
17555
+ key: pulumi.Input<string>;
17556
+ /**
17557
+ * The S3 bucket region
17558
+ */
17559
+ region: pulumi.Input<string>;
17560
+ /**
17561
+ * The S3 object version of the CA certificates bundle PEM file
17562
+ */
17563
+ version?: pulumi.Input<string>;
17564
+ }
17565
+ interface TrustStoreCaCertificatesBundleSourceArgs {
17566
+ /**
17567
+ * The CA certificates bundle location in Amazon S3.
17568
+ */
17569
+ caCertificatesBundleS3Location: pulumi.Input<inputs.cloudfront.TrustStoreCaCertificatesBundleS3LocationArgs>;
17570
+ }
17213
17571
  /**
17214
17572
  * An Amazon CloudFront VPC origin endpoint configuration.
17215
17573
  */
@@ -17373,7 +17731,7 @@ export declare namespace cloudtrail {
17373
17731
  insightType?: pulumi.Input<string>;
17374
17732
  }
17375
17733
  /**
17376
- * Advanced event selectors let you create fine-grained selectors for the following AWS CloudTrail event record fields. They help you control costs by logging only those events that are important to you.
17734
+ * Advanced event selectors let you create fine-grained selectors for the following AWS CloudTrail event record fields. They help you control costs by logging only those events that are important to you.
17377
17735
  */
17378
17736
  interface TrailAdvancedEventSelectorArgs {
17379
17737
  /**
@@ -17418,6 +17776,19 @@ export declare namespace cloudtrail {
17418
17776
  */
17419
17777
  startsWith?: pulumi.Input<pulumi.Input<string>[]>;
17420
17778
  }
17779
+ /**
17780
+ * Configure to add aggregation rules to aggregate CloudTrail Events.
17781
+ */
17782
+ interface TrailAggregationConfigurationArgs {
17783
+ /**
17784
+ * The category of events to be aggregated.
17785
+ */
17786
+ eventCategory: pulumi.Input<enums.cloudtrail.TrailAggregationConfigurationEventCategory>;
17787
+ /**
17788
+ * Contains all templates in an aggregation configuration.
17789
+ */
17790
+ templates: pulumi.Input<pulumi.Input<enums.cloudtrail.TrailTemplate>[]>;
17791
+ }
17421
17792
  /**
17422
17793
  * CloudTrail supports data event logging for Amazon S3 objects and AWS Lambda functions. You can specify up to 250 resources for an individual event selector, but the total number of data resources cannot exceed 250 across all event selectors in a trail. This limit does not apply if you configure resource logging for all data events.
17423
17794
  */
@@ -17460,6 +17831,10 @@ export declare namespace cloudtrail {
17460
17831
  * A string that contains insight types that are logged on a trail.
17461
17832
  */
17462
17833
  interface TrailInsightSelectorArgs {
17834
+ /**
17835
+ * The categories of events for which to log insights. By default, insights are logged for management events only.
17836
+ */
17837
+ eventCategories?: pulumi.Input<pulumi.Input<enums.cloudtrail.TrailSourceEventCategory>[]>;
17463
17838
  /**
17464
17839
  * The type of insight to log on a trail.
17465
17840
  */
@@ -19166,18 +19541,18 @@ export declare namespace comprehend {
19166
19541
  }
19167
19542
  interface FlywheelDataSecurityConfigArgs {
19168
19543
  /**
19169
- * ID for the AWS KMS key that Amazon Comprehend uses to encrypt the data in the data lake.
19544
+ * ID for the AWS key that Amazon Comprehend uses to encrypt the data in the data lake.
19170
19545
  */
19171
19546
  dataLakeKmsKeyId?: pulumi.Input<string>;
19172
19547
  /**
19173
- * ID for the AWS KMS key that Amazon Comprehend uses to encrypt trained custom models. The ModelKmsKeyId can be either of the following formats:
19548
+ * ID for the AWS key that Amazon Comprehend uses to encrypt trained custom models. The ModelKmsKeyId can be either of the following formats:
19174
19549
  *
19175
19550
  * - KMS Key ID: `"1234abcd-12ab-34cd-56ef-1234567890ab"`
19176
19551
  * - Amazon Resource Name (ARN) of a KMS Key: `"arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"`
19177
19552
  */
19178
19553
  modelKmsKeyId?: pulumi.Input<string>;
19179
19554
  /**
19180
- * ID for the AWS KMS key that Amazon Comprehend uses to encrypt the volume.
19555
+ * ID for the AWS key that Amazon Comprehend uses to encrypt the volume.
19181
19556
  */
19182
19557
  volumeKmsKeyId?: pulumi.Input<string>;
19183
19558
  /**
@@ -19454,12 +19829,18 @@ export declare namespace connect {
19454
19829
  */
19455
19830
  emailAddressArn: pulumi.Input<string>;
19456
19831
  }
19832
+ /**
19833
+ * Configuration information about automated evaluations.
19834
+ */
19457
19835
  interface EvaluationFormAutoEvaluationConfigurationArgs {
19458
19836
  enabled?: pulumi.Input<boolean>;
19459
19837
  }
19838
+ /**
19839
+ * Information about automatic fail configuration for an evaluation form.
19840
+ */
19460
19841
  interface EvaluationFormAutomaticFailConfigurationArgs {
19461
19842
  /**
19462
- * The target section refId to control failure propagation boundary.
19843
+ * The referenceId of the target section for auto failure.
19463
19844
  */
19464
19845
  targetSection?: pulumi.Input<string>;
19465
19846
  }
@@ -19485,71 +19866,159 @@ export declare namespace connect {
19485
19866
  */
19486
19867
  section?: pulumi.Input<inputs.connect.EvaluationFormSectionArgs>;
19487
19868
  }
19869
+ /**
19870
+ * A condition for item enablement.
19871
+ */
19488
19872
  interface EvaluationFormItemEnablementConditionArgs {
19489
19873
  /**
19490
- * The list of operands that compose the condition. Each operand represents a specific criteria to be evaluated.
19874
+ * Operands of the enablement condition.
19491
19875
  */
19492
19876
  operands: pulumi.Input<pulumi.Input<inputs.connect.EvaluationFormItemEnablementConditionOperandArgs>[]>;
19493
19877
  /**
19494
- * The logical operator used to combine multiple operands, determining how the condition is evaluated as a whole.
19878
+ * The operator to be used to be applied to operands if more than one provided.
19495
19879
  */
19496
19880
  operator?: pulumi.Input<enums.connect.EvaluationFormItemEnablementConditionOperator>;
19497
19881
  }
19882
+ /**
19883
+ * An operand of the enablement condition.
19884
+ */
19498
19885
  interface EvaluationFormItemEnablementConditionOperandArgs {
19499
19886
  /**
19500
- * A direct comparison expression that evaluates a form item's value against specified criteria.
19887
+ * An expression of the enablement condition.
19501
19888
  */
19502
19889
  expression?: pulumi.Input<inputs.connect.EvaluationFormItemEnablementExpressionArgs>;
19503
19890
  }
19891
+ /**
19892
+ * An item enablement configuration.
19893
+ */
19504
19894
  interface EvaluationFormItemEnablementConfigurationArgs {
19505
19895
  /**
19506
- * Defines the enablement status to be applied when the specified condition is met.
19896
+ * An enablement action that if condition is satisfied.
19507
19897
  */
19508
19898
  action: pulumi.Input<enums.connect.EvaluationFormItemEnablementConfigurationAction>;
19509
19899
  /**
19510
- * Specifies the logical condition that determines when to apply the enablement rules.
19900
+ * A condition for item enablement configuration.
19511
19901
  */
19512
19902
  condition: pulumi.Input<inputs.connect.EvaluationFormItemEnablementConditionArgs>;
19513
19903
  /**
19514
- * Specifies the default enablement status to be applied when the condition is not satisfied.
19904
+ * An enablement action that if condition is not satisfied.
19515
19905
  */
19516
19906
  defaultAction?: pulumi.Input<enums.connect.EvaluationFormItemEnablementConfigurationDefaultAction>;
19517
19907
  }
19908
+ /**
19909
+ * An expression that defines a basic building block of conditional enablement.
19910
+ */
19518
19911
  interface EvaluationFormItemEnablementExpressionArgs {
19519
19912
  /**
19520
- * Specifies the comparison method to determine if the source value matches any of the specified values.
19913
+ * A comparator to be used against list of values.
19521
19914
  */
19522
19915
  comparator: pulumi.Input<enums.connect.EvaluationFormItemEnablementExpressionComparator>;
19523
19916
  /**
19524
- * Identifies the form item whose value will be evaluated in the expression.
19917
+ * A source item of enablement expression.
19525
19918
  */
19526
19919
  source: pulumi.Input<inputs.connect.EvaluationFormItemEnablementSourceArgs>;
19527
19920
  /**
19528
- * The list of possible values to compare against the source form item's value.
19921
+ * A list of values from source item.
19529
19922
  */
19530
19923
  values: pulumi.Input<pulumi.Input<inputs.connect.EvaluationFormItemEnablementSourceValueArgs>[]>;
19531
19924
  }
19925
+ /**
19926
+ * An enablement expression source item.
19927
+ */
19532
19928
  interface EvaluationFormItemEnablementSourceArgs {
19929
+ /**
19930
+ * A referenceId of the source item.
19931
+ */
19533
19932
  refId?: pulumi.Input<string>;
19534
19933
  /**
19535
- * The type of the source entity.
19934
+ * A type of source item.
19536
19935
  */
19537
19936
  type: pulumi.Input<enums.connect.EvaluationFormItemEnablementSourceType>;
19538
19937
  }
19938
+ /**
19939
+ * An enablement expression source value.
19940
+ */
19539
19941
  interface EvaluationFormItemEnablementSourceValueArgs {
19540
19942
  /**
19541
- * The reference id of the source entity value.
19943
+ * A referenceId of the source value.
19542
19944
  */
19543
19945
  refId?: pulumi.Input<string>;
19544
19946
  /**
19545
- * Type of the source entity value.
19947
+ * A type of source item value.
19546
19948
  */
19547
19949
  type?: pulumi.Input<enums.connect.EvaluationFormItemEnablementSourceValueType>;
19548
19950
  }
19951
+ interface EvaluationFormLanguageConfigurationArgs {
19952
+ /**
19953
+ * The language of the form
19954
+ */
19955
+ formLanguage?: pulumi.Input<enums.connect.EvaluationFormLanguageConfigurationFormLanguage>;
19956
+ }
19957
+ interface EvaluationFormMultiSelectQuestionAutomationArgs {
19958
+ /**
19959
+ * The source of automation answer of the question.
19960
+ */
19961
+ answerSource?: pulumi.Input<inputs.connect.EvaluationFormQuestionAutomationAnswerSourceArgs>;
19962
+ /**
19963
+ * The option reference identifiers of the default answers.
19964
+ */
19965
+ defaultOptionRefIds?: pulumi.Input<pulumi.Input<string>[]>;
19966
+ /**
19967
+ * The answer options for the automation.
19968
+ */
19969
+ options: pulumi.Input<pulumi.Input<inputs.connect.EvaluationFormMultiSelectQuestionAutomationOptionArgs>[]>;
19970
+ }
19971
+ interface EvaluationFormMultiSelectQuestionAutomationOptionArgs {
19972
+ /**
19973
+ * The automation option based on Rules categories.
19974
+ */
19975
+ ruleCategory: pulumi.Input<inputs.connect.EvaluationFormMultiSelectQuestionRuleCategoryAutomationArgs>;
19976
+ }
19977
+ interface EvaluationFormMultiSelectQuestionOptionArgs {
19978
+ /**
19979
+ * The identifier used to reference the option.
19980
+ */
19981
+ refId: pulumi.Input<string>;
19982
+ /**
19983
+ * The title of the option.
19984
+ */
19985
+ text: pulumi.Input<string>;
19986
+ }
19987
+ interface EvaluationFormMultiSelectQuestionPropertiesArgs {
19988
+ /**
19989
+ * The automation properties for the multi-select question.
19990
+ */
19991
+ automation?: pulumi.Input<inputs.connect.EvaluationFormMultiSelectQuestionAutomationArgs>;
19992
+ /**
19993
+ * The display mode of the multi-select question.
19994
+ */
19995
+ displayAs?: pulumi.Input<enums.connect.EvaluationFormMultiSelectQuestionPropertiesDisplayAs>;
19996
+ /**
19997
+ * The list of options for the question.
19998
+ */
19999
+ options: pulumi.Input<pulumi.Input<inputs.connect.EvaluationFormMultiSelectQuestionOptionArgs>[]>;
20000
+ }
20001
+ interface EvaluationFormMultiSelectQuestionRuleCategoryAutomationArgs {
20002
+ /**
20003
+ * The category name as defined in Rules.
20004
+ */
20005
+ category: pulumi.Input<string>;
20006
+ /**
20007
+ * The automation condition applied on contact categories.
20008
+ */
20009
+ condition: pulumi.Input<enums.connect.EvaluationFormMultiSelectQuestionRuleCategoryAutomationCondition>;
20010
+ /**
20011
+ * The option identifiers referencing the options to be selected when the automation option is triggered.
20012
+ */
20013
+ optionRefIds: pulumi.Input<pulumi.Input<string>[]>;
20014
+ }
19549
20015
  /**
19550
20016
  * Information about the automation configuration in numeric questions.
19551
20017
  */
19552
20018
  interface EvaluationFormNumericQuestionAutomationArgs {
20019
+ /**
20020
+ * A source of automation answer for numeric question.
20021
+ */
19553
20022
  answerSource?: pulumi.Input<inputs.connect.EvaluationFormQuestionAutomationAnswerSourceArgs>;
19554
20023
  /**
19555
20024
  * The property value of the automation.
@@ -19564,6 +20033,9 @@ export declare namespace connect {
19564
20033
  * The flag to mark the option as automatic fail. If an automatic fail answer is provided, the overall evaluation gets a score of 0.
19565
20034
  */
19566
20035
  automaticFail?: pulumi.Input<boolean>;
20036
+ /**
20037
+ * A configuration for automatic fail.
20038
+ */
19567
20039
  automaticFailConfiguration?: pulumi.Input<inputs.connect.EvaluationFormAutomaticFailConfigurationArgs>;
19568
20040
  /**
19569
20041
  * The maximum answer value of the range option.
@@ -19614,6 +20086,9 @@ export declare namespace connect {
19614
20086
  * Information about a question from an evaluation form.
19615
20087
  */
19616
20088
  interface EvaluationFormQuestionArgs {
20089
+ /**
20090
+ * A question conditional enablement.
20091
+ */
19617
20092
  enablement?: pulumi.Input<inputs.connect.EvaluationFormItemEnablementConfigurationArgs>;
19618
20093
  /**
19619
20094
  * The instructions of the section.
@@ -19650,9 +20125,12 @@ export declare namespace connect {
19650
20125
  */
19651
20126
  weight?: pulumi.Input<number>;
19652
20127
  }
20128
+ /**
20129
+ * A question automation answer.
20130
+ */
19653
20131
  interface EvaluationFormQuestionAutomationAnswerSourceArgs {
19654
20132
  /**
19655
- * The type of the answer sourcr
20133
+ * The automation answer source type.
19656
20134
  */
19657
20135
  sourceType: pulumi.Input<enums.connect.EvaluationFormQuestionAutomationAnswerSourceSourceType>;
19658
20136
  }
@@ -19660,6 +20138,7 @@ export declare namespace connect {
19660
20138
  * Information about properties for a question in an evaluation form. The question type properties must be either for a numeric question or a single select question.
19661
20139
  */
19662
20140
  interface EvaluationFormQuestionTypePropertiesArgs {
20141
+ multiSelect?: pulumi.Input<inputs.connect.EvaluationFormMultiSelectQuestionPropertiesArgs>;
19663
20142
  /**
19664
20143
  * The properties of the numeric question.
19665
20144
  */
@@ -19668,6 +20147,9 @@ export declare namespace connect {
19668
20147
  * The properties of the numeric question.
19669
20148
  */
19670
20149
  singleSelect?: pulumi.Input<inputs.connect.EvaluationFormSingleSelectQuestionPropertiesArgs>;
20150
+ /**
20151
+ * The properties of the text question.
20152
+ */
19671
20153
  text?: pulumi.Input<inputs.connect.EvaluationFormTextQuestionPropertiesArgs>;
19672
20154
  }
19673
20155
  /**
@@ -19719,6 +20201,9 @@ export declare namespace connect {
19719
20201
  * Information about the automation configuration in single select questions. Automation options are evaluated in order, and the first matched option is applied. If no automation option matches, and there is a default option, then the default option is applied.
19720
20202
  */
19721
20203
  interface EvaluationFormSingleSelectQuestionAutomationArgs {
20204
+ /**
20205
+ * Automation answer source.
20206
+ */
19722
20207
  answerSource?: pulumi.Input<inputs.connect.EvaluationFormQuestionAutomationAnswerSourceArgs>;
19723
20208
  /**
19724
20209
  * The identifier of the default answer option, when none of the automation options match the criteria.
@@ -19749,6 +20234,9 @@ export declare namespace connect {
19749
20234
  * The flag to mark the option as automatic fail. If an automatic fail answer is provided, the overall evaluation gets a score of 0.
19750
20235
  */
19751
20236
  automaticFail?: pulumi.Input<boolean>;
20237
+ /**
20238
+ * Whether automatic fail is configured on a single select question.
20239
+ */
19752
20240
  automaticFailConfiguration?: pulumi.Input<inputs.connect.EvaluationFormAutomaticFailConfigurationArgs>;
19753
20241
  /**
19754
20242
  * The identifier of the answer option. An identifier must be unique within the question.
@@ -19810,15 +20298,27 @@ export declare namespace connect {
19810
20298
  */
19811
20299
  optionRefId: pulumi.Input<string>;
19812
20300
  }
20301
+ interface EvaluationFormTargetConfigurationArgs {
20302
+ /**
20303
+ * The interaction type of a contact
20304
+ */
20305
+ contactInteractionType: pulumi.Input<enums.connect.EvaluationFormTargetConfigurationContactInteractionType>;
20306
+ }
20307
+ /**
20308
+ * Information about the automation configuration in text questions.
20309
+ */
19813
20310
  interface EvaluationFormTextQuestionAutomationArgs {
19814
20311
  /**
19815
- * The source of automation answer of the question.
20312
+ * Automation answer source.
19816
20313
  */
19817
20314
  answerSource?: pulumi.Input<inputs.connect.EvaluationFormQuestionAutomationAnswerSourceArgs>;
19818
20315
  }
20316
+ /**
20317
+ * Information about properties for a text question in an evaluation form.
20318
+ */
19819
20319
  interface EvaluationFormTextQuestionPropertiesArgs {
19820
20320
  /**
19821
- * Specifies how the question can be automatically answered.
20321
+ * The automation properties of the text question.
19822
20322
  */
19823
20323
  automation?: pulumi.Input<inputs.connect.EvaluationFormTextQuestionAutomationArgs>;
19824
20324
  }
@@ -21010,6 +21510,7 @@ export declare namespace connectcampaignsv2 {
21010
21510
  * The Amazon Connect source phone number.
21011
21511
  */
21012
21512
  connectSourcePhoneNumber?: pulumi.Input<string>;
21513
+ ringTimeout?: pulumi.Input<number>;
21013
21514
  }
21014
21515
  /**
21015
21516
  * Telephony Outbound Mode
@@ -21023,6 +21524,9 @@ export declare namespace connectcampaignsv2 {
21023
21524
  * Contains predictive outbound mode configuration.
21024
21525
  */
21025
21526
  predictiveConfig?: pulumi.Input<inputs.connectcampaignsv2.CampaignPredictiveConfigArgs>;
21527
+ /**
21528
+ * Contains preview outbound mode configuration.
21529
+ */
21026
21530
  previewConfig?: pulumi.Input<inputs.connectcampaignsv2.CampaignPreviewConfigArgs>;
21027
21531
  /**
21028
21532
  * Contains progressive telephony outbound mode configuration.
@@ -21227,6 +21731,16 @@ export declare namespace customerprofiles {
21227
21731
  */
21228
21732
  matchingAttributesList: pulumi.Input<pulumi.Input<pulumi.Input<string>[]>[]>;
21229
21733
  }
21734
+ /**
21735
+ * Configuration and status of the data store for the domain.
21736
+ */
21737
+ interface DomainDataStoreArgs {
21738
+ /**
21739
+ * Whether the data store is enabled.
21740
+ */
21741
+ enabled?: pulumi.Input<boolean>;
21742
+ readiness?: pulumi.Input<inputs.customerprofiles.DomainReadinessArgs>;
21743
+ }
21230
21744
  /**
21231
21745
  * Configuration information for exporting Identity Resolution results, for example, to an S3 bucket.
21232
21746
  */
@@ -21276,6 +21790,19 @@ export declare namespace customerprofiles {
21276
21790
  */
21277
21791
  rule: pulumi.Input<pulumi.Input<string>[]>;
21278
21792
  }
21793
+ /**
21794
+ * Progress information for data store setup.
21795
+ */
21796
+ interface DomainReadinessArgs {
21797
+ /**
21798
+ * A message describing the current progress.
21799
+ */
21800
+ message?: pulumi.Input<string>;
21801
+ /**
21802
+ * The percentage of progress completed.
21803
+ */
21804
+ progressPercentage?: pulumi.Input<number>;
21805
+ }
21279
21806
  /**
21280
21807
  * The process of matching duplicate profiles using the Rule-Based matching. If RuleBasedMatching = true, Amazon Connect Customer Profiles will start to match and merge your profiles according to your configuration in the RuleBasedMatchingRequest. You can use the ListRuleBasedMatches and GetSimilarProfiles API to return and review the results. Also, if you have configured ExportingConfig in the RuleBasedMatchingRequest, you can download the results from S3.
21281
21808
  */
@@ -24334,11 +24861,11 @@ export declare namespace dms {
24334
24861
  */
24335
24862
  dnsNameServers?: pulumi.Input<string>;
24336
24863
  /**
24337
- * An AWS Key Management Service ( AWS KMS ) key Amazon Resource Name (ARN) that is used to encrypt the data during AWS DMS Serverless replication.
24864
+ * An AWS Key Management Service ( AWS ) key Amazon Resource Name (ARN) that is used to encrypt the data during AWS DMS Serverless replication.
24338
24865
  *
24339
24866
  * If you don't specify a value for the `KmsKeyId` parameter, AWS DMS uses your default encryption key.
24340
24867
  *
24341
- * AWS KMS creates the default encryption key for your Amazon Web Services account. Your AWS account has a different default encryption key for each AWS Region .
24868
+ * AWS creates the default encryption key for your Amazon Web Services account. Your AWS account has a different default encryption key for each AWS Region .
24342
24869
  */
24343
24870
  kmsKeyId?: pulumi.Input<string>;
24344
24871
  /**
@@ -24794,7 +25321,7 @@ export declare namespace dynamodb {
24794
25321
  }
24795
25322
  interface GlobalTableReplicaSseSpecificationArgs {
24796
25323
  /**
24797
- * The AWS KMS key that should be used for the AWS KMS encryption. To specify a key, use its key ID, Amazon Resource Name (ARN), alias name, or alias ARN. Note that you should only provide this parameter if the key is different from the default DynamoDB key `alias/aws/dynamodb` .
25324
+ * The AWS key that should be used for the AWS encryption. To specify a key, use its key ID, Amazon Resource Name (ARN), alias name, or alias ARN. Note that you should only provide this parameter if the key is different from the default DynamoDB key `alias/aws/dynamodb` .
24798
25325
  */
24799
25326
  kmsMasterKeyId: pulumi.Input<string>;
24800
25327
  }
@@ -24806,7 +25333,7 @@ export declare namespace dynamodb {
24806
25333
  *
24807
25334
  * You can update the `ResourcePolicy` property if you've specified more than one table using the [AWS ::DynamoDB::GlobalTable](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-globaltable.html) resource.
24808
25335
  */
24809
- resourcePolicy?: pulumi.Input<inputs.dynamodb.GlobalTableResourcePolicyArgs>;
25336
+ resourcePolicy: pulumi.Input<inputs.dynamodb.GlobalTableResourcePolicyArgs>;
24810
25337
  }
24811
25338
  interface GlobalTableResourcePolicyArgs {
24812
25339
  /**
@@ -24816,13 +25343,13 @@ export declare namespace dynamodb {
24816
25343
  }
24817
25344
  interface GlobalTableSseSpecificationArgs {
24818
25345
  /**
24819
- * Indicates whether server-side encryption is performed using an AWS managed key or an AWS owned key. If enabled (true), server-side encryption type is set to KMS and an AWS managed key is used ( AWS KMS charges apply). If disabled (false) or not specified,server-side encryption is set to an AWS owned key. If you choose to use KMS encryption, you can also use customer managed KMS keys by specifying them in the `ReplicaSpecification.SSESpecification` object. You cannot mix AWS managed and customer managed KMS keys.
25346
+ * Indicates whether server-side encryption is performed using an AWS managed key or an AWS owned key. If enabled (true), server-side encryption type is set to KMS and an AWS managed key is used ( AWS charges apply). If disabled (false) or not specified,server-side encryption is set to an AWS owned key. If you choose to use KMS encryption, you can also use customer managed KMS keys by specifying them in the `ReplicaSpecification.SSESpecification` object. You cannot mix AWS managed and customer managed KMS keys.
24820
25347
  */
24821
25348
  sseEnabled: pulumi.Input<boolean>;
24822
25349
  /**
24823
25350
  * Server-side encryption type. The only supported value is:
24824
25351
  *
24825
- * - `KMS` - Server-side encryption that uses AWS Key Management Service . The key is stored in your account and is managed by AWS KMS ( AWS KMS charges apply).
25352
+ * - `KMS` - Server-side encryption that uses AWS Key Management Service . The key is stored in your account and is managed by AWS ( AWS charges apply).
24826
25353
  */
24827
25354
  sseType?: pulumi.Input<string>;
24828
25355
  }
@@ -25633,12 +26160,19 @@ export declare namespace ec2 {
25633
26160
  * - For instance types with NVIDIA A100 GPUs, specify `a100` .
25634
26161
  * - For instance types with NVIDIA H100 GPUs, specify `h100` .
25635
26162
  * - For instance types with AWS Inferentia chips, specify `inferentia` .
26163
+ * - For instance types with AWS Inferentia2 chips, specify `inferentia2` .
26164
+ * - For instance types with Habana Gaudi HL-205 GPUs, specify `gaudi-hl-205` .
25636
26165
  * - For instance types with NVIDIA GRID K520 GPUs, specify `k520` .
25637
26166
  * - For instance types with NVIDIA K80 GPUs, specify `k80` .
26167
+ * - For instance types with NVIDIA L4 GPUs, specify `l4` .
26168
+ * - For instance types with NVIDIA L40S GPUs, specify `l40s` .
25638
26169
  * - For instance types with NVIDIA M60 GPUs, specify `m60` .
25639
26170
  * - For instance types with AMD Radeon Pro V520 GPUs, specify `radeon-pro-v520` .
26171
+ * - For instance types with AWS Trainium chips, specify `trainium` .
26172
+ * - For instance types with AWS Trainium2 chips, specify `trainium2` .
25640
26173
  * - For instance types with NVIDIA T4 GPUs, specify `t4` .
25641
26174
  * - For instance types with NVIDIA T4G GPUs, specify `t4g` .
26175
+ * - For instance types with Xilinx U30 cards, specify `u30` .
25642
26176
  * - For instance types with Xilinx VU9P FPGAs, specify `vu9p` .
25643
26177
  * - For instance types with NVIDIA V100 GPUs, specify `v100` .
25644
26178
  *
@@ -25657,6 +26191,7 @@ export declare namespace ec2 {
25657
26191
  * - For instance types with FPGA accelerators, specify `fpga` .
25658
26192
  * - For instance types with GPU accelerators, specify `gpu` .
25659
26193
  * - For instance types with Inference accelerators, specify `inference` .
26194
+ * - For instance types with Media accelerators, specify `media` .
25660
26195
  *
25661
26196
  * Default: Any accelerator type
25662
26197
  */
@@ -26472,6 +27007,19 @@ export declare namespace ec2 {
26472
27007
  */
26473
27008
  organizationsEntityPath: pulumi.Input<string>;
26474
27009
  }
27010
+ /**
27011
+ * External service configuration to connect your AWS IPAM scope.
27012
+ */
27013
+ interface IpamScopeExternalAuthorityConfigurationArgs {
27014
+ /**
27015
+ * Resource identifier of the scope in the external service connecting to your AWS IPAM scope.
27016
+ */
27017
+ externalResourceIdentifier: pulumi.Input<string>;
27018
+ /**
27019
+ * An external service connecting to your AWS IPAM scope.
27020
+ */
27021
+ ipamScopeExternalAuthorityType: pulumi.Input<enums.ec2.IpamScopeExternalAuthorityConfigurationIpamScopeExternalAuthorityType>;
27022
+ }
26475
27023
  /**
26476
27024
  * The minimum and maximum number of accelerators (GPUs, FPGAs, or AWS Inferentia chips) on an instance.
26477
27025
  */
@@ -28136,12 +28684,19 @@ export declare namespace ec2 {
28136
28684
  * - For instance types with NVIDIA A100 GPUs, specify `a100` .
28137
28685
  * - For instance types with NVIDIA H100 GPUs, specify `h100` .
28138
28686
  * - For instance types with AWS Inferentia chips, specify `inferentia` .
28687
+ * - For instance types with AWS Inferentia2 chips, specify `inferentia2` .
28688
+ * - For instance types with Habana Gaudi HL-205 GPUs, specify `gaudi-hl-205` .
28139
28689
  * - For instance types with NVIDIA GRID K520 GPUs, specify `k520` .
28140
28690
  * - For instance types with NVIDIA K80 GPUs, specify `k80` .
28691
+ * - For instance types with NVIDIA L4 GPUs, specify `l4` .
28692
+ * - For instance types with NVIDIA L40S GPUs, specify `l40s` .
28141
28693
  * - For instance types with NVIDIA M60 GPUs, specify `m60` .
28142
28694
  * - For instance types with AMD Radeon Pro V520 GPUs, specify `radeon-pro-v520` .
28695
+ * - For instance types with AWS Trainium chips, specify `trainium` .
28696
+ * - For instance types with AWS Trainium2 chips, specify `trainium2` .
28143
28697
  * - For instance types with NVIDIA T4 GPUs, specify `t4` .
28144
28698
  * - For instance types with NVIDIA T4G GPUs, specify `t4g` .
28699
+ * - For instance types with Xilinx U30 cards, specify `u30` .
28145
28700
  * - For instance types with Xilinx VU9P FPGAs, specify `vu9p` .
28146
28701
  * - For instance types with NVIDIA V100 GPUs, specify `v100` .
28147
28702
  *
@@ -28160,6 +28715,7 @@ export declare namespace ec2 {
28160
28715
  * - For instance types with FPGA accelerators, specify `fpga` .
28161
28716
  * - For instance types with GPU accelerators, specify `gpu` .
28162
28717
  * - For instance types with Inference accelerators, specify `inference` .
28718
+ * - For instance types with Media accelerators, specify `media` .
28163
28719
  *
28164
28720
  * Default: Any accelerator type
28165
28721
  */
@@ -29202,11 +29758,35 @@ export declare namespace ec2 {
29202
29758
  * Indicates whether to enable private DNS only for inbound endpoints. This option is available only for services that support both gateway and interface endpoints. It routes traffic that originates from the VPC to the gateway endpoint and traffic that originates from on-premises to the interface endpoint.
29203
29759
  */
29204
29760
  privateDnsOnlyForInboundResolverEndpoint?: pulumi.Input<enums.ec2.VpcEndpointDnsOptionsSpecificationPrivateDnsOnlyForInboundResolverEndpoint>;
29761
+ /**
29762
+ * The preference for which private domains have a private hosted zone created for and associated with the specified VPC. Only supported when private DNS is enabled and when the VPC endpoint type is ServiceNetwork or Resource.
29763
+ */
29764
+ privateDnsPreference?: pulumi.Input<enums.ec2.VpcEndpointDnsOptionsSpecificationPrivateDnsPreference>;
29765
+ /**
29766
+ * Indicates which of the private domains to create private hosted zones for and associate with the specified VPC. Only supported when private DNS is enabled and the private DNS preference is `VERIFIED_DOMAINS_AND_SPECIFIED_DOMAINS` or `SPECIFIED_DOMAINS_ONLY` .
29767
+ */
29768
+ privateDnsSpecifiedDomains?: pulumi.Input<pulumi.Input<string>[]>;
29205
29769
  }
29206
29770
  /**
29207
29771
  * Options for sending VPN tunnel logs to CloudWatch.
29208
29772
  */
29209
29773
  interface VpnConnectionCloudwatchLogOptionsSpecificationArgs {
29774
+ /**
29775
+ * Specifies whether to enable BGP logging for the VPN connection. Default value is `False` .
29776
+ *
29777
+ * Valid values: `True` | `False`
29778
+ */
29779
+ bgpLogEnabled?: pulumi.Input<boolean>;
29780
+ /**
29781
+ * The Amazon Resource Name (ARN) of the CloudWatch log group where BGP logs will be sent.
29782
+ */
29783
+ bgpLogGroupArn?: pulumi.Input<string>;
29784
+ /**
29785
+ * The desired output format for BGP logs to be sent to CloudWatch. Default format is `json` .
29786
+ *
29787
+ * Valid values: `json` | `text`
29788
+ */
29789
+ bgpLogOutputFormat?: pulumi.Input<enums.ec2.VpnConnectionCloudwatchLogOptionsSpecificationBgpLogOutputFormat>;
29210
29790
  /**
29211
29791
  * Enable or disable VPN tunnel logging feature. Default value is ``False``.
29212
29792
  * Valid values: ``True`` | ``False``
@@ -29536,9 +30116,9 @@ export declare namespace ecr {
29536
30116
  /**
29537
30117
  * The encryption type to use.
29538
30118
  *
29539
- * If you use the `KMS` encryption type, the contents of the repository will be encrypted using server-side encryption with AWS Key Management Service key stored in AWS KMS . When you use AWS KMS to encrypt your data, you can either use the default AWS managed AWS KMS key for Amazon ECR, or specify your own AWS KMS key, which you already created.
30119
+ * If you use the `KMS` encryption type, the contents of the repository will be encrypted using server-side encryption with AWS Key Management Service key stored in AWS . When you use AWS to encrypt your data, you can either use the default AWS managed AWS key for Amazon ECR, or specify your own AWS key, which you already created.
29540
30120
  *
29541
- * If you use the `KMS_DSSE` encryption type, the contents of the repository will be encrypted with two layers of encryption using server-side encryption with the AWS KMS Management Service key stored in AWS KMS . Similar to the `KMS` encryption type, you can either use the default AWS managed AWS KMS key for Amazon ECR, or specify your own AWS KMS key, which you've already created.
30121
+ * If you use the `KMS_DSSE` encryption type, the contents of the repository will be encrypted with two layers of encryption using server-side encryption with the AWS Management Service key stored in AWS . Similar to the `KMS` encryption type, you can either use the default AWS managed AWS key for Amazon ECR, or specify your own AWS key, which you've already created.
29542
30122
  *
29543
30123
  * If you use the `AES256` encryption type, Amazon ECR uses server-side encryption with Amazon S3-managed encryption keys which encrypts the images in the repository using an AES256 encryption algorithm.
29544
30124
  *
@@ -29580,6 +30160,35 @@ export declare namespace ecr {
29580
30160
  */
29581
30161
  registryId?: pulumi.Input<string>;
29582
30162
  }
30163
+ /**
30164
+ * An array of objects representing the details of a repository filter.
30165
+ */
30166
+ interface SigningConfigurationRepositoryFilterArgs {
30167
+ /**
30168
+ * The filter value used to match repository names. When using `WILDCARD_MATCH` , the `*` character matches any sequence of characters.
30169
+ *
30170
+ * Examples:
30171
+ *
30172
+ * - `myapp/*` - Matches all repositories starting with `myapp/`
30173
+ * - `*&#47;production` - Matches all repositories ending with `/production`
30174
+ * - `*prod*` - Matches all repositories containing `prod`
30175
+ */
30176
+ filter: pulumi.Input<string>;
30177
+ /**
30178
+ * The type of filter to apply. Currently, only `WILDCARD_MATCH` is supported, which uses wildcard patterns to match repository names.
30179
+ */
30180
+ filterType: pulumi.Input<enums.ecr.SigningConfigurationFilterType>;
30181
+ }
30182
+ interface SigningConfigurationRuleArgs {
30183
+ /**
30184
+ * Optional array of repository filters. If omitted, the rule matches all repositories. If provided, must contain at least one filter. Empty arrays are not allowed.
30185
+ */
30186
+ repositoryFilters?: pulumi.Input<pulumi.Input<inputs.ecr.SigningConfigurationRepositoryFilterArgs>[]>;
30187
+ /**
30188
+ * AWS Signer signing profile ARN to use for matched repositories.
30189
+ */
30190
+ signingProfileArn: pulumi.Input<string>;
30191
+ }
29583
30192
  }
29584
30193
  export declare namespace ecs {
29585
30194
  interface CapacityProviderAcceleratorCountRequestArgs {
@@ -29774,6 +30383,10 @@ export declare namespace ecs {
29774
30383
  subnets: pulumi.Input<pulumi.Input<string>[]>;
29775
30384
  }
29776
30385
  interface CapacityProviderManagedInstancesProviderArgs {
30386
+ /**
30387
+ * Defines how Amazon ECS Managed Instances optimizes the infrastructure in your capacity provider. Configure it to turn on or off the infrastructure optimization in your capacity provider, and to control the idle EC2 instances optimization delay.
30388
+ */
30389
+ infrastructureOptimization?: pulumi.Input<inputs.ecs.CapacityProviderManagedInstancesProviderInfrastructureOptimizationPropertiesArgs>;
29777
30390
  /**
29778
30391
  * The Amazon Resource Name (ARN) of the infrastructure role that Amazon ECS assumes to manage instances. This role must include permissions for Amazon EC2 instance lifecycle management, networking, and any additional AWS services required for your workloads.
29779
30392
  *
@@ -29791,6 +30404,15 @@ export declare namespace ecs {
29791
30404
  */
29792
30405
  propagateTags?: pulumi.Input<enums.ecs.CapacityProviderManagedInstancesProviderPropagateTags>;
29793
30406
  }
30407
+ /**
30408
+ * Defines how Amazon ECS Managed Instances optimizes the infrastructure in your capacity provider. Configure it to turn on or off the infrastructure optimization in your capacity provider, and to control the idle EC2 instances optimization delay.
30409
+ */
30410
+ interface CapacityProviderManagedInstancesProviderInfrastructureOptimizationPropertiesArgs {
30411
+ /**
30412
+ * This parameter defines the number of seconds Amazon ECS Managed Instances waits before optimizing EC2 instances that have become idle or underutilized. A longer delay increases the likelihood of placing new tasks on idle instances, reducing startup time. A shorter delay helps reduce infrastructure costs by optimizing idle instances more quickly. Valid values are: Not set (null) - Uses the default optimization behavior, `-1` - Disables automatic infrastructure optimization, `0` to `3600` (inclusive) - Specifies the number of seconds to wait before optimizing instances.
30413
+ */
30414
+ scaleInAfter?: pulumi.Input<number>;
30415
+ }
29794
30416
  interface CapacityProviderManagedInstancesStorageConfigurationArgs {
29795
30417
  /**
29796
30418
  * The size of the tasks volume.
@@ -29897,13 +30519,13 @@ export declare namespace ecs {
29897
30519
  * The *base* value designates how many tasks, at a minimum, to run on the specified capacity provider for each service. Only one capacity provider in a capacity provider strategy can have a *base* defined. If no value is specified, the default value of ``0`` is used.
29898
30520
  * Base value characteristics:
29899
30521
  * + Only one capacity provider in a strategy can have a base defined
29900
- * + Default value is ``0`` if not specified
29901
- * + Valid range: 0 to 100,000
30522
+ * + The default value is ``0`` if not specified
30523
+ * + The valid range is 0 to 100,000
29902
30524
  * + Base requirements are satisfied first before weight distribution
29903
30525
  */
29904
30526
  base?: pulumi.Input<number>;
29905
30527
  /**
29906
- * The short name of the capacity provider.
30528
+ * The short name of the capacity provider. This can be either an AWS managed capacity provider (``FARGATE`` or ``FARGATE_SPOT``) or the name of a custom capacity provider that you created.
29907
30529
  */
29908
30530
  capacityProvider?: pulumi.Input<string>;
29909
30531
  /**
@@ -29911,8 +30533,8 @@ export declare namespace ecs {
29911
30533
  * If no ``weight`` value is specified, the default value of ``0`` is used. When multiple capacity providers are specified within a capacity provider strategy, at least one of the capacity providers must have a weight value greater than zero and any capacity providers with a weight of ``0`` can't be used to place tasks. If you specify multiple capacity providers in a strategy that all have a weight of ``0``, any ``RunTask`` or ``CreateService`` actions using the capacity provider strategy will fail.
29912
30534
  * Weight value characteristics:
29913
30535
  * + Weight is considered after the base value is satisfied
29914
- * + Default value is ``0`` if not specified
29915
- * + Valid range: 0 to 1,000
30536
+ * + The default value is ``0`` if not specified
30537
+ * + The valid range is 0 to 1,000
29916
30538
  * + At least one capacity provider must have a weight greater than zero
29917
30539
  * + Capacity providers with weight of ``0`` cannot place tasks
29918
30540
  *
@@ -30035,6 +30657,106 @@ export declare namespace ecs {
30035
30657
  */
30036
30658
  value?: pulumi.Input<string>;
30037
30659
  }
30660
+ interface ExpressGatewayServiceAwsLogsConfigurationArgs {
30661
+ /**
30662
+ * The name of the CloudWatch Logs log group to send container logs to.
30663
+ */
30664
+ logGroup: pulumi.Input<string>;
30665
+ /**
30666
+ * The prefix for the CloudWatch Logs log stream names. The default for an Express service is `ecs` .
30667
+ */
30668
+ logStreamPrefix: pulumi.Input<string>;
30669
+ }
30670
+ interface ExpressGatewayServiceExpressGatewayContainerArgs {
30671
+ /**
30672
+ * The log configuration for the container.
30673
+ */
30674
+ awsLogsConfiguration?: pulumi.Input<inputs.ecs.ExpressGatewayServiceAwsLogsConfigurationArgs>;
30675
+ /**
30676
+ * The command that is passed to the container.
30677
+ */
30678
+ command?: pulumi.Input<pulumi.Input<string>[]>;
30679
+ /**
30680
+ * The port number on the container that receives traffic from the load balancer. Default is 80.
30681
+ */
30682
+ containerPort?: pulumi.Input<number>;
30683
+ /**
30684
+ * The environment variables to pass to the container.
30685
+ */
30686
+ environment?: pulumi.Input<pulumi.Input<inputs.ecs.ExpressGatewayServiceKeyValuePairArgs>[]>;
30687
+ /**
30688
+ * The image used to start a container. This string is passed directly to the Docker daemon. Images in the Docker Hub registry are available by default. Other repositories are specified with either `repository-url/image:tag` or `repository-url/image@digest` .
30689
+ *
30690
+ * For Express services, the image typically contains a web application that listens on the specified container port. The image can be stored in Amazon ECR, Docker Hub, or any other container registry accessible to your execution role.
30691
+ */
30692
+ image: pulumi.Input<string>;
30693
+ /**
30694
+ * The configuration for repository credentials for private registry authentication.
30695
+ */
30696
+ repositoryCredentials?: pulumi.Input<inputs.ecs.ExpressGatewayServiceExpressGatewayRepositoryCredentialsArgs>;
30697
+ /**
30698
+ * The secrets to pass to the container.
30699
+ */
30700
+ secrets?: pulumi.Input<pulumi.Input<inputs.ecs.ExpressGatewayServiceSecretArgs>[]>;
30701
+ }
30702
+ interface ExpressGatewayServiceExpressGatewayRepositoryCredentialsArgs {
30703
+ /**
30704
+ * The Amazon Resource Name (ARN) of the secret containing the private repository credentials.
30705
+ */
30706
+ credentialsParameter: pulumi.Input<string>;
30707
+ }
30708
+ interface ExpressGatewayServiceExpressGatewayScalingTargetArgs {
30709
+ /**
30710
+ * The metric used for auto-scaling decisions. The default metric used for an Express service is `CPUUtilization` .
30711
+ */
30712
+ autoScalingMetric?: pulumi.Input<enums.ecs.ExpressGatewayServiceScalingMetric>;
30713
+ /**
30714
+ * The target value for the auto-scaling metric. The default value for an Express service is 60.
30715
+ */
30716
+ autoScalingTargetValue?: pulumi.Input<number>;
30717
+ /**
30718
+ * The maximum number of tasks to run in the Express service.
30719
+ */
30720
+ maxTaskCount?: pulumi.Input<number>;
30721
+ /**
30722
+ * The minimum number of tasks to run in the Express service.
30723
+ */
30724
+ minTaskCount?: pulumi.Input<number>;
30725
+ }
30726
+ interface ExpressGatewayServiceKeyValuePairArgs {
30727
+ /**
30728
+ * The name of the key-value pair. For environment variables, this is the name of the environment variable.
30729
+ */
30730
+ name: pulumi.Input<string>;
30731
+ /**
30732
+ * The value of the key-value pair. For environment variables, this is the value of the environment variable.
30733
+ */
30734
+ value: pulumi.Input<string>;
30735
+ }
30736
+ interface ExpressGatewayServiceNetworkConfigurationArgs {
30737
+ /**
30738
+ * The IDs of the security groups associated with the Express service.
30739
+ */
30740
+ securityGroups?: pulumi.Input<pulumi.Input<string>[]>;
30741
+ /**
30742
+ * The IDs of the subnets associated with the Express service.
30743
+ */
30744
+ subnets?: pulumi.Input<pulumi.Input<string>[]>;
30745
+ }
30746
+ interface ExpressGatewayServiceSecretArgs {
30747
+ /**
30748
+ * The name of the secret.
30749
+ */
30750
+ name: pulumi.Input<string>;
30751
+ /**
30752
+ * The secret to expose to the container. The supported values are either the full ARN of the AWS Secrets Manager secret or the full ARN of the parameter in the SSM Parameter Store.
30753
+ *
30754
+ * For information about the require AWS Identity and Access Management permissions, see [Required IAM permissions for Amazon ECS secrets](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/specifying-sensitive-data-secrets.html#secrets-iam) (for Secrets Manager) or [Required IAM permissions for Amazon ECS secrets](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/specifying-sensitive-data-parameters.html) (for Systems Manager Parameter store) in the *Amazon Elastic Container Service Developer Guide* .
30755
+ *
30756
+ * > If the SSM Parameter Store parameter exists in the same Region as the task you're launching, then you can use either the full ARN or name of the parameter. If the parameter exists in a different Region, then the full ARN must be specified.
30757
+ */
30758
+ valueFrom: pulumi.Input<string>;
30759
+ }
30038
30760
  /**
30039
30761
  * The advanced settings for a load balancer used in blue/green deployments. Specify the alternate target group, listener rules, and IAM role required for traffic shifting during blue/green deployments. For more information, see [Required resources for Amazon ECS blue/green deployments](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/blue-green-deployment-implementation.html) in the *Amazon Elastic Container Service Developer Guide*.
30040
30762
  */
@@ -30078,6 +30800,12 @@ export declare namespace ecs {
30078
30800
  */
30079
30801
  subnets?: pulumi.Input<pulumi.Input<string>[]>;
30080
30802
  }
30803
+ /**
30804
+ * Configuration for a canary deployment strategy that shifts a fixed percentage of traffic to the new service revision, waits for a specified bake time, then shifts the remaining traffic.
30805
+ * The following validation applies only to Canary deployments created through CFN. CFN operations time out after 36 hours. Canary deployments can approach this limit because of their extended duration. This can cause CFN to roll back the deployment. To prevent timeout-related rollbacks, CFN rejects deployments when the calculated deployment time exceeds 33 hours based on your template configuration:
30806
+ * ``BakeTimeInMinutes + CanaryBakeTimeInMinutes``
30807
+ * Additional backend processes (such as task scaling and running lifecycle hooks) can extend deployment time beyond these calculations. Even deployments under the 33-hour threshold might still time out if these processes cause the total duration to exceed 36 hours.
30808
+ */
30081
30809
  interface ServiceCanaryConfigurationArgs {
30082
30810
  /**
30083
30811
  * The amount of time in minutes to wait during the canary phase before shifting the remaining production traffic to the new service revision. Valid values are 0 to 1440 minutes (24 hours). The default value is 10.
@@ -30099,13 +30827,13 @@ export declare namespace ecs {
30099
30827
  * The *base* value designates how many tasks, at a minimum, to run on the specified capacity provider for each service. Only one capacity provider in a capacity provider strategy can have a *base* defined. If no value is specified, the default value of ``0`` is used.
30100
30828
  * Base value characteristics:
30101
30829
  * + Only one capacity provider in a strategy can have a base defined
30102
- * + Default value is ``0`` if not specified
30103
- * + Valid range: 0 to 100,000
30830
+ * + The default value is ``0`` if not specified
30831
+ * + The valid range is 0 to 100,000
30104
30832
  * + Base requirements are satisfied first before weight distribution
30105
30833
  */
30106
30834
  base?: pulumi.Input<number>;
30107
30835
  /**
30108
- * The short name of the capacity provider.
30836
+ * The short name of the capacity provider. This can be either an AWS managed capacity provider (``FARGATE`` or ``FARGATE_SPOT``) or the name of a custom capacity provider that you created.
30109
30837
  */
30110
30838
  capacityProvider?: pulumi.Input<string>;
30111
30839
  /**
@@ -30113,8 +30841,8 @@ export declare namespace ecs {
30113
30841
  * If no ``weight`` value is specified, the default value of ``0`` is used. When multiple capacity providers are specified within a capacity provider strategy, at least one of the capacity providers must have a weight value greater than zero and any capacity providers with a weight of ``0`` can't be used to place tasks. If you specify multiple capacity providers in a strategy that all have a weight of ``0``, any ``RunTask`` or ``CreateService`` actions using the capacity provider strategy will fail.
30114
30842
  * Weight value characteristics:
30115
30843
  * + Weight is considered after the base value is satisfied
30116
- * + Default value is ``0`` if not specified
30117
- * + Valid range: 0 to 1,000
30844
+ * + The default value is ``0`` if not specified
30845
+ * + The valid range is 0 to 1,000
30118
30846
  * + At least one capacity provider must have a weight greater than zero
30119
30847
  * + Capacity providers with weight of ``0`` cannot place tasks
30120
30848
  *
@@ -30128,6 +30856,10 @@ export declare namespace ecs {
30128
30856
  */
30129
30857
  weight?: pulumi.Input<number>;
30130
30858
  }
30859
+ /**
30860
+ * Configuration for Service Connect access logging. Access logs provide detailed information about requests made to your service, including request patterns, response codes, and timing data for debugging and monitoring purposes.
30861
+ * To enable access logs, you must also specify a ``logConfiguration`` in the ``serviceConnectConfiguration``.
30862
+ */
30131
30863
  interface ServiceConnectAccessLogConfigurationArgs {
30132
30864
  /**
30133
30865
  * The format for Service Connect access log output. Choose TEXT for human-readable logs or JSON for structured data that integrates well with log analysis tools.
@@ -30135,8 +30867,7 @@ export declare namespace ecs {
30135
30867
  format: pulumi.Input<enums.ecs.ServiceConnectAccessLogConfigurationFormat>;
30136
30868
  /**
30137
30869
  * Specifies whether to include query parameters in Service Connect access logs.
30138
- *
30139
- * When enabled, query parameters from HTTP requests are included in the access logs. Consider security and privacy implications when enabling this feature, as query parameters may contain sensitive information such as request IDs and tokens. By default, this parameter is `DISABLED` .
30870
+ * When enabled, query parameters from HTTP requests are included in the access logs. Consider security and privacy implications when enabling this feature, as query parameters may contain sensitive information such as request IDs and tokens. By default, this parameter is ``DISABLED``.
30140
30871
  */
30141
30872
  includeQueryParameters?: pulumi.Input<enums.ecs.ServiceConnectAccessLogConfigurationIncludeQueryParameters>;
30142
30873
  }
@@ -30169,8 +30900,7 @@ export declare namespace ecs {
30169
30900
  interface ServiceConnectConfigurationArgs {
30170
30901
  /**
30171
30902
  * The configuration for Service Connect access logging. Access logs capture detailed information about requests made to your service, including request patterns, response codes, and timing data. They can be useful for debugging connectivity issues, monitoring service performance, and auditing service-to-service communication for security and compliance purposes.
30172
- *
30173
- * > To enable access logs, you must also specify a `logConfiguration` in the `serviceConnectConfiguration` .
30903
+ * To enable access logs, you must also specify a ``logConfiguration`` in the ``serviceConnectConfiguration``.
30174
30904
  */
30175
30905
  accessLogConfiguration?: pulumi.Input<inputs.ecs.ServiceConnectAccessLogConfigurationArgs>;
30176
30906
  /**
@@ -30330,7 +31060,7 @@ export declare namespace ecs {
30330
31060
  */
30331
31061
  bakeTimeInMinutes?: pulumi.Input<number>;
30332
31062
  /**
30333
- * Configuration for canary deployment strategy. Only valid when the deployment strategy is `CANARY` . This configuration enables shifting a fixed percentage of traffic for testing, followed by shifting the remaining traffic after a bake period.
31063
+ * Configuration for canary deployment strategy. Only valid when the deployment strategy is ``CANARY``. This configuration enables shifting a fixed percentage of traffic for testing, followed by shifting the remaining traffic after a bake period.
30334
31064
  */
30335
31065
  canaryConfiguration?: pulumi.Input<inputs.ecs.ServiceCanaryConfigurationArgs>;
30336
31066
  /**
@@ -30343,7 +31073,7 @@ export declare namespace ecs {
30343
31073
  */
30344
31074
  lifecycleHooks?: pulumi.Input<pulumi.Input<inputs.ecs.ServiceDeploymentLifecycleHookArgs>[]>;
30345
31075
  /**
30346
- * Configuration for linear deployment strategy. Only valid when the deployment strategy is `LINEAR` . This configuration enables progressive traffic shifting in equal percentage increments with configurable bake times between each step.
31076
+ * Configuration for linear deployment strategy. Only valid when the deployment strategy is ``LINEAR``. This configuration enables progressive traffic shifting in equal percentage increments with configurable bake times between each step.
30347
31077
  */
30348
31078
  linearConfiguration?: pulumi.Input<inputs.ecs.ServiceLinearConfigurationArgs>;
30349
31079
  /**
@@ -30503,6 +31233,17 @@ export declare namespace ecs {
30503
31233
  */
30504
31234
  forceNewDeploymentNonce?: pulumi.Input<string>;
30505
31235
  }
31236
+ /**
31237
+ * Configuration for a linear deployment strategy that shifts production traffic in equal percentage increments with configurable wait times between each step until 100 percent of traffic is shifted to the new service revision.
31238
+ * The following validation applies only to Linear deployments created through CFN. CFN operations time out after 36 hours. Linear deployments can approach this limit because of their extended duration. This can cause CFN to roll back the deployment. To prevent timeout-related rollbacks, CFN rejects deployments when the calculated deployment time exceeds 33 hours based on your template configuration:
31239
+ * ``BakeTimeInMinutes + (StepBakeTimeInMinutes × Number of deployment steps)``
31240
+ * Where the number of deployment steps is calculated as follows:
31241
+ * + *If StepPercent evenly divides by 100*: The number of deployment steps equals ``(100 ÷ StepPercent) - 1``
31242
+ * + *Otherwise*: The number of deployment steps equals the floor of ``100 ÷ StepPercent``. For example, if ``StepPercent`` is 11, the number of deployment steps is 9 (not 9.1).
31243
+ *
31244
+ * This calculation reflects that CFN doesn't apply the step bake time after the final traffic shift reaches 100%. For example, with a ``StepPercent`` of 50%, there are actually two traffic shifts, but only one deployment step is counted for validation purposes because the bake time is applied only after the first 50% shift, not after reaching 100%.
31245
+ * Additional backend processes (such as task scaling and running lifecycle hooks) can extend deployment time beyond these calculations. Even deployments under the 33-hour threshold might still time out if these processes cause the total duration to exceed 36 hours.
31246
+ */
30506
31247
  interface ServiceLinearConfigurationArgs {
30507
31248
  /**
30508
31249
  * The amount of time in minutes to wait between each traffic shifting step during a linear deployment. Valid values are 0 to 1440 minutes (24 hours). The default value is 6. This bake time is not applied after reaching 100 percent traffic.
@@ -32050,6 +32791,83 @@ export declare namespace eks {
32050
32791
  */
32051
32792
  serviceAccount: pulumi.Input<string>;
32052
32793
  }
32794
+ /**
32795
+ * Configuration settings for an Argo CD capability. This includes the Kubernetes namespace, IAM Identity Center integration, RBAC role mappings, and network access configuration.
32796
+ */
32797
+ interface CapabilityArgoCdArgs {
32798
+ awsIdc: pulumi.Input<inputs.eks.CapabilityAwsIdcArgs>;
32799
+ /**
32800
+ * The Kubernetes namespace where Argo CD resources will be created. If not specified, the default namespace is used.
32801
+ */
32802
+ namespace?: pulumi.Input<string>;
32803
+ networkAccess?: pulumi.Input<inputs.eks.CapabilityNetworkAccessArgs>;
32804
+ /**
32805
+ * A list of role mappings that define which IAM Identity Center users or groups have which Argo CD roles. Each mapping associates an Argo CD role (ADMIN, EDITOR, or VIEWER) with one or more IAM Identity Center identities.
32806
+ */
32807
+ rbacRoleMappings?: pulumi.Input<pulumi.Input<inputs.eks.CapabilityArgoCdRoleMappingArgs>[]>;
32808
+ /**
32809
+ * The URL of the Argo CD server. Use this URL to access the Argo CD web interface and API.
32810
+ */
32811
+ serverUrl?: pulumi.Input<string>;
32812
+ }
32813
+ /**
32814
+ * A mapping between an Argo CD role and IAM Identity Center identities. This defines which users or groups have specific permissions in Argo CD.
32815
+ */
32816
+ interface CapabilityArgoCdRoleMappingArgs {
32817
+ /**
32818
+ * A list of IAM Identity Center identities (users or groups) that should be assigned this Argo CD role.
32819
+ */
32820
+ identities: pulumi.Input<pulumi.Input<inputs.eks.CapabilitySsoIdentityArgs>[]>;
32821
+ /**
32822
+ * The Argo CD role to assign. Valid values are: ADMIN (full administrative access to Argo CD), EDITOR (edit access to Argo CD resources), or VIEWER (read-only access to Argo CD resources).
32823
+ */
32824
+ role: pulumi.Input<enums.eks.CapabilityArgoCdRoleMappingRole>;
32825
+ }
32826
+ /**
32827
+ * Configuration for integrating Argo CD with IAM Identity Center. This allows you to use your organization's identity provider for authentication to Argo CD.
32828
+ */
32829
+ interface CapabilityAwsIdcArgs {
32830
+ /**
32831
+ * The ARN of the IAM Identity Center instance to use for authentication.
32832
+ */
32833
+ idcInstanceArn: pulumi.Input<string>;
32834
+ /**
32835
+ * The ARN of the managed application created in IAM Identity Center for this Argo CD capability. This application is automatically created and managed by EKS.
32836
+ */
32837
+ idcManagedApplicationArn?: pulumi.Input<string>;
32838
+ /**
32839
+ * The Region where your IAM Identity Center instance is located.
32840
+ */
32841
+ idcRegion?: pulumi.Input<string>;
32842
+ }
32843
+ /**
32844
+ * Configuration settings for a capability. The structure of this object varies depending on the capability type.
32845
+ */
32846
+ interface CapabilityConfigurationArgs {
32847
+ argoCd?: pulumi.Input<inputs.eks.CapabilityArgoCdArgs>;
32848
+ }
32849
+ /**
32850
+ * Configuration for network access to the Argo CD capability's managed API server endpoint. By default, the Argo CD server is accessible via a public endpoint. You can optionally specify one or more VPC endpoint IDs to enable private connectivity from your VPCs.
32851
+ */
32852
+ interface CapabilityNetworkAccessArgs {
32853
+ /**
32854
+ * A list of VPC endpoint IDs to associate with the managed Argo CD API server endpoint. Each VPC endpoint provides private connectivity from a specific VPC to the Argo CD server. You can specify multiple VPC endpoint IDs to enable access from multiple VPCs.
32855
+ */
32856
+ vpceIds?: pulumi.Input<pulumi.Input<string>[]>;
32857
+ }
32858
+ /**
32859
+ * An IAM Identity Center identity (user or group) that can be assigned permissions in a capability.
32860
+ */
32861
+ interface CapabilitySsoIdentityArgs {
32862
+ /**
32863
+ * The unique identifier of the IAM Identity Center user or group.
32864
+ */
32865
+ id: pulumi.Input<string>;
32866
+ /**
32867
+ * The type of identity. Valid values are SSO_USER or SSO_GROUP.
32868
+ */
32869
+ type: pulumi.Input<enums.eks.CapabilitySsoIdentityType>;
32870
+ }
32053
32871
  /**
32054
32872
  * An object representing the Access Config to use for the cluster.
32055
32873
  */
@@ -32098,6 +32916,15 @@ export declare namespace eks {
32098
32916
  */
32099
32917
  groupName?: pulumi.Input<string>;
32100
32918
  }
32919
+ /**
32920
+ * Configuration for provisioned control plane scaling.
32921
+ */
32922
+ interface ClusterControlPlaneScalingConfigArgs {
32923
+ /**
32924
+ * The scaling tier for the provisioned control plane.
32925
+ */
32926
+ tier?: pulumi.Input<enums.eks.ClusterControlPlaneScalingConfigTier>;
32927
+ }
32101
32928
  /**
32102
32929
  * Todo: add description
32103
32930
  */
@@ -32752,6 +33579,10 @@ export declare namespace elasticloadbalancingv2 {
32752
33579
  * If you specify both ``ForwardConfig`` and ``TargetGroupArn``, you can specify only one target group using ``ForwardConfig`` and it must be the same target group specified in ``TargetGroupArn``.
32753
33580
  */
32754
33581
  forwardConfig?: pulumi.Input<inputs.elasticloadbalancingv2.ListenerForwardConfigArgs>;
33582
+ /**
33583
+ * [HTTPS listeners] Information for validating JWT access tokens in client requests. Specify only when `Type` is `jwt-validation` .
33584
+ */
33585
+ jwtValidationConfig?: pulumi.Input<inputs.elasticloadbalancingv2.ListenerJwtValidationConfigArgs>;
32755
33586
  /**
32756
33587
  * The order for the action. This value is required for rules with multiple actions. The action with the lowest value for order is performed first.
32757
33588
  */
@@ -32948,6 +33779,25 @@ export declare namespace elasticloadbalancingv2 {
32948
33779
  */
32949
33780
  targetGroups?: pulumi.Input<pulumi.Input<inputs.elasticloadbalancingv2.ListenerTargetGroupTupleArgs>[]>;
32950
33781
  }
33782
+ interface ListenerJwtValidationActionAdditionalClaimArgs {
33783
+ /**
33784
+ * The format of the claim value.
33785
+ */
33786
+ format: pulumi.Input<string>;
33787
+ /**
33788
+ * The name of the claim. You can't specify `exp` , `iss` , `nbf` , or `iat` because we validate them by default.
33789
+ */
33790
+ name: pulumi.Input<string>;
33791
+ /**
33792
+ * The claim value. The maximum size of the list is 10. Each value can be up to 256 characters in length. If the format is `space-separated-values` , the values can't include spaces.
33793
+ */
33794
+ values: pulumi.Input<pulumi.Input<string>[]>;
33795
+ }
33796
+ interface ListenerJwtValidationConfigArgs {
33797
+ additionalClaims?: pulumi.Input<pulumi.Input<inputs.elasticloadbalancingv2.ListenerJwtValidationActionAdditionalClaimArgs>[]>;
33798
+ issuer: pulumi.Input<string>;
33799
+ jwksEndpoint: pulumi.Input<string>;
33800
+ }
32951
33801
  /**
32952
33802
  * The mutual authentication configuration information.
32953
33803
  */
@@ -33028,6 +33878,10 @@ export declare namespace elasticloadbalancingv2 {
33028
33878
  * If you specify both ``ForwardConfig`` and ``TargetGroupArn``, you can specify only one target group using ``ForwardConfig`` and it must be the same target group specified in ``TargetGroupArn``.
33029
33879
  */
33030
33880
  forwardConfig?: pulumi.Input<inputs.elasticloadbalancingv2.ListenerRuleForwardConfigArgs>;
33881
+ /**
33882
+ * [HTTPS listeners] Information for validating JWT access tokens in client requests. Specify only when `Type` is `jwt-validation` .
33883
+ */
33884
+ jwtValidationConfig?: pulumi.Input<inputs.elasticloadbalancingv2.ListenerRuleJwtValidationConfigArgs>;
33031
33885
  /**
33032
33886
  * The order for the action. This value is required for rules with multiple actions. The action with the lowest value for order is performed first.
33033
33887
  */
@@ -33218,6 +34072,25 @@ export declare namespace elasticloadbalancingv2 {
33218
34072
  */
33219
34073
  values?: pulumi.Input<pulumi.Input<string>[]>;
33220
34074
  }
34075
+ interface ListenerRuleJwtValidationActionAdditionalClaimArgs {
34076
+ /**
34077
+ * The format of the claim value.
34078
+ */
34079
+ format: pulumi.Input<string>;
34080
+ /**
34081
+ * The name of the claim. You can't specify `exp` , `iss` , `nbf` , or `iat` because we validate them by default.
34082
+ */
34083
+ name: pulumi.Input<string>;
34084
+ /**
34085
+ * The claim value. The maximum size of the list is 10. Each value can be up to 256 characters in length. If the format is `space-separated-values` , the values can't include spaces.
34086
+ */
34087
+ values: pulumi.Input<pulumi.Input<string>[]>;
34088
+ }
34089
+ interface ListenerRuleJwtValidationConfigArgs {
34090
+ additionalClaims?: pulumi.Input<pulumi.Input<inputs.elasticloadbalancingv2.ListenerRuleJwtValidationActionAdditionalClaimArgs>[]>;
34091
+ issuer: pulumi.Input<string>;
34092
+ jwksEndpoint: pulumi.Input<string>;
34093
+ }
33221
34094
  /**
33222
34095
  * Information about a path pattern condition.
33223
34096
  */
@@ -33547,6 +34420,10 @@ export declare namespace elasticloadbalancingv2 {
33547
34420
  * The port on which the target is listening. If the target group protocol is GENEVE, the supported port is 6081. If the target type is alb, the targeted Application Load Balancer must have at least one listener whose port matches the target group port. Not used if the target is a Lambda function.
33548
34421
  */
33549
34422
  port?: pulumi.Input<number>;
34423
+ /**
34424
+ * The Server ID used by targets when using QUIC or TCP_QUIC protocols.
34425
+ */
34426
+ quicServerId?: pulumi.Input<string>;
33550
34427
  }
33551
34428
  interface TrustStoreRevocationRevocationContentArgs {
33552
34429
  /**
@@ -33915,7 +34792,7 @@ export declare namespace entityresolution {
33915
34792
  }
33916
34793
  interface IdMappingWorkflowOutputSourceArgs {
33917
34794
  /**
33918
- * Customer AWS KMS ARN for encryption at rest. If not provided, system will use an AWS Entity Resolution managed KMS key.
34795
+ * Customer AWS ARN for encryption at rest. If not provided, system will use an AWS Entity Resolution managed KMS key.
33919
34796
  */
33920
34797
  kmsArn?: pulumi.Input<string>;
33921
34798
  /**
@@ -35700,7 +36577,7 @@ export declare namespace forecast {
35700
36577
  */
35701
36578
  kmsKeyArn?: pulumi.Input<string>;
35702
36579
  /**
35703
- * The ARN of the IAM role that Amazon Forecast can assume to access the AWS KMS key.
36580
+ * The ARN of the IAM role that Amazon Forecast can assume to access the AWS key.
35704
36581
  *
35705
36582
  * Passing a role across AWS accounts is not allowed. If you pass a role that isn't in your account, you get an `InvalidInputException` error.
35706
36583
  */
@@ -36109,32 +36986,32 @@ export declare namespace frauddetector {
36109
36986
  }
36110
36987
  export declare namespace fsx {
36111
36988
  /**
36112
- * Describes a data repository association's automatic export policy. The ``AutoExportPolicy`` defines the types of updated objects on the file system that will be automatically exported to the data repository. As you create, modify, or delete files, Amazon FSx for Lustre automatically exports the defined changes asynchronously once your application finishes modifying the file.
36113
- * The ``AutoExportPolicy`` is only supported on Amazon FSx for Lustre file systems with a data repository association.
36989
+ * Specifies the type of updated objects (new, changed, deleted) that will be automatically exported from your file system to the linked S3 bucket.
36114
36990
  */
36115
36991
  interface DataRepositoryAssociationAutoExportPolicyArgs {
36116
36992
  /**
36117
- * The ``AutoExportPolicy`` can have the following event values:
36118
- * + ``NEW`` - New files and directories are automatically exported to the data repository as they are added to the file system.
36119
- * + ``CHANGED`` - Changes to files and directories on the file system are automatically exported to the data repository.
36120
- * + ``DELETED`` - Files and directories are automatically deleted on the data repository when they are deleted on the file system.
36993
+ * The `AutoExportPolicy` can have the following event values:
36121
36994
  *
36122
- * You can define any combination of event types for your ``AutoExportPolicy``.
36995
+ * - `NEW` - New files and directories are automatically exported to the data repository as they are added to the file system.
36996
+ * - `CHANGED` - Changes to files and directories on the file system are automatically exported to the data repository.
36997
+ * - `DELETED` - Files and directories are automatically deleted on the data repository when they are deleted on the file system.
36998
+ *
36999
+ * You can define any combination of event types for your `AutoExportPolicy` .
36123
37000
  */
36124
37001
  events: pulumi.Input<pulumi.Input<enums.fsx.DataRepositoryAssociationEventType>[]>;
36125
37002
  }
36126
37003
  /**
36127
- * Describes the data repository association's automatic import policy. The AutoImportPolicy defines how Amazon FSx keeps your file metadata and directory listings up to date by importing changes to your Amazon FSx for Lustre file system as you modify objects in a linked S3 bucket.
36128
- * The ``AutoImportPolicy`` is only supported on Amazon FSx for Lustre file systems with a data repository association.
37004
+ * Specifies the type of updated objects (new, changed, deleted) that will be automatically imported from the linked S3 bucket to your file system.
36129
37005
  */
36130
37006
  interface DataRepositoryAssociationAutoImportPolicyArgs {
36131
37007
  /**
36132
- * The ``AutoImportPolicy`` can have the following event values:
36133
- * + ``NEW`` - Amazon FSx automatically imports metadata of files added to the linked S3 bucket that do not currently exist in the FSx file system.
36134
- * + ``CHANGED`` - Amazon FSx automatically updates file metadata and invalidates existing file content on the file system as files change in the data repository.
36135
- * + ``DELETED`` - Amazon FSx automatically deletes files on the file system as corresponding files are deleted in the data repository.
37008
+ * The `AutoImportPolicy` can have the following event values:
37009
+ *
37010
+ * - `NEW` - Amazon FSx automatically imports metadata of files added to the linked S3 bucket that do not currently exist in the FSx file system.
37011
+ * - `CHANGED` - Amazon FSx automatically updates file metadata and invalidates existing file content on the file system as files change in the data repository.
37012
+ * - `DELETED` - Amazon FSx automatically deletes files on the file system as corresponding files are deleted in the data repository.
36136
37013
  *
36137
- * You can define any combination of event types for your ``AutoImportPolicy``.
37014
+ * You can define any combination of event types for your `AutoImportPolicy` .
36138
37015
  */
36139
37016
  events: pulumi.Input<pulumi.Input<enums.fsx.DataRepositoryAssociationEventType>[]>;
36140
37017
  }
@@ -36143,13 +37020,15 @@ export declare namespace fsx {
36143
37020
  */
36144
37021
  interface DataRepositoryAssociationS3Args {
36145
37022
  /**
36146
- * Describes a data repository association's automatic export policy. The ``AutoExportPolicy`` defines the types of updated objects on the file system that will be automatically exported to the data repository. As you create, modify, or delete files, Amazon FSx for Lustre automatically exports the defined changes asynchronously once your application finishes modifying the file.
36147
- * The ``AutoExportPolicy`` is only supported on Amazon FSx for Lustre file systems with a data repository association.
37023
+ * Describes a data repository association's automatic export policy. The `AutoExportPolicy` defines the types of updated objects on the file system that will be automatically exported to the data repository. As you create, modify, or delete files, Amazon FSx for Lustre automatically exports the defined changes asynchronously once your application finishes modifying the file.
37024
+ *
37025
+ * The `AutoExportPolicy` is only supported on Amazon FSx for Lustre file systems with a data repository association.
36148
37026
  */
36149
37027
  autoExportPolicy?: pulumi.Input<inputs.fsx.DataRepositoryAssociationAutoExportPolicyArgs>;
36150
37028
  /**
36151
37029
  * Describes the data repository association's automatic import policy. The AutoImportPolicy defines how Amazon FSx keeps your file metadata and directory listings up to date by importing changes to your Amazon FSx for Lustre file system as you modify objects in a linked S3 bucket.
36152
- * The ``AutoImportPolicy`` is only supported on Amazon FSx for Lustre file systems with a data repository association.
37030
+ *
37031
+ * The `AutoImportPolicy` is only supported on Amazon FSx for Lustre file systems with a data repository association.
36153
37032
  */
36154
37033
  autoImportPolicy?: pulumi.Input<inputs.fsx.DataRepositoryAssociationAutoImportPolicyArgs>;
36155
37034
  }
@@ -36159,13 +37038,39 @@ export declare namespace fsx {
36159
37038
  */
36160
37039
  gid: pulumi.Input<number>;
36161
37040
  }
37041
+ interface S3AccessPointAttachmentOntapFileSystemIdentityArgs {
37042
+ /**
37043
+ * Specifies the FSx for ONTAP user identity type, accepts either UNIX or WINDOWS.
37044
+ */
37045
+ type: pulumi.Input<enums.fsx.S3AccessPointAttachmentOntapFileSystemIdentityType>;
37046
+ /**
37047
+ * Specifies the properties of the file system UNIX user.
37048
+ */
37049
+ unixUser?: pulumi.Input<inputs.fsx.S3AccessPointAttachmentOntapUnixFileSystemUserArgs>;
37050
+ /**
37051
+ * Specifies the properties of the file system Windows user.
37052
+ */
37053
+ windowsUser?: pulumi.Input<inputs.fsx.S3AccessPointAttachmentOntapWindowsFileSystemUserArgs>;
37054
+ }
37055
+ interface S3AccessPointAttachmentOntapUnixFileSystemUserArgs {
37056
+ /**
37057
+ * The name of the UNIX user.
37058
+ */
37059
+ name: pulumi.Input<string>;
37060
+ }
37061
+ interface S3AccessPointAttachmentOntapWindowsFileSystemUserArgs {
37062
+ /**
37063
+ * The name of the Windows user.
37064
+ */
37065
+ name: pulumi.Input<string>;
37066
+ }
36162
37067
  interface S3AccessPointAttachmentOpenZfsFileSystemIdentityArgs {
36163
37068
  /**
36164
37069
  * Specifies the UID and GIDs of the file system POSIX user.
36165
37070
  */
36166
37071
  posixUser: pulumi.Input<inputs.fsx.S3AccessPointAttachmentOpenZfsPosixFileSystemUserArgs>;
36167
37072
  /**
36168
- * Specifies the FSx for OpenZFS user identity type, accepts only `POSIX` .
37073
+ * Specifies the FSx for OpenZFS user identity type, accepts only POSIX.
36169
37074
  */
36170
37075
  type: pulumi.Input<enums.fsx.S3AccessPointAttachmentOpenZfsFileSystemIdentityType>;
36171
37076
  }
@@ -36201,6 +37106,16 @@ export declare namespace fsx {
36201
37106
  */
36202
37107
  vpcConfiguration?: pulumi.Input<inputs.fsx.S3AccessPointAttachmentS3AccessPointVpcConfigurationArgs>;
36203
37108
  }
37109
+ interface S3AccessPointAttachmentS3AccessPointOntapConfigurationArgs {
37110
+ /**
37111
+ * The file system identity used to authorize file access requests made using the S3 access point.
37112
+ */
37113
+ fileSystemIdentity: pulumi.Input<inputs.fsx.S3AccessPointAttachmentOntapFileSystemIdentityArgs>;
37114
+ /**
37115
+ * The ID of the FSx for ONTAP volume that the S3 access point is attached to.
37116
+ */
37117
+ volumeId: pulumi.Input<string>;
37118
+ }
36204
37119
  interface S3AccessPointAttachmentS3AccessPointOpenZfsConfigurationArgs {
36205
37120
  /**
36206
37121
  * The file system identity used to authorize file access requests made using the S3 access point.
@@ -37357,6 +38272,25 @@ export declare namespace glue {
37357
38272
  */
37358
38273
  principal?: pulumi.Input<inputs.glue.DatabaseDataLakePrincipalArgs>;
37359
38274
  }
38275
+ /**
38276
+ * The configuration settings for the integration.
38277
+ */
38278
+ interface IntegrationConfigArgs {
38279
+ /**
38280
+ * Enables continuous synchronization for on-demand data extractions.
38281
+ */
38282
+ continuousSync?: pulumi.Input<boolean>;
38283
+ /**
38284
+ * Specifies the frequency at which CDC (Change Data Capture) pulls or incremental loads should occur.
38285
+ */
38286
+ refreshInterval?: pulumi.Input<string>;
38287
+ /**
38288
+ * A collection of key-value pairs that specify additional properties for the integration source. These properties provide configuration options that can be used to customize the behavior of the ODB source during data integration operations.
38289
+ */
38290
+ sourceProperties?: pulumi.Input<{
38291
+ [key: string]: pulumi.Input<string>;
38292
+ }>;
38293
+ }
37360
38294
  interface JobCommandArgs {
37361
38295
  /**
37362
38296
  * The name of the job command
@@ -45836,7 +46770,7 @@ export declare namespace kendra {
45836
46770
  /**
45837
46771
  * The identifier of the directory corresponding to your WorkDocs site repository.
45838
46772
  *
45839
- * You can find the organization ID in the [AWS Directory Service](https://docs.aws.amazon.com/directoryservicev2/) by going to *Active Directory* , then *Directories* . Your WorkDocs site directory has an ID, which is the organization ID. You can also set up a new WorkDocs directory in the AWS Directory Service console and enable a WorkDocs site for the directory in the WorkDocs console.
46773
+ * You can find the organization ID in the [Directory Service](https://docs.aws.amazon.com/directoryservicev2/) by going to *Active Directory* , then *Directories* . Your WorkDocs site directory has an ID, which is the organization ID. You can also set up a new WorkDocs directory in the Directory Service console and enable a WorkDocs site for the directory in the WorkDocs console.
45840
46774
  */
45841
46775
  organizationId: pulumi.Input<string>;
45842
46776
  /**
@@ -47677,6 +48611,15 @@ export declare namespace kinesisfirehose {
47677
48611
  }
47678
48612
  }
47679
48613
  export declare namespace kinesisvideo {
48614
+ /**
48615
+ * Configuration for the storage tier of the Kinesis Video Stream.
48616
+ */
48617
+ interface StreamStorageConfigurationArgs {
48618
+ /**
48619
+ * The storage tier for the Kinesis Video Stream. Determines the storage class used for stream data.
48620
+ */
48621
+ defaultStorageTier?: pulumi.Input<enums.kinesisvideo.StreamStorageConfigurationDefaultStorageTier>;
48622
+ }
47680
48623
  }
47681
48624
  export declare namespace kms {
47682
48625
  }
@@ -48015,6 +48958,69 @@ export declare namespace lambda {
48015
48958
  */
48016
48959
  functionWeight: pulumi.Input<number>;
48017
48960
  }
48961
+ /**
48962
+ * Specifications for the types of EC2 instances that the capacity provider can use.
48963
+ */
48964
+ interface CapacityProviderInstanceRequirementsArgs {
48965
+ /**
48966
+ * A list of instance types that the capacity provider can use. Supports wildcards (for example, m5.*).
48967
+ */
48968
+ allowedInstanceTypes?: pulumi.Input<pulumi.Input<string>[]>;
48969
+ /**
48970
+ * The instruction set architecture for EC2 instances. Specify either x86_64 or arm64.
48971
+ */
48972
+ architectures?: pulumi.Input<pulumi.Input<enums.lambda.CapacityProviderArchitecture>[]>;
48973
+ /**
48974
+ * A list of instance types that the capacity provider should not use. Takes precedence over AllowedInstanceTypes.
48975
+ */
48976
+ excludedInstanceTypes?: pulumi.Input<pulumi.Input<string>[]>;
48977
+ }
48978
+ /**
48979
+ * IAM permissions configuration for the capacity provider.
48980
+ */
48981
+ interface CapacityProviderPermissionsConfigArgs {
48982
+ /**
48983
+ * The ARN of the IAM role that Lambda assumes to manage the capacity provider.
48984
+ */
48985
+ capacityProviderOperatorRoleArn: pulumi.Input<string>;
48986
+ }
48987
+ /**
48988
+ * The scaling configuration for the capacity provider.
48989
+ */
48990
+ interface CapacityProviderScalingConfigArgs {
48991
+ /**
48992
+ * The maximum number of EC2 instances that the capacity provider can scale up to.
48993
+ */
48994
+ maxVCpuCount?: pulumi.Input<number>;
48995
+ scalingMode?: pulumi.Input<enums.lambda.CapacityProviderScalingMode>;
48996
+ /**
48997
+ * A list of target tracking scaling policies for the capacity provider.
48998
+ */
48999
+ scalingPolicies?: pulumi.Input<pulumi.Input<inputs.lambda.CapacityProviderTargetTrackingScalingPolicyArgs>[]>;
49000
+ }
49001
+ /**
49002
+ * A target tracking scaling policy for the capacity provider.
49003
+ */
49004
+ interface CapacityProviderTargetTrackingScalingPolicyArgs {
49005
+ predefinedMetricType: pulumi.Input<enums.lambda.CapacityProviderPredefinedMetricType>;
49006
+ /**
49007
+ * The target value for the metric as a percentage (for example, 70.0 for 70%).
49008
+ */
49009
+ targetValue: pulumi.Input<number>;
49010
+ }
49011
+ /**
49012
+ * VPC configuration for the capacity provider.
49013
+ */
49014
+ interface CapacityProviderVpcConfigArgs {
49015
+ /**
49016
+ * A list of security group IDs to associate with EC2 instances.
49017
+ */
49018
+ securityGroupIds: pulumi.Input<pulumi.Input<string>[]>;
49019
+ /**
49020
+ * A list of subnet IDs where the capacity provider can launch EC2 instances.
49021
+ */
49022
+ subnetIds: pulumi.Input<pulumi.Input<string>[]>;
49023
+ }
48018
49024
  /**
48019
49025
  * When the CodeSigningConfig is later on attached to a function, the function code will be expected to be signed by profiles from this list
48020
49026
  */
@@ -48134,6 +49140,15 @@ export declare namespace lambda {
48134
49140
  */
48135
49141
  filters?: pulumi.Input<pulumi.Input<inputs.lambda.EventSourceMappingFilterArgs>[]>;
48136
49142
  }
49143
+ /**
49144
+ * The function's Amazon CloudWatch Logs configuration settings.
49145
+ */
49146
+ interface EventSourceMappingLoggingConfigArgs {
49147
+ /**
49148
+ * Set this property to filter the system logs for your function that Lambda sends to CloudWatch. Lambda only sends system logs at the selected level of detail and lower, where ``DEBUG`` is the highest level and ``WARN`` is the lowest.
49149
+ */
49150
+ systemLogLevel?: pulumi.Input<enums.lambda.EventSourceMappingLoggingConfigSystemLogLevel>;
49151
+ }
48137
49152
  /**
48138
49153
  * The metrics configuration for your event source. Use this configuration object to define which metrics you want your event source mapping to produce.
48139
49154
  */
@@ -48150,22 +49165,27 @@ export declare namespace lambda {
48150
49165
  /**
48151
49166
  * The Amazon Resource Name (ARN) of the destination resource.
48152
49167
  * To retain records of unsuccessful [asynchronous invocations](https://docs.aws.amazon.com/lambda/latest/dg/invocation-async.html#invocation-async-destinations), you can configure an Amazon SNS topic, Amazon SQS queue, Amazon S3 bucket, Lambda function, or Amazon EventBridge event bus as the destination.
48153
- * To retain records of failed invocations from [Kinesis](https://docs.aws.amazon.com/lambda/latest/dg/with-kinesis.html), [DynamoDB](https://docs.aws.amazon.com/lambda/latest/dg/with-ddb.html), [self-managed Kafka](https://docs.aws.amazon.com/lambda/latest/dg/with-kafka.html#services-smaa-onfailure-destination) or [Amazon MSK](https://docs.aws.amazon.com/lambda/latest/dg/with-msk.html#services-msk-onfailure-destination), you can configure an Amazon SNS topic, Amazon SQS queue, or Amazon S3 bucket as the destination.
49168
+ * Amazon SNS destinations have a message size limit of 256 KB. If the combined size of the function request and response payload exceeds the limit, Lambda will drop the payload when sending ``OnFailure`` event to the destination. For details on this behavior, refer to [Retaining records of asynchronous invocations](https://docs.aws.amazon.com/lambda/latest/dg/invocation-async-retain-records.html).
49169
+ * To retain records of failed invocations from [Kinesis](https://docs.aws.amazon.com/lambda/latest/dg/with-kinesis.html), [DynamoDB](https://docs.aws.amazon.com/lambda/latest/dg/with-ddb.html), [self-managed Kafka](https://docs.aws.amazon.com/lambda/latest/dg/with-kafka.html#services-smaa-onfailure-destination) or [Amazon MSK](https://docs.aws.amazon.com/lambda/latest/dg/with-msk.html#services-msk-onfailure-destination), you can configure an Amazon SNS topic, Amazon SQS queue, or Amazon S3 bucket as the destination.
48154
49170
  */
48155
49171
  destination?: pulumi.Input<string>;
48156
49172
  }
48157
49173
  /**
48158
- * The [provisioned mode](https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventsourcemapping.html#invocation-eventsourcemapping-provisioned-mode) configuration for the event source. Use provisioned mode to customize the minimum and maximum number of event pollers for your event source.
49174
+ * The [provisioned mode](https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventsourcemapping.html#invocation-eventsourcemapping-provisioned-mode) configuration for the event source. Use Provisioned Mode to customize the minimum and maximum number of event pollers for your event source.
48159
49175
  */
48160
49176
  interface EventSourceMappingProvisionedPollerConfigArgs {
48161
49177
  /**
48162
- * The maximum number of event pollers this event source can scale up to.
49178
+ * The maximum number of event pollers this event source can scale up to. For Amazon SQS events source mappings, default is 200, and minimum value allowed is 2. For Amazon MSK and self-managed Apache Kafka event source mappings, default is 200, and minimum value allowed is 1.
48163
49179
  */
48164
49180
  maximumPollers?: pulumi.Input<number>;
48165
49181
  /**
48166
- * The minimum number of event pollers this event source can scale down to.
49182
+ * The minimum number of event pollers this event source can scale down to. For Amazon SQS events source mappings, default is 2, and minimum 2 required. For Amazon MSK and self-managed Apache Kafka event source mappings, default is 1.
48167
49183
  */
48168
49184
  minimumPollers?: pulumi.Input<number>;
49185
+ /**
49186
+ * (Amazon MSK and self-managed Apache Kafka) The name of the provisioned poller group. Use this option to group multiple ESMs within the event source's VPC to share Event Poller Unit (EPU) capacity. You can use this option to optimize Provisioned mode costs for your ESMs. You can group up to 100 ESMs per poller group and aggregate maximum pollers across all ESMs in a group cannot exceed 2000.
49187
+ */
49188
+ pollerGroupName?: pulumi.Input<string>;
48169
49189
  }
48170
49190
  /**
48171
49191
  * (Amazon SQS only) The scaling configuration for the event source. To remove the configuration, pass an empty value.
@@ -48269,6 +49289,9 @@ export declare namespace lambda {
48269
49289
  */
48270
49290
  uri?: pulumi.Input<string>;
48271
49291
  }
49292
+ interface FunctionCapacityProviderConfigArgs {
49293
+ lambdaManagedInstancesCapacityProviderConfig: pulumi.Input<inputs.lambda.FunctionLambdaManagedInstancesCapacityProviderConfigArgs>;
49294
+ }
48272
49295
  /**
48273
49296
  * The [deployment package](https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-package.html) for a Lambda function. To deploy a function defined as a container image, you specify the location of a container image in the Amazon ECR registry. For a .zip file deployment package, you can specify the location of an object in Amazon S3. For Node.js and Python functions, you can specify the function code inline in the template.
48274
49297
  * When you specify source code inline for a Node.js function, the ``index`` file that CFN creates uses the extension ``.js``. This means that LAM treats the file as a CommonJS module. ES modules aren't supported for inline functions.
@@ -48363,6 +49386,20 @@ export declare namespace lambda {
48363
49386
  */
48364
49387
  workingDirectory?: pulumi.Input<string>;
48365
49388
  }
49389
+ interface FunctionLambdaManagedInstancesCapacityProviderConfigArgs {
49390
+ /**
49391
+ * The Amazon Resource Name (ARN) of the capacity provider.
49392
+ */
49393
+ capacityProviderArn: pulumi.Input<string>;
49394
+ /**
49395
+ * The amount of memory in GiB allocated per vCPU for execution environments.
49396
+ */
49397
+ executionEnvironmentMemoryGiBPerVCpu?: pulumi.Input<number>;
49398
+ /**
49399
+ * The maximum number of concurrent execution environments that can run on each compute instance.
49400
+ */
49401
+ perExecutionEnvironmentMaxConcurrency?: pulumi.Input<number>;
49402
+ }
48366
49403
  /**
48367
49404
  * The function's Amazon CloudWatch Logs configuration settings.
48368
49405
  */
@@ -48403,6 +49440,16 @@ export declare namespace lambda {
48403
49440
  */
48404
49441
  updateRuntimeOn: pulumi.Input<enums.lambda.FunctionRuntimeManagementConfigUpdateRuntimeOn>;
48405
49442
  }
49443
+ interface FunctionScalingConfigArgs {
49444
+ /**
49445
+ * The maximum number of execution environments that can be provisioned for the function.
49446
+ */
49447
+ maxExecutionEnvironments?: pulumi.Input<number>;
49448
+ /**
49449
+ * The minimum number of execution environments to maintain for the function.
49450
+ */
49451
+ minExecutionEnvironments?: pulumi.Input<number>;
49452
+ }
48406
49453
  /**
48407
49454
  * The function's [SnapStart](https://docs.aws.amazon.com/lambda/latest/dg/snapstart.html) setting.
48408
49455
  */
@@ -48412,6 +49459,12 @@ export declare namespace lambda {
48412
49459
  */
48413
49460
  applyOn: pulumi.Input<enums.lambda.FunctionSnapStartApplyOn>;
48414
49461
  }
49462
+ interface FunctionTenancyConfigArgs {
49463
+ /**
49464
+ * Determines how your Lambda function isolates execution environments between tenants.
49465
+ */
49466
+ tenantIsolationMode: pulumi.Input<enums.lambda.FunctionTenancyConfigTenantIsolationMode>;
49467
+ }
48415
49468
  /**
48416
49469
  * The function's [](https://docs.aws.amazon.com/lambda/latest/dg/services-xray.html) tracing configuration. To sample and record incoming requests, set ``Mode`` to ``Active``.
48417
49470
  */
@@ -48480,6 +49533,19 @@ export declare namespace lambda {
48480
49533
  */
48481
49534
  maxAge?: pulumi.Input<number>;
48482
49535
  }
49536
+ /**
49537
+ * Configuration that defines the scaling behavior for a Lambda Managed Instances function, including the minimum and maximum number of execution environments that can be provisioned.
49538
+ */
49539
+ interface VersionFunctionScalingConfigArgs {
49540
+ /**
49541
+ * The maximum number of execution environments that can be provisioned for the function.
49542
+ */
49543
+ maxExecutionEnvironments?: pulumi.Input<number>;
49544
+ /**
49545
+ * The minimum number of execution environments to maintain for the function.
49546
+ */
49547
+ minExecutionEnvironments?: pulumi.Input<number>;
49548
+ }
48483
49549
  /**
48484
49550
  * A provisioned concurrency configuration for a function's version.
48485
49551
  */
@@ -48921,7 +49987,7 @@ export declare namespace lex {
48921
49987
  }
48922
49988
  interface BotGrammarSlotTypeSourceArgs {
48923
49989
  /**
48924
- * The AWS KMS key required to decrypt the contents of the grammar, if any.
49990
+ * The AWS key required to decrypt the contents of the grammar, if any.
48925
49991
  */
48926
49992
  kmsKeyArn?: pulumi.Input<string>;
48927
49993
  /**
@@ -50447,7 +51513,7 @@ export declare namespace logs {
50447
51513
  */
50448
51514
  dataSourceRoleArn: pulumi.Input<string>;
50449
51515
  /**
50450
- * To have the vended dashboard data encrypted with AWS KMS instead of the CloudWatch Logs default encryption method, specify the ARN of the AWS KMS key that you want to use.
51516
+ * To have the vended dashboard data encrypted with AWS instead of the CloudWatch Logs default encryption method, specify the ARN of the AWS key that you want to use.
50451
51517
  */
50452
51518
  kmsKeyArn?: pulumi.Input<string>;
50453
51519
  /**
@@ -51430,6 +52496,11 @@ export declare namespace mediaconnect {
51430
52496
  */
51431
52497
  silentAudio?: pulumi.Input<inputs.mediaconnect.FlowSilentAudioArgs>;
51432
52498
  }
52499
+ /**
52500
+ * Configuration settings for automatic encryption key management, where MediaConnect handles key creation and rotation.
52501
+ */
52502
+ interface FlowAutomaticEncryptionKeyConfigurationArgs {
52503
+ }
51433
52504
  /**
51434
52505
  * Configures settings for the BlackFrames metric.
51435
52506
  */
@@ -51750,6 +52821,11 @@ export declare namespace mediaconnect {
51750
52821
  */
51751
52822
  vpcInterfaceAdapter: pulumi.Input<string>;
51752
52823
  }
52824
+ /**
52825
+ * Configuration settings for automatic encryption key management, where MediaConnect handles key creation and rotation.
52826
+ */
52827
+ interface FlowOutputAutomaticEncryptionKeyConfigurationArgs {
52828
+ }
51753
52829
  /**
51754
52830
  * The definition of a media stream that is associated with the output.
51755
52831
  */
@@ -51801,6 +52877,25 @@ export declare namespace mediaconnect {
51801
52877
  */
51802
52878
  secretArn: pulumi.Input<string>;
51803
52879
  }
52880
+ /**
52881
+ * The configuration that defines how content is encrypted during transit between the MediaConnect router and a MediaConnect flow.
52882
+ */
52883
+ interface FlowOutputFlowTransitEncryptionArgs {
52884
+ encryptionKeyConfiguration: pulumi.Input<inputs.mediaconnect.FlowOutputFlowTransitEncryptionKeyConfiguration0PropertiesArgs | inputs.mediaconnect.FlowOutputFlowTransitEncryptionKeyConfiguration1PropertiesArgs>;
52885
+ encryptionKeyType?: pulumi.Input<enums.mediaconnect.FlowOutputFlowTransitEncryptionKeyType>;
52886
+ }
52887
+ /**
52888
+ * Configuration settings for flow transit encryption keys.
52889
+ */
52890
+ interface FlowOutputFlowTransitEncryptionKeyConfiguration0PropertiesArgs {
52891
+ secretsManager: pulumi.Input<inputs.mediaconnect.FlowOutputSecretsManagerEncryptionKeyConfigurationArgs>;
52892
+ }
52893
+ /**
52894
+ * Configuration settings for flow transit encryption keys.
52895
+ */
52896
+ interface FlowOutputFlowTransitEncryptionKeyConfiguration1PropertiesArgs {
52897
+ automatic: pulumi.Input<inputs.mediaconnect.FlowOutputAutomaticEncryptionKeyConfigurationArgs>;
52898
+ }
51804
52899
  /**
51805
52900
  * The VPC interface that you want to use for the media stream associated with the output.
51806
52901
  */
@@ -51831,6 +52926,19 @@ export declare namespace mediaconnect {
51831
52926
  */
51832
52927
  mediaStreamName: pulumi.Input<string>;
51833
52928
  }
52929
+ /**
52930
+ * The configuration settings for transit encryption of a flow output using AWS Secrets Manager, including the secret ARN and role ARN.
52931
+ */
52932
+ interface FlowOutputSecretsManagerEncryptionKeyConfigurationArgs {
52933
+ /**
52934
+ * The ARN of the IAM role used for transit encryption to the router input using AWS Secrets Manager.
52935
+ */
52936
+ roleArn: pulumi.Input<string>;
52937
+ /**
52938
+ * The ARN of the AWS Secrets Manager secret used for transit encryption to the router input.
52939
+ */
52940
+ secretArn: pulumi.Input<string>;
52941
+ }
51834
52942
  /**
51835
52943
  * The settings for attaching a VPC interface to an output.
51836
52944
  */
@@ -51840,6 +52948,19 @@ export declare namespace mediaconnect {
51840
52948
  */
51841
52949
  vpcInterfaceName?: pulumi.Input<string>;
51842
52950
  }
52951
+ /**
52952
+ * The configuration settings for transit encryption of a flow source using AWS Secrets Manager, including the secret ARN and role ARN.
52953
+ */
52954
+ interface FlowSecretsManagerEncryptionKeyConfigurationArgs {
52955
+ /**
52956
+ * The ARN of the IAM role used for transit encryption from the router output using AWS Secrets Manager.
52957
+ */
52958
+ roleArn: pulumi.Input<string>;
52959
+ /**
52960
+ * The ARN of the AWS Secrets Manager secret used for transit encryption from the router output.
52961
+ */
52962
+ secretArn: pulumi.Input<string>;
52963
+ }
51843
52964
  /**
51844
52965
  * Configures settings for the SilentAudio metric.
51845
52966
  */
@@ -51909,6 +53030,14 @@ export declare namespace mediaconnect {
51909
53030
  * The protocol that is used by the source.
51910
53031
  */
51911
53032
  protocol?: pulumi.Input<enums.mediaconnect.FlowSourceProtocol>;
53033
+ /**
53034
+ * Indicates if router integration is enabled or disabled on the flow source.
53035
+ */
53036
+ routerIntegrationState?: pulumi.Input<enums.mediaconnect.FlowSourceRouterIntegrationState>;
53037
+ /**
53038
+ * The decryption configuration for the flow source when router integration is enabled.
53039
+ */
53040
+ routerIntegrationTransitDecryption?: pulumi.Input<inputs.mediaconnect.FlowTransitEncryptionArgs>;
51912
53041
  /**
51913
53042
  * The port that the flow uses to send outbound requests to initiate connection with the sender for fujitsu-qos protocol.
51914
53043
  */
@@ -52030,6 +53159,25 @@ export declare namespace mediaconnect {
52030
53159
  */
52031
53160
  vpcInterfaceName?: pulumi.Input<string>;
52032
53161
  }
53162
+ /**
53163
+ * The configuration that defines how content is encrypted during transit between the MediaConnect router and a MediaConnect flow.
53164
+ */
53165
+ interface FlowTransitEncryptionArgs {
53166
+ encryptionKeyConfiguration: pulumi.Input<inputs.mediaconnect.FlowTransitEncryptionKeyConfiguration0PropertiesArgs | inputs.mediaconnect.FlowTransitEncryptionKeyConfiguration1PropertiesArgs>;
53167
+ encryptionKeyType?: pulumi.Input<enums.mediaconnect.FlowTransitEncryptionKeyType>;
53168
+ }
53169
+ /**
53170
+ * Configuration settings for flow transit encryption keys.
53171
+ */
53172
+ interface FlowTransitEncryptionKeyConfiguration0PropertiesArgs {
53173
+ secretsManager: pulumi.Input<inputs.mediaconnect.FlowSecretsManagerEncryptionKeyConfigurationArgs>;
53174
+ }
53175
+ /**
53176
+ * Configuration settings for flow transit encryption keys.
53177
+ */
53178
+ interface FlowTransitEncryptionKeyConfiguration1PropertiesArgs {
53179
+ automatic: pulumi.Input<inputs.mediaconnect.FlowAutomaticEncryptionKeyConfigurationArgs>;
53180
+ }
52033
53181
  /**
52034
53182
  * Specifies the configuration for video stream metrics monitoring.
52035
53183
  */
@@ -52094,6 +53242,571 @@ export declare namespace mediaconnect {
52094
53242
  */
52095
53243
  name: pulumi.Input<string>;
52096
53244
  }
53245
+ /**
53246
+ * Configuration settings for automatic encryption key management, where MediaConnect handles key creation and rotation.
53247
+ */
53248
+ interface RouterInputAutomaticEncryptionKeyConfigurationArgs {
53249
+ }
53250
+ /**
53251
+ * The configuration settings for a router input.
53252
+ */
53253
+ interface RouterInputConfiguration0PropertiesArgs {
53254
+ standard: pulumi.Input<inputs.mediaconnect.RouterInputStandardRouterInputConfigurationArgs>;
53255
+ }
53256
+ /**
53257
+ * The configuration settings for a router input.
53258
+ */
53259
+ interface RouterInputConfiguration1PropertiesArgs {
53260
+ failover: pulumi.Input<inputs.mediaconnect.RouterInputFailoverRouterInputConfigurationArgs>;
53261
+ }
53262
+ /**
53263
+ * The configuration settings for a router input.
53264
+ */
53265
+ interface RouterInputConfiguration2PropertiesArgs {
53266
+ merge: pulumi.Input<inputs.mediaconnect.RouterInputMergeRouterInputConfigurationArgs>;
53267
+ }
53268
+ /**
53269
+ * The configuration settings for a router input.
53270
+ */
53271
+ interface RouterInputConfiguration3PropertiesArgs {
53272
+ mediaConnectFlow: pulumi.Input<inputs.mediaconnect.RouterInputMediaConnectFlowRouterInputConfigurationArgs>;
53273
+ }
53274
+ /**
53275
+ * Configuration settings for default maintenance scheduling.
53276
+ */
53277
+ interface RouterInputDefaultMaintenanceConfigurationArgs {
53278
+ }
53279
+ /**
53280
+ * Configuration settings for a failover router input that allows switching between two input sources.
53281
+ */
53282
+ interface RouterInputFailoverRouterInputConfigurationArgs {
53283
+ /**
53284
+ * The ARN of the network interface to use for this failover router input.
53285
+ */
53286
+ networkInterfaceArn: pulumi.Input<string>;
53287
+ /**
53288
+ * The index (0 or 1) that specifies which source in the protocol configurations list is currently active. Used to control which of the two failover sources is currently selected. This field is ignored when sourcePriorityMode is set to NO_PRIORITY
53289
+ */
53290
+ primarySourceIndex?: pulumi.Input<number>;
53291
+ /**
53292
+ * A list of exactly two protocol configurations for the failover input sources. Both must use the same protocol type.
53293
+ */
53294
+ protocolConfigurations: pulumi.Input<pulumi.Input<inputs.mediaconnect.RouterInputFailoverRouterInputProtocolConfiguration0PropertiesArgs | inputs.mediaconnect.RouterInputFailoverRouterInputProtocolConfiguration1PropertiesArgs | inputs.mediaconnect.RouterInputFailoverRouterInputProtocolConfiguration2PropertiesArgs | inputs.mediaconnect.RouterInputFailoverRouterInputProtocolConfiguration3PropertiesArgs>[]>;
53295
+ sourcePriorityMode: pulumi.Input<enums.mediaconnect.RouterInputFailoverInputSourcePriorityMode>;
53296
+ }
53297
+ /**
53298
+ * Protocol configuration settings for failover router inputs.
53299
+ */
53300
+ interface RouterInputFailoverRouterInputProtocolConfiguration0PropertiesArgs {
53301
+ rtp: pulumi.Input<inputs.mediaconnect.RouterInputRtpRouterInputConfigurationArgs>;
53302
+ }
53303
+ /**
53304
+ * Protocol configuration settings for failover router inputs.
53305
+ */
53306
+ interface RouterInputFailoverRouterInputProtocolConfiguration1PropertiesArgs {
53307
+ rist: pulumi.Input<inputs.mediaconnect.RouterInputRistRouterInputConfigurationArgs>;
53308
+ }
53309
+ /**
53310
+ * Protocol configuration settings for failover router inputs.
53311
+ */
53312
+ interface RouterInputFailoverRouterInputProtocolConfiguration2PropertiesArgs {
53313
+ srtListener: pulumi.Input<inputs.mediaconnect.RouterInputSrtListenerRouterInputConfigurationArgs>;
53314
+ }
53315
+ /**
53316
+ * Protocol configuration settings for failover router inputs.
53317
+ */
53318
+ interface RouterInputFailoverRouterInputProtocolConfiguration3PropertiesArgs {
53319
+ srtCaller: pulumi.Input<inputs.mediaconnect.RouterInputSrtCallerRouterInputConfigurationArgs>;
53320
+ }
53321
+ /**
53322
+ * The configuration that defines how content is encrypted during transit between the MediaConnect router and a MediaConnect flow.
53323
+ */
53324
+ interface RouterInputFlowTransitEncryptionArgs {
53325
+ encryptionKeyConfiguration: pulumi.Input<inputs.mediaconnect.RouterInputFlowTransitEncryptionKeyConfiguration0PropertiesArgs | inputs.mediaconnect.RouterInputFlowTransitEncryptionKeyConfiguration1PropertiesArgs>;
53326
+ encryptionKeyType?: pulumi.Input<enums.mediaconnect.RouterInputFlowTransitEncryptionKeyType>;
53327
+ }
53328
+ /**
53329
+ * Configuration settings for flow transit encryption keys.
53330
+ */
53331
+ interface RouterInputFlowTransitEncryptionKeyConfiguration0PropertiesArgs {
53332
+ secretsManager: pulumi.Input<inputs.mediaconnect.RouterInputSecretsManagerEncryptionKeyConfigurationArgs>;
53333
+ }
53334
+ /**
53335
+ * Configuration settings for flow transit encryption keys.
53336
+ */
53337
+ interface RouterInputFlowTransitEncryptionKeyConfiguration1PropertiesArgs {
53338
+ automatic: pulumi.Input<inputs.mediaconnect.RouterInputAutomaticEncryptionKeyConfigurationArgs>;
53339
+ }
53340
+ /**
53341
+ * The configuration settings for maintenance operations, including preferred maintenance windows and schedules.
53342
+ */
53343
+ interface RouterInputMaintenanceConfiguration0PropertiesArgs {
53344
+ preferredDayTime: pulumi.Input<inputs.mediaconnect.RouterInputPreferredDayTimeMaintenanceConfigurationArgs>;
53345
+ }
53346
+ /**
53347
+ * The configuration settings for maintenance operations, including preferred maintenance windows and schedules.
53348
+ */
53349
+ interface RouterInputMaintenanceConfiguration1PropertiesArgs {
53350
+ default: pulumi.Input<inputs.mediaconnect.RouterInputDefaultMaintenanceConfigurationArgs>;
53351
+ }
53352
+ /**
53353
+ * Configuration settings for connecting a router input to a flow output.
53354
+ */
53355
+ interface RouterInputMediaConnectFlowRouterInputConfigurationArgs {
53356
+ /**
53357
+ * The ARN of the flow to connect to.
53358
+ */
53359
+ flowArn?: pulumi.Input<string>;
53360
+ /**
53361
+ * The ARN of the flow output to connect to this router input.
53362
+ */
53363
+ flowOutputArn?: pulumi.Input<string>;
53364
+ sourceTransitDecryption: pulumi.Input<inputs.mediaconnect.RouterInputFlowTransitEncryptionArgs>;
53365
+ }
53366
+ /**
53367
+ * Configuration settings for a merge router input that combines two input sources.
53368
+ */
53369
+ interface RouterInputMergeRouterInputConfigurationArgs {
53370
+ /**
53371
+ * The time window in milliseconds for merging the two input sources.
53372
+ */
53373
+ mergeRecoveryWindowMilliseconds: pulumi.Input<number>;
53374
+ /**
53375
+ * The ARN of the network interface to use for this merge router input.
53376
+ */
53377
+ networkInterfaceArn: pulumi.Input<string>;
53378
+ /**
53379
+ * A list of exactly two protocol configurations for the merge input sources. Both must use the same protocol type.
53380
+ */
53381
+ protocolConfigurations: pulumi.Input<pulumi.Input<inputs.mediaconnect.RouterInputMergeRouterInputProtocolConfiguration0PropertiesArgs | inputs.mediaconnect.RouterInputMergeRouterInputProtocolConfiguration1PropertiesArgs>[]>;
53382
+ }
53383
+ /**
53384
+ * Protocol configuration settings for merge router inputs.
53385
+ */
53386
+ interface RouterInputMergeRouterInputProtocolConfiguration0PropertiesArgs {
53387
+ rtp: pulumi.Input<inputs.mediaconnect.RouterInputRtpRouterInputConfigurationArgs>;
53388
+ }
53389
+ /**
53390
+ * Protocol configuration settings for merge router inputs.
53391
+ */
53392
+ interface RouterInputMergeRouterInputProtocolConfiguration1PropertiesArgs {
53393
+ rist: pulumi.Input<inputs.mediaconnect.RouterInputRistRouterInputConfigurationArgs>;
53394
+ }
53395
+ /**
53396
+ * Configuration for preferred day and time maintenance settings.
53397
+ */
53398
+ interface RouterInputPreferredDayTimeMaintenanceConfigurationArgs {
53399
+ day: pulumi.Input<enums.mediaconnect.RouterInputDay>;
53400
+ /**
53401
+ * The preferred time for maintenance operations.
53402
+ */
53403
+ time: pulumi.Input<string>;
53404
+ }
53405
+ /**
53406
+ * The protocol configuration settings for a router input.
53407
+ */
53408
+ interface RouterInputProtocolConfiguration0PropertiesArgs {
53409
+ rtp: pulumi.Input<inputs.mediaconnect.RouterInputRtpRouterInputConfigurationArgs>;
53410
+ }
53411
+ /**
53412
+ * The protocol configuration settings for a router input.
53413
+ */
53414
+ interface RouterInputProtocolConfiguration1PropertiesArgs {
53415
+ rist: pulumi.Input<inputs.mediaconnect.RouterInputRistRouterInputConfigurationArgs>;
53416
+ }
53417
+ /**
53418
+ * The protocol configuration settings for a router input.
53419
+ */
53420
+ interface RouterInputProtocolConfiguration2PropertiesArgs {
53421
+ srtListener: pulumi.Input<inputs.mediaconnect.RouterInputSrtListenerRouterInputConfigurationArgs>;
53422
+ }
53423
+ /**
53424
+ * The protocol configuration settings for a router input.
53425
+ */
53426
+ interface RouterInputProtocolConfiguration3PropertiesArgs {
53427
+ srtCaller: pulumi.Input<inputs.mediaconnect.RouterInputSrtCallerRouterInputConfigurationArgs>;
53428
+ }
53429
+ /**
53430
+ * The configuration settings for a router input using the RIST (Reliable Internet Stream Transport) protocol, including the port and recovery latency.
53431
+ */
53432
+ interface RouterInputRistRouterInputConfigurationArgs {
53433
+ /**
53434
+ * The port number used for the RIST protocol in the router input configuration.
53435
+ */
53436
+ port: pulumi.Input<number>;
53437
+ /**
53438
+ * The recovery latency in milliseconds for the RIST protocol in the router input configuration.
53439
+ */
53440
+ recoveryLatencyMilliseconds: pulumi.Input<number>;
53441
+ }
53442
+ /**
53443
+ * The configuration settings for a Router Input using the RTP (Real-Time Transport Protocol) protocol, including the port and forward error correction state.
53444
+ */
53445
+ interface RouterInputRtpRouterInputConfigurationArgs {
53446
+ forwardErrorCorrection?: pulumi.Input<enums.mediaconnect.RouterInputForwardErrorCorrectionState>;
53447
+ /**
53448
+ * The port number used for the RTP protocol in the router input configuration.
53449
+ */
53450
+ port: pulumi.Input<number>;
53451
+ }
53452
+ /**
53453
+ * The configuration settings for transit encryption using AWS Secrets Manager, including the secret ARN and role ARN.
53454
+ */
53455
+ interface RouterInputSecretsManagerEncryptionKeyConfigurationArgs {
53456
+ /**
53457
+ * The ARN of the IAM role assumed by MediaConnect to access the AWS Secrets Manager secret.
53458
+ */
53459
+ roleArn: pulumi.Input<string>;
53460
+ /**
53461
+ * The ARN of the AWS Secrets Manager secret used for transit encryption.
53462
+ */
53463
+ secretArn: pulumi.Input<string>;
53464
+ }
53465
+ /**
53466
+ * The configuration settings for a router input using the SRT (Secure Reliable Transport) protocol in caller mode, including the source address and port, minimum latency, stream ID, and decryption key configuration.
53467
+ */
53468
+ interface RouterInputSrtCallerRouterInputConfigurationArgs {
53469
+ decryptionConfiguration?: pulumi.Input<inputs.mediaconnect.RouterInputSrtDecryptionConfigurationArgs>;
53470
+ /**
53471
+ * The minimum latency in milliseconds for the SRT protocol in caller mode.
53472
+ */
53473
+ minimumLatencyMilliseconds: pulumi.Input<number>;
53474
+ /**
53475
+ * The source IP address for the SRT protocol in caller mode.
53476
+ */
53477
+ sourceAddress: pulumi.Input<string>;
53478
+ /**
53479
+ * The source port number for the SRT protocol in caller mode.
53480
+ */
53481
+ sourcePort: pulumi.Input<number>;
53482
+ /**
53483
+ * The stream ID for the SRT protocol in caller mode.
53484
+ */
53485
+ streamId?: pulumi.Input<string>;
53486
+ }
53487
+ /**
53488
+ * Contains the configuration settings for decrypting SRT streams, including the encryption key details and decryption parameters.
53489
+ */
53490
+ interface RouterInputSrtDecryptionConfigurationArgs {
53491
+ encryptionKey: pulumi.Input<inputs.mediaconnect.RouterInputSecretsManagerEncryptionKeyConfigurationArgs>;
53492
+ }
53493
+ /**
53494
+ * The configuration settings for a router input using the SRT (Secure Reliable Transport) protocol in listener mode, including the port, minimum latency, and decryption key configuration.
53495
+ */
53496
+ interface RouterInputSrtListenerRouterInputConfigurationArgs {
53497
+ decryptionConfiguration?: pulumi.Input<inputs.mediaconnect.RouterInputSrtDecryptionConfigurationArgs>;
53498
+ /**
53499
+ * The minimum latency in milliseconds for the SRT protocol in listener mode.
53500
+ */
53501
+ minimumLatencyMilliseconds: pulumi.Input<number>;
53502
+ /**
53503
+ * The port number for the SRT protocol in listener mode.
53504
+ */
53505
+ port: pulumi.Input<number>;
53506
+ }
53507
+ /**
53508
+ * The configuration settings for a standard router input, including the protocol, protocol-specific configuration, network interface, and availability zone.
53509
+ */
53510
+ interface RouterInputStandardRouterInputConfigurationArgs {
53511
+ /**
53512
+ * The Amazon Resource Name (ARN) of the network interface associated with the standard router input.
53513
+ */
53514
+ networkInterfaceArn: pulumi.Input<string>;
53515
+ protocol?: pulumi.Input<enums.mediaconnect.RouterInputProtocol>;
53516
+ protocolConfiguration: pulumi.Input<inputs.mediaconnect.RouterInputProtocolConfiguration0PropertiesArgs | inputs.mediaconnect.RouterInputProtocolConfiguration1PropertiesArgs | inputs.mediaconnect.RouterInputProtocolConfiguration2PropertiesArgs | inputs.mediaconnect.RouterInputProtocolConfiguration3PropertiesArgs>;
53517
+ }
53518
+ /**
53519
+ * The transit encryption settings for a router input.
53520
+ */
53521
+ interface RouterInputTransitEncryptionArgs {
53522
+ encryptionKeyConfiguration: pulumi.Input<inputs.mediaconnect.RouterInputTransitEncryptionKeyConfiguration0PropertiesArgs | inputs.mediaconnect.RouterInputTransitEncryptionKeyConfiguration1PropertiesArgs>;
53523
+ encryptionKeyType?: pulumi.Input<enums.mediaconnect.RouterInputTransitEncryptionKeyType>;
53524
+ }
53525
+ /**
53526
+ * Defines the configuration settings for transit encryption keys.
53527
+ */
53528
+ interface RouterInputTransitEncryptionKeyConfiguration0PropertiesArgs {
53529
+ secretsManager: pulumi.Input<inputs.mediaconnect.RouterInputSecretsManagerEncryptionKeyConfigurationArgs>;
53530
+ }
53531
+ /**
53532
+ * Defines the configuration settings for transit encryption keys.
53533
+ */
53534
+ interface RouterInputTransitEncryptionKeyConfiguration1PropertiesArgs {
53535
+ automatic: pulumi.Input<inputs.mediaconnect.RouterInputAutomaticEncryptionKeyConfigurationArgs>;
53536
+ }
53537
+ /**
53538
+ * The configuration settings for a router network interface.
53539
+ */
53540
+ interface RouterNetworkInterfaceConfiguration0PropertiesArgs {
53541
+ public: pulumi.Input<inputs.mediaconnect.RouterNetworkInterfacePublicRouterNetworkInterfaceConfigurationArgs>;
53542
+ }
53543
+ /**
53544
+ * The configuration settings for a router network interface.
53545
+ */
53546
+ interface RouterNetworkInterfaceConfiguration1PropertiesArgs {
53547
+ vpc: pulumi.Input<inputs.mediaconnect.RouterNetworkInterfaceVpcRouterNetworkInterfaceConfigurationArgs>;
53548
+ }
53549
+ /**
53550
+ * The configuration settings for a public router network interface, including the list of allowed CIDR blocks.
53551
+ */
53552
+ interface RouterNetworkInterfacePublicRouterNetworkInterfaceConfigurationArgs {
53553
+ /**
53554
+ * The list of allowed CIDR blocks for the public router network interface.
53555
+ */
53556
+ allowRules: pulumi.Input<pulumi.Input<inputs.mediaconnect.RouterNetworkInterfacePublicRouterNetworkInterfaceRuleArgs>[]>;
53557
+ }
53558
+ /**
53559
+ * A rule that allows a specific CIDR block to access the public router network interface.
53560
+ */
53561
+ interface RouterNetworkInterfacePublicRouterNetworkInterfaceRuleArgs {
53562
+ /**
53563
+ * The CIDR block that is allowed to access the public router network interface.
53564
+ */
53565
+ cidr: pulumi.Input<string>;
53566
+ }
53567
+ /**
53568
+ * The configuration settings for a router network interface within a VPC, including the security group IDs and subnet ID.
53569
+ */
53570
+ interface RouterNetworkInterfaceVpcRouterNetworkInterfaceConfigurationArgs {
53571
+ /**
53572
+ * The IDs of the security groups to associate with the router network interface within the VPC.
53573
+ */
53574
+ securityGroupIds: pulumi.Input<pulumi.Input<string>[]>;
53575
+ /**
53576
+ * The ID of the subnet within the VPC to associate the router network interface with.
53577
+ */
53578
+ subnetId: pulumi.Input<string>;
53579
+ }
53580
+ /**
53581
+ * Configuration settings for automatic encryption key management, where MediaConnect handles key creation and rotation.
53582
+ */
53583
+ interface RouterOutputResourceAutomaticEncryptionKeyConfigurationArgs {
53584
+ }
53585
+ /**
53586
+ * Configuration settings for default maintenance scheduling.
53587
+ */
53588
+ interface RouterOutputResourceDefaultMaintenanceConfigurationArgs {
53589
+ }
53590
+ /**
53591
+ * The configuration that defines how content is encrypted during transit between the MediaConnect router and a MediaConnect flow.
53592
+ */
53593
+ interface RouterOutputResourceFlowTransitEncryptionArgs {
53594
+ encryptionKeyConfiguration: pulumi.Input<inputs.mediaconnect.RouterOutputResourceFlowTransitEncryptionKeyConfiguration0PropertiesArgs | inputs.mediaconnect.RouterOutputResourceFlowTransitEncryptionKeyConfiguration1PropertiesArgs>;
53595
+ encryptionKeyType?: pulumi.Input<enums.mediaconnect.RouterOutputResourceFlowTransitEncryptionKeyType>;
53596
+ }
53597
+ /**
53598
+ * Configuration settings for flow transit encryption keys.
53599
+ */
53600
+ interface RouterOutputResourceFlowTransitEncryptionKeyConfiguration0PropertiesArgs {
53601
+ secretsManager: pulumi.Input<inputs.mediaconnect.RouterOutputResourceSecretsManagerEncryptionKeyConfigurationArgs>;
53602
+ }
53603
+ /**
53604
+ * Configuration settings for flow transit encryption keys.
53605
+ */
53606
+ interface RouterOutputResourceFlowTransitEncryptionKeyConfiguration1PropertiesArgs {
53607
+ automatic: pulumi.Input<inputs.mediaconnect.RouterOutputResourceAutomaticEncryptionKeyConfigurationArgs>;
53608
+ }
53609
+ /**
53610
+ * The configuration settings for maintenance operations, including preferred maintenance windows and schedules.
53611
+ */
53612
+ interface RouterOutputResourceMaintenanceConfiguration0PropertiesArgs {
53613
+ preferredDayTime: pulumi.Input<inputs.mediaconnect.RouterOutputResourcePreferredDayTimeMaintenanceConfigurationArgs>;
53614
+ }
53615
+ /**
53616
+ * The configuration settings for maintenance operations, including preferred maintenance windows and schedules.
53617
+ */
53618
+ interface RouterOutputResourceMaintenanceConfiguration1PropertiesArgs {
53619
+ default: pulumi.Input<inputs.mediaconnect.RouterOutputResourceDefaultMaintenanceConfigurationArgs>;
53620
+ }
53621
+ /**
53622
+ * Configuration settings for connecting a router output to a MediaConnect flow source.
53623
+ */
53624
+ interface RouterOutputResourceMediaConnectFlowRouterOutputConfigurationArgs {
53625
+ destinationTransitEncryption: pulumi.Input<inputs.mediaconnect.RouterOutputResourceFlowTransitEncryptionArgs>;
53626
+ /**
53627
+ * The ARN of the flow to connect to this router output.
53628
+ */
53629
+ flowArn?: pulumi.Input<string>;
53630
+ /**
53631
+ * The ARN of the flow source to connect to this router output.
53632
+ */
53633
+ flowSourceArn?: pulumi.Input<string>;
53634
+ }
53635
+ /**
53636
+ * Configuration settings for connecting a router output to a MediaLive input.
53637
+ */
53638
+ interface RouterOutputResourceMediaLiveInputRouterOutputConfigurationArgs {
53639
+ destinationTransitEncryption: pulumi.Input<inputs.mediaconnect.RouterOutputResourceMediaLiveTransitEncryptionArgs>;
53640
+ /**
53641
+ * The ARN of the MediaLive input to connect to this router output.
53642
+ */
53643
+ mediaLiveInputArn?: pulumi.Input<string>;
53644
+ mediaLivePipelineId?: pulumi.Input<enums.mediaconnect.RouterOutputResourceMediaLiveInputPipelineId>;
53645
+ }
53646
+ /**
53647
+ * The encryption configuration that defines how content is encrypted during transit between MediaConnect Router and MediaLive. This configuration determines whether encryption keys are automatically managed by the service or manually managed through AWS Secrets Manager.
53648
+ */
53649
+ interface RouterOutputResourceMediaLiveTransitEncryptionArgs {
53650
+ encryptionKeyConfiguration: pulumi.Input<inputs.mediaconnect.RouterOutputResourceMediaLiveTransitEncryptionKeyConfiguration0PropertiesArgs | inputs.mediaconnect.RouterOutputResourceMediaLiveTransitEncryptionKeyConfiguration1PropertiesArgs>;
53651
+ encryptionKeyType?: pulumi.Input<enums.mediaconnect.RouterOutputResourceMediaLiveTransitEncryptionKeyType>;
53652
+ }
53653
+ /**
53654
+ * Configuration settings for the MediaLive transit encryption key.
53655
+ */
53656
+ interface RouterOutputResourceMediaLiveTransitEncryptionKeyConfiguration0PropertiesArgs {
53657
+ secretsManager: pulumi.Input<inputs.mediaconnect.RouterOutputResourceSecretsManagerEncryptionKeyConfigurationArgs>;
53658
+ }
53659
+ /**
53660
+ * Configuration settings for the MediaLive transit encryption key.
53661
+ */
53662
+ interface RouterOutputResourceMediaLiveTransitEncryptionKeyConfiguration1PropertiesArgs {
53663
+ automatic: pulumi.Input<inputs.mediaconnect.RouterOutputResourceAutomaticEncryptionKeyConfigurationArgs>;
53664
+ }
53665
+ /**
53666
+ * Configuration for preferred day and time maintenance settings.
53667
+ */
53668
+ interface RouterOutputResourcePreferredDayTimeMaintenanceConfigurationArgs {
53669
+ day: pulumi.Input<enums.mediaconnect.RouterOutputResourceDay>;
53670
+ /**
53671
+ * The preferred time for maintenance operations.
53672
+ */
53673
+ time: pulumi.Input<string>;
53674
+ }
53675
+ /**
53676
+ * The configuration settings for a router output using the RIST (Reliable Internet Stream Transport) protocol, including the destination address and port.
53677
+ */
53678
+ interface RouterOutputResourceRistRouterOutputConfigurationArgs {
53679
+ /**
53680
+ * The destination IP address for the RIST protocol in the router output configuration.
53681
+ */
53682
+ destinationAddress: pulumi.Input<string>;
53683
+ /**
53684
+ * The destination port number for the RIST protocol in the router output configuration.
53685
+ */
53686
+ destinationPort: pulumi.Input<number>;
53687
+ }
53688
+ /**
53689
+ * The configuration settings for a router output.
53690
+ */
53691
+ interface RouterOutputResourceRouterOutputConfiguration0PropertiesArgs {
53692
+ standard: pulumi.Input<inputs.mediaconnect.RouterOutputResourceStandardRouterOutputConfigurationArgs>;
53693
+ }
53694
+ /**
53695
+ * The configuration settings for a router output.
53696
+ */
53697
+ interface RouterOutputResourceRouterOutputConfiguration1PropertiesArgs {
53698
+ mediaConnectFlow: pulumi.Input<inputs.mediaconnect.RouterOutputResourceMediaConnectFlowRouterOutputConfigurationArgs>;
53699
+ }
53700
+ /**
53701
+ * The configuration settings for a router output.
53702
+ */
53703
+ interface RouterOutputResourceRouterOutputConfiguration2PropertiesArgs {
53704
+ mediaLiveInput: pulumi.Input<inputs.mediaconnect.RouterOutputResourceMediaLiveInputRouterOutputConfigurationArgs>;
53705
+ }
53706
+ /**
53707
+ * The protocol configuration settings for a router output.
53708
+ */
53709
+ interface RouterOutputResourceRouterOutputProtocolConfiguration0PropertiesArgs {
53710
+ rtp: pulumi.Input<inputs.mediaconnect.RouterOutputResourceRtpRouterOutputConfigurationArgs>;
53711
+ }
53712
+ /**
53713
+ * The protocol configuration settings for a router output.
53714
+ */
53715
+ interface RouterOutputResourceRouterOutputProtocolConfiguration1PropertiesArgs {
53716
+ rist: pulumi.Input<inputs.mediaconnect.RouterOutputResourceRistRouterOutputConfigurationArgs>;
53717
+ }
53718
+ /**
53719
+ * The protocol configuration settings for a router output.
53720
+ */
53721
+ interface RouterOutputResourceRouterOutputProtocolConfiguration2PropertiesArgs {
53722
+ srtListener: pulumi.Input<inputs.mediaconnect.RouterOutputResourceSrtListenerRouterOutputConfigurationArgs>;
53723
+ }
53724
+ /**
53725
+ * The protocol configuration settings for a router output.
53726
+ */
53727
+ interface RouterOutputResourceRouterOutputProtocolConfiguration3PropertiesArgs {
53728
+ srtCaller: pulumi.Input<inputs.mediaconnect.RouterOutputResourceSrtCallerRouterOutputConfigurationArgs>;
53729
+ }
53730
+ /**
53731
+ * The configuration settings for a router output using the RTP (Real-Time Transport Protocol) protocol, including the destination address and port, and forward error correction state.
53732
+ */
53733
+ interface RouterOutputResourceRtpRouterOutputConfigurationArgs {
53734
+ /**
53735
+ * The destination IP address for the RTP protocol in the router output configuration.
53736
+ */
53737
+ destinationAddress: pulumi.Input<string>;
53738
+ /**
53739
+ * The destination port number for the RTP protocol in the router output configuration.
53740
+ */
53741
+ destinationPort: pulumi.Input<number>;
53742
+ forwardErrorCorrection?: pulumi.Input<enums.mediaconnect.RouterOutputResourceForwardErrorCorrectionState>;
53743
+ }
53744
+ /**
53745
+ * The configuration settings for transit encryption using AWS Secrets Manager, including the secret ARN and role ARN.
53746
+ */
53747
+ interface RouterOutputResourceSecretsManagerEncryptionKeyConfigurationArgs {
53748
+ /**
53749
+ * The ARN of the IAM role assumed by MediaConnect to access the AWS Secrets Manager secret.
53750
+ */
53751
+ roleArn: pulumi.Input<string>;
53752
+ /**
53753
+ * The ARN of the AWS Secrets Manager secret used for transit encryption.
53754
+ */
53755
+ secretArn: pulumi.Input<string>;
53756
+ }
53757
+ /**
53758
+ * The configuration settings for a router output using the SRT (Secure Reliable Transport) protocol in caller mode, including the destination address and port, minimum latency, stream ID, and encryption key configuration.
53759
+ */
53760
+ interface RouterOutputResourceSrtCallerRouterOutputConfigurationArgs {
53761
+ /**
53762
+ * The destination IP address for the SRT protocol in caller mode.
53763
+ */
53764
+ destinationAddress: pulumi.Input<string>;
53765
+ /**
53766
+ * The destination port number for the SRT protocol in caller mode.
53767
+ */
53768
+ destinationPort: pulumi.Input<number>;
53769
+ encryptionConfiguration?: pulumi.Input<inputs.mediaconnect.RouterOutputResourceSrtEncryptionConfigurationArgs>;
53770
+ /**
53771
+ * The minimum latency in milliseconds for the SRT protocol in caller mode.
53772
+ */
53773
+ minimumLatencyMilliseconds: pulumi.Input<number>;
53774
+ /**
53775
+ * The stream ID for the SRT protocol in caller mode.
53776
+ */
53777
+ streamId?: pulumi.Input<string>;
53778
+ }
53779
+ /**
53780
+ * Contains the configuration settings for encrypting SRT streams, including the encryption key details and encryption parameters.
53781
+ */
53782
+ interface RouterOutputResourceSrtEncryptionConfigurationArgs {
53783
+ encryptionKey: pulumi.Input<inputs.mediaconnect.RouterOutputResourceSecretsManagerEncryptionKeyConfigurationArgs>;
53784
+ }
53785
+ /**
53786
+ * The configuration settings for a router output using the SRT (Secure Reliable Transport) protocol in listener mode, including the port, minimum latency, and encryption key configuration.
53787
+ */
53788
+ interface RouterOutputResourceSrtListenerRouterOutputConfigurationArgs {
53789
+ encryptionConfiguration?: pulumi.Input<inputs.mediaconnect.RouterOutputResourceSrtEncryptionConfigurationArgs>;
53790
+ /**
53791
+ * The minimum latency in milliseconds for the SRT protocol in listener mode.
53792
+ */
53793
+ minimumLatencyMilliseconds: pulumi.Input<number>;
53794
+ /**
53795
+ * The port number for the SRT protocol in listener mode.
53796
+ */
53797
+ port: pulumi.Input<number>;
53798
+ }
53799
+ /**
53800
+ * The configuration settings for a standard router output, including the protocol, protocol-specific configuration, network interface, and availability zone.
53801
+ */
53802
+ interface RouterOutputResourceStandardRouterOutputConfigurationArgs {
53803
+ /**
53804
+ * The Amazon Resource Name (ARN) of the network interface associated with the standard router output.
53805
+ */
53806
+ networkInterfaceArn: pulumi.Input<string>;
53807
+ protocol?: pulumi.Input<enums.mediaconnect.RouterOutputResourceRouterOutputProtocol>;
53808
+ protocolConfiguration: pulumi.Input<inputs.mediaconnect.RouterOutputResourceRouterOutputProtocolConfiguration0PropertiesArgs | inputs.mediaconnect.RouterOutputResourceRouterOutputProtocolConfiguration1PropertiesArgs | inputs.mediaconnect.RouterOutputResourceRouterOutputProtocolConfiguration2PropertiesArgs | inputs.mediaconnect.RouterOutputResourceRouterOutputProtocolConfiguration3PropertiesArgs>;
53809
+ }
52097
53810
  }
52098
53811
  export declare namespace medialive {
52099
53812
  /**
@@ -53379,7 +55092,7 @@ export declare namespace mediapackagev2 {
53379
55092
  */
53380
55093
  cdnIdentifierSecretArns: pulumi.Input<pulumi.Input<string>[]>;
53381
55094
  /**
53382
- * The ARN for the IAM role that gives MediaPackage read access to Secrets Manager and AWS KMS for CDN authorization.
55095
+ * The ARN for the IAM role that gives MediaPackage read access to Secrets Manager and AWS for CDN authorization.
53383
55096
  */
53384
55097
  secretsRoleArn: pulumi.Input<string>;
53385
55098
  }
@@ -54059,6 +55772,9 @@ export declare namespace msk {
54059
55772
  */
54060
55773
  type?: pulumi.Input<string>;
54061
55774
  }
55775
+ interface ClusterRebalancingArgs {
55776
+ status: pulumi.Input<enums.msk.ClusterRebalancingStatus>;
55777
+ }
54062
55778
  interface ClusterS3Args {
54063
55779
  /**
54064
55780
  * The name of the S3 bucket that is the destination for broker logs.
@@ -55001,7 +56717,7 @@ export declare namespace networkfirewall {
55001
56717
  * The following limitations apply:
55002
56718
  *
55003
56719
  * - You can use CA certificates that you imported into ACM, but you can't generate CA certificates with ACM.
55004
- * - You can't use certificates issued by AWS Private Certificate Authority .
56720
+ * - You can't use certificates issued by Private Certificate Authority .
55005
56721
  *
55006
56722
  * For more information about configuring certificates for outbound inspection, see [Using SSL/TLS certificates with TLS inspection configurations](https://docs.aws.amazon.com/network-firewall/latest/developerguide/tls-inspection-certificate-requirements.html) in the *AWS Network Firewall Developer Guide* .
55007
56723
  *
@@ -55515,7 +57231,7 @@ export declare namespace oam {
55515
57231
  * Examples:
55516
57232
  *
55517
57233
  * - `Namespace NOT LIKE 'AWS/%'` includes only namespaces that don't start with `AWS/` , such as custom namespaces.
55518
- * - `Namespace IN ('AWS/EC2', 'AWS/ELB', 'AWS/S3')` includes only the metrics in the EC2, Elastic Load Balancing , and Amazon S3 namespaces.
57234
+ * - `Namespace IN ('AWS/EC2', 'AWS/ELB', 'AWS/S3')` includes only the metrics in the EC2, ELB , and Amazon S3 namespaces.
55519
57235
  * - `Namespace = 'AWS/EC2' OR Namespace NOT LIKE 'AWS/%'` includes only the EC2 namespace and your custom namespaces.
55520
57236
  * - `LogGroupName IN ('This-Log-Group', 'Other-Log-Group')` includes only the log groups with names `This-Log-Group` and `Other-Log-Group` .
55521
57237
  * - `LogGroupName NOT IN ('Private-Log-Group', 'Private-Log-Group-2')` includes all log groups except the log groups with names `Private-Log-Group` and `Private-Log-Group-2` .
@@ -56359,6 +58075,9 @@ export declare namespace opensearchservice {
56359
58075
  */
56360
58076
  samlOptions?: pulumi.Input<inputs.opensearchservice.DomainSamlOptionsArgs>;
56361
58077
  }
58078
+ interface DomainAimlOptionsArgs {
58079
+ s3VectorsEngine?: pulumi.Input<inputs.opensearchservice.DomainS3VectorsEngineArgs>;
58080
+ }
56362
58081
  interface DomainClusterConfigArgs {
56363
58082
  /**
56364
58083
  * Container for cold storage configuration options.
@@ -56625,6 +58344,12 @@ export declare namespace opensearchservice {
56625
58344
  */
56626
58345
  offPeakWindow?: pulumi.Input<inputs.opensearchservice.DomainOffPeakWindowArgs>;
56627
58346
  }
58347
+ interface DomainS3VectorsEngineArgs {
58348
+ /**
58349
+ * Whether to enable S3 vectors engine.
58350
+ */
58351
+ enabled: pulumi.Input<boolean>;
58352
+ }
56628
58353
  interface DomainSamlOptionsArgs {
56629
58354
  /**
56630
58355
  * True to enable SAML authentication for a domain.
@@ -58670,7 +60395,7 @@ export declare namespace qbusiness {
58670
60395
  }
58671
60396
  interface ApplicationEncryptionConfigurationArgs {
58672
60397
  /**
58673
- * The identifier of the AWS KMS key. Amazon Q Business doesn't support asymmetric keys.
60398
+ * The identifier of the AWS key. Amazon Q Business doesn't support asymmetric keys.
58674
60399
  */
58675
60400
  kmsKeyId?: pulumi.Input<string>;
58676
60401
  }
@@ -76864,24 +78589,63 @@ export declare namespace quicksight {
76864
78589
  yAxis: pulumi.Input<enums.quicksight.DashboardSingleYAxisOption>;
76865
78590
  }
76866
78591
  interface DataSetAggregateOperationArgs {
78592
+ /**
78593
+ * The list of aggregation functions to apply to the grouped data, such as `SUM` , `COUNT` , or `AVERAGE` .
78594
+ */
76867
78595
  aggregations: pulumi.Input<pulumi.Input<inputs.quicksight.DataSetAggregationArgs>[]>;
78596
+ /**
78597
+ * Alias for this operation.
78598
+ */
76868
78599
  alias: pulumi.Input<string>;
78600
+ /**
78601
+ * The list of column names to group by when performing the aggregation. Rows with the same values in these columns will be grouped together.
78602
+ */
76869
78603
  groupByColumnNames?: pulumi.Input<pulumi.Input<string>[]>;
78604
+ /**
78605
+ * The source transform operation that provides input data for the aggregation.
78606
+ */
76870
78607
  source: pulumi.Input<inputs.quicksight.DataSetTransformOperationSourceArgs>;
76871
78608
  }
76872
78609
  interface DataSetAggregationArgs {
78610
+ /**
78611
+ * The aggregation function to apply, such as `SUM` , `COUNT` , `AVERAGE` , `MIN` , `MAX`
78612
+ */
76873
78613
  aggregationFunction: pulumi.Input<inputs.quicksight.DataSetDataPrepAggregationFunctionArgs>;
78614
+ /**
78615
+ * A unique identifier for the new column that will contain the aggregated values.
78616
+ */
76874
78617
  newColumnId: pulumi.Input<string>;
78618
+ /**
78619
+ * The name for the new column that will contain the aggregated values.
78620
+ */
76875
78621
  newColumnName: pulumi.Input<string>;
76876
78622
  }
76877
78623
  interface DataSetAppendOperationArgs {
78624
+ /**
78625
+ * Alias for this operation.
78626
+ */
76878
78627
  alias: pulumi.Input<string>;
78628
+ /**
78629
+ * The list of columns to include in the appended result, mapping columns from both sources.
78630
+ */
76879
78631
  appendedColumns: pulumi.Input<pulumi.Input<inputs.quicksight.DataSetAppendedColumnArgs>[]>;
78632
+ /**
78633
+ * The first data source to be included in the append operation.
78634
+ */
76880
78635
  firstSource?: pulumi.Input<inputs.quicksight.DataSetTransformOperationSourceArgs>;
78636
+ /**
78637
+ * The second data source to be appended to the first source.
78638
+ */
76881
78639
  secondSource?: pulumi.Input<inputs.quicksight.DataSetTransformOperationSourceArgs>;
76882
78640
  }
76883
78641
  interface DataSetAppendedColumnArgs {
78642
+ /**
78643
+ * The name of the column to include in the appended result.
78644
+ */
76884
78645
  columnName: pulumi.Input<string>;
78646
+ /**
78647
+ * A unique identifier for the column in the appended result.
78648
+ */
76885
78649
  newColumnId: pulumi.Input<string>;
76886
78650
  }
76887
78651
  /**
@@ -76926,8 +78690,17 @@ export declare namespace quicksight {
76926
78690
  subType?: pulumi.Input<enums.quicksight.DataSetColumnDataSubType>;
76927
78691
  }
76928
78692
  interface DataSetCastColumnTypesOperationArgs {
78693
+ /**
78694
+ * Alias for this operation.
78695
+ */
76929
78696
  alias: pulumi.Input<string>;
78697
+ /**
78698
+ * The list of column type casting operations to perform.
78699
+ */
76930
78700
  castColumnTypeOperations: pulumi.Input<pulumi.Input<inputs.quicksight.DataSetCastColumnTypeOperationArgs>[]>;
78701
+ /**
78702
+ * The source transform operation that provides input data for the type casting.
78703
+ */
76931
78704
  source: pulumi.Input<inputs.quicksight.DataSetTransformOperationSourceArgs>;
76932
78705
  }
76933
78706
  /**
@@ -76992,7 +78765,13 @@ export declare namespace quicksight {
76992
78765
  columnGeographicRole?: pulumi.Input<enums.quicksight.DataSetGeoSpatialDataRole>;
76993
78766
  }
76994
78767
  interface DataSetColumnToUnpivotArgs {
78768
+ /**
78769
+ * The name of the column to unpivot from the source data.
78770
+ */
76995
78771
  columnName?: pulumi.Input<string>;
78772
+ /**
78773
+ * The value to assign to this column in the unpivoted result, typically the column name or a descriptive label.
78774
+ */
76996
78775
  newValue?: pulumi.Input<string>;
76997
78776
  }
76998
78777
  /**
@@ -77000,11 +78779,17 @@ export declare namespace quicksight {
77000
78779
  * operation form a lexical closure.</p>
77001
78780
  */
77002
78781
  interface DataSetCreateColumnsOperationArgs {
78782
+ /**
78783
+ * Alias for this operation.
78784
+ */
77003
78785
  alias?: pulumi.Input<string>;
77004
78786
  /**
77005
78787
  * <p>Calculated columns to create.</p>
77006
78788
  */
77007
78789
  columns: pulumi.Input<pulumi.Input<inputs.quicksight.DataSetCalculatedColumnArgs>[]>;
78790
+ /**
78791
+ * The source transform operation that provides input data for creating new calculated columns.
78792
+ */
77008
78793
  source?: pulumi.Input<inputs.quicksight.DataSetTransformOperationSourceArgs>;
77009
78794
  }
77010
78795
  /**
@@ -77029,24 +78814,48 @@ export declare namespace quicksight {
77029
78814
  sqlQuery: pulumi.Input<string>;
77030
78815
  }
77031
78816
  interface DataSetDataPrepAggregationFunctionArgs {
78817
+ /**
78818
+ * A list aggregation function that concatenates values from multiple rows into a single delimited string.
78819
+ */
77032
78820
  listAggregation?: pulumi.Input<inputs.quicksight.DataSetDataPrepListAggregationFunctionArgs>;
77033
78821
  percentileAggregation?: pulumi.Input<inputs.quicksight.DataSetDataPrepPercentileAggregationFunctionArgs>;
78822
+ /**
78823
+ * A simple aggregation function such as `SUM` , `COUNT` , `AVERAGE` , `MIN` , `MAX` , `MEDIAN` , `VARIANCE` , or `STANDARD_DEVIATION` .
78824
+ */
77034
78825
  simpleAggregation?: pulumi.Input<inputs.quicksight.DataSetDataPrepSimpleAggregationFunctionArgs>;
77035
78826
  }
77036
78827
  interface DataSetDataPrepConfigurationArgs {
78828
+ /**
78829
+ * A map of destination tables that receive the final prepared data.
78830
+ */
77037
78831
  destinationTableMap: pulumi.Input<{
77038
78832
  [key: string]: pulumi.Input<inputs.quicksight.DataSetDestinationTableArgs>;
77039
78833
  }>;
78834
+ /**
78835
+ * A map of source tables that provide information about underlying sources.
78836
+ */
77040
78837
  sourceTableMap: pulumi.Input<{
77041
78838
  [key: string]: pulumi.Input<inputs.quicksight.DataSetSourceTableArgs>;
77042
78839
  }>;
78840
+ /**
78841
+ * A map of transformation steps that process the data.
78842
+ */
77043
78843
  transformStepMap: pulumi.Input<{
77044
78844
  [key: string]: pulumi.Input<inputs.quicksight.DataSetTransformStepArgs>;
77045
78845
  }>;
77046
78846
  }
77047
78847
  interface DataSetDataPrepListAggregationFunctionArgs {
78848
+ /**
78849
+ * Whether to include only distinct values in the concatenated result, removing duplicates.
78850
+ */
77048
78851
  distinct: pulumi.Input<boolean>;
78852
+ /**
78853
+ * The name of the column containing values to be concatenated.
78854
+ */
77049
78855
  inputColumnName?: pulumi.Input<string>;
78856
+ /**
78857
+ * The string used to separate values in the concatenated result.
78858
+ */
77050
78859
  separator: pulumi.Input<string>;
77051
78860
  }
77052
78861
  interface DataSetDataPrepPercentileAggregationFunctionArgs {
@@ -77054,7 +78863,13 @@ export declare namespace quicksight {
77054
78863
  percentileValue: pulumi.Input<number>;
77055
78864
  }
77056
78865
  interface DataSetDataPrepSimpleAggregationFunctionArgs {
78866
+ /**
78867
+ * The type of aggregation function to perform, such as `COUNT` , `SUM` , `AVERAGE` , `MIN` , `MAX` , `MEDIAN` , `VARIANCE` , or `STANDARD_DEVIATION` .
78868
+ */
77057
78869
  functionType: pulumi.Input<enums.quicksight.DataSetDataPrepSimpleAggregationFunctionType>;
78870
+ /**
78871
+ * The name of the column on which to perform the aggregation function.
78872
+ */
77058
78873
  inputColumnName?: pulumi.Input<string>;
77059
78874
  }
77060
78875
  /**
@@ -77079,21 +78894,51 @@ export declare namespace quicksight {
77079
78894
  stringDatasetParameter?: pulumi.Input<inputs.quicksight.DataSetStringDatasetParameterArgs>;
77080
78895
  }
77081
78896
  interface DataSetDateComparisonFilterConditionArgs {
78897
+ /**
78898
+ * The comparison operator to use, such as `BEFORE` , `BEFORE_OR_EQUALS_TO` , `AFTER` , or `AFTER_OR_EQUALS_TO` .
78899
+ */
77082
78900
  operator: pulumi.Input<enums.quicksight.DataSetDateComparisonFilterOperator>;
78901
+ /**
78902
+ * The date value to compare against.
78903
+ */
77083
78904
  value?: pulumi.Input<inputs.quicksight.DataSetDateFilterValueArgs>;
77084
78905
  }
77085
78906
  interface DataSetDateFilterConditionArgs {
78907
+ /**
78908
+ * The name of the date column to filter.
78909
+ */
77086
78910
  columnName?: pulumi.Input<string>;
78911
+ /**
78912
+ * A comparison-based filter condition for the date column.
78913
+ */
77087
78914
  comparisonFilterCondition?: pulumi.Input<inputs.quicksight.DataSetDateComparisonFilterConditionArgs>;
78915
+ /**
78916
+ * A range-based filter condition for the date column, filtering values between minimum and maximum dates.
78917
+ */
77088
78918
  rangeFilterCondition?: pulumi.Input<inputs.quicksight.DataSetDateRangeFilterConditionArgs>;
77089
78919
  }
77090
78920
  interface DataSetDateFilterValueArgs {
78921
+ /**
78922
+ * A static date value used for filtering.
78923
+ */
77091
78924
  staticValue?: pulumi.Input<string>;
77092
78925
  }
77093
78926
  interface DataSetDateRangeFilterConditionArgs {
78927
+ /**
78928
+ * Whether to include the maximum value in the filter range.
78929
+ */
77094
78930
  includeMaximum?: pulumi.Input<boolean>;
78931
+ /**
78932
+ * Whether to include the minimum value in the filter range.
78933
+ */
77095
78934
  includeMinimum?: pulumi.Input<boolean>;
78935
+ /**
78936
+ * The maximum date value for the range filter.
78937
+ */
77096
78938
  rangeMaximum?: pulumi.Input<inputs.quicksight.DataSetDateFilterValueArgs>;
78939
+ /**
78940
+ * The minimum date value for the range filter.
78941
+ */
77097
78942
  rangeMinimum?: pulumi.Input<inputs.quicksight.DataSetDateFilterValueArgs>;
77098
78943
  }
77099
78944
  /**
@@ -77161,10 +79006,19 @@ export declare namespace quicksight {
77161
79006
  staticValues?: pulumi.Input<pulumi.Input<number>[]>;
77162
79007
  }
77163
79008
  interface DataSetDestinationTableArgs {
79009
+ /**
79010
+ * Alias for the destination table.
79011
+ */
77164
79012
  alias: pulumi.Input<string>;
79013
+ /**
79014
+ * The source configuration that specifies which transform operation provides data to this destination table.
79015
+ */
77165
79016
  source: pulumi.Input<inputs.quicksight.DataSetDestinationTableSourceArgs>;
77166
79017
  }
77167
79018
  interface DataSetDestinationTableSourceArgs {
79019
+ /**
79020
+ * The identifier of the transform operation that provides data to the destination table.
79021
+ */
77168
79022
  transformOperationId: pulumi.Input<string>;
77169
79023
  }
77170
79024
  /**
@@ -77189,13 +79043,31 @@ export declare namespace quicksight {
77189
79043
  * evaluates to true are kept in the dataset.</p>
77190
79044
  */
77191
79045
  conditionExpression?: pulumi.Input<string>;
79046
+ /**
79047
+ * A date-based filter condition within a filter operation.
79048
+ */
77192
79049
  dateFilterCondition?: pulumi.Input<inputs.quicksight.DataSetDateFilterConditionArgs>;
79050
+ /**
79051
+ * A numeric-based filter condition within a filter operation.
79052
+ */
77193
79053
  numericFilterCondition?: pulumi.Input<inputs.quicksight.DataSetNumericFilterConditionArgs>;
79054
+ /**
79055
+ * A string-based filter condition within a filter operation.
79056
+ */
77194
79057
  stringFilterCondition?: pulumi.Input<inputs.quicksight.DataSetStringFilterConditionArgs>;
77195
79058
  }
77196
79059
  interface DataSetFiltersOperationArgs {
79060
+ /**
79061
+ * Alias for this operation.
79062
+ */
77197
79063
  alias: pulumi.Input<string>;
79064
+ /**
79065
+ * The list of filter operations to apply.
79066
+ */
77198
79067
  filterOperations: pulumi.Input<pulumi.Input<inputs.quicksight.DataSetFilterOperationArgs>[]>;
79068
+ /**
79069
+ * The source transform operation that provides input data for filtering.
79070
+ */
77199
79071
  source: pulumi.Input<inputs.quicksight.DataSetTransformOperationSourceArgs>;
77200
79072
  }
77201
79073
  /**
@@ -77216,11 +79088,23 @@ export declare namespace quicksight {
77216
79088
  name: pulumi.Input<string>;
77217
79089
  }
77218
79090
  interface DataSetImportTableOperationArgs {
79091
+ /**
79092
+ * Alias for this operation.
79093
+ */
77219
79094
  alias: pulumi.Input<string>;
79095
+ /**
79096
+ * The source configuration that specifies which source table to import and any column mappings.
79097
+ */
77220
79098
  source: pulumi.Input<inputs.quicksight.DataSetImportTableOperationSourceArgs>;
77221
79099
  }
77222
79100
  interface DataSetImportTableOperationSourceArgs {
79101
+ /**
79102
+ * The mappings between source column identifiers and target column identifiers during the import.
79103
+ */
77223
79104
  columnIdMappings?: pulumi.Input<pulumi.Input<inputs.quicksight.DataSetColumnIdMappingArgs>[]>;
79105
+ /**
79106
+ * The identifier of the source table to import data from.
79107
+ */
77224
79108
  sourceTableId: pulumi.Input<string>;
77225
79109
  }
77226
79110
  /**
@@ -77251,6 +79135,9 @@ export declare namespace quicksight {
77251
79135
  * <p>Metadata for a column that is used as the input of a transform operation.</p>
77252
79136
  */
77253
79137
  interface DataSetInputColumnArgs {
79138
+ /**
79139
+ * A unique identifier for the input column.
79140
+ */
77254
79141
  id?: pulumi.Input<string>;
77255
79142
  /**
77256
79143
  * <p>The name of this column in the underlying data source.</p>
@@ -77335,15 +79222,39 @@ export declare namespace quicksight {
77335
79222
  uniqueKey?: pulumi.Input<boolean>;
77336
79223
  }
77337
79224
  interface DataSetJoinOperandPropertiesArgs {
79225
+ /**
79226
+ * A list of column name overrides to apply to the join operand's output columns.
79227
+ */
77338
79228
  outputColumnNameOverrides: pulumi.Input<pulumi.Input<inputs.quicksight.DataSetOutputColumnNameOverrideArgs>[]>;
77339
79229
  }
77340
79230
  interface DataSetJoinOperationArgs {
79231
+ /**
79232
+ * Alias for this operation.
79233
+ */
77341
79234
  alias: pulumi.Input<string>;
79235
+ /**
79236
+ * The left operand for the join operation.
79237
+ */
77342
79238
  leftOperand: pulumi.Input<inputs.quicksight.DataSetTransformOperationSourceArgs>;
79239
+ /**
79240
+ * Properties that control how the left operand's columns are handled in the join result.
79241
+ */
77343
79242
  leftOperandProperties?: pulumi.Input<inputs.quicksight.DataSetJoinOperandPropertiesArgs>;
79243
+ /**
79244
+ * The join condition that specifies how to match rows between the left and right operands.
79245
+ */
77344
79246
  onClause: pulumi.Input<string>;
79247
+ /**
79248
+ * The right operand for the join operation.
79249
+ */
77345
79250
  rightOperand: pulumi.Input<inputs.quicksight.DataSetTransformOperationSourceArgs>;
79251
+ /**
79252
+ * Properties that control how the right operand's columns are handled in the join result.
79253
+ */
77346
79254
  rightOperandProperties?: pulumi.Input<inputs.quicksight.DataSetJoinOperandPropertiesArgs>;
79255
+ /**
79256
+ * The type of join to perform, such as `INNER` , `LEFT` , `RIGHT` , or `OUTER` .
79257
+ */
77347
79258
  type: pulumi.Input<enums.quicksight.DataSetJoinOperationType>;
77348
79259
  }
77349
79260
  /**
@@ -77420,25 +79331,61 @@ export declare namespace quicksight {
77420
79331
  stringStaticValues?: pulumi.Input<pulumi.Input<string>[]>;
77421
79332
  }
77422
79333
  interface DataSetNumericComparisonFilterConditionArgs {
79334
+ /**
79335
+ * The comparison operator to use, such as `EQUALS` , `GREATER_THAN` , `LESS_THAN` , or their variants.
79336
+ */
77423
79337
  operator: pulumi.Input<enums.quicksight.DataSetNumericComparisonFilterOperator>;
79338
+ /**
79339
+ * The numeric value to compare against.
79340
+ */
77424
79341
  value?: pulumi.Input<inputs.quicksight.DataSetNumericFilterValueArgs>;
77425
79342
  }
77426
79343
  interface DataSetNumericFilterConditionArgs {
79344
+ /**
79345
+ * The name of the numeric column to filter.
79346
+ */
77427
79347
  columnName?: pulumi.Input<string>;
79348
+ /**
79349
+ * A comparison-based filter condition for the numeric column.
79350
+ */
77428
79351
  comparisonFilterCondition?: pulumi.Input<inputs.quicksight.DataSetNumericComparisonFilterConditionArgs>;
79352
+ /**
79353
+ * A range-based filter condition for the numeric column, filtering values between minimum and maximum numbers.
79354
+ */
77429
79355
  rangeFilterCondition?: pulumi.Input<inputs.quicksight.DataSetNumericRangeFilterConditionArgs>;
77430
79356
  }
77431
79357
  interface DataSetNumericFilterValueArgs {
79358
+ /**
79359
+ * A static numeric value used for filtering.
79360
+ */
77432
79361
  staticValue?: pulumi.Input<number>;
77433
79362
  }
77434
79363
  interface DataSetNumericRangeFilterConditionArgs {
79364
+ /**
79365
+ * Whether to include the maximum value in the filter range.
79366
+ */
77435
79367
  includeMaximum?: pulumi.Input<boolean>;
79368
+ /**
79369
+ * Whether to include the minimum value in the filter range.
79370
+ */
77436
79371
  includeMinimum?: pulumi.Input<boolean>;
79372
+ /**
79373
+ * The maximum numeric value for the range filter.
79374
+ */
77437
79375
  rangeMaximum?: pulumi.Input<inputs.quicksight.DataSetNumericFilterValueArgs>;
79376
+ /**
79377
+ * The minimum numeric value for the range filter.
79378
+ */
77438
79379
  rangeMinimum?: pulumi.Input<inputs.quicksight.DataSetNumericFilterValueArgs>;
77439
79380
  }
77440
79381
  interface DataSetOutputColumnNameOverrideArgs {
79382
+ /**
79383
+ * The new name to assign to the column in the output.
79384
+ */
77441
79385
  outputColumnName: pulumi.Input<string>;
79386
+ /**
79387
+ * The original name of the column from the source transform operation.
79388
+ */
77442
79389
  sourceColumnName?: pulumi.Input<string>;
77443
79390
  }
77444
79391
  /**
@@ -77459,7 +79406,13 @@ export declare namespace quicksight {
77459
79406
  parameterName: pulumi.Input<string>;
77460
79407
  }
77461
79408
  interface DataSetParentDataSetArgs {
79409
+ /**
79410
+ * The Amazon Resource Name (ARN) of the parent dataset.
79411
+ */
77462
79412
  dataSetArn: pulumi.Input<string>;
79413
+ /**
79414
+ * The list of input columns available from the parent dataset.
79415
+ */
77463
79416
  inputColumns: pulumi.Input<pulumi.Input<inputs.quicksight.DataSetInputColumnArgs>[]>;
77464
79417
  }
77465
79418
  interface DataSetPerformanceConfigurationArgs {
@@ -77483,22 +79436,55 @@ export declare namespace quicksight {
77483
79436
  * A physical table type for as S3 data source.
77484
79437
  */
77485
79438
  s3Source?: pulumi.Input<inputs.quicksight.DataSetS3SourceArgs>;
79439
+ /**
79440
+ * A physical table type for Software-as-a-Service (SaaS) sources.
79441
+ */
77486
79442
  saaSTable?: pulumi.Input<inputs.quicksight.DataSetSaaSTableArgs>;
77487
79443
  }
77488
79444
  interface DataSetPivotConfigurationArgs {
79445
+ /**
79446
+ * The name of the column that contains the labels to be pivoted into separate columns.
79447
+ */
77489
79448
  labelColumnName?: pulumi.Input<string>;
79449
+ /**
79450
+ * The list of specific label values to pivot into separate columns.
79451
+ */
77490
79452
  pivotedLabels: pulumi.Input<pulumi.Input<inputs.quicksight.DataSetPivotedLabelArgs>[]>;
77491
79453
  }
77492
79454
  interface DataSetPivotOperationArgs {
79455
+ /**
79456
+ * Alias for this operation.
79457
+ */
77493
79458
  alias: pulumi.Input<string>;
79459
+ /**
79460
+ * The list of column names to group by when performing the pivot operation.
79461
+ */
77494
79462
  groupByColumnNames?: pulumi.Input<pulumi.Input<string>[]>;
79463
+ /**
79464
+ * Configuration that specifies which labels to pivot and how to structure the resulting columns.
79465
+ */
77495
79466
  pivotConfiguration: pulumi.Input<inputs.quicksight.DataSetPivotConfigurationArgs>;
79467
+ /**
79468
+ * The source transform operation that provides input data for pivoting.
79469
+ */
77496
79470
  source: pulumi.Input<inputs.quicksight.DataSetTransformOperationSourceArgs>;
79471
+ /**
79472
+ * Configuration for how to aggregate values when multiple rows map to the same pivoted column.
79473
+ */
77497
79474
  valueColumnConfiguration: pulumi.Input<inputs.quicksight.DataSetValueColumnConfigurationArgs>;
77498
79475
  }
77499
79476
  interface DataSetPivotedLabelArgs {
79477
+ /**
79478
+ * The label value from the source data to be pivoted.
79479
+ */
77500
79480
  labelName: pulumi.Input<string>;
79481
+ /**
79482
+ * A unique identifier for the new column created from this pivoted label.
79483
+ */
77501
79484
  newColumnId: pulumi.Input<string>;
79485
+ /**
79486
+ * The name for the new column created from this pivoted label.
79487
+ */
77502
79488
  newColumnName: pulumi.Input<string>;
77503
79489
  }
77504
79490
  /**
@@ -77506,11 +79492,17 @@ export declare namespace quicksight {
77506
79492
  * can only refer to projected columns.</p>
77507
79493
  */
77508
79494
  interface DataSetProjectOperationArgs {
79495
+ /**
79496
+ * Alias for this operation.
79497
+ */
77509
79498
  alias?: pulumi.Input<string>;
77510
79499
  /**
77511
79500
  * <p>Projected columns.</p>
77512
79501
  */
77513
79502
  projectedColumns?: pulumi.Input<pulumi.Input<string>[]>;
79503
+ /**
79504
+ * The source transform operation that provides input data for column projection.
79505
+ */
77514
79506
  source?: pulumi.Input<inputs.quicksight.DataSetTransformOperationSourceArgs>;
77515
79507
  }
77516
79508
  /**
@@ -77586,8 +79578,17 @@ export declare namespace quicksight {
77586
79578
  newColumnName: pulumi.Input<string>;
77587
79579
  }
77588
79580
  interface DataSetRenameColumnsOperationArgs {
79581
+ /**
79582
+ * Alias for this operation.
79583
+ */
77589
79584
  alias: pulumi.Input<string>;
79585
+ /**
79586
+ * The list of column rename operations to perform, specifying old and new column names.
79587
+ */
77590
79588
  renameColumnOperations: pulumi.Input<pulumi.Input<inputs.quicksight.DataSetRenameColumnOperationArgs>[]>;
79589
+ /**
79590
+ * The source transform operation that provides input data for column renaming.
79591
+ */
77591
79592
  source: pulumi.Input<inputs.quicksight.DataSetTransformOperationSourceArgs>;
77592
79593
  }
77593
79594
  /**
@@ -77712,26 +79713,59 @@ export declare namespace quicksight {
77712
79713
  uploadSettings?: pulumi.Input<inputs.quicksight.DataSetUploadSettingsArgs>;
77713
79714
  }
77714
79715
  interface DataSetSaaSTableArgs {
79716
+ /**
79717
+ * The Amazon Resource Name (ARN) of the SaaS data source.
79718
+ */
77715
79719
  dataSourceArn: pulumi.Input<string>;
79720
+ /**
79721
+ * The list of input columns available from the SaaS table.
79722
+ */
77716
79723
  inputColumns: pulumi.Input<pulumi.Input<inputs.quicksight.DataSetInputColumnArgs>[]>;
79724
+ /**
79725
+ * The hierarchical path to the table within the SaaS data source.
79726
+ */
77717
79727
  tablePath: pulumi.Input<pulumi.Input<inputs.quicksight.DataSetTablePathElementArgs>[]>;
77718
79728
  }
77719
79729
  interface DataSetSemanticModelConfigurationArgs {
79730
+ /**
79731
+ * A map of semantic tables that define the analytical structure.
79732
+ */
77720
79733
  tableMap?: pulumi.Input<{
77721
79734
  [key: string]: pulumi.Input<inputs.quicksight.DataSetSemanticTableArgs>;
77722
79735
  }>;
77723
79736
  }
77724
79737
  interface DataSetSemanticTableArgs {
79738
+ /**
79739
+ * Alias for the semantic table.
79740
+ */
77725
79741
  alias: pulumi.Input<string>;
79742
+ /**
79743
+ * The identifier of the destination table from data preparation that provides data to this semantic table.
79744
+ */
77726
79745
  destinationTableId: pulumi.Input<string>;
79746
+ /**
79747
+ * Configuration for row level security that control data access for this semantic table.
79748
+ */
77727
79749
  rowLevelPermissionConfiguration?: pulumi.Input<inputs.quicksight.DataSetRowLevelPermissionConfigurationArgs>;
77728
79750
  }
77729
79751
  interface DataSetSourceTableArgs {
79752
+ /**
79753
+ * A parent dataset that serves as the data source instead of a physical table.
79754
+ */
77730
79755
  dataSet?: pulumi.Input<inputs.quicksight.DataSetParentDataSetArgs>;
79756
+ /**
79757
+ * The identifier of the physical table that serves as the data source.
79758
+ */
77731
79759
  physicalTableId?: pulumi.Input<string>;
77732
79760
  }
77733
79761
  interface DataSetStringComparisonFilterConditionArgs {
79762
+ /**
79763
+ * The comparison operator to use, such as `EQUALS` , `CONTAINS` , `STARTS_WITH` , `ENDS_WITH` , or their negations.
79764
+ */
77734
79765
  operator: pulumi.Input<enums.quicksight.DataSetStringComparisonFilterOperator>;
79766
+ /**
79767
+ * The string value to compare against.
79768
+ */
77735
79769
  value?: pulumi.Input<inputs.quicksight.DataSetStringFilterValueArgs>;
77736
79770
  }
77737
79771
  /**
@@ -77765,22 +79799,49 @@ export declare namespace quicksight {
77765
79799
  staticValues?: pulumi.Input<pulumi.Input<string>[]>;
77766
79800
  }
77767
79801
  interface DataSetStringFilterConditionArgs {
79802
+ /**
79803
+ * The name of the string column to filter.
79804
+ */
77768
79805
  columnName?: pulumi.Input<string>;
79806
+ /**
79807
+ * A comparison-based filter condition for the string column.
79808
+ */
77769
79809
  comparisonFilterCondition?: pulumi.Input<inputs.quicksight.DataSetStringComparisonFilterConditionArgs>;
79810
+ /**
79811
+ * A list-based filter condition that includes or excludes values from a specified list.
79812
+ */
77770
79813
  listFilterCondition?: pulumi.Input<inputs.quicksight.DataSetStringListFilterConditionArgs>;
77771
79814
  }
77772
79815
  interface DataSetStringFilterValueArgs {
79816
+ /**
79817
+ * A static string value used for filtering.
79818
+ */
77773
79819
  staticValue?: pulumi.Input<string>;
77774
79820
  }
77775
79821
  interface DataSetStringListFilterConditionArgs {
79822
+ /**
79823
+ * The list operator to use, either `INCLUDE` to match values in the list or `EXCLUDE` to filter out values in the list.
79824
+ */
77776
79825
  operator: pulumi.Input<enums.quicksight.DataSetStringListFilterOperator>;
79826
+ /**
79827
+ * The list of string values to include or exclude in the filter.
79828
+ */
77777
79829
  values?: pulumi.Input<inputs.quicksight.DataSetStringListFilterValueArgs>;
77778
79830
  }
77779
79831
  interface DataSetStringListFilterValueArgs {
79832
+ /**
79833
+ * A list of static string values used for filtering.
79834
+ */
77780
79835
  staticValues?: pulumi.Input<pulumi.Input<string>[]>;
77781
79836
  }
77782
79837
  interface DataSetTablePathElementArgs {
79838
+ /**
79839
+ * The unique identifier of the path element.
79840
+ */
77783
79841
  id?: pulumi.Input<string>;
79842
+ /**
79843
+ * The name of the path element.
79844
+ */
77784
79845
  name?: pulumi.Input<string>;
77785
79846
  }
77786
79847
  /**
@@ -77835,32 +79896,86 @@ export declare namespace quicksight {
77835
79896
  untagColumnOperation?: pulumi.Input<inputs.quicksight.DataSetUntagColumnOperationArgs>;
77836
79897
  }
77837
79898
  interface DataSetTransformOperationSourceArgs {
79899
+ /**
79900
+ * The mappings between source column identifiers and target column identifiers for this transformation.
79901
+ */
77838
79902
  columnIdMappings?: pulumi.Input<pulumi.Input<inputs.quicksight.DataSetColumnIdMappingArgs>[]>;
79903
+ /**
79904
+ * The identifier of the transform operation that provides input data.
79905
+ */
77839
79906
  transformOperationId: pulumi.Input<string>;
77840
79907
  }
77841
79908
  interface DataSetTransformStepArgs {
79909
+ /**
79910
+ * A transform step that groups data and applies aggregation functions to calculate summary values.
79911
+ */
77842
79912
  aggregateStep?: pulumi.Input<inputs.quicksight.DataSetAggregateOperationArgs>;
79913
+ /**
79914
+ * A transform step that combines rows from multiple sources by stacking them vertically.
79915
+ */
77843
79916
  appendStep?: pulumi.Input<inputs.quicksight.DataSetAppendOperationArgs>;
79917
+ /**
79918
+ * A transform step that changes the data types of one or more columns.
79919
+ */
77844
79920
  castColumnTypesStep?: pulumi.Input<inputs.quicksight.DataSetCastColumnTypesOperationArgs>;
77845
79921
  createColumnsStep?: pulumi.Input<inputs.quicksight.DataSetCreateColumnsOperationArgs>;
79922
+ /**
79923
+ * A transform step that applies filter conditions.
79924
+ */
77846
79925
  filtersStep?: pulumi.Input<inputs.quicksight.DataSetFiltersOperationArgs>;
79926
+ /**
79927
+ * A transform step that brings data from a source table.
79928
+ */
77847
79929
  importTableStep?: pulumi.Input<inputs.quicksight.DataSetImportTableOperationArgs>;
79930
+ /**
79931
+ * A transform step that combines data from two sources based on specified join conditions.
79932
+ */
77848
79933
  joinStep?: pulumi.Input<inputs.quicksight.DataSetJoinOperationArgs>;
79934
+ /**
79935
+ * A transform step that converts row values into columns to reshape the data structure.
79936
+ */
77849
79937
  pivotStep?: pulumi.Input<inputs.quicksight.DataSetPivotOperationArgs>;
77850
79938
  projectStep?: pulumi.Input<inputs.quicksight.DataSetProjectOperationArgs>;
79939
+ /**
79940
+ * A transform step that changes the names of one or more columns.
79941
+ */
77851
79942
  renameColumnsStep?: pulumi.Input<inputs.quicksight.DataSetRenameColumnsOperationArgs>;
79943
+ /**
79944
+ * A transform step that converts columns into rows to normalize the data structure.
79945
+ */
77852
79946
  unpivotStep?: pulumi.Input<inputs.quicksight.DataSetUnpivotOperationArgs>;
77853
79947
  }
77854
79948
  interface DataSetUniqueKeyArgs {
77855
79949
  columnNames: pulumi.Input<pulumi.Input<string>[]>;
77856
79950
  }
77857
79951
  interface DataSetUnpivotOperationArgs {
79952
+ /**
79953
+ * Alias for this operation.
79954
+ */
77858
79955
  alias: pulumi.Input<string>;
79956
+ /**
79957
+ * The list of columns to unpivot from the source data.
79958
+ */
77859
79959
  columnsToUnpivot: pulumi.Input<pulumi.Input<inputs.quicksight.DataSetColumnToUnpivotArgs>[]>;
79960
+ /**
79961
+ * The source transform operation that provides input data for unpivoting.
79962
+ */
77860
79963
  source: pulumi.Input<inputs.quicksight.DataSetTransformOperationSourceArgs>;
79964
+ /**
79965
+ * A unique identifier for the new column that will contain the unpivoted column names.
79966
+ */
77861
79967
  unpivotedLabelColumnId: pulumi.Input<string>;
79968
+ /**
79969
+ * The name for the new column that will contain the unpivoted column names.
79970
+ */
77862
79971
  unpivotedLabelColumnName: pulumi.Input<string>;
79972
+ /**
79973
+ * A unique identifier for the new column that will contain the unpivoted values.
79974
+ */
77863
79975
  unpivotedValueColumnId: pulumi.Input<string>;
79976
+ /**
79977
+ * The name for the new column that will contain the unpivoted values.
79978
+ */
77864
79979
  unpivotedValueColumnName: pulumi.Input<string>;
77865
79980
  }
77866
79981
  /**
@@ -77915,6 +80030,9 @@ export declare namespace quicksight {
77915
80030
  disableUseAsImportedSource?: pulumi.Input<boolean>;
77916
80031
  }
77917
80032
  interface DataSetValueColumnConfigurationArgs {
80033
+ /**
80034
+ * The aggregation function to apply when multiple values map to the same pivoted cell.
80035
+ */
77918
80036
  aggregationFunction?: pulumi.Input<inputs.quicksight.DataSetDataPrepAggregationFunctionArgs>;
77919
80037
  }
77920
80038
  /**
@@ -88401,7 +90519,7 @@ export declare namespace resiliencehub {
88401
90519
  */
88402
90520
  eksSourceName?: pulumi.Input<string>;
88403
90521
  /**
88404
- * Name of the AWS CloudFormation stack this resource is mapped to when the `mappingType` is `CfnStack` .
90522
+ * Name of the CloudFormation stack this resource is mapped to when the `mappingType` is `CfnStack` .
88405
90523
  */
88406
90524
  logicalStackName?: pulumi.Input<string>;
88407
90525
  /**
@@ -89127,6 +91245,26 @@ export declare namespace route53resolver {
89127
91245
  }
89128
91246
  }
89129
91247
  export declare namespace rtbfabric {
91248
+ interface InboundExternalLinkLinkAttributesArgs {
91249
+ customerProvidedId?: pulumi.Input<string>;
91250
+ responderErrorMasking?: pulumi.Input<pulumi.Input<inputs.rtbfabric.InboundExternalLinkResponderErrorMaskingForHttpCodeArgs>[]>;
91251
+ }
91252
+ interface InboundExternalLinkLinkLogSettingsArgs {
91253
+ applicationLogs: pulumi.Input<inputs.rtbfabric.InboundExternalLinkLinkLogSettingsApplicationLogsPropertiesArgs>;
91254
+ }
91255
+ interface InboundExternalLinkLinkLogSettingsApplicationLogsPropertiesArgs {
91256
+ linkApplicationLogSampling: pulumi.Input<inputs.rtbfabric.InboundExternalLinkLinkLogSettingsApplicationLogsPropertiesLinkApplicationLogSamplingPropertiesArgs>;
91257
+ }
91258
+ interface InboundExternalLinkLinkLogSettingsApplicationLogsPropertiesLinkApplicationLogSamplingPropertiesArgs {
91259
+ errorLog: pulumi.Input<number>;
91260
+ filterLog: pulumi.Input<number>;
91261
+ }
91262
+ interface InboundExternalLinkResponderErrorMaskingForHttpCodeArgs {
91263
+ action: pulumi.Input<enums.rtbfabric.InboundExternalLinkResponderErrorMaskingForHttpCodeAction>;
91264
+ httpCode: pulumi.Input<string>;
91265
+ loggingTypes: pulumi.Input<pulumi.Input<enums.rtbfabric.InboundExternalLinkResponderErrorMaskingLoggingType>[]>;
91266
+ responseLoggingPercentage?: pulumi.Input<number>;
91267
+ }
89130
91268
  interface LinkAttributesArgs {
89131
91269
  /**
89132
91270
  * The customer-provided unique identifier of the link.
@@ -89179,6 +91317,26 @@ export declare namespace rtbfabric {
89179
91317
  */
89180
91318
  responseLoggingPercentage?: pulumi.Input<number>;
89181
91319
  }
91320
+ interface OutboundExternalLinkLinkAttributesArgs {
91321
+ customerProvidedId?: pulumi.Input<string>;
91322
+ responderErrorMasking?: pulumi.Input<pulumi.Input<inputs.rtbfabric.OutboundExternalLinkResponderErrorMaskingForHttpCodeArgs>[]>;
91323
+ }
91324
+ interface OutboundExternalLinkLinkLogSettingsArgs {
91325
+ applicationLogs: pulumi.Input<inputs.rtbfabric.OutboundExternalLinkLinkLogSettingsApplicationLogsPropertiesArgs>;
91326
+ }
91327
+ interface OutboundExternalLinkLinkLogSettingsApplicationLogsPropertiesArgs {
91328
+ linkApplicationLogSampling: pulumi.Input<inputs.rtbfabric.OutboundExternalLinkLinkLogSettingsApplicationLogsPropertiesLinkApplicationLogSamplingPropertiesArgs>;
91329
+ }
91330
+ interface OutboundExternalLinkLinkLogSettingsApplicationLogsPropertiesLinkApplicationLogSamplingPropertiesArgs {
91331
+ errorLog: pulumi.Input<number>;
91332
+ filterLog: pulumi.Input<number>;
91333
+ }
91334
+ interface OutboundExternalLinkResponderErrorMaskingForHttpCodeArgs {
91335
+ action: pulumi.Input<enums.rtbfabric.OutboundExternalLinkResponderErrorMaskingForHttpCodeAction>;
91336
+ httpCode: pulumi.Input<string>;
91337
+ loggingTypes: pulumi.Input<pulumi.Input<enums.rtbfabric.OutboundExternalLinkResponderErrorMaskingLoggingType>[]>;
91338
+ responseLoggingPercentage?: pulumi.Input<number>;
91339
+ }
89182
91340
  interface ResponderGatewayManagedEndpointConfigurationArgs {
89183
91341
  }
89184
91342
  interface ResponderGatewayTrustStoreConfigurationArgs {
@@ -89326,11 +91484,57 @@ export declare namespace rum {
89326
91484
  *
89327
91485
  * WebVitalsLargestContentfulPaint
89328
91486
  *
91487
+ * WebVitalsInteractionToNextPaint
91488
+ *
89329
91489
  * JsErrorCount
89330
91490
  *
89331
91491
  * HttpErrorCount
89332
91492
  *
89333
91493
  * SessionCount
91494
+ *
91495
+ * PageViewCount
91496
+ *
91497
+ * Http4xxCount
91498
+ *
91499
+ * Http5xxCount
91500
+ *
91501
+ * SessionDuration
91502
+ *
91503
+ * PageViewCountPerSession
91504
+ *
91505
+ * JsErrorCountPerSession
91506
+ *
91507
+ * Http4xxCountPerSession
91508
+ *
91509
+ * Http5xxCountPerSession
91510
+ *
91511
+ * JsErrorCountPerPageView
91512
+ *
91513
+ * Http4xxCountPerPageView
91514
+ *
91515
+ * Http5xxCountPerPageView
91516
+ *
91517
+ * TimeOnPage
91518
+ *
91519
+ * ColdLaunchTime
91520
+ *
91521
+ * WarmLaunchTime
91522
+ *
91523
+ * CrashCount
91524
+ *
91525
+ * ANRCount
91526
+ *
91527
+ * AppHangCount
91528
+ *
91529
+ * ScreenLoadCount
91530
+ *
91531
+ * ScreenLoadTime
91532
+ *
91533
+ * NetworkLatency
91534
+ *
91535
+ * SpanPayloadSize
91536
+ *
91537
+ * LogEventPayloadSize
89334
91538
  */
89335
91539
  name: pulumi.Input<string>;
89336
91540
  /**
@@ -89487,6 +91691,14 @@ export declare namespace s3 {
89487
91691
  */
89488
91692
  tagFilters?: pulumi.Input<pulumi.Input<inputs.s3.BucketTagFilterArgs>[]>;
89489
91693
  }
91694
+ interface BucketBlockedEncryptionTypesArgs {
91695
+ /**
91696
+ * The object encryption type that you want to block or unblock for an Amazon S3 general purpose bucket.
91697
+ *
91698
+ * > Currently, this parameter only supports blocking or unblocking server side encryption with customer-provided keys (SSE-C). For more information about SSE-C, see [Using server-side encryption with customer-provided keys (SSE-C)](https://docs.aws.amazon.com/AmazonS3/latest/userguide/ServerSideEncryptionCustomerKeys.html) .
91699
+ */
91700
+ encryptionType?: pulumi.Input<pulumi.Input<enums.s3.BucketBlockedEncryptionTypeListItem>[]>;
91701
+ }
89490
91702
  /**
89491
91703
  * Describes the cross-origin access configuration for objects in an Amazon S3 bucket. For more information, see [Enabling Cross-Origin Resource Sharing](https://docs.aws.amazon.com/AmazonS3/latest/dev/cors.html) in the *Amazon S3 User Guide*.
89492
91704
  */
@@ -90413,6 +92625,12 @@ export declare namespace s3 {
90413
92625
  * + *Directory buckets* - When you specify an [customer managed key](https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#customer-cmk) for encryption in your directory bucket, only use the key ID or key ARN. The key alias format of the KMS key isn't supported.
90414
92626
  */
90415
92627
  interface BucketServerSideEncryptionRuleArgs {
92628
+ /**
92629
+ * A bucket-level setting for Amazon S3 general purpose buckets used to prevent the upload of new objects encrypted with the specified server-side encryption type. For example, blocking an encryption type will block `PutObject` , `CopyObject` , `PostObject` , multipart upload, and replication requests to the bucket for objects with the specified encryption type. However, you can continue to read and list any pre-existing objects already encrypted with the specified encryption type. For more information, see [Blocking or unblocking SSE-C for a general purpose bucket](https://docs.aws.amazon.com/AmazonS3/latest/userguide/blocking-unblocking-s3-c-encryption-gpb.html) .
92630
+ *
92631
+ * > Currently, this parameter only supports blocking or unblocking server-side encryption with customer-provided keys (SSE-C). For more information about SSE-C, see [Using server-side encryption with customer-provided keys (SSE-C)](https://docs.aws.amazon.com/AmazonS3/latest/userguide/ServerSideEncryptionCustomerKeys.html) .
92632
+ */
92633
+ blockedEncryptionTypes?: pulumi.Input<inputs.s3.BucketBlockedEncryptionTypesArgs>;
90416
92634
  /**
90417
92635
  * Specifies whether Amazon S3 should use an S3 Bucket Key with server-side encryption using KMS (SSE-KMS) for new objects in the bucket. Existing objects are not affected. Setting the ``BucketKeyEnabled`` element to ``true`` causes Amazon S3 to use an S3 Bucket Key. By default, S3 Bucket Key is not enabled.
90418
92636
  * For more information, see [Amazon S3 Bucket Keys](https://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-key.html) in the *Amazon S3 User Guide*.
@@ -90603,6 +92821,7 @@ export declare namespace s3 {
90603
92821
  * This property contains the details of account-level advanced data protection metrics for S3 Storage Lens.
90604
92822
  */
90605
92823
  advancedDataProtectionMetrics?: pulumi.Input<inputs.s3.StorageLensAdvancedDataProtectionMetricsArgs>;
92824
+ advancedPerformanceMetrics?: pulumi.Input<inputs.s3.StorageLensAdvancedPerformanceMetricsArgs>;
90606
92825
  /**
90607
92826
  * This property contains the details of the account-level bucket-level configurations for Amazon S3 Storage Lens. To enable bucket-level configurations, make sure to also set the same metrics at the account level.
90608
92827
  */
@@ -90643,6 +92862,15 @@ export declare namespace s3 {
90643
92862
  */
90644
92863
  isEnabled?: pulumi.Input<boolean>;
90645
92864
  }
92865
+ /**
92866
+ * Advanced Performance Metrics.
92867
+ */
92868
+ interface StorageLensAdvancedPerformanceMetricsArgs {
92869
+ /**
92870
+ * Specifies whether the Advanced Performance Metrics is enabled or disabled.
92871
+ */
92872
+ isEnabled?: pulumi.Input<boolean>;
92873
+ }
90646
92874
  /**
90647
92875
  * The AWS Organizations ARN to use in the Amazon S3 Storage Lens configuration.
90648
92876
  */
@@ -90668,6 +92896,7 @@ export declare namespace s3 {
90668
92896
  * A property for bucket-level advanced data protection metrics for S3 Storage Lens.
90669
92897
  */
90670
92898
  advancedDataProtectionMetrics?: pulumi.Input<inputs.s3.StorageLensAdvancedDataProtectionMetricsArgs>;
92899
+ advancedPerformanceMetrics?: pulumi.Input<inputs.s3.StorageLensAdvancedPerformanceMetricsArgs>;
90671
92900
  /**
90672
92901
  * A property for bucket-level detailed status code metrics for S3 Storage Lens.
90673
92902
  */
@@ -90719,6 +92948,7 @@ export declare namespace s3 {
90719
92948
  * This property contains the details of the bucket and or Regions excluded for Amazon S3 Storage Lens configuration.
90720
92949
  */
90721
92950
  exclude?: pulumi.Input<inputs.s3.StorageLensBucketsAndRegionsArgs>;
92951
+ expandedPrefixesDataExport?: pulumi.Input<inputs.s3.StorageLensExpandedPrefixesDataExportArgs>;
90722
92952
  /**
90723
92953
  * This property contains the details of the ID of the S3 Storage Lens configuration.
90724
92954
  */
@@ -90731,6 +92961,10 @@ export declare namespace s3 {
90731
92961
  * Specifies whether the Amazon S3 Storage Lens configuration is enabled or disabled.
90732
92962
  */
90733
92963
  isEnabled: pulumi.Input<boolean>;
92964
+ /**
92965
+ * The delimiter to divide S3 key into hierarchy of prefixes.
92966
+ */
92967
+ prefixDelimiter?: pulumi.Input<string>;
90734
92968
  /**
90735
92969
  * The ARN for the Amazon S3 Storage Lens configuration.
90736
92970
  */
@@ -90763,6 +92997,12 @@ export declare namespace s3 {
90763
92997
  */
90764
92998
  interface StorageLensEncryptionArgs {
90765
92999
  }
93000
+ /**
93001
+ * Expanded Prefixes Data Export.
93002
+ */
93003
+ interface StorageLensExpandedPrefixesDataExportArgs {
93004
+ s3BucketDestination?: pulumi.Input<inputs.s3.StorageLensS3BucketDestinationArgs>;
93005
+ }
90766
93006
  /**
90767
93007
  * The Storage Lens group will include objects that match all of the specified filter values.
90768
93008
  */
@@ -91251,6 +93491,15 @@ export declare namespace s3tables {
91251
93491
  */
91252
93492
  sseAlgorithm?: pulumi.Input<enums.s3tables.TableBucketEncryptionConfigurationSseAlgorithm>;
91253
93493
  }
93494
+ /**
93495
+ * Settings governing the Metric configuration for the table bucket.
93496
+ */
93497
+ interface TableBucketMetricsConfigurationArgs {
93498
+ /**
93499
+ * Indicates whether Metrics are enabled.
93500
+ */
93501
+ status?: pulumi.Input<enums.s3tables.TableBucketMetricsConfigurationStatus>;
93502
+ }
91254
93503
  /**
91255
93504
  * A policy document containing permissions to add to the specified table bucket. In IAM, you must provide policy documents in JSON format. However, in CloudFormation you can provide the policy in JSON or YAML format because CloudFormation converts YAML to JSON before submitting it to IAM.
91256
93505
  */
@@ -91499,6 +93748,13 @@ export declare namespace sagemaker {
91499
93748
  */
91500
93749
  mode: pulumi.Input<enums.sagemaker.ClusterAutoScalingConfigMode>;
91501
93750
  }
93751
+ /**
93752
+ * Specifies the capacity requirements configuration for an instance group
93753
+ */
93754
+ interface ClusterCapacityRequirementsArgs {
93755
+ onDemand?: pulumi.Input<inputs.sagemaker.ClusterOnDemandOptionsArgs>;
93756
+ spot?: pulumi.Input<inputs.sagemaker.ClusterSpotOptionsArgs>;
93757
+ }
91502
93758
  /**
91503
93759
  * The configuration of the size measurements of the AMI update. Using this configuration, you can specify whether SageMaker should update your instance group by an amount or percentage of instances.
91504
93760
  */
@@ -91546,6 +93802,7 @@ export declare namespace sagemaker {
91546
93802
  * Details of an instance group in a SageMaker HyperPod cluster.
91547
93803
  */
91548
93804
  interface ClusterInstanceGroupArgs {
93805
+ capacityRequirements?: pulumi.Input<inputs.sagemaker.ClusterCapacityRequirementsArgs>;
91549
93806
  /**
91550
93807
  * The number of instances that are currently in the instance group of a SageMaker HyperPod cluster.
91551
93808
  */
@@ -91559,6 +93816,7 @@ export declare namespace sagemaker {
91559
93816
  instanceGroupName: pulumi.Input<string>;
91560
93817
  instanceStorageConfigs?: pulumi.Input<pulumi.Input<inputs.sagemaker.ClusterInstanceStorageConfigArgs>[]>;
91561
93818
  instanceType: pulumi.Input<string>;
93819
+ kubernetesConfig?: pulumi.Input<inputs.sagemaker.ClusterKubernetesConfigArgs>;
91562
93820
  lifeCycleConfig: pulumi.Input<inputs.sagemaker.ClusterLifeCycleConfigArgs>;
91563
93821
  onStartDeepHealthChecks?: pulumi.Input<pulumi.Input<enums.sagemaker.ClusterDeepHealthCheckType>[]>;
91564
93822
  overrideVpcConfig?: pulumi.Input<inputs.sagemaker.ClusterVpcConfigArgs>;
@@ -91577,6 +93835,32 @@ export declare namespace sagemaker {
91577
93835
  */
91578
93836
  interface ClusterInstanceStorageConfigArgs {
91579
93837
  }
93838
+ /**
93839
+ * Kubernetes configuration for cluster nodes including labels and taints.
93840
+ */
93841
+ interface ClusterKubernetesConfigArgs {
93842
+ labels?: pulumi.Input<{
93843
+ [key: string]: pulumi.Input<string>;
93844
+ }>;
93845
+ taints?: pulumi.Input<pulumi.Input<inputs.sagemaker.ClusterKubernetesTaintArgs>[]>;
93846
+ }
93847
+ /**
93848
+ * A Kubernetes taint to apply to cluster nodes.
93849
+ */
93850
+ interface ClusterKubernetesTaintArgs {
93851
+ /**
93852
+ * The effect of the taint.
93853
+ */
93854
+ effect: pulumi.Input<enums.sagemaker.ClusterKubernetesTaintEffect>;
93855
+ /**
93856
+ * The key of the taint.
93857
+ */
93858
+ key: pulumi.Input<string>;
93859
+ /**
93860
+ * The value of the taint.
93861
+ */
93862
+ value?: pulumi.Input<string>;
93863
+ }
91580
93864
  /**
91581
93865
  * The lifecycle configuration for a SageMaker HyperPod cluster.
91582
93866
  */
@@ -91590,6 +93874,11 @@ export declare namespace sagemaker {
91590
93874
  */
91591
93875
  sourceS3Uri: pulumi.Input<string>;
91592
93876
  }
93877
+ /**
93878
+ * Options for OnDemand capacity
93879
+ */
93880
+ interface ClusterOnDemandOptionsArgs {
93881
+ }
91593
93882
  /**
91594
93883
  * Specifies parameter(s) specific to the orchestrator, e.g. specify the EKS cluster.
91595
93884
  */
@@ -91653,6 +93942,11 @@ export declare namespace sagemaker {
91653
93942
  */
91654
93943
  scheduleExpression: pulumi.Input<string>;
91655
93944
  }
93945
+ /**
93946
+ * Options for Spot capacity
93947
+ */
93948
+ interface ClusterSpotOptionsArgs {
93949
+ }
91656
93950
  /**
91657
93951
  * Configuration for tiered storage in the SageMaker HyperPod cluster.
91658
93952
  */
@@ -96504,6 +98798,19 @@ export declare namespace scheduler {
96504
98798
  }
96505
98799
  }
96506
98800
  export declare namespace secretsmanager {
98801
+ /**
98802
+ * The metadata needed to successfully rotate a managed external secret. Each metadata item is a key and value pair of strings in a JSON text string.
98803
+ */
98804
+ interface RotationScheduleExternalSecretRotationMetadataItemArgs {
98805
+ /**
98806
+ * The key name of the metadata item. You can specify a value that's 1 to 256 characters in length.
98807
+ */
98808
+ key: pulumi.Input<string>;
98809
+ /**
98810
+ * The value for the metadata item. You can specify a value that's 1 to 2048 characters in length.
98811
+ */
98812
+ value: pulumi.Input<string>;
98813
+ }
96507
98814
  interface RotationScheduleHostedRotationLambdaArgs {
96508
98815
  /**
96509
98816
  * A string of the characters that you don't want in the password.
@@ -96885,13 +99192,13 @@ export declare namespace securityhub {
96885
99192
  /**
96886
99193
  * A timestamp that provides the end date for the date filter.
96887
99194
  *
96888
- * For more information about the validation and formatting of timestamp fields in AWS Security Hub , see [Timestamps](https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps) .
99195
+ * For more information about the validation and formatting of timestamp fields in Security Hub , see [Timestamps](https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps) .
96889
99196
  */
96890
99197
  end?: pulumi.Input<string>;
96891
99198
  /**
96892
99199
  * A timestamp that provides the start date for the date filter.
96893
99200
  *
96894
- * For more information about the validation and formatting of timestamp fields in AWS Security Hub , see [Timestamps](https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps) .
99201
+ * For more information about the validation and formatting of timestamp fields in Security Hub , see [Timestamps](https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps) .
96895
99202
  */
96896
99203
  start?: pulumi.Input<string>;
96897
99204
  }
@@ -97849,13 +100156,13 @@ export declare namespace securityhub {
97849
100156
  /**
97850
100157
  * A timestamp that provides the end date for the date filter.
97851
100158
  *
97852
- * For more information about the validation and formatting of timestamp fields in AWS Security Hub , see [Timestamps](https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps) .
100159
+ * For more information about the validation and formatting of timestamp fields in Security Hub , see [Timestamps](https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps) .
97853
100160
  */
97854
100161
  end?: pulumi.Input<string>;
97855
100162
  /**
97856
100163
  * A timestamp that provides the start date for the date filter.
97857
100164
  *
97858
- * For more information about the validation and formatting of timestamp fields in AWS Security Hub , see [Timestamps](https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps) .
100165
+ * For more information about the validation and formatting of timestamp fields in Security Hub , see [Timestamps](https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps) .
97859
100166
  */
97860
100167
  start?: pulumi.Input<string>;
97861
100168
  }
@@ -97958,7 +100265,7 @@ export declare namespace securityhub {
97958
100265
  * - `ResourceType NOT_EQUALS AwsIamPolicy`
97959
100266
  * - `ResourceType NOT_EQUALS AwsEc2NetworkInterface`
97960
100267
  *
97961
- * `CONTAINS` and `NOT_CONTAINS` operators can be used only with automation rules V1. `CONTAINS_WORD` operator is only supported in `GetFindingsV2` , `GetFindingStatisticsV2` , `GetResourcesV2` , and `GetResourceStatisticsV2` APIs. For more information, see [Automation rules](https://docs.aws.amazon.com/securityhub/latest/userguide/automation-rules.html) in the *AWS Security Hub User Guide* .
100268
+ * `CONTAINS` and `NOT_CONTAINS` operators can be used only with automation rules V1. `CONTAINS_WORD` operator is only supported in `GetFindingsV2` , `GetFindingStatisticsV2` , `GetResourcesV2` , and `GetResourceStatisticsV2` APIs. For more information, see [Automation rules](https://docs.aws.amazon.com/securityhub/latest/userguide/automation-rules.html) in the *Security Hub User Guide* .
97962
100269
  */
97963
100270
  comparison: pulumi.Input<enums.securityhub.InsightStringFilterComparison>;
97964
100271
  /**
@@ -97972,7 +100279,7 @@ export declare namespace securityhub {
97972
100279
  */
97973
100280
  value?: pulumi.Input<inputs.securityhub.SecurityControlParameterValueArgs>;
97974
100281
  /**
97975
- * Identifies whether a control parameter uses a custom user-defined value or subscribes to the default AWS Security Hub behavior.
100282
+ * Identifies whether a control parameter uses a custom user-defined value or subscribes to the default Security Hub behavior.
97976
100283
  *
97977
100284
  * When `ValueType` is set equal to `DEFAULT` , the default behavior can be a specific Security Hub default value, or the default behavior can be to ignore a specific parameter. When `ValueType` is set equal to `DEFAULT` , Security Hub ignores user-provided input for the `Value` field.
97978
100285
  *
@@ -98169,7 +100476,7 @@ export declare namespace securitylake {
98169
100476
  export declare namespace servicecatalog {
98170
100477
  interface CloudFormationProductCodeStarParametersArgs {
98171
100478
  /**
98172
- * The absolute path where the artifact resides within the repo and branch, formatted as "folder/file.json".
100479
+ * The absolute path wehre the artifact resides within the repo and branch, formatted as "folder/file.json."
98173
100480
  */
98174
100481
  artifactPath: pulumi.Input<string>;
98175
100482
  /**
@@ -98181,10 +100488,16 @@ export declare namespace servicecatalog {
98181
100488
  */
98182
100489
  connectionArn: pulumi.Input<string>;
98183
100490
  /**
98184
- * The specific repository where the product's artifact-to-be-synced resides, formatted as "Account/Repo."
100491
+ * The specific repository where the products artifact-to-be-synced resides, formatted as "Account/Repo."
98185
100492
  */
98186
100493
  repository: pulumi.Input<string>;
98187
100494
  }
100495
+ interface CloudFormationProductConnectionParametersArgs {
100496
+ /**
100497
+ * Provides `ConnectionType` details.
100498
+ */
100499
+ codeStar?: pulumi.Input<inputs.servicecatalog.CloudFormationProductCodeStarParametersArgs>;
100500
+ }
98188
100501
  interface CloudFormationProductProvisioningArtifactPropertiesArgs {
98189
100502
  /**
98190
100503
  * The description of the provisioning artifact, including how it differs from the previous provisioning artifact.
@@ -98195,55 +100508,39 @@ export declare namespace servicecatalog {
98195
100508
  */
98196
100509
  disableTemplateValidation?: pulumi.Input<boolean>;
98197
100510
  /**
98198
- * Specify the template source with one of the following options, but not both. Keys accepted: [ LoadTemplateFromURL, ImportFromPhysicalId ] The URL of the AWS CloudFormation template in Amazon S3 in JSON format. Specify the URL in JSON format as follows:
100511
+ * Specify the template source with one of the following options, but not both. Keys accepted: [ `LoadTemplateFromURL` , `ImportFromPhysicalId` ]
98199
100512
  *
98200
- * "LoadTemplateFromURL": "https://s3.amazonaws.com/cf-templates-ozkq9d3hgiq2-us-east-1/..."
100513
+ * The URL of the AWS CloudFormation template in Amazon S3 in JSON format. Specify the URL in JSON format as follows:
98201
100514
  *
98202
- * ImportFromPhysicalId: The physical id of the resource that contains the template. Currently only supports AWS CloudFormation stack arn. Specify the physical id in JSON format as follows: ImportFromPhysicalId: "arn:aws:cloudformation:[us-east-1]:[accountId]:stack/[StackName]/[resourceId]
100515
+ * `"LoadTemplateFromURL": "https://s3.amazonaws.com/cf-templates-ozkq9d3hgiq2-us-east-1/..."`
100516
+ *
100517
+ * `ImportFromPhysicalId` : The physical id of the resource that contains the template. Currently only supports AWS CloudFormation stack arn. Specify the physical id in JSON format as follows: `ImportFromPhysicalId: "arn:aws:cloudformation:[us-east-1]:[accountId]:stack/[StackName]/[resourceId]`
98203
100518
  */
98204
- info: pulumi.Input<inputs.servicecatalog.CloudFormationProductProvisioningArtifactPropertiesInfoPropertiesArgs>;
100519
+ info: any;
98205
100520
  /**
98206
100521
  * The name of the provisioning artifact (for example, v1 v2beta). No spaces are allowed.
98207
100522
  */
98208
100523
  name?: pulumi.Input<string>;
98209
100524
  /**
98210
- * The type of provisioning artifact. Valid values are CLOUD_FORMATION_TEMPLATE, TERRAFORM_OPEN_SOURCE, TERRAFORM_CLOUD, EXTERNAL
98211
- */
98212
- type?: pulumi.Input<enums.servicecatalog.CloudFormationProductProvisioningArtifactPropertiesType>;
98213
- }
98214
- /**
98215
- * Specify the template source with one of the following options, but not both. Keys accepted: [ LoadTemplateFromURL, ImportFromPhysicalId ] The URL of the AWS CloudFormation template in Amazon S3 in JSON format. Specify the URL in JSON format as follows:
98216
- *
98217
- * "LoadTemplateFromURL": "https://s3.amazonaws.com/cf-templates-ozkq9d3hgiq2-us-east-1/..."
98218
- *
98219
- * ImportFromPhysicalId: The physical id of the resource that contains the template. Currently only supports AWS CloudFormation stack arn. Specify the physical id in JSON format as follows: ImportFromPhysicalId: "arn:aws:cloudformation:[us-east-1]:[accountId]:stack/[StackName]/[resourceId]
98220
- */
98221
- interface CloudFormationProductProvisioningArtifactPropertiesInfoPropertiesArgs {
98222
- /**
98223
- * The physical id of the resource that contains the template. Currently only supports AWS CloudFormation stack arn
98224
- */
98225
- importFromPhysicalId?: pulumi.Input<string>;
98226
- /**
98227
- * The URL of the AWS CloudFormation template in Amazon S3 in JSON format.
100525
+ * The type of provisioning artifact.
100526
+ *
100527
+ * - `CLOUD_FORMATION_TEMPLATE` - AWS CloudFormation template
100528
+ * - `TERRAFORM_OPEN_SOURCE` - Terraform Open Source configuration file
100529
+ * - `TERRAFORM_CLOUD` - Terraform Cloud configuration file
100530
+ * - `EXTERNAL` - External configuration file
98228
100531
  */
98229
- loadTemplateFromUrl?: pulumi.Input<string>;
100532
+ type?: pulumi.Input<string>;
98230
100533
  }
98231
100534
  interface CloudFormationProductSourceConnectionArgs {
98232
100535
  /**
98233
- * The connection details based on the connection Type.
100536
+ * The connection details based on the connection `Type` .
98234
100537
  */
98235
- connectionParameters: pulumi.Input<inputs.servicecatalog.CloudFormationProductSourceConnectionConnectionParametersPropertiesArgs>;
100538
+ connectionParameters: pulumi.Input<inputs.servicecatalog.CloudFormationProductConnectionParametersArgs>;
98236
100539
  /**
98237
- * The only supported SourceConnection type is Codestar.
100540
+ * The only supported `SourceConnection` type is Codestar.
98238
100541
  */
98239
100542
  type: pulumi.Input<string>;
98240
100543
  }
98241
- /**
98242
- * The connection details based on the connection Type.
98243
- */
98244
- interface CloudFormationProductSourceConnectionConnectionParametersPropertiesArgs {
98245
- codeStar?: pulumi.Input<inputs.servicecatalog.CloudFormationProductCodeStarParametersArgs>;
98246
- }
98247
100544
  interface CloudFormationProvisionedProductProvisioningParameterArgs {
98248
100545
  /**
98249
100546
  * The parameter key.
@@ -99617,7 +101914,7 @@ export declare namespace ssmguiconnect {
99617
101914
  */
99618
101915
  interface ConnectionRecordingPreferencesPropertiesArgs {
99619
101916
  /**
99620
- * The ARN of a AWS KMS key that is used to encrypt data while it is being processed by the service. This key must exist in the same AWS Region as the node you start an RDP connection to.
101917
+ * The ARN of a AWS key that is used to encrypt data while it is being processed by the service. This key must exist in the same AWS Region as the node you start an RDP connection to.
99621
101918
  */
99622
101919
  kmsKeyArn: pulumi.Input<string>;
99623
101920
  /**
@@ -99673,7 +101970,7 @@ export declare namespace ssmincidents {
99673
101970
  */
99674
101971
  interface ResponsePlanChatChannelArgs {
99675
101972
  /**
99676
- * The Amazon SNS targets that uses to notify the chat channel of updates to an incident. You can also make updates to the incident through the chat channel by using the Amazon SNS topics
101973
+ * The Amazon targets that uses to notify the chat channel of updates to an incident. You can also make updates to the incident through the chat channel by using the Amazon topics
99677
101974
  */
99678
101975
  chatbotSns?: pulumi.Input<pulumi.Input<string>[]>;
99679
101976
  }
@@ -99739,7 +102036,7 @@ export declare namespace ssmincidents {
99739
102036
  */
99740
102037
  interface ResponsePlanNotificationTargetItemArgs {
99741
102038
  /**
99742
- * The Amazon Resource Name (ARN) of the Amazon SNS topic.
102039
+ * The Amazon Resource Name (ARN) of the Amazon topic.
99743
102040
  */
99744
102041
  snsTopicArn?: pulumi.Input<string>;
99745
102042
  }
@@ -99935,7 +102232,7 @@ export declare namespace ssmquicksetup {
99935
102232
  * - Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
99936
102233
  * - **DevOps Guru (Type: AWS QuickSetupType-DevOpsGuru)** - - `AnalyseAllResources`
99937
102234
  *
99938
- * - Description: (Optional) A boolean value that determines whether DevOps Guru analyzes all AWS CloudFormation stacks in the account. The default value is " `false` ".
102235
+ * - Description: (Optional) A boolean value that determines whether DevOps Guru analyzes all CloudFormation stacks in the account. The default value is " `false` ".
99939
102236
  * - `EnableSnsNotifications`
99940
102237
  *
99941
102238
  * - Description: (Optional) A boolean value that determines whether DevOps Guru sends notifications when an insight is created. The default value is " `true` ".
@@ -100229,7 +102526,7 @@ export declare namespace stepfunctions {
100229
102526
  */
100230
102527
  kmsDataKeyReusePeriodSeconds?: pulumi.Input<number>;
100231
102528
  /**
100232
- * An alias, alias ARN, key ID, or key ARN of a symmetric encryption AWS KMS key to encrypt data. To specify a AWS KMS key in a different AWS account, you must use the key ARN or alias ARN.
102529
+ * An alias, alias ARN, key ID, or key ARN of a symmetric encryption AWS key to encrypt data. To specify a AWS key in a different AWS account, you must use the key ARN or alias ARN.
100233
102530
  */
100234
102531
  kmsKeyId?: pulumi.Input<string>;
100235
102532
  /**
@@ -100288,7 +102585,7 @@ export declare namespace stepfunctions {
100288
102585
  */
100289
102586
  kmsDataKeyReusePeriodSeconds?: pulumi.Input<number>;
100290
102587
  /**
100291
- * An alias, alias ARN, key ID, or key ARN of a symmetric encryption AWS KMS key to encrypt data. To specify a AWS KMS key in a different AWS account, you must use the key ARN or alias ARN.
102588
+ * An alias, alias ARN, key ID, or key ARN of a symmetric encryption AWS key to encrypt data. To specify a AWS key in a different AWS account, you must use the key ARN or alias ARN.
100292
102589
  */
100293
102590
  kmsKeyId?: pulumi.Input<string>;
100294
102591
  /**
@@ -100298,7 +102595,7 @@ export declare namespace stepfunctions {
100298
102595
  }
100299
102596
  interface StateMachineLogDestinationArgs {
100300
102597
  /**
100301
- * An object describing a CloudWatch log group. For more information, see [AWS::Logs::LogGroup](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html) in the AWS CloudFormation User Guide.
102598
+ * An object describing a CloudWatch log group. For more information, see [AWS::Logs::LogGroup](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html) in the CloudFormation User Guide.
100302
102599
  */
100303
102600
  cloudWatchLogsLogGroup?: pulumi.Input<inputs.stepfunctions.StateMachineCloudWatchLogsLogGroupArgs>;
100304
102601
  }
@@ -101562,6 +103859,16 @@ export declare namespace vpclattice {
101562
103859
  */
101563
103860
  enabled: pulumi.Input<boolean>;
101564
103861
  }
103862
+ interface ServiceNetworkVpcAssociationDnsOptionsArgs {
103863
+ /**
103864
+ * The preference for which private domains have a private hosted zone created for and associated with the specified VPC. Only supported when private DNS is enabled and when the VPC endpoint type is ServiceNetwork or Resource.
103865
+ */
103866
+ privateDnsPreference?: pulumi.Input<enums.vpclattice.ServiceNetworkVpcAssociationDnsOptionsPrivateDnsPreference>;
103867
+ /**
103868
+ * Indicates which of the private domains to create private hosted zones for and associate with the specified VPC. Only supported when private DNS is enabled and the private DNS preference is `VERIFIED_DOMAINS_AND_SPECIFIED_DOMAINS` or `SPECIFIED_DOMAINS_ONLY` .
103869
+ */
103870
+ privateDnsSpecifiedDomains?: pulumi.Input<pulumi.Input<string>[]>;
103871
+ }
101565
103872
  interface TargetGroupConfigArgs {
101566
103873
  /**
101567
103874
  * The health check configuration. Not supported if the target group type is `LAMBDA` or `ALB` .
@@ -104834,6 +107141,15 @@ export declare namespace wisdom {
104834
107141
  interface AiAgentAiAgentConfiguration2PropertiesArgs {
104835
107142
  selfServiceAiAgentConfiguration: pulumi.Input<inputs.wisdom.AiAgentSelfServiceAiAgentConfigurationArgs>;
104836
107143
  }
107144
+ interface AiAgentAiAgentConfiguration3PropertiesArgs {
107145
+ emailResponseAiAgentConfiguration: pulumi.Input<inputs.wisdom.AiAgentEmailResponseAiAgentConfigurationArgs>;
107146
+ }
107147
+ interface AiAgentAiAgentConfiguration4PropertiesArgs {
107148
+ emailOverviewAiAgentConfiguration: pulumi.Input<inputs.wisdom.AiAgentEmailOverviewAiAgentConfigurationArgs>;
107149
+ }
107150
+ interface AiAgentAiAgentConfiguration5PropertiesArgs {
107151
+ emailGenerativeAnswerAiAgentConfiguration: pulumi.Input<inputs.wisdom.AiAgentEmailGenerativeAnswerAiAgentConfigurationArgs>;
107152
+ }
104837
107153
  interface AiAgentAnswerRecommendationAiAgentConfigurationArgs {
104838
107154
  answerGenerationAiGuardrailId?: pulumi.Input<string>;
104839
107155
  answerGenerationAiPromptId?: pulumi.Input<string>;
@@ -104850,6 +107166,22 @@ export declare namespace wisdom {
104850
107166
  interface AiAgentAssociationConfigurationDataPropertiesArgs {
104851
107167
  knowledgeBaseAssociationConfigurationData: pulumi.Input<inputs.wisdom.AiAgentKnowledgeBaseAssociationConfigurationDataArgs>;
104852
107168
  }
107169
+ interface AiAgentEmailGenerativeAnswerAiAgentConfigurationArgs {
107170
+ associationConfigurations?: pulumi.Input<pulumi.Input<inputs.wisdom.AiAgentAssociationConfigurationArgs>[]>;
107171
+ emailGenerativeAnswerAiPromptId?: pulumi.Input<string>;
107172
+ emailQueryReformulationAiPromptId?: pulumi.Input<string>;
107173
+ locale?: pulumi.Input<string>;
107174
+ }
107175
+ interface AiAgentEmailOverviewAiAgentConfigurationArgs {
107176
+ emailOverviewAiPromptId?: pulumi.Input<string>;
107177
+ locale?: pulumi.Input<string>;
107178
+ }
107179
+ interface AiAgentEmailResponseAiAgentConfigurationArgs {
107180
+ associationConfigurations?: pulumi.Input<pulumi.Input<inputs.wisdom.AiAgentAssociationConfigurationArgs>[]>;
107181
+ emailQueryReformulationAiPromptId?: pulumi.Input<string>;
107182
+ emailResponseAiPromptId?: pulumi.Input<string>;
107183
+ locale?: pulumi.Input<string>;
107184
+ }
104853
107185
  interface AiAgentKnowledgeBaseAssociationConfigurationDataArgs {
104854
107186
  contentTagFilter?: pulumi.Input<inputs.wisdom.AiAgentTagFilter0PropertiesArgs | inputs.wisdom.AiAgentTagFilter1PropertiesArgs | inputs.wisdom.AiAgentTagFilter2PropertiesArgs>;
104855
107187
  maxResults?: pulumi.Input<number>;
@@ -105839,6 +108171,20 @@ export declare namespace workspacesthinclient {
105839
108171
  }
105840
108172
  }
105841
108173
  export declare namespace workspacesweb {
108174
+ interface BrowserSettingsWebContentFilteringPolicyArgs {
108175
+ /**
108176
+ * URLs and domains that are always accessible to end users.
108177
+ */
108178
+ allowedUrls?: pulumi.Input<pulumi.Input<string>[]>;
108179
+ /**
108180
+ * Categories of websites that are blocked on the end user's browsers.
108181
+ */
108182
+ blockedCategories?: pulumi.Input<pulumi.Input<enums.workspacesweb.BrowserSettingsCategory>[]>;
108183
+ /**
108184
+ * URLs and domains that end users cannot access.
108185
+ */
108186
+ blockedUrls?: pulumi.Input<pulumi.Input<string>[]>;
108187
+ }
105842
108188
  interface DataProtectionSettingsCustomPatternArgs {
105843
108189
  /**
105844
108190
  * The keyword regex for the customer pattern. After there is a match to the pattern regex, the keyword regex is used to search within the proximity of the match. If there is a keyword match, then the match is confirmed. If no keyword regex is provided, the pattern regex match will automatically be confirmed. The format must follow JavaScript regex format. The pattern must be enclosed between slashes, and can have flags behind the second slash. For example, "/ab+c/gi"