@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/ecs/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../ecs/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAK7B,QAAA,gBAAgB,GAAyD,IAAW,CAAC;AAClG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,kBAAkB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC,CAAC;AAI1E,QAAA,OAAO,GAAuC,IAAW,CAAC;AACvE,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,SAAS,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC;AAIxD,QAAA,mCAAmC,GAA+F,IAAW,CAAC;AAC3J,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,qCAAqC,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,uCAAuC,CAAC,CAAC,CAAC;AAGhH,QAAA,mBAAmB,GAA+D,IAAW,CAAC;AAC9F,QAAA,yBAAyB,GAAqE,IAAW,CAAC;AACvH,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,qBAAqB,EAAC,2BAA2B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,uBAAuB,CAAC,CAAC,CAAC;AAG5G,QAAA,UAAU,GAA6C,IAAW,CAAC;AACnE,QAAA,gBAAgB,GAAmD,IAAW,CAAC;AAC5F,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,YAAY,EAAC,kBAAkB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,cAAc,CAAC,CAAC,CAAC;AAGjF,QAAA,sCAAsC,GAAqG,IAAW,CAAC;AACvJ,QAAA,4CAA4C,GAA2G,IAAW,CAAC;AAChL,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,wCAAwC,EAAC,8CAA8C,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,0CAA0C,CAAC,CAAC,CAAC;AAGrK,QAAA,iBAAiB,GAA2D,IAAW,CAAC;AACxF,QAAA,uBAAuB,GAAiE,IAAW,CAAC;AACjH,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,mBAAmB,EAAC,yBAAyB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,qBAAqB,CAAC,CAAC,CAAC;AAGtG,QAAA,UAAU,GAA6C,IAAW,CAAC;AACnE,QAAA,gBAAgB,GAAmD,IAAW,CAAC;AAC5F,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,YAAY,EAAC,kBAAkB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,cAAc,CAAC,CAAC,CAAC;AAGjF,QAAA,iBAAiB,GAA2D,IAAW,CAAC;AACxF,QAAA,uBAAuB,GAAiE,IAAW,CAAC;AACjH,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,mBAAmB,EAAC,yBAAyB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,qBAAqB,CAAC,CAAC,CAAC;AAGtG,QAAA,UAAU,GAA6C,IAAW,CAAC;AACnE,QAAA,gBAAgB,GAAmD,IAAW,CAAC;AAC5F,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,YAAY,EAAC,kBAAkB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,cAAc,CAAC,CAAC,CAAC;AAIjF,QAAA,cAAc,GAAqD,IAAW,CAAC;AAC5F,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,gBAAgB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,kBAAkB,CAAC,CAAC,CAAC;AAItE,QAAA,OAAO,GAAuC,IAAW,CAAC;AACvE,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,SAAS,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC;AAIxD,QAAA,cAAc,GAAqD,IAAW,CAAC;AAC5F,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,gBAAgB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,kBAAkB,CAAC,CAAC,CAAC;AAItE,QAAA,OAAO,GAAuC,IAAW,CAAC;AACvE,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,SAAS,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC;AAGrE,gBAAgB;AAChB,qDAAmC;AAEnC,MAAM,OAAO,GAAG;IACZ,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,SAAS,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAAmB,EAAE;QACpE,QAAQ,IAAI,EAAE;YACV,KAAK,iCAAiC;gBAClC,OAAO,IAAI,wBAAgB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC9D,KAAK,wBAAwB;gBACzB,OAAO,IAAI,eAAO,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACrD,KAAK,oDAAoD;gBACrD,OAAO,IAAI,2CAAmC,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACjF,KAAK,+BAA+B;gBAChC,OAAO,IAAI,sBAAc,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC5D,KAAK,wBAAwB;gBACzB,OAAO,IAAI,eAAO,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACrD,KAAK,+BAA+B;gBAChC,OAAO,IAAI,sBAAc,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC5D,KAAK,wBAAwB;gBACzB,OAAO,IAAI,eAAO,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACrD;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,KAAK,EAAE,OAAO,CAAC,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../ecs/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,112 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
3
+ import * as outputs from "../types/output";
4
+ import * as enums from "../types/enums";
5
+ /**
6
+ * Resource Type definition for EKS Capability.
7
+ */
8
+ export declare class Capability extends pulumi.CustomResource {
9
+ /**
10
+ * Get an existing Capability resource's state with the given name, ID, and optional extra
11
+ * properties used to qualify the lookup.
12
+ *
13
+ * @param name The _unique_ name of the resulting resource.
14
+ * @param id The _unique_ provider ID of the resource to lookup.
15
+ * @param opts Optional settings to control the behavior of the CustomResource.
16
+ */
17
+ static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): Capability;
18
+ /**
19
+ * Returns true if the given object is an instance of Capability. This is designed to work even
20
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
21
+ */
22
+ static isInstance(obj: any): obj is Capability;
23
+ /**
24
+ * The Amazon Resource Name (ARN) of the capability.
25
+ */
26
+ readonly arn: pulumi.Output<string>;
27
+ /**
28
+ * A unique name for the capability. The name must be unique within your cluster and can contain alphanumeric characters, hyphens, and underscores.
29
+ */
30
+ readonly capabilityName: pulumi.Output<string>;
31
+ /**
32
+ * The name of the EKS cluster where you want to create the capability.
33
+ */
34
+ readonly clusterName: pulumi.Output<string>;
35
+ /**
36
+ * The configuration settings for the capability. The structure of this object varies depending on the capability type. For Argo CD capabilities, you can configure IAM Identity Center integration, RBAC role mappings, and network access settings.
37
+ */
38
+ readonly configuration: pulumi.Output<outputs.eks.CapabilityConfiguration | undefined>;
39
+ /**
40
+ * The Unix epoch timestamp in seconds for when the capability was created.
41
+ */
42
+ readonly createdAt: pulumi.Output<string>;
43
+ /**
44
+ * Specifies how Kubernetes resources managed by the capability should be handled when the capability is deleted. Currently, the only supported value is RETAIN which retains all Kubernetes resources managed by the capability when the capability is deleted.
45
+ */
46
+ readonly deletePropagationPolicy: pulumi.Output<enums.eks.CapabilityDeletePropagationPolicy>;
47
+ /**
48
+ * The Unix epoch timestamp in seconds for when the capability was last modified.
49
+ */
50
+ readonly modifiedAt: pulumi.Output<string>;
51
+ /**
52
+ * The Amazon Resource Name (ARN) of the IAM role that the capability uses to interact with AWS services. This role must have a trust policy that allows the EKS service principal to assume it, and it must have the necessary permissions for the capability type you're creating.
53
+ */
54
+ readonly roleArn: pulumi.Output<string>;
55
+ /**
56
+ * The current status of the capability. Valid values include: CREATING (the capability is being created), ACTIVE (the capability is running and available), UPDATING (the capability is being updated), DELETING (the capability is being deleted), CREATE_FAILED (the capability creation failed), UPDATE_FAILED (the capability update failed), or DELETE_FAILED (the capability deletion failed).
57
+ */
58
+ readonly status: pulumi.Output<string>;
59
+ /**
60
+ * An array of key-value pairs to apply to this resource.
61
+ */
62
+ readonly tags: pulumi.Output<outputs.Tag[] | undefined>;
63
+ /**
64
+ * The type of capability to create. Valid values are: ACK (AWS Controllers for Kubernetes, which lets you manage AWS resources directly from Kubernetes), ARGOCD (Argo CD for GitOps-based continuous delivery), or KRO (Kube Resource Orchestrator for composing and managing custom Kubernetes resources).
65
+ */
66
+ readonly type: pulumi.Output<enums.eks.CapabilityType>;
67
+ /**
68
+ * The version of the capability software that is currently running.
69
+ */
70
+ readonly version: pulumi.Output<string>;
71
+ /**
72
+ * Create a Capability resource with the given unique name, arguments, and options.
73
+ *
74
+ * @param name The _unique_ name of the resource.
75
+ * @param args The arguments to use to populate this resource's properties.
76
+ * @param opts A bag of options that control this resource's behavior.
77
+ */
78
+ constructor(name: string, args: CapabilityArgs, opts?: pulumi.CustomResourceOptions);
79
+ }
80
+ /**
81
+ * The set of arguments for constructing a Capability resource.
82
+ */
83
+ export interface CapabilityArgs {
84
+ /**
85
+ * A unique name for the capability. The name must be unique within your cluster and can contain alphanumeric characters, hyphens, and underscores.
86
+ */
87
+ capabilityName?: pulumi.Input<string>;
88
+ /**
89
+ * The name of the EKS cluster where you want to create the capability.
90
+ */
91
+ clusterName: pulumi.Input<string>;
92
+ /**
93
+ * The configuration settings for the capability. The structure of this object varies depending on the capability type. For Argo CD capabilities, you can configure IAM Identity Center integration, RBAC role mappings, and network access settings.
94
+ */
95
+ configuration?: pulumi.Input<inputs.eks.CapabilityConfigurationArgs>;
96
+ /**
97
+ * Specifies how Kubernetes resources managed by the capability should be handled when the capability is deleted. Currently, the only supported value is RETAIN which retains all Kubernetes resources managed by the capability when the capability is deleted.
98
+ */
99
+ deletePropagationPolicy: pulumi.Input<enums.eks.CapabilityDeletePropagationPolicy>;
100
+ /**
101
+ * The Amazon Resource Name (ARN) of the IAM role that the capability uses to interact with AWS services. This role must have a trust policy that allows the EKS service principal to assume it, and it must have the necessary permissions for the capability type you're creating.
102
+ */
103
+ roleArn: pulumi.Input<string>;
104
+ /**
105
+ * An array of key-value pairs to apply to this resource.
106
+ */
107
+ tags?: pulumi.Input<pulumi.Input<inputs.TagArgs>[]>;
108
+ /**
109
+ * The type of capability to create. Valid values are: ACK (AWS Controllers for Kubernetes, which lets you manage AWS resources directly from Kubernetes), ARGOCD (Argo CD for GitOps-based continuous delivery), or KRO (Kube Resource Orchestrator for composing and managing custom Kubernetes resources).
110
+ */
111
+ type: pulumi.Input<enums.eks.CapabilityType>;
112
+ }
@@ -0,0 +1,92 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.Capability = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Resource Type definition for EKS Capability.
10
+ */
11
+ class Capability extends pulumi.CustomResource {
12
+ /**
13
+ * Get an existing Capability resource's state with the given name, ID, and optional extra
14
+ * properties used to qualify the lookup.
15
+ *
16
+ * @param name The _unique_ name of the resulting resource.
17
+ * @param id The _unique_ provider ID of the resource to lookup.
18
+ * @param opts Optional settings to control the behavior of the CustomResource.
19
+ */
20
+ static get(name, id, opts) {
21
+ return new Capability(name, undefined, { ...opts, id: id });
22
+ }
23
+ /**
24
+ * Returns true if the given object is an instance of Capability. This is designed to work even
25
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
26
+ */
27
+ static isInstance(obj) {
28
+ if (obj === undefined || obj === null) {
29
+ return false;
30
+ }
31
+ return obj['__pulumiType'] === Capability.__pulumiType;
32
+ }
33
+ /**
34
+ * Create a Capability resource with the given unique name, arguments, and options.
35
+ *
36
+ * @param name The _unique_ name of the resource.
37
+ * @param args The arguments to use to populate this resource's properties.
38
+ * @param opts A bag of options that control this resource's behavior.
39
+ */
40
+ constructor(name, args, opts) {
41
+ let resourceInputs = {};
42
+ opts = opts || {};
43
+ if (!opts.id) {
44
+ if (args?.clusterName === undefined && !opts.urn) {
45
+ throw new Error("Missing required property 'clusterName'");
46
+ }
47
+ if (args?.deletePropagationPolicy === undefined && !opts.urn) {
48
+ throw new Error("Missing required property 'deletePropagationPolicy'");
49
+ }
50
+ if (args?.roleArn === undefined && !opts.urn) {
51
+ throw new Error("Missing required property 'roleArn'");
52
+ }
53
+ if (args?.type === undefined && !opts.urn) {
54
+ throw new Error("Missing required property 'type'");
55
+ }
56
+ resourceInputs["capabilityName"] = args?.capabilityName;
57
+ resourceInputs["clusterName"] = args?.clusterName;
58
+ resourceInputs["configuration"] = args?.configuration;
59
+ resourceInputs["deletePropagationPolicy"] = args?.deletePropagationPolicy;
60
+ resourceInputs["roleArn"] = args?.roleArn;
61
+ resourceInputs["tags"] = args?.tags;
62
+ resourceInputs["type"] = args?.type;
63
+ resourceInputs["arn"] = undefined /*out*/;
64
+ resourceInputs["createdAt"] = undefined /*out*/;
65
+ resourceInputs["modifiedAt"] = undefined /*out*/;
66
+ resourceInputs["status"] = undefined /*out*/;
67
+ resourceInputs["version"] = undefined /*out*/;
68
+ }
69
+ else {
70
+ resourceInputs["arn"] = undefined /*out*/;
71
+ resourceInputs["capabilityName"] = undefined /*out*/;
72
+ resourceInputs["clusterName"] = undefined /*out*/;
73
+ resourceInputs["configuration"] = undefined /*out*/;
74
+ resourceInputs["createdAt"] = undefined /*out*/;
75
+ resourceInputs["deletePropagationPolicy"] = undefined /*out*/;
76
+ resourceInputs["modifiedAt"] = undefined /*out*/;
77
+ resourceInputs["roleArn"] = undefined /*out*/;
78
+ resourceInputs["status"] = undefined /*out*/;
79
+ resourceInputs["tags"] = undefined /*out*/;
80
+ resourceInputs["type"] = undefined /*out*/;
81
+ resourceInputs["version"] = undefined /*out*/;
82
+ }
83
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
84
+ const replaceOnChanges = { replaceOnChanges: ["capabilityName", "clusterName", "configuration.argoCd.awsIdc", "configuration.argoCd.namespace", "type"] };
85
+ opts = pulumi.mergeOptions(opts, replaceOnChanges);
86
+ super(Capability.__pulumiType, name, resourceInputs, opts);
87
+ }
88
+ }
89
+ exports.Capability = Capability;
90
+ /** @internal */
91
+ Capability.__pulumiType = 'aws-native:eks:Capability';
92
+ //# sourceMappingURL=capability.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"capability.js","sourceRoot":"","sources":["../../eks/capability.ts"],"names":[],"mappings":"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"}
package/eks/cluster.d.ts CHANGED
@@ -47,6 +47,10 @@ export declare class Cluster extends pulumi.CustomResource {
47
47
  * Indicates the current configuration of the compute capability on your EKS Auto Mode cluster. For example, if the capability is enabled or disabled. If the compute capability is enabled, EKS Auto Mode will create and delete EC2 Managed Instances in your AWS account. For more information, see EKS Auto Mode compute capability in the *Amazon EKS User Guide* .
48
48
  */
49
49
  readonly computeConfig: pulumi.Output<outputs.eks.ClusterComputeConfig | undefined>;
50
+ /**
51
+ * The control plane scaling tier configuration. For more information, see EKS Provisioned Control Plane in the Amazon EKS User Guide.
52
+ */
53
+ readonly controlPlaneScalingConfig: pulumi.Output<outputs.eks.ClusterControlPlaneScalingConfig | undefined>;
50
54
  /**
51
55
  * Set this value to true to enable deletion protection for the cluster.
52
56
  */
@@ -146,6 +150,10 @@ export interface ClusterArgs {
146
150
  * Indicates the current configuration of the compute capability on your EKS Auto Mode cluster. For example, if the capability is enabled or disabled. If the compute capability is enabled, EKS Auto Mode will create and delete EC2 Managed Instances in your AWS account. For more information, see EKS Auto Mode compute capability in the *Amazon EKS User Guide* .
147
151
  */
148
152
  computeConfig?: pulumi.Input<inputs.eks.ClusterComputeConfigArgs>;
153
+ /**
154
+ * The control plane scaling tier configuration. For more information, see EKS Provisioned Control Plane in the Amazon EKS User Guide.
155
+ */
156
+ controlPlaneScalingConfig?: pulumi.Input<inputs.eks.ClusterControlPlaneScalingConfigArgs>;
149
157
  /**
150
158
  * Set this value to true to enable deletion protection for the cluster.
151
159
  */
package/eks/cluster.js CHANGED
@@ -50,6 +50,7 @@ class Cluster extends pulumi.CustomResource {
50
50
  resourceInputs["accessConfig"] = args?.accessConfig;
51
51
  resourceInputs["bootstrapSelfManagedAddons"] = args?.bootstrapSelfManagedAddons;
52
52
  resourceInputs["computeConfig"] = args?.computeConfig;
53
+ resourceInputs["controlPlaneScalingConfig"] = args?.controlPlaneScalingConfig;
53
54
  resourceInputs["deletionProtection"] = args?.deletionProtection;
54
55
  resourceInputs["encryptionConfig"] = args?.encryptionConfig;
55
56
  resourceInputs["force"] = args?.force;
@@ -81,6 +82,7 @@ class Cluster extends pulumi.CustomResource {
81
82
  resourceInputs["certificateAuthorityData"] = undefined /*out*/;
82
83
  resourceInputs["clusterSecurityGroupId"] = undefined /*out*/;
83
84
  resourceInputs["computeConfig"] = undefined /*out*/;
85
+ resourceInputs["controlPlaneScalingConfig"] = undefined /*out*/;
84
86
  resourceInputs["deletionProtection"] = undefined /*out*/;
85
87
  resourceInputs["encryptionConfig"] = undefined /*out*/;
86
88
  resourceInputs["encryptionConfigKeyArn"] = undefined /*out*/;
@@ -1 +1 @@
1
- {"version":3,"file":"cluster.js","sourceRoot":"","sources":["../../eks/cluster.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"cluster.js","sourceRoot":"","sources":["../../eks/cluster.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,MAAa,OAAQ,SAAQ,MAAM,CAAC,cAAc;IAC9C;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,OAAO,CAAC,IAAI,EAAE,SAAgB,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACpE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,OAAO,CAAC,YAAY,CAAC;IACxD,CAAC;IA6GD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAAiB,EAAE,IAAmC;QAC5E,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,IAAI,IAAI,EAAE,kBAAkB,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACrD,MAAM,IAAI,KAAK,CAAC,gDAAgD,CAAC,CAAC;aACrE;YACD,IAAI,IAAI,EAAE,OAAO,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC1C,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,EAAE,YAAY,CAAC;YACpD,cAAc,CAAC,4BAA4B,CAAC,GAAG,IAAI,EAAE,0BAA0B,CAAC;YAChF,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,EAAE,aAAa,CAAC;YACtD,cAAc,CAAC,2BAA2B,CAAC,GAAG,IAAI,EAAE,yBAAyB,CAAC;YAC9E,cAAc,CAAC,oBAAoB,CAAC,GAAG,IAAI,EAAE,kBAAkB,CAAC;YAChE,cAAc,CAAC,kBAAkB,CAAC,GAAG,IAAI,EAAE,gBAAgB,CAAC;YAC5D,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,EAAE,KAAK,CAAC;YACtC,cAAc,CAAC,yBAAyB,CAAC,GAAG,IAAI,EAAE,uBAAuB,CAAC;YAC1E,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,EAAE,aAAa,CAAC;YACtD,cAAc,CAAC,qBAAqB,CAAC,GAAG,IAAI,EAAE,mBAAmB,CAAC;YAClE,cAAc,CAAC,oBAAoB,CAAC,GAAG,IAAI,EAAE,kBAAkB,CAAC;YAChE,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,EAAE,aAAa,CAAC;YACtD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,EAAE,aAAa,CAAC;YACtD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,kBAAkB,CAAC,GAAG,IAAI,EAAE,gBAAgB,CAAC;YAC5D,cAAc,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC1C,cAAc,CAAC,OAAO,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC5C,cAAc,CAAC,0BAA0B,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC/D,cAAc,CAAC,wBAAwB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC7D,cAAc,CAAC,wBAAwB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC7D,cAAc,CAAC,UAAU,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC/C,cAAc,CAAC,wBAAwB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAChE;aAAM;YACH,cAAc,CAAC,cAAc,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACnD,cAAc,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC1C,cAAc,CAAC,OAAO,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC5C,cAAc,CAAC,4BAA4B,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjE,cAAc,CAAC,0BAA0B,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC/D,cAAc,CAAC,wBAAwB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC7D,cAAc,CAAC,eAAe,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACpD,cAAc,CAAC,2BAA2B,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChE,cAAc,CAAC,oBAAoB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACzD,cAAc,CAAC,kBAAkB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACvD,cAAc,CAAC,wBAAwB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC7D,cAAc,CAAC,UAAU,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC/C,cAAc,CAAC,OAAO,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC5C,cAAc,CAAC,yBAAyB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC9D,cAAc,CAAC,SAAS,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC9C,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,wBAAwB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC7D,cAAc,CAAC,eAAe,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACpD,cAAc,CAAC,qBAAqB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC1D,cAAc,CAAC,oBAAoB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACzD,cAAc,CAAC,SAAS,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC9C,cAAc,CAAC,eAAe,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACpD,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,eAAe,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACpD,cAAc,CAAC,SAAS,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC9C,cAAc,CAAC,kBAAkB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC1D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,gBAAgB,GAAG,EAAE,gBAAgB,EAAE,CAAC,sDAAsD,EAAE,4BAA4B,EAAE,qBAAqB,EAAE,kCAAkC,EAAE,yCAAyC,EAAE,MAAM,EAAE,eAAe,EAAE,SAAS,CAAC,EAAE,CAAC;QAChR,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,gBAAgB,CAAC,CAAC;QACnD,KAAK,CAAC,OAAO,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC5D,CAAC;;AAjNL,0BAkNC;AArMG,gBAAgB;AACO,oBAAY,GAAG,wBAAwB,CAAC"}
@@ -0,0 +1,61 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ import * as enums from "../types/enums";
4
+ /**
5
+ * Resource Type definition for EKS Capability.
6
+ */
7
+ export declare function getCapability(args: GetCapabilityArgs, opts?: pulumi.InvokeOptions): Promise<GetCapabilityResult>;
8
+ export interface GetCapabilityArgs {
9
+ /**
10
+ * The Amazon Resource Name (ARN) of the capability.
11
+ */
12
+ arn: string;
13
+ }
14
+ export interface GetCapabilityResult {
15
+ /**
16
+ * The Amazon Resource Name (ARN) of the capability.
17
+ */
18
+ readonly arn?: string;
19
+ /**
20
+ * The configuration settings for the capability. The structure of this object varies depending on the capability type. For Argo CD capabilities, you can configure IAM Identity Center integration, RBAC role mappings, and network access settings.
21
+ */
22
+ readonly configuration?: outputs.eks.CapabilityConfiguration;
23
+ /**
24
+ * The Unix epoch timestamp in seconds for when the capability was created.
25
+ */
26
+ readonly createdAt?: string;
27
+ /**
28
+ * Specifies how Kubernetes resources managed by the capability should be handled when the capability is deleted. Currently, the only supported value is RETAIN which retains all Kubernetes resources managed by the capability when the capability is deleted.
29
+ */
30
+ readonly deletePropagationPolicy?: enums.eks.CapabilityDeletePropagationPolicy;
31
+ /**
32
+ * The Unix epoch timestamp in seconds for when the capability was last modified.
33
+ */
34
+ readonly modifiedAt?: string;
35
+ /**
36
+ * The Amazon Resource Name (ARN) of the IAM role that the capability uses to interact with AWS services. This role must have a trust policy that allows the EKS service principal to assume it, and it must have the necessary permissions for the capability type you're creating.
37
+ */
38
+ readonly roleArn?: string;
39
+ /**
40
+ * The current status of the capability. Valid values include: CREATING (the capability is being created), ACTIVE (the capability is running and available), UPDATING (the capability is being updated), DELETING (the capability is being deleted), CREATE_FAILED (the capability creation failed), UPDATE_FAILED (the capability update failed), or DELETE_FAILED (the capability deletion failed).
41
+ */
42
+ readonly status?: string;
43
+ /**
44
+ * An array of key-value pairs to apply to this resource.
45
+ */
46
+ readonly tags?: outputs.Tag[];
47
+ /**
48
+ * The version of the capability software that is currently running.
49
+ */
50
+ readonly version?: string;
51
+ }
52
+ /**
53
+ * Resource Type definition for EKS Capability.
54
+ */
55
+ export declare function getCapabilityOutput(args: GetCapabilityOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetCapabilityResult>;
56
+ export interface GetCapabilityOutputArgs {
57
+ /**
58
+ * The Amazon Resource Name (ARN) of the capability.
59
+ */
60
+ arn: pulumi.Input<string>;
61
+ }
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getCapabilityOutput = exports.getCapability = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Resource Type definition for EKS Capability.
10
+ */
11
+ function getCapability(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("aws-native:eks:getCapability", {
14
+ "arn": args.arn,
15
+ }, opts);
16
+ }
17
+ exports.getCapability = getCapability;
18
+ /**
19
+ * Resource Type definition for EKS Capability.
20
+ */
21
+ function getCapabilityOutput(args, opts) {
22
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
+ return pulumi.runtime.invokeOutput("aws-native:eks:getCapability", {
24
+ "arn": args.arn,
25
+ }, opts);
26
+ }
27
+ exports.getCapabilityOutput = getCapabilityOutput;
28
+ //# sourceMappingURL=getCapability.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getCapability.js","sourceRoot":"","sources":["../../eks/getCapability.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8BAA8B,EAAE;QACzD,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sCAKC;AA+CD;;GAEG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAAiC;IAChG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8BAA8B,EAAE;QAC/D,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kDAKC"}
@@ -31,6 +31,10 @@ export interface GetClusterResult {
31
31
  * Indicates the current configuration of the compute capability on your EKS Auto Mode cluster. For example, if the capability is enabled or disabled. If the compute capability is enabled, EKS Auto Mode will create and delete EC2 Managed Instances in your AWS account. For more information, see EKS Auto Mode compute capability in the *Amazon EKS User Guide* .
32
32
  */
33
33
  readonly computeConfig?: outputs.eks.ClusterComputeConfig;
34
+ /**
35
+ * The control plane scaling tier configuration. For more information, see EKS Provisioned Control Plane in the Amazon EKS User Guide.
36
+ */
37
+ readonly controlPlaneScalingConfig?: outputs.eks.ClusterControlPlaneScalingConfig;
34
38
  /**
35
39
  * Set this value to true to enable deletion protection for the cluster.
36
40
  */
@@ -1 +1 @@
1
- {"version":3,"file":"getCluster.js","sourceRoot":"","sources":["../../eks/getCluster.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2BAA2B,EAAE;QACtD,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gCAKC;AAyFD;;GAEG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAAiC;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,2BAA2B,EAAE;QAC5D,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4CAKC"}
1
+ {"version":3,"file":"getCluster.js","sourceRoot":"","sources":["../../eks/getCluster.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2BAA2B,EAAE;QACtD,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gCAKC;AA6FD;;GAEG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAAiC;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,2BAA2B,EAAE;QAC5D,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4CAKC"}
package/eks/index.d.ts CHANGED
@@ -4,6 +4,9 @@ export declare const AccessEntry: typeof import("./accessEntry").AccessEntry;
4
4
  export { AddonArgs } from "./addon";
5
5
  export type Addon = import("./addon").Addon;
6
6
  export declare const Addon: typeof import("./addon").Addon;
7
+ export { CapabilityArgs } from "./capability";
8
+ export type Capability = import("./capability").Capability;
9
+ export declare const Capability: typeof import("./capability").Capability;
7
10
  export { ClusterArgs } from "./cluster";
8
11
  export type Cluster = import("./cluster").Cluster;
9
12
  export declare const Cluster: typeof import("./cluster").Cluster;
@@ -16,6 +19,9 @@ export declare const getAccessEntryOutput: typeof import("./getAccessEntry").get
16
19
  export { GetAddonArgs, GetAddonResult, GetAddonOutputArgs } from "./getAddon";
17
20
  export declare const getAddon: typeof import("./getAddon").getAddon;
18
21
  export declare const getAddonOutput: typeof import("./getAddon").getAddonOutput;
22
+ export { GetCapabilityArgs, GetCapabilityResult, GetCapabilityOutputArgs } from "./getCapability";
23
+ export declare const getCapability: typeof import("./getCapability").getCapability;
24
+ export declare const getCapabilityOutput: typeof import("./getCapability").getCapabilityOutput;
19
25
  export { GetClusterArgs, GetClusterResult, GetClusterOutputArgs } from "./getCluster";
20
26
  export declare const getCluster: typeof import("./getCluster").getCluster;
21
27
  export declare const getClusterOutput: typeof import("./getCluster").getClusterOutput;
package/eks/index.js CHANGED
@@ -16,13 +16,15 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
16
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
17
17
  };
18
18
  Object.defineProperty(exports, "__esModule", { value: true });
19
- exports.PodIdentityAssociation = exports.Nodegroup = exports.IdentityProviderConfig = exports.getPodIdentityAssociationOutput = exports.getPodIdentityAssociation = exports.getNodegroupOutput = exports.getNodegroup = exports.getIdentityProviderConfigOutput = exports.getIdentityProviderConfig = exports.getFargateProfileOutput = exports.getFargateProfile = exports.getClusterOutput = exports.getCluster = exports.getAddonOutput = exports.getAddon = exports.getAccessEntryOutput = exports.getAccessEntry = exports.FargateProfile = exports.Cluster = exports.Addon = exports.AccessEntry = void 0;
19
+ exports.PodIdentityAssociation = exports.Nodegroup = exports.IdentityProviderConfig = exports.getPodIdentityAssociationOutput = exports.getPodIdentityAssociation = exports.getNodegroupOutput = exports.getNodegroup = exports.getIdentityProviderConfigOutput = exports.getIdentityProviderConfig = exports.getFargateProfileOutput = exports.getFargateProfile = exports.getClusterOutput = exports.getCluster = exports.getCapabilityOutput = exports.getCapability = exports.getAddonOutput = exports.getAddon = exports.getAccessEntryOutput = exports.getAccessEntry = exports.FargateProfile = exports.Cluster = exports.Capability = exports.Addon = exports.AccessEntry = void 0;
20
20
  const pulumi = require("@pulumi/pulumi");
21
21
  const utilities = require("../utilities");
22
22
  exports.AccessEntry = null;
23
23
  utilities.lazyLoad(exports, ["AccessEntry"], () => require("./accessEntry"));
24
24
  exports.Addon = null;
25
25
  utilities.lazyLoad(exports, ["Addon"], () => require("./addon"));
26
+ exports.Capability = null;
27
+ utilities.lazyLoad(exports, ["Capability"], () => require("./capability"));
26
28
  exports.Cluster = null;
27
29
  utilities.lazyLoad(exports, ["Cluster"], () => require("./cluster"));
28
30
  exports.FargateProfile = null;
@@ -33,6 +35,9 @@ utilities.lazyLoad(exports, ["getAccessEntry", "getAccessEntryOutput"], () => re
33
35
  exports.getAddon = null;
34
36
  exports.getAddonOutput = null;
35
37
  utilities.lazyLoad(exports, ["getAddon", "getAddonOutput"], () => require("./getAddon"));
38
+ exports.getCapability = null;
39
+ exports.getCapabilityOutput = null;
40
+ utilities.lazyLoad(exports, ["getCapability", "getCapabilityOutput"], () => require("./getCapability"));
36
41
  exports.getCluster = null;
37
42
  exports.getClusterOutput = null;
38
43
  utilities.lazyLoad(exports, ["getCluster", "getClusterOutput"], () => require("./getCluster"));
@@ -64,6 +69,8 @@ const _module = {
64
69
  return new exports.AccessEntry(name, undefined, { urn });
65
70
  case "aws-native:eks:Addon":
66
71
  return new exports.Addon(name, undefined, { urn });
72
+ case "aws-native:eks:Capability":
73
+ return new exports.Capability(name, undefined, { urn });
67
74
  case "aws-native:eks:Cluster":
68
75
  return new exports.Cluster(name, undefined, { urn });
69
76
  case "aws-native:eks:FargateProfile":
package/eks/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../eks/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../eks/index.ts"],"names":[],"mappings":"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"}
@@ -51,6 +51,10 @@ export interface GetTargetGroupResult {
51
51
  * The tags.
52
52
  */
53
53
  readonly tags?: outputs.Tag[];
54
+ /**
55
+ * The port that the target control agent uses to communicate the available capacity of targets to the load balancer.
56
+ */
57
+ readonly targetControlPort?: number;
54
58
  /**
55
59
  * The ARN of the Target Group
56
60
  */
@@ -1 +1 @@
1
- {"version":3,"file":"getTargetGroup.js","sourceRoot":"","sources":["../../elasticloadbalancingv2/getTargetGroup.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kDAAkD,EAAE;QAC7E,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wCAKC;AA2ED;;GAEG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAAiC;IAClG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kDAAkD,EAAE;QACnF,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oDAKC"}
1
+ {"version":3,"file":"getTargetGroup.js","sourceRoot":"","sources":["../../elasticloadbalancingv2/getTargetGroup.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kDAAkD,EAAE;QAC7E,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wCAKC;AA+ED;;GAEG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAAiC;IAClG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kDAAkD,EAAE;QACnF,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oDAKC"}
@@ -79,6 +79,10 @@ export declare class TargetGroup extends pulumi.CustomResource {
79
79
  * The tags.
80
80
  */
81
81
  readonly tags: pulumi.Output<outputs.Tag[] | undefined>;
82
+ /**
83
+ * The port that the target control agent uses to communicate the available capacity of targets to the load balancer.
84
+ */
85
+ readonly targetControlPort: pulumi.Output<number | undefined>;
82
86
  /**
83
87
  * The ARN of the Target Group
84
88
  */
@@ -180,6 +184,10 @@ export interface TargetGroupArgs {
180
184
  * The tags.
181
185
  */
182
186
  tags?: pulumi.Input<pulumi.Input<inputs.TagArgs>[]>;
187
+ /**
188
+ * The port that the target control agent uses to communicate the available capacity of targets to the load balancer.
189
+ */
190
+ targetControlPort?: pulumi.Input<number>;
183
191
  /**
184
192
  * The attributes.
185
193
  */
@@ -55,6 +55,7 @@ class TargetGroup extends pulumi.CustomResource {
55
55
  resourceInputs["protocol"] = args?.protocol;
56
56
  resourceInputs["protocolVersion"] = args?.protocolVersion;
57
57
  resourceInputs["tags"] = args?.tags;
58
+ resourceInputs["targetControlPort"] = args?.targetControlPort;
58
59
  resourceInputs["targetGroupAttributes"] = args?.targetGroupAttributes;
59
60
  resourceInputs["targetType"] = args?.targetType;
60
61
  resourceInputs["targets"] = args?.targets;
@@ -81,6 +82,7 @@ class TargetGroup extends pulumi.CustomResource {
81
82
  resourceInputs["protocol"] = undefined /*out*/;
82
83
  resourceInputs["protocolVersion"] = undefined /*out*/;
83
84
  resourceInputs["tags"] = undefined /*out*/;
85
+ resourceInputs["targetControlPort"] = undefined /*out*/;
84
86
  resourceInputs["targetGroupArn"] = undefined /*out*/;
85
87
  resourceInputs["targetGroupAttributes"] = undefined /*out*/;
86
88
  resourceInputs["targetGroupFullName"] = undefined /*out*/;
@@ -1 +1 @@
1
- {"version":3,"file":"targetGroup.js","sourceRoot":"","sources":["../../elasticloadbalancingv2/targetGroup.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,MAAa,WAAY,SAAQ,MAAM,CAAC,cAAc;IAClD;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,WAAW,CAAC,IAAI,EAAE,SAAgB,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACxE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,WAAW,CAAC,YAAY,CAAC;IAC5D,CAAC;IA+FD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAAsB,EAAE,IAAmC;QACjF,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,cAAc,CAAC,oBAAoB,CAAC,GAAG,IAAI,EAAE,kBAAkB,CAAC;YAChE,cAAc,CAAC,4BAA4B,CAAC,GAAG,IAAI,EAAE,0BAA0B,CAAC;YAChF,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,EAAE,eAAe,CAAC;YAC1D,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,EAAE,eAAe,CAAC;YAC1D,cAAc,CAAC,qBAAqB,CAAC,GAAG,IAAI,EAAE,mBAAmB,CAAC;YAClE,cAAc,CAAC,2BAA2B,CAAC,GAAG,IAAI,EAAE,yBAAyB,CAAC;YAC9E,cAAc,CAAC,uBAAuB,CAAC,GAAG,IAAI,EAAE,qBAAqB,CAAC;YACtE,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,EAAE,aAAa,CAAC;YACtD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,EAAE,eAAe,CAAC;YAC1D,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,uBAAuB,CAAC,GAAG,IAAI,EAAE,qBAAqB,CAAC;YACtE,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC;YAChD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,yBAAyB,CAAC,GAAG,IAAI,EAAE,uBAAuB,CAAC;YAC1E,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,EAAE,KAAK,CAAC;YACtC,cAAc,CAAC,kBAAkB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACvD,cAAc,CAAC,gBAAgB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACrD,cAAc,CAAC,qBAAqB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC1D,cAAc,CAAC,iBAAiB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACzD;aAAM;YACH,cAAc,CAAC,oBAAoB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACzD,cAAc,CAAC,4BAA4B,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjE,cAAc,CAAC,iBAAiB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACtD,cAAc,CAAC,iBAAiB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACtD,cAAc,CAAC,qBAAqB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC1D,cAAc,CAAC,2BAA2B,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChE,cAAc,CAAC,uBAAuB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC5D,cAAc,CAAC,eAAe,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACpD,cAAc,CAAC,kBAAkB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACvD,cAAc,CAAC,SAAS,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC9C,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,UAAU,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC/C,cAAc,CAAC,iBAAiB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACtD,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,gBAAgB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACrD,cAAc,CAAC,uBAAuB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC5D,cAAc,CAAC,qBAAqB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC1D,cAAc,CAAC,iBAAiB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACtD,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjD,cAAc,CAAC,SAAS,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC9C,cAAc,CAAC,yBAAyB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC9D,cAAc,CAAC,OAAO,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC/C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,gBAAgB,GAAG,EAAE,gBAAgB,EAAE,CAAC,eAAe,EAAE,MAAM,EAAE,MAAM,EAAE,UAAU,EAAE,iBAAiB,EAAE,YAAY,EAAE,OAAO,CAAC,EAAE,CAAC;QACvI,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,gBAAgB,CAAC,CAAC;QACnD,KAAK,CAAC,WAAW,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAChE,CAAC;;AAvLL,kCAwLC;AA3KG,gBAAgB;AACO,wBAAY,GAAG,+CAA+C,CAAC"}
1
+ {"version":3,"file":"targetGroup.js","sourceRoot":"","sources":["../../elasticloadbalancingv2/targetGroup.ts"],"names":[],"mappings":"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"}
@@ -36,7 +36,7 @@ export declare class Archive extends pulumi.CustomResource {
36
36
  */
37
37
  readonly eventPattern: pulumi.Output<any | undefined>;
38
38
  /**
39
- * The identifier of the AWS KMS customer managed key for EventBridge to use, if you choose to use a customer managed key to encrypt this archive. The identifier can be the key Amazon Resource Name (ARN), KeyId, key alias, or key alias ARN.
39
+ * The identifier of the AWS customer managed key for EventBridge to use, if you choose to use a customer managed key to encrypt this archive. The identifier can be the key Amazon Resource Name (ARN), KeyId, key alias, or key alias ARN.
40
40
  *
41
41
  * If you do not specify a customer managed key identifier, EventBridge uses an AWS owned key to encrypt the archive.
42
42
  *
@@ -83,7 +83,7 @@ export interface ArchiveArgs {
83
83
  */
84
84
  eventPattern?: any;
85
85
  /**
86
- * The identifier of the AWS KMS customer managed key for EventBridge to use, if you choose to use a customer managed key to encrypt this archive. The identifier can be the key Amazon Resource Name (ARN), KeyId, key alias, or key alias ARN.
86
+ * The identifier of the AWS customer managed key for EventBridge to use, if you choose to use a customer managed key to encrypt this archive. The identifier can be the key Amazon Resource Name (ARN), KeyId, key alias, or key alias ARN.
87
87
  *
88
88
  * If you do not specify a customer managed key identifier, EventBridge uses an AWS owned key to encrypt the archive.
89
89
  *
@@ -77,7 +77,7 @@ export declare class Connection extends pulumi.CustomResource {
77
77
  */
78
78
  readonly invocationConnectivityParameters: pulumi.Output<outputs.events.InvocationConnectivityParametersProperties | undefined>;
79
79
  /**
80
- * The identifier of the AWS KMS customer managed key for EventBridge to use, if you choose to use a customer managed key to encrypt this connection. The identifier can be the key Amazon Resource Name (ARN), KeyId, key alias, or key alias ARN.
80
+ * The identifier of the AWS customer managed key for EventBridge to use, if you choose to use a customer managed key to encrypt this connection. The identifier can be the key Amazon Resource Name (ARN), KeyId, key alias, or key alias ARN.
81
81
  *
82
82
  * If you do not specify a customer managed key identifier, EventBridge uses an AWS owned key to encrypt the connection.
83
83
  *
@@ -126,7 +126,7 @@ export interface ConnectionArgs {
126
126
  */
127
127
  invocationConnectivityParameters?: pulumi.Input<inputs.events.InvocationConnectivityParametersPropertiesArgs>;
128
128
  /**
129
- * The identifier of the AWS KMS customer managed key for EventBridge to use, if you choose to use a customer managed key to encrypt this connection. The identifier can be the key Amazon Resource Name (ARN), KeyId, key alias, or key alias ARN.
129
+ * The identifier of the AWS customer managed key for EventBridge to use, if you choose to use a customer managed key to encrypt this connection. The identifier can be the key Amazon Resource Name (ARN), KeyId, key alias, or key alias ARN.
130
130
  *
131
131
  * If you do not specify a customer managed key identifier, EventBridge uses an AWS owned key to encrypt the connection.
132
132
  *
@@ -25,7 +25,7 @@ export interface GetArchiveResult {
25
25
  */
26
26
  readonly eventPattern?: any;
27
27
  /**
28
- * The identifier of the AWS KMS customer managed key for EventBridge to use, if you choose to use a customer managed key to encrypt this archive. The identifier can be the key Amazon Resource Name (ARN), KeyId, key alias, or key alias ARN.
28
+ * The identifier of the AWS customer managed key for EventBridge to use, if you choose to use a customer managed key to encrypt this archive. The identifier can be the key Amazon Resource Name (ARN), KeyId, key alias, or key alias ARN.
29
29
  *
30
30
  * If you do not specify a customer managed key identifier, EventBridge uses an AWS owned key to encrypt the archive.
31
31
  *