@pulumi/aws 5.2.0-alpha.1650047579 → 5.2.0

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 (324) hide show
  1. package/apigateway/stage.d.ts +18 -6
  2. package/apigateway/stage.js +2 -0
  3. package/apigateway/stage.js.map +1 -1
  4. package/athena/database.d.ts +42 -0
  5. package/athena/database.js +26 -0
  6. package/athena/database.js.map +1 -1
  7. package/autoscaling/attachment.d.ts +1 -1
  8. package/autoscaling/attachment.js +1 -1
  9. package/autoscaling/group.d.ts +19 -10
  10. package/autoscaling/group.js +4 -1
  11. package/autoscaling/group.js.map +1 -1
  12. package/backup/plan.d.ts +3 -0
  13. package/backup/plan.js +3 -0
  14. package/backup/plan.js.map +1 -1
  15. package/cfg/rule.d.ts +39 -12
  16. package/cfg/rule.js +27 -0
  17. package/cfg/rule.js.map +1 -1
  18. package/cloudformation/stackSet.d.ts +12 -0
  19. package/cloudformation/stackSet.js +2 -0
  20. package/cloudformation/stackSet.js.map +1 -1
  21. package/cloudformation/stackSetInstance.d.ts +19 -1
  22. package/cloudformation/stackSetInstance.js +9 -1
  23. package/cloudformation/stackSetInstance.js.map +1 -1
  24. package/cloudtrail/trail.d.ts +31 -30
  25. package/cloudtrail/trail.js +31 -30
  26. package/cloudtrail/trail.js.map +1 -1
  27. package/cloudwatch/getEventBus.d.ts +51 -0
  28. package/cloudwatch/getEventBus.js +38 -0
  29. package/cloudwatch/getEventBus.js.map +1 -0
  30. package/cloudwatch/index.d.ts +1 -0
  31. package/cloudwatch/index.js +1 -0
  32. package/cloudwatch/index.js.map +1 -1
  33. package/cognito/index.d.ts +1 -0
  34. package/cognito/index.js +5 -0
  35. package/cognito/index.js.map +1 -1
  36. package/cognito/userInGroup.d.ts +100 -0
  37. package/cognito/userInGroup.js +90 -0
  38. package/cognito/userInGroup.js.map +1 -0
  39. package/cognito/userPoolClient.d.ts +22 -0
  40. package/cognito/userPoolClient.js +22 -0
  41. package/cognito/userPoolClient.js.map +1 -1
  42. package/datasync/fsxOpenZfsFileSystem.d.ts +175 -0
  43. package/datasync/fsxOpenZfsFileSystem.js +104 -0
  44. package/datasync/fsxOpenZfsFileSystem.js.map +1 -0
  45. package/datasync/index.d.ts +1 -0
  46. package/datasync/index.js +5 -0
  47. package/datasync/index.js.map +1 -1
  48. package/dynamodb/contributorInsights.d.ts +82 -0
  49. package/dynamodb/contributorInsights.js +76 -0
  50. package/dynamodb/contributorInsights.js.map +1 -0
  51. package/dynamodb/index.d.ts +1 -0
  52. package/dynamodb/index.js +5 -0
  53. package/dynamodb/index.js.map +1 -1
  54. package/dynamodb/tableItem.d.ts +6 -9
  55. package/dynamodb/tableItem.js.map +1 -1
  56. package/ec2/amiLaunchPermission.d.ts +70 -10
  57. package/ec2/amiLaunchPermission.js +32 -5
  58. package/ec2/amiLaunchPermission.js.map +1 -1
  59. package/ec2/defaultNetworkAcl.d.ts +1 -1
  60. package/ec2/defaultNetworkAcl.js +1 -1
  61. package/ec2/getEips.d.ts +1 -1
  62. package/ec2/getNatGateways.d.ts +65 -0
  63. package/ec2/getNatGateways.js +28 -0
  64. package/ec2/getNatGateways.js.map +1 -0
  65. package/ec2/getRoute.d.ts +9 -0
  66. package/ec2/getRoute.js +1 -0
  67. package/ec2/getRoute.js.map +1 -1
  68. package/ec2/index.d.ts +1 -0
  69. package/ec2/index.js +1 -0
  70. package/ec2/index.js.map +1 -1
  71. package/ec2/instance.d.ts +18 -6
  72. package/ec2/instance.js +2 -0
  73. package/ec2/instance.js.map +1 -1
  74. package/ec2/keyPair.d.ts +3 -12
  75. package/ec2/keyPair.js.map +1 -1
  76. package/ec2/route.d.ts +12 -0
  77. package/ec2/route.js +2 -0
  78. package/ec2/route.js.map +1 -1
  79. package/ec2/spotInstanceRequest.d.ts +18 -6
  80. package/ec2/spotInstanceRequest.js +2 -0
  81. package/ec2/spotInstanceRequest.js.map +1 -1
  82. package/ec2/vpc.d.ts +3 -3
  83. package/ec2/vpcEndpointService.d.ts +4 -4
  84. package/ec2/vpcIpam.d.ts +12 -0
  85. package/ec2/vpcIpam.js +2 -0
  86. package/ec2/vpcIpam.js.map +1 -1
  87. package/ec2/vpnConnection.d.ts +16 -0
  88. package/ec2/vpnConnection.js +4 -0
  89. package/ec2/vpnConnection.js.map +1 -1
  90. package/eks/addon.d.ts +18 -6
  91. package/eks/addon.js +2 -0
  92. package/eks/addon.js.map +1 -1
  93. package/eks/getAddonVersion.d.ts +82 -0
  94. package/eks/getAddonVersion.js +51 -0
  95. package/eks/getAddonVersion.js.map +1 -0
  96. package/eks/index.d.ts +1 -0
  97. package/eks/index.js +1 -0
  98. package/eks/index.js.map +1 -1
  99. package/elasticache/cluster.d.ts +64 -3
  100. package/elasticache/cluster.js +32 -0
  101. package/elasticache/cluster.js.map +1 -1
  102. package/elasticache/getCluster.d.ts +4 -0
  103. package/elasticache/getCluster.js.map +1 -1
  104. package/elasticache/getReplicationGroup.d.ts +5 -0
  105. package/elasticache/getReplicationGroup.js.map +1 -1
  106. package/elasticache/index.d.ts +1 -0
  107. package/elasticache/index.js +5 -0
  108. package/elasticache/index.js.map +1 -1
  109. package/elasticache/replicationGroup.d.ts +54 -6
  110. package/elasticache/replicationGroup.js +32 -0
  111. package/elasticache/replicationGroup.js.map +1 -1
  112. package/elasticache/userGroupAssociation.d.ts +100 -0
  113. package/elasticache/userGroupAssociation.js +97 -0
  114. package/elasticache/userGroupAssociation.js.map +1 -0
  115. package/emr/cluster.d.ts +6 -6
  116. package/gamelift/alias.d.ts +2 -2
  117. package/gamelift/alias.js +2 -2
  118. package/gamelift/build.d.ts +6 -6
  119. package/gamelift/build.js +2 -2
  120. package/gamelift/fleet.d.ts +10 -14
  121. package/gamelift/fleet.js +2 -2
  122. package/gamelift/fleet.js.map +1 -1
  123. package/gamelift/gameServerGroup.d.ts +5 -5
  124. package/gamelift/gameServerGroup.js +3 -3
  125. package/gamelift/gameSessionQueue.d.ts +2 -2
  126. package/gamelift/gameSessionQueue.js +2 -2
  127. package/gamelift/script.d.ts +4 -4
  128. package/gamelift/script.js +2 -2
  129. package/getCanonicalUserId.d.ts +2 -0
  130. package/getCanonicalUserId.js +2 -0
  131. package/getCanonicalUserId.js.map +1 -1
  132. package/glue/schema.d.ts +3 -3
  133. package/grafana/index.d.ts +1 -0
  134. package/grafana/index.js +5 -0
  135. package/grafana/index.js.map +1 -1
  136. package/grafana/roleAssociation.d.ts +121 -0
  137. package/grafana/roleAssociation.js +98 -0
  138. package/grafana/roleAssociation.js.map +1 -0
  139. package/guardduty/ipset.d.ts +0 -1
  140. package/guardduty/ipset.js +0 -1
  141. package/guardduty/ipset.js.map +1 -1
  142. package/iam/getSamlProvider.d.ts +81 -0
  143. package/iam/getSamlProvider.js +39 -0
  144. package/iam/getSamlProvider.js.map +1 -0
  145. package/iam/group.d.ts +0 -2
  146. package/iam/group.js +0 -2
  147. package/iam/group.js.map +1 -1
  148. package/iam/index.d.ts +1 -0
  149. package/iam/index.js +1 -0
  150. package/iam/index.js.map +1 -1
  151. package/imagebuilder/getImagePipelines.d.ts +57 -0
  152. package/imagebuilder/getImagePipelines.js +40 -0
  153. package/imagebuilder/getImagePipelines.js.map +1 -0
  154. package/imagebuilder/index.d.ts +1 -0
  155. package/imagebuilder/index.js +1 -0
  156. package/imagebuilder/index.js.map +1 -1
  157. package/index.d.ts +3 -1
  158. package/index.js +7 -3
  159. package/index.js.map +1 -1
  160. package/iot/authorizer.d.ts +12 -0
  161. package/iot/authorizer.js +2 -0
  162. package/iot/authorizer.js.map +1 -1
  163. package/iot/index.d.ts +3 -0
  164. package/iot/index.js +15 -0
  165. package/iot/index.js.map +1 -1
  166. package/iot/indexingConfiguration.d.ts +98 -0
  167. package/iot/indexingConfiguration.js +88 -0
  168. package/iot/indexingConfiguration.js.map +1 -0
  169. package/iot/loggingOptions.d.ts +87 -0
  170. package/iot/loggingOptions.js +74 -0
  171. package/iot/loggingOptions.js.map +1 -0
  172. package/iot/provisioningTemplate.d.ts +232 -0
  173. package/iot/provisioningTemplate.js +144 -0
  174. package/iot/provisioningTemplate.js.map +1 -0
  175. package/keyspaces/index.d.ts +1 -0
  176. package/keyspaces/index.js +37 -0
  177. package/keyspaces/index.js.map +1 -0
  178. package/keyspaces/keyspace.d.ts +114 -0
  179. package/keyspaces/keyspace.js +77 -0
  180. package/keyspaces/keyspace.js.map +1 -0
  181. package/lambda/function.d.ts +44 -0
  182. package/lambda/function.js +34 -0
  183. package/lambda/function.js.map +1 -1
  184. package/lambda/functionUrl.d.ts +153 -0
  185. package/lambda/functionUrl.js +111 -0
  186. package/lambda/functionUrl.js.map +1 -0
  187. package/lambda/getFunction.d.ts +4 -0
  188. package/lambda/getFunction.js.map +1 -1
  189. package/lambda/getFunctionUrl.d.ts +85 -0
  190. package/lambda/getFunctionUrl.js +39 -0
  191. package/lambda/getFunctionUrl.js.map +1 -0
  192. package/lambda/index.d.ts +2 -0
  193. package/lambda/index.js +6 -0
  194. package/lambda/index.js.map +1 -1
  195. package/lambda/permission.d.ts +18 -6
  196. package/lambda/permission.js +2 -0
  197. package/lambda/permission.js.map +1 -1
  198. package/memorydb/getAcl.d.ts +75 -0
  199. package/memorydb/getAcl.js +37 -0
  200. package/memorydb/getAcl.js.map +1 -0
  201. package/memorydb/getCluster.d.ts +152 -0
  202. package/memorydb/getCluster.js +37 -0
  203. package/memorydb/getCluster.js.map +1 -0
  204. package/memorydb/getParameterGroup.d.ts +83 -0
  205. package/memorydb/getParameterGroup.js +37 -0
  206. package/memorydb/getParameterGroup.js.map +1 -0
  207. package/memorydb/getSnapshot.d.ts +87 -0
  208. package/memorydb/getSnapshot.js +37 -0
  209. package/memorydb/getSnapshot.js.map +1 -0
  210. package/memorydb/getSubnetGroup.d.ts +79 -0
  211. package/memorydb/getSubnetGroup.js +37 -0
  212. package/memorydb/getSubnetGroup.js.map +1 -0
  213. package/memorydb/getUser.d.ts +80 -0
  214. package/memorydb/getUser.js +37 -0
  215. package/memorydb/getUser.js.map +1 -0
  216. package/memorydb/index.d.ts +6 -0
  217. package/memorydb/index.js +6 -0
  218. package/memorydb/index.js.map +1 -1
  219. package/msk/getCluster.d.ts +4 -0
  220. package/msk/getCluster.js.map +1 -1
  221. package/mskconnect/connector.d.ts +270 -0
  222. package/mskconnect/connector.js +166 -0
  223. package/mskconnect/connector.js.map +1 -0
  224. package/mskconnect/getConnector.d.ts +57 -0
  225. package/mskconnect/getConnector.js +36 -0
  226. package/mskconnect/getConnector.js.map +1 -0
  227. package/mskconnect/index.d.ts +2 -0
  228. package/mskconnect/index.js +6 -0
  229. package/mskconnect/index.js.map +1 -1
  230. package/mwaa/environment.d.ts +12 -0
  231. package/mwaa/environment.js +2 -0
  232. package/mwaa/environment.js.map +1 -1
  233. package/neptune/clusterEndpoint.d.ts +9 -0
  234. package/neptune/clusterEndpoint.js.map +1 -1
  235. package/opensearch/domain.d.ts +445 -0
  236. package/opensearch/domain.js +273 -0
  237. package/opensearch/domain.js.map +1 -0
  238. package/opensearch/domainPolicy.d.ts +93 -0
  239. package/opensearch/domainPolicy.js +90 -0
  240. package/opensearch/domainPolicy.js.map +1 -0
  241. package/opensearch/domainSamlOptions.d.ts +105 -0
  242. package/opensearch/domainSamlOptions.js +98 -0
  243. package/opensearch/domainSamlOptions.js.map +1 -0
  244. package/opensearch/getDomain.d.ts +144 -0
  245. package/opensearch/getDomain.js +37 -0
  246. package/opensearch/getDomain.js.map +1 -0
  247. package/opensearch/index.d.ts +4 -0
  248. package/opensearch/index.js +48 -0
  249. package/opensearch/index.js.map +1 -0
  250. package/organizations/account.d.ts +17 -5
  251. package/organizations/account.js +4 -2
  252. package/organizations/account.js.map +1 -1
  253. package/package.json +2 -2
  254. package/package.json.dev +2 -2
  255. package/qldb/getLedger.d.ts +10 -0
  256. package/qldb/getLedger.js +1 -0
  257. package/qldb/getLedger.js.map +1 -1
  258. package/qldb/index.d.ts +1 -0
  259. package/qldb/index.js +5 -0
  260. package/qldb/index.js.map +1 -1
  261. package/qldb/ledger.d.ts +12 -0
  262. package/qldb/ledger.js +2 -0
  263. package/qldb/ledger.js.map +1 -1
  264. package/qldb/stream.d.ts +159 -0
  265. package/qldb/stream.js +104 -0
  266. package/qldb/stream.js.map +1 -0
  267. package/rds/cluster.d.ts +3 -3
  268. package/rds/clusterActivityStream.d.ts +138 -0
  269. package/rds/clusterActivityStream.js +112 -0
  270. package/rds/clusterActivityStream.js.map +1 -0
  271. package/rds/index.d.ts +2 -0
  272. package/rds/index.js +10 -0
  273. package/rds/index.js.map +1 -1
  274. package/rds/instance.d.ts +3 -3
  275. package/rds/instanceAutomatedBackupsReplication.d.ts +153 -0
  276. package/rds/instanceAutomatedBackupsReplication.js +127 -0
  277. package/rds/instanceAutomatedBackupsReplication.js.map +1 -0
  278. package/route53/getTrafficPolicyDocument.d.ts +125 -0
  279. package/route53/getTrafficPolicyDocument.js +72 -0
  280. package/route53/getTrafficPolicyDocument.js.map +1 -0
  281. package/route53/index.d.ts +3 -0
  282. package/route53/index.js +11 -0
  283. package/route53/index.js.map +1 -1
  284. package/route53/trafficPolicy.d.ts +122 -0
  285. package/route53/trafficPolicy.js +94 -0
  286. package/route53/trafficPolicy.js.map +1 -0
  287. package/route53/trafficPolicyInstance.d.ts +121 -0
  288. package/route53/trafficPolicyInstance.js +94 -0
  289. package/route53/trafficPolicyInstance.js.map +1 -0
  290. package/s3/bucketObject.d.ts +2 -12
  291. package/s3/bucketObject.js +2 -0
  292. package/s3/bucketObject.js.map +1 -1
  293. package/s3/bucketObjectLockConfigurationV2.d.ts +35 -2
  294. package/s3/bucketObjectLockConfigurationV2.js +35 -2
  295. package/s3/bucketObjectLockConfigurationV2.js.map +1 -1
  296. package/s3/bucketV2.d.ts +518 -32
  297. package/s3/bucketV2.js +378 -12
  298. package/s3/bucketV2.js.map +1 -1
  299. package/s3/getCanonicalUserId.d.ts +2 -0
  300. package/s3/getCanonicalUserId.js +2 -0
  301. package/s3/getCanonicalUserId.js.map +1 -1
  302. package/ses/identityNotificationTopic.d.ts +10 -10
  303. package/ses/identityNotificationTopic.js +1 -1
  304. package/ssm/getDocument.d.ts +3 -3
  305. package/ssm/getMaintenanceWindows.d.ts +53 -0
  306. package/ssm/getMaintenanceWindows.js +40 -0
  307. package/ssm/getMaintenanceWindows.js.map +1 -0
  308. package/ssm/index.d.ts +1 -0
  309. package/ssm/index.js +1 -0
  310. package/ssm/index.js.map +1 -1
  311. package/ssm/maintenanceWindowTask.d.ts +30 -2
  312. package/ssm/maintenanceWindowTask.js +6 -6
  313. package/ssm/maintenanceWindowTask.js.map +1 -1
  314. package/storagegateway/gateway.d.ts +12 -0
  315. package/storagegateway/gateway.js +2 -0
  316. package/storagegateway/gateway.js.map +1 -1
  317. package/storagegateway/nfsFileShare.d.ts +24 -0
  318. package/storagegateway/nfsFileShare.js +4 -0
  319. package/storagegateway/nfsFileShare.js.map +1 -1
  320. package/types/input.d.ts +1658 -413
  321. package/types/output.d.ts +1672 -285
  322. package/xray/group.d.ts +17 -0
  323. package/xray/group.js +6 -0
  324. package/xray/group.js.map +1 -1
package/types/input.d.ts CHANGED
@@ -202,6 +202,7 @@ export interface ProviderEndpoint {
202
202
  cloudtrail?: pulumi.Input<string>;
203
203
  cloudwatch?: pulumi.Input<string>;
204
204
  cloudwatchevents?: pulumi.Input<string>;
205
+ cloudwatchevidently?: pulumi.Input<string>;
205
206
  cloudwatchlogs?: pulumi.Input<string>;
206
207
  cloudwatchrum?: pulumi.Input<string>;
207
208
  codeartifact?: pulumi.Input<string>;
@@ -365,6 +366,8 @@ export interface ProviderEndpoint {
365
366
  networkfirewall?: pulumi.Input<string>;
366
367
  networkmanager?: pulumi.Input<string>;
367
368
  nimblestudio?: pulumi.Input<string>;
369
+ opensearch?: pulumi.Input<string>;
370
+ opensearchservice?: pulumi.Input<string>;
368
371
  opsworks?: pulumi.Input<string>;
369
372
  opsworkscm?: pulumi.Input<string>;
370
373
  organizations?: pulumi.Input<string>;
@@ -1370,6 +1373,22 @@ export declare namespace apigateway {
1370
1373
  */
1371
1374
  format: pulumi.Input<string>;
1372
1375
  }
1376
+ interface StageCanarySettings {
1377
+ /**
1378
+ * The percent `0.0` - `100.0` of traffic to divert to the canary deployment.
1379
+ */
1380
+ percentTraffic?: pulumi.Input<number>;
1381
+ /**
1382
+ * A map of overridden stage `variables` (including new variables) for the canary deployment.
1383
+ */
1384
+ stageVariableOverrides?: pulumi.Input<{
1385
+ [key: string]: any;
1386
+ }>;
1387
+ /**
1388
+ * Whether the canary deployment uses the stage cache. Defaults to false.
1389
+ */
1390
+ useStageCache?: pulumi.Input<boolean>;
1391
+ }
1373
1392
  interface UsagePlanApiStage {
1374
1393
  /**
1375
1394
  * API Id of the associated API stage in a usage plan.
@@ -4621,7 +4640,7 @@ export declare namespace athena {
4621
4640
  */
4622
4641
  enforceWorkgroupConfiguration?: pulumi.Input<boolean>;
4623
4642
  /**
4624
- * Configuration block for the Athena Engine Versioning. For more information, see [Athena Engine Versioning](https://docs.aws.amazon.com/athena/latest/ug/engine-versions.html). Documented below.
4643
+ * Configuration block for the Athena Engine Versioning. For more information, see [Athena Engine Versioning](https://docs.aws.amazon.com/athena/latest/ug/engine-versions.html). See Engine Version below.
4625
4644
  */
4626
4645
  engineVersion?: pulumi.Input<inputs.athena.WorkgroupConfigurationEngineVersion>;
4627
4646
  /**
@@ -4633,7 +4652,7 @@ export declare namespace athena {
4633
4652
  */
4634
4653
  requesterPaysEnabled?: pulumi.Input<boolean>;
4635
4654
  /**
4636
- * Configuration block with result settings. Documented below.
4655
+ * Configuration block with result settings. See Result Configuration below.
4637
4656
  */
4638
4657
  resultConfiguration?: pulumi.Input<inputs.athena.WorkgroupConfigurationResultConfiguration>;
4639
4658
  }
@@ -4649,14 +4668,28 @@ export declare namespace athena {
4649
4668
  }
4650
4669
  interface WorkgroupConfigurationResultConfiguration {
4651
4670
  /**
4652
- * Configuration block with encryption settings. Documented below.
4671
+ * Indicates that an Amazon S3 canned ACL should be set to control ownership of stored query results. See ACL Configuration below.
4672
+ */
4673
+ aclConfiguration?: pulumi.Input<inputs.athena.WorkgroupConfigurationResultConfigurationAclConfiguration>;
4674
+ /**
4675
+ * Configuration block with encryption settings. See Encryption Configuration below.
4653
4676
  */
4654
4677
  encryptionConfiguration?: pulumi.Input<inputs.athena.WorkgroupConfigurationResultConfigurationEncryptionConfiguration>;
4678
+ /**
4679
+ * The AWS account ID that you expect to be the owner of the Amazon S3 bucket.
4680
+ */
4681
+ expectedBucketOwner?: pulumi.Input<string>;
4655
4682
  /**
4656
4683
  * The location in Amazon S3 where your query results are stored, such as `s3://path/to/query/bucket/`. For more information, see [Queries and Query Result Files](https://docs.aws.amazon.com/athena/latest/ug/querying.html).
4657
4684
  */
4658
4685
  outputLocation?: pulumi.Input<string>;
4659
4686
  }
4687
+ interface WorkgroupConfigurationResultConfigurationAclConfiguration {
4688
+ /**
4689
+ * The Amazon S3 canned ACL that Athena should specify when storing query results. Valid value is `BUCKET_OWNER_FULL_CONTROL`.
4690
+ */
4691
+ s3AclOption: pulumi.Input<string>;
4692
+ }
4660
4693
  interface WorkgroupConfigurationResultConfigurationEncryptionConfiguration {
4661
4694
  /**
4662
4695
  * Indicates whether Amazon S3 server-side encryption with Amazon S3-managed keys (`SSE_S3`), server-side encryption with KMS-managed keys (`SSE_KMS`), or client-side encryption with KMS-managed keys (`CSE_KMS`) is used. If a query runs in a workgroup and the workgroup overrides client-side settings, then the workgroup's setting for encryption is used. It specifies whether query results must be encrypted, for all queries that run in this workgroup.
@@ -4851,6 +4884,10 @@ export declare namespace autoscaling {
4851
4884
  value: pulumi.Input<string>;
4852
4885
  }
4853
4886
  interface GroupWarmPool {
4887
+ /**
4888
+ * Indicates whether instances in the Auto Scaling group can be returned to the warm pool on scale in. The default is to terminate instances in the Auto Scaling group when the group scales in.
4889
+ */
4890
+ instanceReusePolicy?: pulumi.Input<inputs.autoscaling.GroupWarmPoolInstanceReusePolicy>;
4854
4891
  /**
4855
4892
  * Specifies the total maximum number of instances that are allowed to be in the warm pool or in any state except Terminated for the Auto Scaling group.
4856
4893
  */
@@ -4860,10 +4897,16 @@ export declare namespace autoscaling {
4860
4897
  */
4861
4898
  minSize?: pulumi.Input<number>;
4862
4899
  /**
4863
- * Sets the instance state to transition to after the lifecycle hooks finish. Valid values are: Stopped (default) or Running.
4900
+ * Sets the instance state to transition to after the lifecycle hooks finish. Valid values are: Stopped (default), Running or Hibernated.
4864
4901
  */
4865
4902
  poolState?: pulumi.Input<string>;
4866
4903
  }
4904
+ interface GroupWarmPoolInstanceReusePolicy {
4905
+ /**
4906
+ * Specifies whether instances in the Auto Scaling group can be returned to the warm pool on scale in.
4907
+ */
4908
+ reuseOnScaleIn?: pulumi.Input<boolean>;
4909
+ }
4867
4910
  interface PolicyPredictiveScalingConfiguration {
4868
4911
  /**
4869
4912
  * Defines the behavior that should be applied if the forecast capacity approaches or exceeds the maximum capacity of the Auto Scaling group. Valid values are `HonorMaxCapacity` or `IncreaseMaxCapacity`. Default is `HonorMaxCapacity`.
@@ -5662,7 +5705,7 @@ export declare namespace batch {
5662
5705
  */
5663
5706
  ec2KeyPair?: pulumi.Input<string>;
5664
5707
  /**
5665
- * The Amazon Machine Image (AMI) ID used for instances launched in the compute environment. This parameter isn't applicable to jobs running on Fargate resources, and shouldn't be specified. (Deprecated, use `imageIdOverride` instead)
5708
+ * The Amazon Machine Image (AMI) ID used for instances launched in the compute environment. This parameter isn't applicable to jobs running on Fargate resources, and shouldn't be specified. (Deprecated, use `ec2Configuration` `imageIdOverride` instead)
5666
5709
  */
5667
5710
  imageId?: pulumi.Input<string>;
5668
5711
  /**
@@ -6064,29 +6107,47 @@ export declare namespace cfg {
6064
6107
  }
6065
6108
  interface RuleSource {
6066
6109
  /**
6067
- * Indicates whether AWS or the customer owns and manages the AWS Config rule. Valid values are `AWS` or `CUSTOM_LAMBDA`. For more information about managed rules, see the [AWS Config Managed Rules documentation](https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config_use-managed-rules.html). For more information about custom rules, see the [AWS Config Custom Rules documentation](https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config_develop-rules.html). Custom Lambda Functions require permissions to allow the AWS Config service to invoke them, e.g. via the `aws.lambda.Permission` resource.
6110
+ * Provides the runtime system, policy definition, and whether debug logging is enabled. Required when owner is set to `CUSTOM_POLICY`. See Custom Policy Details Below.
6111
+ */
6112
+ customPolicyDetails?: pulumi.Input<inputs.cfg.RuleSourceCustomPolicyDetails>;
6113
+ /**
6114
+ * Indicates whether AWS or the customer owns and manages the AWS Config rule. Valid values are `AWS`, `CUSTOM_LAMBDA` or `CUSTOM_POLICY`. For more information about managed rules, see the [AWS Config Managed Rules documentation](https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config_use-managed-rules.html). For more information about custom rules, see the [AWS Config Custom Rules documentation](https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config_develop-rules.html). Custom Lambda Functions require permissions to allow the AWS Config service to invoke them, e.g., via the [`aws.lambda.Permission` resource](https://www.terraform.io/docs/providers/aws/r/lambda_permission.html).
6068
6115
  */
6069
6116
  owner: pulumi.Input<string>;
6070
6117
  /**
6071
- * Provides the source and type of the event that causes AWS Config to evaluate your AWS resources. Only valid if `owner` is `CUSTOM_LAMBDA`.
6118
+ * Provides the source and type of the event that causes AWS Config to evaluate your AWS resources. Only valid if `owner` is `CUSTOM_LAMBDA` or `CUSTOM_POLICY`. See Source Detail Below.
6072
6119
  */
6073
6120
  sourceDetails?: pulumi.Input<pulumi.Input<inputs.cfg.RuleSourceSourceDetail>[]>;
6074
6121
  /**
6075
6122
  * For AWS Config managed rules, a predefined identifier, e.g `IAM_PASSWORD_POLICY`. For custom Lambda rules, the identifier is the ARN of the Lambda Function, such as `arn:aws:lambda:us-east-1:123456789012:function:custom_rule_name` or the `arn` attribute of the `aws.lambda.Function` resource.
6076
6123
  */
6077
- sourceIdentifier: pulumi.Input<string>;
6124
+ sourceIdentifier?: pulumi.Input<string>;
6125
+ }
6126
+ interface RuleSourceCustomPolicyDetails {
6127
+ /**
6128
+ * The boolean expression for enabling debug logging for your Config Custom Policy rule. The default value is `false`.
6129
+ */
6130
+ enableDebugLogDelivery?: pulumi.Input<boolean>;
6131
+ /**
6132
+ * The runtime system for your Config Custom Policy rule. Guard is a policy-as-code language that allows you to write policies that are enforced by Config Custom Policy rules. For more information about Guard, see the [Guard GitHub Repository](https://github.com/aws-cloudformation/cloudformation-guard).
6133
+ */
6134
+ policyRuntime: pulumi.Input<string>;
6135
+ /**
6136
+ * The policy definition containing the logic for your Config Custom Policy rule.
6137
+ */
6138
+ policyText: pulumi.Input<string>;
6078
6139
  }
6079
6140
  interface RuleSourceSourceDetail {
6080
6141
  /**
6081
- * The source of the event, such as an AWS service, that triggers AWS Config to evaluate your AWS resources. This defaults to `aws.config` and is the only valid value.
6142
+ * The source of the event, such as an AWS service, that triggers AWS Config to evaluate your AWSresources. This defaults to `aws.config` and is the only valid value.
6082
6143
  */
6083
6144
  eventSource?: pulumi.Input<string>;
6084
6145
  /**
6085
- * The frequency that you want AWS Config to run evaluations for a rule that is triggered periodically. If specified, requires `messageType` to be `ScheduledNotification`.
6146
+ * The frequency that you want AWS Config to run evaluations for a rule that istriggered periodically. If specified, requires `messageType` to be `ScheduledNotification`.
6086
6147
  */
6087
6148
  maximumExecutionFrequency?: pulumi.Input<string>;
6088
6149
  /**
6089
- * The type of notification that triggers AWS Config to run an evaluation for a rule. You can specify the following notification types:
6150
+ * The type of notification that triggers AWS Config to run an evaluation for a rule. You canspecify the following notification types:
6090
6151
  */
6091
6152
  messageType?: pulumi.Input<string>;
6092
6153
  }
@@ -6159,6 +6220,40 @@ export declare namespace cloudformation {
6159
6220
  interface StackSetInstanceDeploymentTargets {
6160
6221
  organizationalUnitIds?: pulumi.Input<pulumi.Input<string>[]>;
6161
6222
  }
6223
+ interface StackSetInstanceOperationPreferences {
6224
+ failureToleranceCount?: pulumi.Input<number>;
6225
+ failureTolerancePercentage?: pulumi.Input<number>;
6226
+ maxConcurrentCount?: pulumi.Input<number>;
6227
+ maxConcurrentPercentage?: pulumi.Input<number>;
6228
+ regionConcurrencyType?: pulumi.Input<string>;
6229
+ regionOrders?: pulumi.Input<pulumi.Input<string>[]>;
6230
+ }
6231
+ interface StackSetOperationPreferences {
6232
+ /**
6233
+ * The number of accounts, per Region, for which this operation can fail before AWS CloudFormation stops the operation in that Region.
6234
+ */
6235
+ failureToleranceCount?: pulumi.Input<number>;
6236
+ /**
6237
+ * The percentage of accounts, per Region, for which this stack operation can fail before AWS CloudFormation stops the operation in that Region.
6238
+ */
6239
+ failureTolerancePercentage?: pulumi.Input<number>;
6240
+ /**
6241
+ * The maximum number of accounts in which to perform this operation at one time.
6242
+ */
6243
+ maxConcurrentCount?: pulumi.Input<number>;
6244
+ /**
6245
+ * The maximum percentage of accounts in which to perform this operation at one time.
6246
+ */
6247
+ maxConcurrentPercentage?: pulumi.Input<number>;
6248
+ /**
6249
+ * The concurrency type of deploying StackSets operations in Regions, could be in parallel or one Region at a time.
6250
+ */
6251
+ regionConcurrencyType?: pulumi.Input<string>;
6252
+ /**
6253
+ * The order of the Regions in where you want to perform the stack operation.
6254
+ */
6255
+ regionOrders?: pulumi.Input<pulumi.Input<string>[]>;
6256
+ }
6162
6257
  }
6163
6258
  export declare namespace cloudfront {
6164
6259
  interface CachePolicyParametersInCacheKeyAndForwardedToOrigin {
@@ -9450,6 +9545,24 @@ export declare namespace datasync {
9450
9545
  */
9451
9546
  subnetArn: pulumi.Input<string>;
9452
9547
  }
9548
+ interface FsxOpenZfsFileSystemProtocol {
9549
+ /**
9550
+ * Represents the Network File System (NFS) protocol that DataSync uses to access your FSx for OpenZFS file system. See below.
9551
+ */
9552
+ nfs: pulumi.Input<inputs.datasync.FsxOpenZfsFileSystemProtocolNfs>;
9553
+ }
9554
+ interface FsxOpenZfsFileSystemProtocolNfs {
9555
+ /**
9556
+ * Represents the mount options that are available for DataSync to access an NFS location. See below.
9557
+ */
9558
+ mountOptions: pulumi.Input<inputs.datasync.FsxOpenZfsFileSystemProtocolNfsMountOptions>;
9559
+ }
9560
+ interface FsxOpenZfsFileSystemProtocolNfsMountOptions {
9561
+ /**
9562
+ * The specific NFS version that you want DataSync to use for mounting your NFS share. Valid values: `AUTOMATIC`, `NFS3`, `NFS4_0` and `NFS4_1`. Default: `AUTOMATIC`
9563
+ */
9564
+ version?: pulumi.Input<string>;
9565
+ }
9453
9566
  interface LocationHdfsNameNode {
9454
9567
  /**
9455
9568
  * The hostname of the NameNode in the HDFS cluster. This value is the IP address or Domain Name Service (DNS) name of the NameNode. An agent that's installed on-premises uses this hostname to communicate with the NameNode in the network.
@@ -9661,20 +9774,118 @@ export declare namespace directoryservice {
9661
9774
  export declare namespace dlm {
9662
9775
  interface LifecyclePolicyPolicyDetails {
9663
9776
  /**
9664
- * A list of resource types that should be targeted by the lifecycle policy. `VOLUME` is currently the only allowed value.
9777
+ * The actions to be performed when the event-based policy is triggered. You can specify only one action per policy. This parameter is required for event-based policies only. If you are creating a snapshot or AMI policy, omit this parameter. See the `action` configuration block.
9778
+ */
9779
+ action?: pulumi.Input<inputs.dlm.LifecyclePolicyPolicyDetailsAction>;
9780
+ /**
9781
+ * The event that triggers the event-based policy. This parameter is required for event-based policies only. If you are creating a snapshot or AMI policy, omit this parameter. See the `eventSource` configuration block.
9782
+ */
9783
+ eventSource?: pulumi.Input<inputs.dlm.LifecyclePolicyPolicyDetailsEventSource>;
9784
+ /**
9785
+ * Information about the event. See the `parameters` configuration block.
9665
9786
  */
9666
- resourceTypes: pulumi.Input<pulumi.Input<string>[]>;
9787
+ parameters?: pulumi.Input<inputs.dlm.LifecyclePolicyPolicyDetailsParameters>;
9788
+ /**
9789
+ * The valid target resource types and actions a policy can manage. Specify `EBS_SNAPSHOT_MANAGEMENT` to create a lifecycle policy that manages the lifecycle of Amazon EBS snapshots. Specify `IMAGE_MANAGEMENT` to create a lifecycle policy that manages the lifecycle of EBS-backed AMIs. Specify `EVENT_BASED_POLICY` to create an event-based policy that performs specific actions when a defined event occurs in your AWS account. Default value is `EBS_SNAPSHOT_MANAGEMENT`.
9790
+ */
9791
+ policyType?: pulumi.Input<string>;
9792
+ /**
9793
+ * The location of the resources to backup. If the source resources are located in an AWS Region, specify `CLOUD`. If the source resources are located on an Outpost in your account, specify `OUTPOST`. If you specify `OUTPOST`, Amazon Data Lifecycle Manager backs up all resources of the specified type with matching target tags across all of the Outposts in your account. Valid values are `CLOUD` and `OUTPOST`.
9794
+ */
9795
+ resourceLocations?: pulumi.Input<string>;
9796
+ /**
9797
+ * A list of resource types that should be targeted by the lifecycle policy. Valid values are `VOLUME` and `INSTANCE`.
9798
+ */
9799
+ resourceTypes?: pulumi.Input<pulumi.Input<string>[]>;
9667
9800
  /**
9668
9801
  * See the `schedule` configuration block.
9669
9802
  */
9670
- schedules: pulumi.Input<pulumi.Input<inputs.dlm.LifecyclePolicyPolicyDetailsSchedule>[]>;
9803
+ schedules?: pulumi.Input<pulumi.Input<inputs.dlm.LifecyclePolicyPolicyDetailsSchedule>[]>;
9671
9804
  /**
9672
9805
  * A map of tag keys and their values. Any resources that match the `resourceTypes` and are tagged with _any_ of these tags will be targeted.
9673
9806
  */
9674
- targetTags: pulumi.Input<{
9807
+ targetTags?: pulumi.Input<{
9675
9808
  [key: string]: pulumi.Input<string>;
9676
9809
  }>;
9677
9810
  }
9811
+ interface LifecyclePolicyPolicyDetailsAction {
9812
+ /**
9813
+ * The rule for copying shared snapshots across Regions. See the `crossRegionCopy` configuration block.
9814
+ */
9815
+ crossRegionCopies: pulumi.Input<pulumi.Input<inputs.dlm.LifecyclePolicyPolicyDetailsActionCrossRegionCopy>[]>;
9816
+ /**
9817
+ * A name for the schedule.
9818
+ */
9819
+ name: pulumi.Input<string>;
9820
+ }
9821
+ interface LifecyclePolicyPolicyDetailsActionCrossRegionCopy {
9822
+ /**
9823
+ * The encryption settings for the copied snapshot. See the `encryptionConfiguration` block. Max of 1 per action.
9824
+ */
9825
+ encryptionConfiguration: pulumi.Input<inputs.dlm.LifecyclePolicyPolicyDetailsActionCrossRegionCopyEncryptionConfiguration>;
9826
+ /**
9827
+ * The retention rule that indicates how long snapshot copies are to be retained in the destination Region. See the `retainRule` block. Max of 1 per schedule.
9828
+ */
9829
+ retainRule?: pulumi.Input<inputs.dlm.LifecyclePolicyPolicyDetailsActionCrossRegionCopyRetainRule>;
9830
+ /**
9831
+ * The target Region or the Amazon Resource Name (ARN) of the target Outpost for the snapshot copies.
9832
+ */
9833
+ target: pulumi.Input<string>;
9834
+ }
9835
+ interface LifecyclePolicyPolicyDetailsActionCrossRegionCopyEncryptionConfiguration {
9836
+ /**
9837
+ * The Amazon Resource Name (ARN) of the AWS KMS customer master key (CMK) to use for EBS encryption. If this argument is not specified, the default KMS key for the account is used.
9838
+ */
9839
+ cmkArn?: pulumi.Input<string>;
9840
+ /**
9841
+ * To encrypt a copy of an unencrypted snapshot if encryption by default is not enabled, enable encryption using this parameter. Copies of encrypted snapshots are encrypted, even if this parameter is false or if encryption by default is not enabled.
9842
+ */
9843
+ encrypted?: pulumi.Input<boolean>;
9844
+ }
9845
+ interface LifecyclePolicyPolicyDetailsActionCrossRegionCopyRetainRule {
9846
+ /**
9847
+ * The amount of time to retain each snapshot. The maximum is 100 years. This is equivalent to 1200 months, 5200 weeks, or 36500 days.
9848
+ */
9849
+ interval: pulumi.Input<number>;
9850
+ /**
9851
+ * The unit of time for time-based retention. Valid values: `DAYS`, `WEEKS`, `MONTHS`, or `YEARS`.
9852
+ */
9853
+ intervalUnit: pulumi.Input<string>;
9854
+ }
9855
+ interface LifecyclePolicyPolicyDetailsEventSource {
9856
+ /**
9857
+ * Information about the event. See the `parameters` configuration block.
9858
+ */
9859
+ parameters: pulumi.Input<inputs.dlm.LifecyclePolicyPolicyDetailsEventSourceParameters>;
9860
+ /**
9861
+ * The source of the event. Currently only managed CloudWatch Events rules are supported. Valid values are `MANAGED_CWE`.
9862
+ */
9863
+ type: pulumi.Input<string>;
9864
+ }
9865
+ interface LifecyclePolicyPolicyDetailsEventSourceParameters {
9866
+ /**
9867
+ * The snapshot description that can trigger the policy. The description pattern is specified using a regular expression. The policy runs only if a snapshot with a description that matches the specified pattern is shared with your account.
9868
+ */
9869
+ descriptionRegex: pulumi.Input<string>;
9870
+ /**
9871
+ * The type of event. Currently, only `shareSnapshot` events are supported.
9872
+ */
9873
+ eventType: pulumi.Input<string>;
9874
+ /**
9875
+ * The IDs of the AWS accounts that can trigger policy by sharing snapshots with your account. The policy only runs if one of the specified AWS accounts shares a snapshot with your account.
9876
+ */
9877
+ snapshotOwners: pulumi.Input<pulumi.Input<string>[]>;
9878
+ }
9879
+ interface LifecyclePolicyPolicyDetailsParameters {
9880
+ /**
9881
+ * Indicates whether to exclude the root volume from snapshots created using CreateSnapshots. The default is `false`.
9882
+ */
9883
+ excludeBootVolume?: pulumi.Input<boolean>;
9884
+ /**
9885
+ * Applies to AMI lifecycle policies only. Indicates whether targeted instances are rebooted when the lifecycle policy runs. `true` indicates that targeted instances are not rebooted when the policy runs. `false` indicates that target instances are rebooted when the policy runs. The default is `true` (instances are not rebooted).
9886
+ */
9887
+ noReboot?: pulumi.Input<boolean>;
9888
+ }
9678
9889
  interface LifecyclePolicyPolicyDetailsSchedule {
9679
9890
  /**
9680
9891
  * Whether to copy all user-defined tags from the source snapshot to the cross-region snapshot copy.
@@ -9688,6 +9899,14 @@ export declare namespace dlm {
9688
9899
  * See the `crossRegionCopyRule` block. Max of 3 per schedule.
9689
9900
  */
9690
9901
  crossRegionCopyRules?: pulumi.Input<pulumi.Input<inputs.dlm.LifecyclePolicyPolicyDetailsScheduleCrossRegionCopyRule>[]>;
9902
+ /**
9903
+ * The AMI deprecation rule for cross-Region AMI copies created by the rule. See the `deprecateRule` block.
9904
+ */
9905
+ deprecateRule?: pulumi.Input<inputs.dlm.LifecyclePolicyPolicyDetailsScheduleDeprecateRule>;
9906
+ /**
9907
+ * See the `fastRestoreRule` block. Max of 1 per schedule.
9908
+ */
9909
+ fastRestoreRule?: pulumi.Input<inputs.dlm.LifecyclePolicyPolicyDetailsScheduleFastRestoreRule>;
9691
9910
  /**
9692
9911
  * A name for the schedule.
9693
9912
  */
@@ -9696,22 +9915,40 @@ export declare namespace dlm {
9696
9915
  * The retention rule that indicates how long snapshot copies are to be retained in the destination Region. See the `retainRule` block. Max of 1 per schedule.
9697
9916
  */
9698
9917
  retainRule: pulumi.Input<inputs.dlm.LifecyclePolicyPolicyDetailsScheduleRetainRule>;
9918
+ /**
9919
+ * See the `shareRule` block. Max of 1 per schedule.
9920
+ */
9921
+ shareRule?: pulumi.Input<inputs.dlm.LifecyclePolicyPolicyDetailsScheduleShareRule>;
9699
9922
  /**
9700
9923
  * A map of tag keys and their values. DLM lifecycle policies will already tag the snapshot with the tags on the volume. This configuration adds extra tags on top of these.
9701
9924
  */
9702
9925
  tagsToAdd?: pulumi.Input<{
9703
9926
  [key: string]: pulumi.Input<string>;
9704
9927
  }>;
9928
+ /**
9929
+ * A map of tag keys and variable values, where the values are determined when the policy is executed. Only `$(instance-id)` or `$(timestamp)` are valid values. Can only be used when `resourceTypes` is `INSTANCE`.
9930
+ */
9931
+ variableTags?: pulumi.Input<{
9932
+ [key: string]: pulumi.Input<string>;
9933
+ }>;
9705
9934
  }
9706
9935
  interface LifecyclePolicyPolicyDetailsScheduleCreateRule {
9936
+ /**
9937
+ * The schedule, as a Cron expression. The schedule interval must be between 1 hour and 1 year.
9938
+ */
9939
+ cronExpression?: pulumi.Input<string>;
9707
9940
  /**
9708
9941
  * The amount of time to retain each snapshot. The maximum is 100 years. This is equivalent to 1200 months, 5200 weeks, or 36500 days.
9709
9942
  */
9710
- interval: pulumi.Input<number>;
9943
+ interval?: pulumi.Input<number>;
9711
9944
  /**
9712
9945
  * The unit of time for time-based retention. Valid values: `DAYS`, `WEEKS`, `MONTHS`, or `YEARS`.
9713
9946
  */
9714
9947
  intervalUnit?: pulumi.Input<string>;
9948
+ /**
9949
+ * Specifies the destination for snapshots created by the policy. To create snapshots in the same Region as the source resource, specify `CLOUD`. To create snapshots on the same Outpost as the source resource, specify `OUTPOST_LOCAL`. If you omit this parameter, `CLOUD` is used by default. If the policy targets resources in an AWS Region, then you must create snapshots in the same Region as the source resource. If the policy targets resources on an Outpost, then you can create snapshots on the same Outpost as the source resource, or in the Region of that Outpost. Valid values are `CLOUD` and `OUTPOST_LOCAL`.
9950
+ */
9951
+ location?: pulumi.Input<string>;
9715
9952
  /**
9716
9953
  * A list of times in 24 hour clock format that sets when the lifecycle policy should be evaluated. Max of 1.
9717
9954
  */
@@ -9763,11 +10000,59 @@ export declare namespace dlm {
9763
10000
  */
9764
10001
  intervalUnit: pulumi.Input<string>;
9765
10002
  }
10003
+ interface LifecyclePolicyPolicyDetailsScheduleDeprecateRule {
10004
+ /**
10005
+ * How many snapshots to keep. Must be an integer between `1` and `1000`.
10006
+ */
10007
+ count?: pulumi.Input<number>;
10008
+ /**
10009
+ * The amount of time to retain each snapshot. The maximum is 100 years. This is equivalent to 1200 months, 5200 weeks, or 36500 days.
10010
+ */
10011
+ interval?: pulumi.Input<number>;
10012
+ /**
10013
+ * The unit of time for time-based retention. Valid values: `DAYS`, `WEEKS`, `MONTHS`, or `YEARS`.
10014
+ */
10015
+ intervalUnit?: pulumi.Input<string>;
10016
+ }
10017
+ interface LifecyclePolicyPolicyDetailsScheduleFastRestoreRule {
10018
+ /**
10019
+ * The Availability Zones in which to enable fast snapshot restore.
10020
+ */
10021
+ availabilityZones: pulumi.Input<pulumi.Input<string>[]>;
10022
+ /**
10023
+ * How many snapshots to keep. Must be an integer between `1` and `1000`.
10024
+ */
10025
+ count?: pulumi.Input<number>;
10026
+ /**
10027
+ * The amount of time to retain each snapshot. The maximum is 100 years. This is equivalent to 1200 months, 5200 weeks, or 36500 days.
10028
+ */
10029
+ interval?: pulumi.Input<number>;
10030
+ /**
10031
+ * The unit of time for time-based retention. Valid values: `DAYS`, `WEEKS`, `MONTHS`, or `YEARS`.
10032
+ */
10033
+ intervalUnit?: pulumi.Input<string>;
10034
+ }
9766
10035
  interface LifecyclePolicyPolicyDetailsScheduleRetainRule {
9767
10036
  /**
9768
- * How many snapshots to keep. Must be an integer between 1 and 1000.
10037
+ * How many snapshots to keep. Must be an integer between `1` and `1000`.
10038
+ */
10039
+ count?: pulumi.Input<number>;
10040
+ /**
10041
+ * The amount of time to retain each snapshot. The maximum is 100 years. This is equivalent to 1200 months, 5200 weeks, or 36500 days.
10042
+ */
10043
+ interval?: pulumi.Input<number>;
10044
+ /**
10045
+ * The unit of time for time-based retention. Valid values: `DAYS`, `WEEKS`, `MONTHS`, or `YEARS`.
10046
+ */
10047
+ intervalUnit?: pulumi.Input<string>;
10048
+ }
10049
+ interface LifecyclePolicyPolicyDetailsScheduleShareRule {
10050
+ /**
10051
+ * The IDs of the AWS accounts with which to share the snapshots.
9769
10052
  */
9770
- count: pulumi.Input<number>;
10053
+ targetAccounts: pulumi.Input<pulumi.Input<string>[]>;
10054
+ unshareInterval?: pulumi.Input<number>;
10055
+ unshareIntervalUnit?: pulumi.Input<string>;
9771
10056
  }
9772
10057
  }
9773
10058
  export declare namespace dms {
@@ -10570,6 +10855,10 @@ export declare namespace ec2 {
10570
10855
  * The CIDR block of the route.
10571
10856
  */
10572
10857
  cidrBlock?: pulumi.Input<string>;
10858
+ /**
10859
+ * The Amazon Resource Name (ARN) of a core network.
10860
+ */
10861
+ coreNetworkArn?: pulumi.Input<string>;
10573
10862
  /**
10574
10863
  * The ID of a managed prefix list destination of the route.
10575
10864
  */
@@ -10819,70 +11108,70 @@ export declare namespace ec2 {
10819
11108
  name: pulumi.Input<string>;
10820
11109
  values: pulumi.Input<pulumi.Input<string>[]>;
10821
11110
  }
10822
- interface GetAmiIdsFilterArgs {
10823
- name: pulumi.Input<string>;
10824
- values: pulumi.Input<pulumi.Input<string>[]>;
10825
- }
10826
11111
  interface GetAmiIdsFilter {
10827
11112
  name: string;
10828
11113
  values: string[];
10829
11114
  }
10830
- interface GetCoipPoolFilter {
11115
+ interface GetAmiIdsFilterArgs {
11116
+ name: pulumi.Input<string>;
11117
+ values: pulumi.Input<pulumi.Input<string>[]>;
11118
+ }
11119
+ interface GetCoipPoolFilterArgs {
10831
11120
  /**
10832
11121
  * The name of the field to filter by, as defined by
10833
11122
  * [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeCoipPools.html).
10834
11123
  */
10835
- name: string;
11124
+ name: pulumi.Input<string>;
10836
11125
  /**
10837
11126
  * Set of values that are accepted for the given field.
10838
11127
  * A COIP Pool will be selected if any one of the given values matches.
10839
11128
  */
10840
- values: string[];
11129
+ values: pulumi.Input<pulumi.Input<string>[]>;
10841
11130
  }
10842
- interface GetCoipPoolFilterArgs {
11131
+ interface GetCoipPoolFilter {
10843
11132
  /**
10844
11133
  * The name of the field to filter by, as defined by
10845
11134
  * [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeCoipPools.html).
10846
11135
  */
10847
- name: pulumi.Input<string>;
11136
+ name: string;
10848
11137
  /**
10849
11138
  * Set of values that are accepted for the given field.
10850
11139
  * A COIP Pool will be selected if any one of the given values matches.
10851
11140
  */
10852
- values: pulumi.Input<pulumi.Input<string>[]>;
11141
+ values: string[];
10853
11142
  }
10854
- interface GetCoipPoolsFilterArgs {
11143
+ interface GetCoipPoolsFilter {
10855
11144
  /**
10856
11145
  * The name of the field to filter by, as defined by
10857
11146
  * [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeCoipPools.html).
10858
11147
  */
10859
- name: pulumi.Input<string>;
11148
+ name: string;
10860
11149
  /**
10861
11150
  * Set of values that are accepted for the given field.
10862
11151
  * A COIP Pool will be selected if any one of the given values matches.
10863
11152
  */
10864
- values: pulumi.Input<pulumi.Input<string>[]>;
11153
+ values: string[];
10865
11154
  }
10866
- interface GetCoipPoolsFilter {
11155
+ interface GetCoipPoolsFilterArgs {
10867
11156
  /**
10868
11157
  * The name of the field to filter by, as defined by
10869
11158
  * [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeCoipPools.html).
10870
11159
  */
10871
- name: string;
11160
+ name: pulumi.Input<string>;
10872
11161
  /**
10873
11162
  * Set of values that are accepted for the given field.
10874
11163
  * A COIP Pool will be selected if any one of the given values matches.
10875
11164
  */
10876
- values: string[];
10877
- }
10878
- interface GetCustomerGatewayFilter {
10879
- name: string;
10880
- values: string[];
11165
+ values: pulumi.Input<pulumi.Input<string>[]>;
10881
11166
  }
10882
11167
  interface GetCustomerGatewayFilterArgs {
10883
11168
  name: pulumi.Input<string>;
10884
11169
  values: pulumi.Input<pulumi.Input<string>[]>;
10885
11170
  }
11171
+ interface GetCustomerGatewayFilter {
11172
+ name: string;
11173
+ values: string[];
11174
+ }
10886
11175
  interface GetDedicatedHostFilter {
10887
11176
  /**
10888
11177
  * The name of the field to filter by, as defined by [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeHosts.html).
@@ -10903,36 +11192,36 @@ export declare namespace ec2 {
10903
11192
  */
10904
11193
  values: pulumi.Input<pulumi.Input<string>[]>;
10905
11194
  }
10906
- interface GetEipsFilterArgs {
11195
+ interface GetEipsFilter {
10907
11196
  /**
10908
11197
  * The name of the field to filter by, as defined by
10909
11198
  * [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeAddresses.html).
10910
11199
  */
10911
- name: pulumi.Input<string>;
11200
+ name: string;
10912
11201
  /**
10913
11202
  * Set of values that are accepted for the given field. An Elastic IP will be selected if any one of the given values matches.
10914
11203
  */
10915
- values: pulumi.Input<pulumi.Input<string>[]>;
11204
+ values: string[];
10916
11205
  }
10917
- interface GetEipsFilter {
11206
+ interface GetEipsFilterArgs {
10918
11207
  /**
10919
11208
  * The name of the field to filter by, as defined by
10920
11209
  * [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeAddresses.html).
10921
11210
  */
10922
- name: string;
11211
+ name: pulumi.Input<string>;
10923
11212
  /**
10924
11213
  * Set of values that are accepted for the given field. An Elastic IP will be selected if any one of the given values matches.
10925
11214
  */
10926
- values: string[];
10927
- }
10928
- interface GetElasticIpFilterArgs {
10929
- name: pulumi.Input<string>;
10930
11215
  values: pulumi.Input<pulumi.Input<string>[]>;
10931
11216
  }
10932
11217
  interface GetElasticIpFilter {
10933
11218
  name: string;
10934
11219
  values: string[];
10935
11220
  }
11221
+ interface GetElasticIpFilterArgs {
11222
+ name: pulumi.Input<string>;
11223
+ values: pulumi.Input<pulumi.Input<string>[]>;
11224
+ }
10936
11225
  interface GetInstanceFilter {
10937
11226
  name: string;
10938
11227
  values: string[];
@@ -10987,16 +11276,16 @@ export declare namespace ec2 {
10987
11276
  manufacturer?: string;
10988
11277
  name?: string;
10989
11278
  }
10990
- interface GetInstanceTypeInstanceDisk {
10991
- count?: number;
10992
- size?: number;
10993
- type?: string;
10994
- }
10995
11279
  interface GetInstanceTypeInstanceDiskArgs {
10996
11280
  count?: pulumi.Input<number>;
10997
11281
  size?: pulumi.Input<number>;
10998
11282
  type?: pulumi.Input<string>;
10999
11283
  }
11284
+ interface GetInstanceTypeInstanceDisk {
11285
+ count?: number;
11286
+ size?: number;
11287
+ type?: string;
11288
+ }
11000
11289
  interface GetInstanceTypeOfferingFilter {
11001
11290
  /**
11002
11291
  * Name of the filter. The `location` filter depends on the top-level `locationType` argument and if not specified, defaults to the current region.
@@ -11037,25 +11326,25 @@ export declare namespace ec2 {
11037
11326
  */
11038
11327
  values: pulumi.Input<pulumi.Input<string>[]>;
11039
11328
  }
11040
- interface GetInstanceTypesFilterArgs {
11329
+ interface GetInstanceTypesFilter {
11041
11330
  /**
11042
11331
  * Name of the filter.
11043
11332
  */
11044
- name: pulumi.Input<string>;
11333
+ name: string;
11045
11334
  /**
11046
11335
  * List of one or more values for the filter.
11047
11336
  */
11048
- values: pulumi.Input<pulumi.Input<string>[]>;
11337
+ values: string[];
11049
11338
  }
11050
- interface GetInstanceTypesFilter {
11339
+ interface GetInstanceTypesFilterArgs {
11051
11340
  /**
11052
11341
  * Name of the filter.
11053
11342
  */
11054
- name: string;
11343
+ name: pulumi.Input<string>;
11055
11344
  /**
11056
11345
  * List of one or more values for the filter.
11057
11346
  */
11058
- values: string[];
11347
+ values: pulumi.Input<pulumi.Input<string>[]>;
11059
11348
  }
11060
11349
  interface GetInstancesFilter {
11061
11350
  name: string;
@@ -11089,25 +11378,25 @@ export declare namespace ec2 {
11089
11378
  */
11090
11379
  values: pulumi.Input<pulumi.Input<string>[]>;
11091
11380
  }
11092
- interface GetKeyPairFilterArgs {
11381
+ interface GetKeyPairFilter {
11093
11382
  /**
11094
11383
  * The name of the filter field. Valid values can be found in the [EC2 DescribeKeyPairs API Reference](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeKeyPairs.html).
11095
11384
  */
11096
- name: pulumi.Input<string>;
11385
+ name: string;
11097
11386
  /**
11098
11387
  * Set of values that are accepted for the given filter field. Results will be selected if any given value matches.
11099
11388
  */
11100
- values: pulumi.Input<pulumi.Input<string>[]>;
11389
+ values: string[];
11101
11390
  }
11102
- interface GetKeyPairFilter {
11391
+ interface GetKeyPairFilterArgs {
11103
11392
  /**
11104
11393
  * The name of the filter field. Valid values can be found in the [EC2 DescribeKeyPairs API Reference](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeKeyPairs.html).
11105
11394
  */
11106
- name: string;
11395
+ name: pulumi.Input<string>;
11107
11396
  /**
11108
11397
  * Set of values that are accepted for the given filter field. Results will be selected if any given value matches.
11109
11398
  */
11110
- values: string[];
11399
+ values: pulumi.Input<pulumi.Input<string>[]>;
11111
11400
  }
11112
11401
  interface GetLaunchTemplateFilterArgs {
11113
11402
  /**
@@ -11129,77 +11418,77 @@ export declare namespace ec2 {
11129
11418
  */
11130
11419
  values: string[];
11131
11420
  }
11132
- interface GetLocalGatewayFilter {
11421
+ interface GetLocalGatewayFilterArgs {
11133
11422
  /**
11134
11423
  * The name of the field to filter by, as defined by
11135
11424
  * [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeLocalGateways.html).
11136
11425
  */
11137
- name: string;
11426
+ name: pulumi.Input<string>;
11138
11427
  /**
11139
11428
  * Set of values that are accepted for the given field.
11140
11429
  * A Local Gateway will be selected if any one of the given values matches.
11141
11430
  */
11142
- values: string[];
11431
+ values: pulumi.Input<pulumi.Input<string>[]>;
11143
11432
  }
11144
- interface GetLocalGatewayFilterArgs {
11433
+ interface GetLocalGatewayFilter {
11145
11434
  /**
11146
11435
  * The name of the field to filter by, as defined by
11147
11436
  * [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeLocalGateways.html).
11148
11437
  */
11149
- name: pulumi.Input<string>;
11438
+ name: string;
11150
11439
  /**
11151
11440
  * Set of values that are accepted for the given field.
11152
11441
  * A Local Gateway will be selected if any one of the given values matches.
11153
11442
  */
11154
- values: pulumi.Input<pulumi.Input<string>[]>;
11443
+ values: string[];
11155
11444
  }
11156
- interface GetLocalGatewayRouteTableFilterArgs {
11445
+ interface GetLocalGatewayRouteTableFilter {
11157
11446
  /**
11158
11447
  * The name of the field to filter by, as defined by
11159
11448
  * [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeLocalGatewayRouteTables.html).
11160
11449
  */
11161
- name: pulumi.Input<string>;
11450
+ name: string;
11162
11451
  /**
11163
11452
  * Set of values that are accepted for the given field.
11164
11453
  * A local gateway route table will be selected if any one of the given values matches.
11165
11454
  */
11166
- values: pulumi.Input<pulumi.Input<string>[]>;
11455
+ values: string[];
11167
11456
  }
11168
- interface GetLocalGatewayRouteTableFilter {
11457
+ interface GetLocalGatewayRouteTableFilterArgs {
11169
11458
  /**
11170
11459
  * The name of the field to filter by, as defined by
11171
11460
  * [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeLocalGatewayRouteTables.html).
11172
11461
  */
11173
- name: string;
11462
+ name: pulumi.Input<string>;
11174
11463
  /**
11175
11464
  * Set of values that are accepted for the given field.
11176
11465
  * A local gateway route table will be selected if any one of the given values matches.
11177
11466
  */
11178
- values: string[];
11467
+ values: pulumi.Input<pulumi.Input<string>[]>;
11179
11468
  }
11180
- interface GetLocalGatewayRouteTablesFilterArgs {
11469
+ interface GetLocalGatewayRouteTablesFilter {
11181
11470
  /**
11182
11471
  * The name of the field to filter by, as defined by
11183
11472
  * [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeLocalGatewayRouteTables.html).
11184
11473
  */
11185
- name: pulumi.Input<string>;
11474
+ name: string;
11186
11475
  /**
11187
11476
  * Set of values that are accepted for the given field.
11188
11477
  * A Local Gateway Route Table will be selected if any one of the given values matches.
11189
11478
  */
11190
- values: pulumi.Input<pulumi.Input<string>[]>;
11479
+ values: string[];
11191
11480
  }
11192
- interface GetLocalGatewayRouteTablesFilter {
11481
+ interface GetLocalGatewayRouteTablesFilterArgs {
11193
11482
  /**
11194
11483
  * The name of the field to filter by, as defined by
11195
11484
  * [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeLocalGatewayRouteTables.html).
11196
11485
  */
11197
- name: string;
11486
+ name: pulumi.Input<string>;
11198
11487
  /**
11199
11488
  * Set of values that are accepted for the given field.
11200
11489
  * A Local Gateway Route Table will be selected if any one of the given values matches.
11201
11490
  */
11202
- values: string[];
11491
+ values: pulumi.Input<pulumi.Input<string>[]>;
11203
11492
  }
11204
11493
  interface GetLocalGatewayVirtualInterfaceFilterArgs {
11205
11494
  /**
@@ -11221,25 +11510,25 @@ export declare namespace ec2 {
11221
11510
  */
11222
11511
  values: string[];
11223
11512
  }
11224
- interface GetLocalGatewayVirtualInterfaceGroupFilterArgs {
11513
+ interface GetLocalGatewayVirtualInterfaceGroupFilter {
11225
11514
  /**
11226
11515
  * Name of the filter.
11227
11516
  */
11228
- name: pulumi.Input<string>;
11517
+ name: string;
11229
11518
  /**
11230
11519
  * List of one or more values for the filter.
11231
11520
  */
11232
- values: pulumi.Input<pulumi.Input<string>[]>;
11521
+ values: string[];
11233
11522
  }
11234
- interface GetLocalGatewayVirtualInterfaceGroupFilter {
11523
+ interface GetLocalGatewayVirtualInterfaceGroupFilterArgs {
11235
11524
  /**
11236
11525
  * Name of the filter.
11237
11526
  */
11238
- name: string;
11527
+ name: pulumi.Input<string>;
11239
11528
  /**
11240
11529
  * List of one or more values for the filter.
11241
11530
  */
11242
- values: string[];
11531
+ values: pulumi.Input<pulumi.Input<string>[]>;
11243
11532
  }
11244
11533
  interface GetLocalGatewayVirtualInterfaceGroupsFilter {
11245
11534
  /**
@@ -11261,49 +11550,49 @@ export declare namespace ec2 {
11261
11550
  */
11262
11551
  values: pulumi.Input<pulumi.Input<string>[]>;
11263
11552
  }
11264
- interface GetLocalGatewaysFilterArgs {
11553
+ interface GetLocalGatewaysFilter {
11265
11554
  /**
11266
11555
  * The name of the field to filter by, as defined by
11267
11556
  * [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeLocalGateways.html).
11268
11557
  */
11269
- name: pulumi.Input<string>;
11558
+ name: string;
11270
11559
  /**
11271
11560
  * Set of values that are accepted for the given field.
11272
11561
  * A Local Gateway will be selected if any one of the given values matches.
11273
11562
  */
11274
- values: pulumi.Input<pulumi.Input<string>[]>;
11563
+ values: string[];
11275
11564
  }
11276
- interface GetLocalGatewaysFilter {
11565
+ interface GetLocalGatewaysFilterArgs {
11277
11566
  /**
11278
11567
  * The name of the field to filter by, as defined by
11279
11568
  * [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeLocalGateways.html).
11280
11569
  */
11281
- name: string;
11570
+ name: pulumi.Input<string>;
11282
11571
  /**
11283
11572
  * Set of values that are accepted for the given field.
11284
11573
  * A Local Gateway will be selected if any one of the given values matches.
11285
11574
  */
11286
- values: string[];
11575
+ values: pulumi.Input<pulumi.Input<string>[]>;
11287
11576
  }
11288
- interface GetManagedPrefixListFilterArgs {
11577
+ interface GetManagedPrefixListFilter {
11289
11578
  /**
11290
11579
  * The name of the filter field. Valid values can be found in the EC2 [DescribeManagedPrefixLists](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeManagedPrefixLists.html) API Reference.
11291
11580
  */
11292
- name: pulumi.Input<string>;
11581
+ name: string;
11293
11582
  /**
11294
11583
  * Set of values that are accepted for the given filter field. Results will be selected if any given value matches.
11295
11584
  */
11296
- values: pulumi.Input<pulumi.Input<string>[]>;
11585
+ values: string[];
11297
11586
  }
11298
- interface GetManagedPrefixListFilter {
11587
+ interface GetManagedPrefixListFilterArgs {
11299
11588
  /**
11300
11589
  * The name of the filter field. Valid values can be found in the EC2 [DescribeManagedPrefixLists](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeManagedPrefixLists.html) API Reference.
11301
11590
  */
11302
- name: string;
11591
+ name: pulumi.Input<string>;
11303
11592
  /**
11304
11593
  * Set of values that are accepted for the given filter field. Results will be selected if any given value matches.
11305
11594
  */
11306
- values: string[];
11595
+ values: pulumi.Input<pulumi.Input<string>[]>;
11307
11596
  }
11308
11597
  interface GetNatGatewayFilter {
11309
11598
  /**
@@ -11329,15 +11618,27 @@ export declare namespace ec2 {
11329
11618
  */
11330
11619
  values: pulumi.Input<pulumi.Input<string>[]>;
11331
11620
  }
11332
- interface GetNetworkAclsFilterArgs {
11621
+ interface GetNatGatewaysFilter {
11333
11622
  /**
11334
11623
  * The name of the field to filter by, as defined by
11335
- * [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkAcls.html).
11624
+ * [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNatGateways.html).
11625
+ */
11626
+ name: string;
11627
+ /**
11628
+ * Set of values that are accepted for the given field.
11629
+ * A Nat Gateway will be selected if any one of the given values matches.
11630
+ */
11631
+ values: string[];
11632
+ }
11633
+ interface GetNatGatewaysFilterArgs {
11634
+ /**
11635
+ * The name of the field to filter by, as defined by
11636
+ * [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNatGateways.html).
11336
11637
  */
11337
11638
  name: pulumi.Input<string>;
11338
11639
  /**
11339
11640
  * Set of values that are accepted for the given field.
11340
- * A VPC will be selected if any one of the given values matches.
11641
+ * A Nat Gateway will be selected if any one of the given values matches.
11341
11642
  */
11342
11643
  values: pulumi.Input<pulumi.Input<string>[]>;
11343
11644
  }
@@ -11353,35 +11654,47 @@ export declare namespace ec2 {
11353
11654
  */
11354
11655
  values: string[];
11355
11656
  }
11356
- interface GetNetworkInterfaceFilter {
11357
- name: string;
11358
- values: string[];
11657
+ interface GetNetworkAclsFilterArgs {
11658
+ /**
11659
+ * The name of the field to filter by, as defined by
11660
+ * [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkAcls.html).
11661
+ */
11662
+ name: pulumi.Input<string>;
11663
+ /**
11664
+ * Set of values that are accepted for the given field.
11665
+ * A VPC will be selected if any one of the given values matches.
11666
+ */
11667
+ values: pulumi.Input<pulumi.Input<string>[]>;
11359
11668
  }
11360
11669
  interface GetNetworkInterfaceFilterArgs {
11361
11670
  name: pulumi.Input<string>;
11362
11671
  values: pulumi.Input<pulumi.Input<string>[]>;
11363
11672
  }
11364
- interface GetNetworkInterfacesFilter {
11673
+ interface GetNetworkInterfaceFilter {
11674
+ name: string;
11675
+ values: string[];
11676
+ }
11677
+ interface GetNetworkInterfacesFilterArgs {
11365
11678
  /**
11366
11679
  * The name of the field to filter by, as defined by
11367
11680
  * [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInterfaces.html).
11368
11681
  */
11369
- name: string;
11682
+ name: pulumi.Input<string>;
11370
11683
  /**
11371
11684
  * Set of values that are accepted for the given field.
11372
11685
  */
11373
- values: string[];
11686
+ values: pulumi.Input<pulumi.Input<string>[]>;
11374
11687
  }
11375
- interface GetNetworkInterfacesFilterArgs {
11688
+ interface GetNetworkInterfacesFilter {
11376
11689
  /**
11377
11690
  * The name of the field to filter by, as defined by
11378
11691
  * [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInterfaces.html).
11379
11692
  */
11380
- name: pulumi.Input<string>;
11693
+ name: string;
11381
11694
  /**
11382
11695
  * Set of values that are accepted for the given field.
11383
11696
  */
11384
- values: pulumi.Input<pulumi.Input<string>[]>;
11697
+ values: string[];
11385
11698
  }
11386
11699
  interface GetPrefixListFilter {
11387
11700
  /**
@@ -11403,25 +11716,25 @@ export declare namespace ec2 {
11403
11716
  */
11404
11717
  values: pulumi.Input<pulumi.Input<string>[]>;
11405
11718
  }
11406
- interface GetRouteTableFilterArgs {
11719
+ interface GetRouteTableFilter {
11407
11720
  /**
11408
11721
  * Name of the field to filter by, as defined by [the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeRouteTables.html).
11409
11722
  */
11410
- name: pulumi.Input<string>;
11723
+ name: string;
11411
11724
  /**
11412
11725
  * Set of values that are accepted for the given field. A Route Table will be selected if any one of the given values matches.
11413
11726
  */
11414
- values: pulumi.Input<pulumi.Input<string>[]>;
11727
+ values: string[];
11415
11728
  }
11416
- interface GetRouteTableFilter {
11729
+ interface GetRouteTableFilterArgs {
11417
11730
  /**
11418
11731
  * Name of the field to filter by, as defined by [the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeRouteTables.html).
11419
11732
  */
11420
- name: string;
11733
+ name: pulumi.Input<string>;
11421
11734
  /**
11422
11735
  * Set of values that are accepted for the given field. A Route Table will be selected if any one of the given values matches.
11423
11736
  */
11424
- values: string[];
11737
+ values: pulumi.Input<pulumi.Input<string>[]>;
11425
11738
  }
11426
11739
  interface GetRouteTablesFilter {
11427
11740
  /**
@@ -11447,29 +11760,29 @@ export declare namespace ec2 {
11447
11760
  */
11448
11761
  values: pulumi.Input<pulumi.Input<string>[]>;
11449
11762
  }
11450
- interface GetSecurityGroupFilterArgs {
11763
+ interface GetSecurityGroupFilter {
11451
11764
  /**
11452
11765
  * The name of the field to filter by, as defined by
11453
11766
  * [the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSecurityGroups.html).
11454
11767
  */
11455
- name: pulumi.Input<string>;
11768
+ name: string;
11456
11769
  /**
11457
11770
  * Set of values that are accepted for the given field.
11458
11771
  * A Security Group will be selected if any one of the given values matches.
11459
11772
  */
11460
- values: pulumi.Input<pulumi.Input<string>[]>;
11773
+ values: string[];
11461
11774
  }
11462
- interface GetSecurityGroupFilter {
11775
+ interface GetSecurityGroupFilterArgs {
11463
11776
  /**
11464
11777
  * The name of the field to filter by, as defined by
11465
11778
  * [the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSecurityGroups.html).
11466
11779
  */
11467
- name: string;
11780
+ name: pulumi.Input<string>;
11468
11781
  /**
11469
11782
  * Set of values that are accepted for the given field.
11470
11783
  * A Security Group will be selected if any one of the given values matches.
11471
11784
  */
11472
- values: string[];
11785
+ values: pulumi.Input<pulumi.Input<string>[]>;
11473
11786
  }
11474
11787
  interface GetSecurityGroupsFilter {
11475
11788
  name: string;
@@ -11499,25 +11812,25 @@ export declare namespace ec2 {
11499
11812
  */
11500
11813
  values: pulumi.Input<pulumi.Input<string>[]>;
11501
11814
  }
11502
- interface GetSubnetFilter {
11815
+ interface GetSubnetFilterArgs {
11503
11816
  /**
11504
11817
  * The name of the field to filter by, as defined by [the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSubnets.html).
11505
11818
  */
11506
- name: string;
11819
+ name: pulumi.Input<string>;
11507
11820
  /**
11508
11821
  * Set of values that are accepted for the given field. A subnet will be selected if any one of the given values matches.
11509
11822
  */
11510
- values: string[];
11823
+ values: pulumi.Input<pulumi.Input<string>[]>;
11511
11824
  }
11512
- interface GetSubnetFilterArgs {
11825
+ interface GetSubnetFilter {
11513
11826
  /**
11514
11827
  * The name of the field to filter by, as defined by [the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSubnets.html).
11515
11828
  */
11516
- name: pulumi.Input<string>;
11829
+ name: string;
11517
11830
  /**
11518
11831
  * Set of values that are accepted for the given field. A subnet will be selected if any one of the given values matches.
11519
11832
  */
11520
- values: pulumi.Input<pulumi.Input<string>[]>;
11833
+ values: string[];
11521
11834
  }
11522
11835
  interface GetSubnetIdsFilter {
11523
11836
  /**
@@ -11545,31 +11858,31 @@ export declare namespace ec2 {
11545
11858
  */
11546
11859
  values: pulumi.Input<pulumi.Input<string>[]>;
11547
11860
  }
11548
- interface GetSubnetsFilter {
11861
+ interface GetSubnetsFilterArgs {
11549
11862
  /**
11550
11863
  * The name of the field to filter by, as defined by
11551
11864
  * [the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSubnets.html).
11552
11865
  * For example, if matching against tag `Name`, use:
11553
11866
  */
11554
- name: string;
11867
+ name: pulumi.Input<string>;
11555
11868
  /**
11556
11869
  * Set of values that are accepted for the given field.
11557
11870
  * Subnet IDs will be selected if any one of the given values match.
11558
11871
  */
11559
- values: string[];
11872
+ values: pulumi.Input<pulumi.Input<string>[]>;
11560
11873
  }
11561
- interface GetSubnetsFilterArgs {
11874
+ interface GetSubnetsFilter {
11562
11875
  /**
11563
11876
  * The name of the field to filter by, as defined by
11564
11877
  * [the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSubnets.html).
11565
11878
  * For example, if matching against tag `Name`, use:
11566
11879
  */
11567
- name: pulumi.Input<string>;
11880
+ name: string;
11568
11881
  /**
11569
11882
  * Set of values that are accepted for the given field.
11570
11883
  * Subnet IDs will be selected if any one of the given values match.
11571
11884
  */
11572
- values: pulumi.Input<pulumi.Input<string>[]>;
11885
+ values: string[];
11573
11886
  }
11574
11887
  interface GetTransitGatewayRouteTablesFilter {
11575
11888
  /**
@@ -11595,49 +11908,49 @@ export declare namespace ec2 {
11595
11908
  */
11596
11909
  values: pulumi.Input<pulumi.Input<string>[]>;
11597
11910
  }
11598
- interface GetVpcDhcpOptionsFilter {
11911
+ interface GetVpcDhcpOptionsFilterArgs {
11599
11912
  /**
11600
11913
  * The name of the field to filter.
11601
11914
  */
11602
- name: string;
11915
+ name: pulumi.Input<string>;
11603
11916
  /**
11604
11917
  * Set of values for filtering.
11605
11918
  */
11606
- values: string[];
11919
+ values: pulumi.Input<pulumi.Input<string>[]>;
11607
11920
  }
11608
- interface GetVpcDhcpOptionsFilterArgs {
11921
+ interface GetVpcDhcpOptionsFilter {
11609
11922
  /**
11610
11923
  * The name of the field to filter.
11611
11924
  */
11612
- name: pulumi.Input<string>;
11925
+ name: string;
11613
11926
  /**
11614
11927
  * Set of values for filtering.
11615
11928
  */
11616
- values: pulumi.Input<pulumi.Input<string>[]>;
11929
+ values: string[];
11617
11930
  }
11618
- interface GetVpcEndpointFilter {
11931
+ interface GetVpcEndpointFilterArgs {
11619
11932
  /**
11620
11933
  * The name of the field to filter by, as defined by
11621
11934
  * [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpcEndpoints.html).
11622
11935
  */
11623
- name: string;
11936
+ name: pulumi.Input<string>;
11624
11937
  /**
11625
11938
  * Set of values that are accepted for the given field.
11626
11939
  * A VPC Endpoint will be selected if any one of the given values matches.
11627
11940
  */
11628
- values: string[];
11941
+ values: pulumi.Input<pulumi.Input<string>[]>;
11629
11942
  }
11630
- interface GetVpcEndpointFilterArgs {
11943
+ interface GetVpcEndpointFilter {
11631
11944
  /**
11632
11945
  * The name of the field to filter by, as defined by
11633
11946
  * [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpcEndpoints.html).
11634
11947
  */
11635
- name: pulumi.Input<string>;
11948
+ name: string;
11636
11949
  /**
11637
11950
  * Set of values that are accepted for the given field.
11638
11951
  * A VPC Endpoint will be selected if any one of the given values matches.
11639
11952
  */
11640
- values: pulumi.Input<pulumi.Input<string>[]>;
11953
+ values: string[];
11641
11954
  }
11642
11955
  interface GetVpcEndpointServiceFilter {
11643
11956
  /**
@@ -11683,37 +11996,37 @@ export declare namespace ec2 {
11683
11996
  */
11684
11997
  values: pulumi.Input<pulumi.Input<string>[]>;
11685
11998
  }
11686
- interface GetVpcIamPoolFilter {
11687
- name: string;
11688
- values: string[];
11689
- }
11690
11999
  interface GetVpcIamPoolFilterArgs {
11691
12000
  name: pulumi.Input<string>;
11692
12001
  values: pulumi.Input<pulumi.Input<string>[]>;
11693
12002
  }
11694
- interface GetVpcPeeringConnectionFilterArgs {
12003
+ interface GetVpcIamPoolFilter {
12004
+ name: string;
12005
+ values: string[];
12006
+ }
12007
+ interface GetVpcPeeringConnectionFilter {
11695
12008
  /**
11696
12009
  * The name of the field to filter by, as defined by
11697
12010
  * [the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpcPeeringConnections.html).
11698
12011
  */
11699
- name: pulumi.Input<string>;
12012
+ name: string;
11700
12013
  /**
11701
12014
  * Set of values that are accepted for the given field.
11702
12015
  * A VPC Peering Connection will be selected if any one of the given values matches.
11703
12016
  */
11704
- values: pulumi.Input<pulumi.Input<string>[]>;
12017
+ values: string[];
11705
12018
  }
11706
- interface GetVpcPeeringConnectionFilter {
12019
+ interface GetVpcPeeringConnectionFilterArgs {
11707
12020
  /**
11708
12021
  * The name of the field to filter by, as defined by
11709
12022
  * [the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpcPeeringConnections.html).
11710
12023
  */
11711
- name: string;
12024
+ name: pulumi.Input<string>;
11712
12025
  /**
11713
12026
  * Set of values that are accepted for the given field.
11714
12027
  * A VPC Peering Connection will be selected if any one of the given values matches.
11715
12028
  */
11716
- values: string[];
12029
+ values: pulumi.Input<pulumi.Input<string>[]>;
11717
12030
  }
11718
12031
  interface GetVpcPeeringConnectionsFilter {
11719
12032
  /**
@@ -11739,53 +12052,53 @@ export declare namespace ec2 {
11739
12052
  */
11740
12053
  values: pulumi.Input<pulumi.Input<string>[]>;
11741
12054
  }
11742
- interface GetVpcsFilter {
12055
+ interface GetVpcsFilterArgs {
11743
12056
  /**
11744
12057
  * The name of the field to filter by, as defined by
11745
12058
  * [the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpcs.html).
11746
12059
  */
11747
- name: string;
12060
+ name: pulumi.Input<string>;
11748
12061
  /**
11749
12062
  * Set of values that are accepted for the given field.
11750
12063
  * A VPC will be selected if any one of the given values matches.
11751
12064
  */
11752
- values: string[];
12065
+ values: pulumi.Input<pulumi.Input<string>[]>;
11753
12066
  }
11754
- interface GetVpcsFilterArgs {
12067
+ interface GetVpcsFilter {
11755
12068
  /**
11756
12069
  * The name of the field to filter by, as defined by
11757
12070
  * [the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpcs.html).
11758
12071
  */
11759
- name: pulumi.Input<string>;
12072
+ name: string;
11760
12073
  /**
11761
12074
  * Set of values that are accepted for the given field.
11762
12075
  * A VPC will be selected if any one of the given values matches.
11763
12076
  */
11764
- values: pulumi.Input<pulumi.Input<string>[]>;
12077
+ values: string[];
11765
12078
  }
11766
- interface GetVpnGatewayFilterArgs {
12079
+ interface GetVpnGatewayFilter {
11767
12080
  /**
11768
12081
  * The name of the field to filter by, as defined by
11769
12082
  * [the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpnGateways.html).
11770
12083
  */
11771
- name: pulumi.Input<string>;
12084
+ name: string;
11772
12085
  /**
11773
12086
  * Set of values that are accepted for the given field.
11774
12087
  * A VPN Gateway will be selected if any one of the given values matches.
11775
12088
  */
11776
- values: pulumi.Input<pulumi.Input<string>[]>;
12089
+ values: string[];
11777
12090
  }
11778
- interface GetVpnGatewayFilter {
12091
+ interface GetVpnGatewayFilterArgs {
11779
12092
  /**
11780
12093
  * The name of the field to filter by, as defined by
11781
12094
  * [the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpnGateways.html).
11782
12095
  */
11783
- name: string;
12096
+ name: pulumi.Input<string>;
11784
12097
  /**
11785
12098
  * Set of values that are accepted for the given field.
11786
12099
  * A VPN Gateway will be selected if any one of the given values matches.
11787
12100
  */
11788
- values: string[];
12101
+ values: pulumi.Input<pulumi.Input<string>[]>;
11789
12102
  }
11790
12103
  interface InstanceCapacityReservationSpecification {
11791
12104
  /**
@@ -12487,6 +12800,10 @@ export declare namespace ec2 {
12487
12800
  * The CIDR block of the route.
12488
12801
  */
12489
12802
  cidrBlock?: pulumi.Input<string>;
12803
+ /**
12804
+ * The Amazon Resource Name (ARN) of a core network.
12805
+ */
12806
+ coreNetworkArn?: pulumi.Input<string>;
12490
12807
  /**
12491
12808
  * The ID of a managed prefix list destination of the route.
12492
12809
  */
@@ -14206,6 +14523,24 @@ export declare namespace elasticache {
14206
14523
  */
14207
14524
  port?: pulumi.Input<number>;
14208
14525
  }
14526
+ interface ClusterLogDeliveryConfiguration {
14527
+ /**
14528
+ * Name of either the CloudWatch Logs LogGroup or Kinesis Data Firehose resource.
14529
+ */
14530
+ destination: pulumi.Input<string>;
14531
+ /**
14532
+ * For CloudWatch Logs use `cloudwatch-logs` or for Kinesis Data Firehose use `kinesis-firehose`.
14533
+ */
14534
+ destinationType: pulumi.Input<string>;
14535
+ /**
14536
+ * Valid values are `json` or `text`
14537
+ */
14538
+ logFormat: pulumi.Input<string>;
14539
+ /**
14540
+ * Valid values are `slow-log` or `engine-log`. Max 1 of each.
14541
+ */
14542
+ logType: pulumi.Input<string>;
14543
+ }
14209
14544
  interface ParameterGroupParameter {
14210
14545
  /**
14211
14546
  * The name of the ElastiCache parameter.
@@ -14230,6 +14565,24 @@ export declare namespace elasticache {
14230
14565
  */
14231
14566
  replicasPerNodeGroup?: pulumi.Input<number>;
14232
14567
  }
14568
+ interface ReplicationGroupLogDeliveryConfiguration {
14569
+ /**
14570
+ * Name of either the CloudWatch Logs LogGroup or Kinesis Data Firehose resource.
14571
+ */
14572
+ destination: pulumi.Input<string>;
14573
+ /**
14574
+ * For CloudWatch Logs use `cloudwatch-logs` or for Kinesis Data Firehose use `kinesis-firehose`.
14575
+ */
14576
+ destinationType: pulumi.Input<string>;
14577
+ /**
14578
+ * Valid values are `json` or `text`
14579
+ */
14580
+ logFormat: pulumi.Input<string>;
14581
+ /**
14582
+ * Valid values are `slow-log` or `engine-log`. Max 1 of each.
14583
+ */
14584
+ logType: pulumi.Input<string>;
14585
+ }
14233
14586
  }
14234
14587
  export declare namespace elasticbeanstalk {
14235
14588
  interface ApplicationAppversionLifecycle {
@@ -14966,6 +15319,10 @@ export declare namespace elasticsearch {
14966
15319
  value: pulumi.Input<number>;
14967
15320
  }
14968
15321
  interface DomainClusterConfig {
15322
+ /**
15323
+ * Configuration block containing cold storage configuration. Detailed below.
15324
+ */
15325
+ coldStorageOptions?: pulumi.Input<inputs.elasticsearch.DomainClusterConfigColdStorageOptions>;
14969
15326
  /**
14970
15327
  * Number of dedicated main nodes in the cluster.
14971
15328
  */
@@ -15007,6 +15364,12 @@ export declare namespace elasticsearch {
15007
15364
  */
15008
15365
  zoneAwarenessEnabled?: pulumi.Input<boolean>;
15009
15366
  }
15367
+ interface DomainClusterConfigColdStorageOptions {
15368
+ /**
15369
+ * Whether to enable node-to-node encryption. If the `nodeToNodeEncryption` block is not provided then this defaults to `false`.
15370
+ */
15371
+ enabled?: pulumi.Input<boolean>;
15372
+ }
15010
15373
  interface DomainClusterConfigZoneAwarenessConfig {
15011
15374
  /**
15012
15375
  * Number of Availability Zones for the domain to use with `zoneAwarenessEnabled`. Defaults to `2`. Valid values: `2` or `3`.
@@ -15124,7 +15487,7 @@ export declare namespace elasticsearch {
15124
15487
  */
15125
15488
  sessionTimeoutMinutes?: pulumi.Input<number>;
15126
15489
  /**
15127
- * Element of the SAML assertion to use for username. Default is NameID.
15490
+ * Custom SAML attribute to use for user names. Default is an empty string - `""`. This will cause Elasticsearch to use the `NameID` element of the `Subject`, which is the default location for name identifiers in the SAML specification.
15128
15491
  */
15129
15492
  subjectKey?: pulumi.Input<string>;
15130
15493
  }
@@ -16410,7 +16773,7 @@ export declare namespace fsx {
16410
16773
  export declare namespace gamelift {
16411
16774
  interface AliasRoutingStrategy {
16412
16775
  /**
16413
- * ID of the Gamelift Fleet to point the alias to.
16776
+ * ID of the GameLift Fleet to point the alias to.
16414
16777
  */
16415
16778
  fleetId?: pulumi.Input<string>;
16416
16779
  /**
@@ -17888,6 +18251,14 @@ export declare namespace imagebuilder {
17888
18251
  targetAccountIds?: pulumi.Input<pulumi.Input<string>[]>;
17889
18252
  }
17890
18253
  interface DistributionConfigurationDistributionAmiDistributionConfigurationLaunchPermission {
18254
+ /**
18255
+ * Set of AWS Organization ARNs to assign.
18256
+ */
18257
+ organizationArns?: pulumi.Input<pulumi.Input<string>[]>;
18258
+ /**
18259
+ * Set of AWS Organizational Unit ARNs to assign.
18260
+ */
18261
+ organizationalUnitArns?: pulumi.Input<pulumi.Input<string>[]>;
17891
18262
  /**
17892
18263
  * Set of EC2 launch permission user groups to assign. Use `all` to distribute a public AMI.
17893
18264
  */
@@ -17922,6 +18293,10 @@ export declare namespace imagebuilder {
17922
18293
  service: pulumi.Input<string>;
17923
18294
  }
17924
18295
  interface DistributionConfigurationDistributionLaunchTemplateConfiguration {
18296
+ /**
18297
+ * The account ID that this configuration applies to.
18298
+ */
18299
+ accountId?: pulumi.Input<string>;
17925
18300
  /**
17926
18301
  * Indicates whether to set the specified Amazon EC2 launch template as the default launch template. Defaults to `true`.
17927
18302
  */
@@ -17991,9 +18366,19 @@ export declare namespace imagebuilder {
17991
18366
  */
17992
18367
  values: pulumi.Input<pulumi.Input<string>[]>;
17993
18368
  }
17994
- interface GetImageRecipesFilter {
18369
+ interface GetImagePipelinesFilterArgs {
17995
18370
  /**
17996
- * The name of the filter field. Valid values can be found in the [Image Builder ListImageRecipes API Reference](https://docs.aws.amazon.com/imagebuilder/latest/APIReference/API_ListImageRecipes.html).
18371
+ * The name of the filter field. Valid values can be found in the [Image Builder ListImagePipelines API Reference](https://docs.aws.amazon.com/imagebuilder/latest/APIReference/API_ListImagePipelines.html).
18372
+ */
18373
+ name: pulumi.Input<string>;
18374
+ /**
18375
+ * Set of values that are accepted for the given filter field. Results will be selected if any given value matches.
18376
+ */
18377
+ values: pulumi.Input<pulumi.Input<string>[]>;
18378
+ }
18379
+ interface GetImagePipelinesFilter {
18380
+ /**
18381
+ * The name of the filter field. Valid values can be found in the [Image Builder ListImagePipelines API Reference](https://docs.aws.amazon.com/imagebuilder/latest/APIReference/API_ListImagePipelines.html).
17997
18382
  */
17998
18383
  name: string;
17999
18384
  /**
@@ -18011,15 +18396,15 @@ export declare namespace imagebuilder {
18011
18396
  */
18012
18397
  values: pulumi.Input<pulumi.Input<string>[]>;
18013
18398
  }
18014
- interface GetInfrastructureConfigurationsFilterArgs {
18399
+ interface GetImageRecipesFilter {
18015
18400
  /**
18016
- * The name of the filter field. Valid values can be found in the [Image Builder ListInfrastructureConfigurations API Reference](https://docs.aws.amazon.com/imagebuilder/latest/APIReference/API_ListInfrastructureConfigurations.html).
18401
+ * The name of the filter field. Valid values can be found in the [Image Builder ListImageRecipes API Reference](https://docs.aws.amazon.com/imagebuilder/latest/APIReference/API_ListImageRecipes.html).
18017
18402
  */
18018
- name: pulumi.Input<string>;
18403
+ name: string;
18019
18404
  /**
18020
18405
  * Set of values that are accepted for the given filter field. Results will be selected if any given value matches.
18021
18406
  */
18022
- values: pulumi.Input<pulumi.Input<string>[]>;
18407
+ values: string[];
18023
18408
  }
18024
18409
  interface GetInfrastructureConfigurationsFilter {
18025
18410
  /**
@@ -18031,6 +18416,16 @@ export declare namespace imagebuilder {
18031
18416
  */
18032
18417
  values: string[];
18033
18418
  }
18419
+ interface GetInfrastructureConfigurationsFilterArgs {
18420
+ /**
18421
+ * The name of the filter field. Valid values can be found in the [Image Builder ListInfrastructureConfigurations API Reference](https://docs.aws.amazon.com/imagebuilder/latest/APIReference/API_ListInfrastructureConfigurations.html).
18422
+ */
18423
+ name: pulumi.Input<string>;
18424
+ /**
18425
+ * Set of values that are accepted for the given filter field. Results will be selected if any given value matches.
18426
+ */
18427
+ values: pulumi.Input<pulumi.Input<string>[]>;
18428
+ }
18034
18429
  interface ImageImageTestsConfiguration {
18035
18430
  /**
18036
18431
  * Whether image tests are enabled. Defaults to `true`.
@@ -18185,6 +18580,93 @@ export declare namespace imagebuilder {
18185
18580
  }
18186
18581
  }
18187
18582
  export declare namespace iot {
18583
+ interface IndexingConfigurationThingGroupIndexingConfiguration {
18584
+ /**
18585
+ * A list of thing group fields to index. This list cannot contain any managed fields. See below.
18586
+ */
18587
+ customFields?: pulumi.Input<pulumi.Input<inputs.iot.IndexingConfigurationThingGroupIndexingConfigurationCustomField>[]>;
18588
+ /**
18589
+ * Contains fields that are indexed and whose types are already known by the Fleet Indexing service. See below.
18590
+ */
18591
+ managedFields?: pulumi.Input<pulumi.Input<inputs.iot.IndexingConfigurationThingGroupIndexingConfigurationManagedField>[]>;
18592
+ /**
18593
+ * Thing group indexing mode. Valid values: `OFF`, `ON`.
18594
+ */
18595
+ thingGroupIndexingMode: pulumi.Input<string>;
18596
+ }
18597
+ interface IndexingConfigurationThingGroupIndexingConfigurationCustomField {
18598
+ /**
18599
+ * The name of the field.
18600
+ */
18601
+ name?: pulumi.Input<string>;
18602
+ /**
18603
+ * The data type of the field. Valid values: `Number`, `String`, `Boolean`.
18604
+ */
18605
+ type?: pulumi.Input<string>;
18606
+ }
18607
+ interface IndexingConfigurationThingGroupIndexingConfigurationManagedField {
18608
+ /**
18609
+ * The name of the field.
18610
+ */
18611
+ name?: pulumi.Input<string>;
18612
+ /**
18613
+ * The data type of the field. Valid values: `Number`, `String`, `Boolean`.
18614
+ */
18615
+ type?: pulumi.Input<string>;
18616
+ }
18617
+ interface IndexingConfigurationThingIndexingConfiguration {
18618
+ /**
18619
+ * Contains custom field names and their data type. See below.
18620
+ */
18621
+ customFields?: pulumi.Input<pulumi.Input<inputs.iot.IndexingConfigurationThingIndexingConfigurationCustomField>[]>;
18622
+ /**
18623
+ * Device Defender indexing mode. Valid values: `VIOLATIONS`, `OFF`. Default: `OFF`.
18624
+ */
18625
+ deviceDefenderIndexingMode?: pulumi.Input<string>;
18626
+ /**
18627
+ * Contains fields that are indexed and whose types are already known by the Fleet Indexing service. See below.
18628
+ */
18629
+ managedFields?: pulumi.Input<pulumi.Input<inputs.iot.IndexingConfigurationThingIndexingConfigurationManagedField>[]>;
18630
+ /**
18631
+ * [Named shadow](https://docs.aws.amazon.com/iot/latest/developerguide/iot-device-shadows.html) indexing mode. Valid values: `ON`, `OFF`. Default: `OFF`.
18632
+ */
18633
+ namedShadowIndexingMode?: pulumi.Input<string>;
18634
+ /**
18635
+ * Thing connectivity indexing mode. Valid values: `STATUS`, `OFF`. Default: `OFF`.
18636
+ */
18637
+ thingConnectivityIndexingMode?: pulumi.Input<string>;
18638
+ /**
18639
+ * Thing indexing mode. Valid values: `REGISTRY`, `REGISTRY_AND_SHADOW`, `OFF`.
18640
+ */
18641
+ thingIndexingMode: pulumi.Input<string>;
18642
+ }
18643
+ interface IndexingConfigurationThingIndexingConfigurationCustomField {
18644
+ /**
18645
+ * The name of the field.
18646
+ */
18647
+ name?: pulumi.Input<string>;
18648
+ /**
18649
+ * The data type of the field. Valid values: `Number`, `String`, `Boolean`.
18650
+ */
18651
+ type?: pulumi.Input<string>;
18652
+ }
18653
+ interface IndexingConfigurationThingIndexingConfigurationManagedField {
18654
+ /**
18655
+ * The name of the field.
18656
+ */
18657
+ name?: pulumi.Input<string>;
18658
+ /**
18659
+ * The data type of the field. Valid values: `Number`, `String`, `Boolean`.
18660
+ */
18661
+ type?: pulumi.Input<string>;
18662
+ }
18663
+ interface ProvisioningTemplatePreProvisioningHook {
18664
+ /**
18665
+ * The version of the payload that was sent to the target function. The only valid (and the default) payload version is `"2020-04-01"`.
18666
+ */
18667
+ payloadVersion?: pulumi.Input<string>;
18668
+ targetArn: pulumi.Input<string>;
18669
+ }
18188
18670
  interface ThingGroupMetadata {
18189
18671
  creationDate?: pulumi.Input<string>;
18190
18672
  /**
@@ -20812,6 +21294,12 @@ export declare namespace lambda {
20812
21294
  [key: string]: pulumi.Input<string>;
20813
21295
  }>;
20814
21296
  }
21297
+ interface FunctionEphemeralStorage {
21298
+ /**
21299
+ * The size of the Lambda function Ephemeral storage(`/tmp`) represented in MB. The minimum supported `ephemeralStorage` value defaults to `512`MB and the maximum supported value is `10240`MB.
21300
+ */
21301
+ size?: pulumi.Input<number>;
21302
+ }
20815
21303
  interface FunctionEventInvokeConfigDestinationConfig {
20816
21304
  /**
20817
21305
  * Configuration block with destination configuration for failed asynchronous invocations. See below for details.
@@ -20864,6 +21352,32 @@ export declare namespace lambda {
20864
21352
  */
20865
21353
  mode: pulumi.Input<string>;
20866
21354
  }
21355
+ interface FunctionUrlCors {
21356
+ /**
21357
+ * Whether to allow cookies or other credentials in requests to the function URL. The default is `false`.
21358
+ */
21359
+ allowCredentials?: pulumi.Input<boolean>;
21360
+ /**
21361
+ * The HTTP headers that origins can include in requests to the function URL. For example: `["date", "keep-alive", "x-custom-header"]`.
21362
+ */
21363
+ allowHeaders?: pulumi.Input<pulumi.Input<string>[]>;
21364
+ /**
21365
+ * The HTTP methods that are allowed when calling the function URL. For example: `["GET", "POST", "DELETE"]`, or the wildcard character (`["*"]`).
21366
+ */
21367
+ allowMethods?: pulumi.Input<pulumi.Input<string>[]>;
21368
+ /**
21369
+ * The origins that can access the function URL. You can list any number of specific origins (or the wildcard character (`"*"`)), separated by a comma. For example: `["https://www.example.com", "http://localhost:60905"]`.
21370
+ */
21371
+ allowOrigins?: pulumi.Input<pulumi.Input<string>[]>;
21372
+ /**
21373
+ * The HTTP headers in your function response that you want to expose to origins that call the function URL.
21374
+ */
21375
+ exposeHeaders?: pulumi.Input<pulumi.Input<string>[]>;
21376
+ /**
21377
+ * The maximum amount of time, in seconds, that web browsers can cache results of a preflight request. By default, this is set to `0`, which means that the browser doesn't cache results. The maximum value is `86400`.
21378
+ */
21379
+ maxAge?: pulumi.Input<number>;
21380
+ }
20867
21381
  interface FunctionVpcConfig {
20868
21382
  /**
20869
21383
  * List of security group IDs associated with the Lambda function.
@@ -22484,6 +22998,178 @@ export declare namespace msk {
22484
22998
  }
22485
22999
  }
22486
23000
  export declare namespace mskconnect {
23001
+ interface ConnectorCapacity {
23002
+ /**
23003
+ * Information about the auto scaling parameters for the connector. See below.
23004
+ */
23005
+ autoscaling?: pulumi.Input<inputs.mskconnect.ConnectorCapacityAutoscaling>;
23006
+ /**
23007
+ * Details about a fixed capacity allocated to a connector. See below.
23008
+ */
23009
+ provisionedCapacity?: pulumi.Input<inputs.mskconnect.ConnectorCapacityProvisionedCapacity>;
23010
+ }
23011
+ interface ConnectorCapacityAutoscaling {
23012
+ /**
23013
+ * The maximum number of workers allocated to the connector.
23014
+ */
23015
+ maxWorkerCount: pulumi.Input<number>;
23016
+ /**
23017
+ * The number of microcontroller units (MCUs) allocated to each connector worker. Valid values: `1`, `2`, `4`, `8`. The default value is `1`.
23018
+ */
23019
+ mcuCount?: pulumi.Input<number>;
23020
+ /**
23021
+ * The minimum number of workers allocated to the connector.
23022
+ */
23023
+ minWorkerCount: pulumi.Input<number>;
23024
+ /**
23025
+ * The scale-in policy for the connector. See below.
23026
+ */
23027
+ scaleInPolicy?: pulumi.Input<inputs.mskconnect.ConnectorCapacityAutoscalingScaleInPolicy>;
23028
+ /**
23029
+ * The scale-out policy for the connector. See below.
23030
+ */
23031
+ scaleOutPolicy?: pulumi.Input<inputs.mskconnect.ConnectorCapacityAutoscalingScaleOutPolicy>;
23032
+ }
23033
+ interface ConnectorCapacityAutoscalingScaleInPolicy {
23034
+ /**
23035
+ * The CPU utilization percentage threshold at which you want connector scale out to be triggered.
23036
+ */
23037
+ cpuUtilizationPercentage?: pulumi.Input<number>;
23038
+ }
23039
+ interface ConnectorCapacityAutoscalingScaleOutPolicy {
23040
+ /**
23041
+ * The CPU utilization percentage threshold at which you want connector scale out to be triggered.
23042
+ */
23043
+ cpuUtilizationPercentage?: pulumi.Input<number>;
23044
+ }
23045
+ interface ConnectorCapacityProvisionedCapacity {
23046
+ /**
23047
+ * The number of microcontroller units (MCUs) allocated to each connector worker. Valid values: `1`, `2`, `4`, `8`. The default value is `1`.
23048
+ */
23049
+ mcuCount?: pulumi.Input<number>;
23050
+ /**
23051
+ * The number of workers that are allocated to the connector.
23052
+ */
23053
+ workerCount: pulumi.Input<number>;
23054
+ }
23055
+ interface ConnectorKafkaCluster {
23056
+ /**
23057
+ * The Apache Kafka cluster to which the connector is connected.
23058
+ */
23059
+ apacheKafkaCluster: pulumi.Input<inputs.mskconnect.ConnectorKafkaClusterApacheKafkaCluster>;
23060
+ }
23061
+ interface ConnectorKafkaClusterApacheKafkaCluster {
23062
+ /**
23063
+ * The bootstrap servers of the cluster.
23064
+ */
23065
+ bootstrapServers: pulumi.Input<string>;
23066
+ /**
23067
+ * Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster.
23068
+ */
23069
+ vpc: pulumi.Input<inputs.mskconnect.ConnectorKafkaClusterApacheKafkaClusterVpc>;
23070
+ }
23071
+ interface ConnectorKafkaClusterApacheKafkaClusterVpc {
23072
+ /**
23073
+ * The security groups for the connector.
23074
+ */
23075
+ securityGroups: pulumi.Input<pulumi.Input<string>[]>;
23076
+ /**
23077
+ * The subnets for the connector.
23078
+ */
23079
+ subnets: pulumi.Input<pulumi.Input<string>[]>;
23080
+ }
23081
+ interface ConnectorKafkaClusterClientAuthentication {
23082
+ /**
23083
+ * The type of client authentication used to connect to the Apache Kafka cluster. Valid values: `IAM`, `NONE`. A value of `NONE` means that no client authentication is used. The default value is `NONE`.
23084
+ */
23085
+ authenticationType?: pulumi.Input<string>;
23086
+ }
23087
+ interface ConnectorKafkaClusterEncryptionInTransit {
23088
+ /**
23089
+ * The type of encryption in transit to the Apache Kafka cluster. Valid values: `PLAINTEXT`, `TLS`. The default values is `PLAINTEXT`.
23090
+ */
23091
+ encryptionType?: pulumi.Input<string>;
23092
+ }
23093
+ interface ConnectorLogDelivery {
23094
+ /**
23095
+ * The workers can send worker logs to different destination types. This configuration specifies the details of these destinations. See below.
23096
+ */
23097
+ workerLogDelivery: pulumi.Input<inputs.mskconnect.ConnectorLogDeliveryWorkerLogDelivery>;
23098
+ }
23099
+ interface ConnectorLogDeliveryWorkerLogDelivery {
23100
+ /**
23101
+ * Details about delivering logs to Amazon CloudWatch Logs. See below.
23102
+ */
23103
+ cloudwatchLogs?: pulumi.Input<inputs.mskconnect.ConnectorLogDeliveryWorkerLogDeliveryCloudwatchLogs>;
23104
+ /**
23105
+ * Details about delivering logs to Amazon Kinesis Data Firehose. See below.
23106
+ */
23107
+ firehose?: pulumi.Input<inputs.mskconnect.ConnectorLogDeliveryWorkerLogDeliveryFirehose>;
23108
+ /**
23109
+ * Details about delivering logs to Amazon S3. See below.
23110
+ */
23111
+ s3?: pulumi.Input<inputs.mskconnect.ConnectorLogDeliveryWorkerLogDeliveryS3>;
23112
+ }
23113
+ interface ConnectorLogDeliveryWorkerLogDeliveryCloudwatchLogs {
23114
+ /**
23115
+ * Specifies whether connector logs get sent to the specified Amazon S3 destination.
23116
+ */
23117
+ enabled: pulumi.Input<boolean>;
23118
+ /**
23119
+ * The name of the CloudWatch log group that is the destination for log delivery.
23120
+ */
23121
+ logGroup?: pulumi.Input<string>;
23122
+ }
23123
+ interface ConnectorLogDeliveryWorkerLogDeliveryFirehose {
23124
+ /**
23125
+ * The name of the Kinesis Data Firehose delivery stream that is the destination for log delivery.
23126
+ */
23127
+ deliveryStream?: pulumi.Input<string>;
23128
+ /**
23129
+ * Specifies whether connector logs get sent to the specified Amazon S3 destination.
23130
+ */
23131
+ enabled: pulumi.Input<boolean>;
23132
+ }
23133
+ interface ConnectorLogDeliveryWorkerLogDeliveryS3 {
23134
+ /**
23135
+ * The name of the S3 bucket that is the destination for log delivery.
23136
+ */
23137
+ bucket?: pulumi.Input<string>;
23138
+ /**
23139
+ * Specifies whether connector logs get sent to the specified Amazon S3 destination.
23140
+ */
23141
+ enabled: pulumi.Input<boolean>;
23142
+ /**
23143
+ * The S3 prefix that is the destination for log delivery.
23144
+ */
23145
+ prefix?: pulumi.Input<string>;
23146
+ }
23147
+ interface ConnectorPlugin {
23148
+ /**
23149
+ * Details about a custom plugin. See below.
23150
+ */
23151
+ customPlugin: pulumi.Input<inputs.mskconnect.ConnectorPluginCustomPlugin>;
23152
+ }
23153
+ interface ConnectorPluginCustomPlugin {
23154
+ /**
23155
+ * The Amazon Resource Name (ARN) of the worker configuration.
23156
+ */
23157
+ arn: pulumi.Input<string>;
23158
+ /**
23159
+ * The revision of the worker configuration.
23160
+ */
23161
+ revision: pulumi.Input<number>;
23162
+ }
23163
+ interface ConnectorWorkerConfiguration {
23164
+ /**
23165
+ * The Amazon Resource Name (ARN) of the worker configuration.
23166
+ */
23167
+ arn: pulumi.Input<string>;
23168
+ /**
23169
+ * The revision of the worker configuration.
23170
+ */
23171
+ revision: pulumi.Input<number>;
23172
+ }
22487
23173
  interface CustomPluginLocation {
22488
23174
  /**
22489
23175
  * Information of the plugin file stored in Amazon S3. See below.
@@ -23108,6 +23794,265 @@ export declare namespace networkmanager {
23108
23794
  longitude?: pulumi.Input<string>;
23109
23795
  }
23110
23796
  }
23797
+ export declare namespace opensearch {
23798
+ interface DomainAdvancedSecurityOptions {
23799
+ /**
23800
+ * Whether to enable node-to-node encryption. If the `nodeToNodeEncryption` block is not provided then this defaults to `false`.
23801
+ */
23802
+ enabled: pulumi.Input<boolean>;
23803
+ /**
23804
+ * Whether the internal user database is enabled. Default is `false`.
23805
+ */
23806
+ internalUserDatabaseEnabled?: pulumi.Input<boolean>;
23807
+ /**
23808
+ * Configuration block for the main user. Detailed below.
23809
+ */
23810
+ masterUserOptions?: pulumi.Input<inputs.opensearch.DomainAdvancedSecurityOptionsMasterUserOptions>;
23811
+ }
23812
+ interface DomainAdvancedSecurityOptionsMasterUserOptions {
23813
+ /**
23814
+ * ARN for the main user. Only specify if `internalUserDatabaseEnabled` is not set or set to `false`.
23815
+ */
23816
+ masterUserArn?: pulumi.Input<string>;
23817
+ /**
23818
+ * Main user's username, which is stored in the Amazon OpenSearch Service domain's internal database. Only specify if `internalUserDatabaseEnabled` is set to `true`.
23819
+ */
23820
+ masterUserName?: pulumi.Input<string>;
23821
+ /**
23822
+ * Main user's password, which is stored in the Amazon OpenSearch Service domain's internal database. Only specify if `internalUserDatabaseEnabled` is set to `true`.
23823
+ */
23824
+ masterUserPassword?: pulumi.Input<string>;
23825
+ }
23826
+ interface DomainAutoTuneOptions {
23827
+ /**
23828
+ * Auto-Tune desired state for the domain. Valid values: `ENABLED` or `DISABLED`.
23829
+ */
23830
+ desiredState: pulumi.Input<string>;
23831
+ /**
23832
+ * Configuration block for Auto-Tune maintenance windows. Can be specified multiple times for each maintenance window. Detailed below.
23833
+ */
23834
+ maintenanceSchedules?: pulumi.Input<pulumi.Input<inputs.opensearch.DomainAutoTuneOptionsMaintenanceSchedule>[]>;
23835
+ /**
23836
+ * Whether to roll back to default Auto-Tune settings when disabling Auto-Tune. Valid values: `DEFAULT_ROLLBACK` or `NO_ROLLBACK`.
23837
+ */
23838
+ rollbackOnDisable?: pulumi.Input<string>;
23839
+ }
23840
+ interface DomainAutoTuneOptionsMaintenanceSchedule {
23841
+ /**
23842
+ * A cron expression specifying the recurrence pattern for an Auto-Tune maintenance schedule.
23843
+ */
23844
+ cronExpressionForRecurrence: pulumi.Input<string>;
23845
+ /**
23846
+ * Configuration block for the duration of the Auto-Tune maintenance window. Detailed below.
23847
+ */
23848
+ duration: pulumi.Input<inputs.opensearch.DomainAutoTuneOptionsMaintenanceScheduleDuration>;
23849
+ /**
23850
+ * Date and time at which to start the Auto-Tune maintenance schedule in [RFC3339 format](https://tools.ietf.org/html/rfc3339#section-5.8).
23851
+ */
23852
+ startAt: pulumi.Input<string>;
23853
+ }
23854
+ interface DomainAutoTuneOptionsMaintenanceScheduleDuration {
23855
+ /**
23856
+ * Unit of time specifying the duration of an Auto-Tune maintenance window. Valid values: `HOURS`.
23857
+ */
23858
+ unit: pulumi.Input<string>;
23859
+ /**
23860
+ * An integer specifying the value of the duration of an Auto-Tune maintenance window.
23861
+ */
23862
+ value: pulumi.Input<number>;
23863
+ }
23864
+ interface DomainClusterConfig {
23865
+ /**
23866
+ * Number of dedicated main nodes in the cluster.
23867
+ */
23868
+ dedicatedMasterCount?: pulumi.Input<number>;
23869
+ /**
23870
+ * Whether dedicated main nodes are enabled for the cluster.
23871
+ */
23872
+ dedicatedMasterEnabled?: pulumi.Input<boolean>;
23873
+ /**
23874
+ * Instance type of the dedicated main nodes in the cluster.
23875
+ */
23876
+ dedicatedMasterType?: pulumi.Input<string>;
23877
+ /**
23878
+ * Number of instances in the cluster.
23879
+ */
23880
+ instanceCount?: pulumi.Input<number>;
23881
+ /**
23882
+ * Instance type of data nodes in the cluster.
23883
+ */
23884
+ instanceType?: pulumi.Input<string>;
23885
+ /**
23886
+ * Number of warm nodes in the cluster. Valid values are between `2` and `150`. `warmCount` can be only and must be set when `warmEnabled` is set to `true`.
23887
+ */
23888
+ warmCount?: pulumi.Input<number>;
23889
+ /**
23890
+ * Whether to enable warm storage.
23891
+ */
23892
+ warmEnabled?: pulumi.Input<boolean>;
23893
+ /**
23894
+ * Instance type for the OpenSearch cluster's warm nodes. Valid values are `ultrawarm1.medium.search`, `ultrawarm1.large.search` and `ultrawarm1.xlarge.search`. `warmType` can be only and must be set when `warmEnabled` is set to `true`.
23895
+ */
23896
+ warmType?: pulumi.Input<string>;
23897
+ /**
23898
+ * Configuration block containing zone awareness settings. Detailed below.
23899
+ */
23900
+ zoneAwarenessConfig?: pulumi.Input<inputs.opensearch.DomainClusterConfigZoneAwarenessConfig>;
23901
+ /**
23902
+ * Whether zone awareness is enabled, set to `true` for multi-az deployment. To enable awareness with three Availability Zones, the `availabilityZoneCount` within the `zoneAwarenessConfig` must be set to `3`.
23903
+ */
23904
+ zoneAwarenessEnabled?: pulumi.Input<boolean>;
23905
+ }
23906
+ interface DomainClusterConfigZoneAwarenessConfig {
23907
+ /**
23908
+ * Number of Availability Zones for the domain to use with `zoneAwarenessEnabled`. Defaults to `2`. Valid values: `2` or `3`.
23909
+ */
23910
+ availabilityZoneCount?: pulumi.Input<number>;
23911
+ }
23912
+ interface DomainCognitoOptions {
23913
+ /**
23914
+ * Whether to enable node-to-node encryption. If the `nodeToNodeEncryption` block is not provided then this defaults to `false`.
23915
+ */
23916
+ enabled?: pulumi.Input<boolean>;
23917
+ /**
23918
+ * ID of the Cognito Identity Pool to use.
23919
+ */
23920
+ identityPoolId: pulumi.Input<string>;
23921
+ /**
23922
+ * ARN of the IAM role that has the AmazonOpenSearchServiceCognitoAccess policy attached.
23923
+ */
23924
+ roleArn: pulumi.Input<string>;
23925
+ /**
23926
+ * ID of the Cognito User Pool to use.
23927
+ */
23928
+ userPoolId: pulumi.Input<string>;
23929
+ }
23930
+ interface DomainDomainEndpointOptions {
23931
+ /**
23932
+ * Fully qualified domain for your custom endpoint.
23933
+ */
23934
+ customEndpoint?: pulumi.Input<string>;
23935
+ /**
23936
+ * ACM certificate ARN for your custom endpoint.
23937
+ */
23938
+ customEndpointCertificateArn?: pulumi.Input<string>;
23939
+ /**
23940
+ * Whether to enable custom endpoint for the OpenSearch domain.
23941
+ */
23942
+ customEndpointEnabled?: pulumi.Input<boolean>;
23943
+ /**
23944
+ * Whether or not to require HTTPS. Defaults to `true`.
23945
+ */
23946
+ enforceHttps?: pulumi.Input<boolean>;
23947
+ tlsSecurityPolicy?: pulumi.Input<string>;
23948
+ }
23949
+ interface DomainEbsOptions {
23950
+ /**
23951
+ * Whether EBS volumes are attached to data nodes in the domain.
23952
+ */
23953
+ ebsEnabled: pulumi.Input<boolean>;
23954
+ /**
23955
+ * Baseline input/output (I/O) performance of EBS volumes attached to data nodes. Applicable only for the Provisioned IOPS EBS volume type.
23956
+ */
23957
+ iops?: pulumi.Input<number>;
23958
+ /**
23959
+ * Size of EBS volumes attached to data nodes (in GiB).
23960
+ */
23961
+ volumeSize?: pulumi.Input<number>;
23962
+ /**
23963
+ * Type of EBS volumes attached to data nodes.
23964
+ */
23965
+ volumeType?: pulumi.Input<string>;
23966
+ }
23967
+ interface DomainEncryptAtRest {
23968
+ /**
23969
+ * Whether to enable node-to-node encryption. If the `nodeToNodeEncryption` block is not provided then this defaults to `false`.
23970
+ */
23971
+ enabled: pulumi.Input<boolean>;
23972
+ /**
23973
+ * KMS key id to encrypt the OpenSearch domain with. If not specified then it defaults to using the `aws/es` service KMS key.
23974
+ */
23975
+ kmsKeyId?: pulumi.Input<string>;
23976
+ }
23977
+ interface DomainLogPublishingOption {
23978
+ /**
23979
+ * ARN of the Cloudwatch log group to which log needs to be published.
23980
+ */
23981
+ cloudwatchLogGroupArn: pulumi.Input<string>;
23982
+ /**
23983
+ * Whether to enable node-to-node encryption. If the `nodeToNodeEncryption` block is not provided then this defaults to `false`.
23984
+ */
23985
+ enabled?: pulumi.Input<boolean>;
23986
+ /**
23987
+ * Type of OpenSearch log. Valid values: `INDEX_SLOW_LOGS`, `SEARCH_SLOW_LOGS`, `ES_APPLICATION_LOGS`, `AUDIT_LOGS`.
23988
+ */
23989
+ logType: pulumi.Input<string>;
23990
+ }
23991
+ interface DomainNodeToNodeEncryption {
23992
+ /**
23993
+ * Whether to enable node-to-node encryption. If the `nodeToNodeEncryption` block is not provided then this defaults to `false`.
23994
+ */
23995
+ enabled: pulumi.Input<boolean>;
23996
+ }
23997
+ interface DomainSamlOptionsSamlOptions {
23998
+ /**
23999
+ * Whether SAML authentication is enabled.
24000
+ */
24001
+ enabled?: pulumi.Input<boolean>;
24002
+ /**
24003
+ * Information from your identity provider.
24004
+ */
24005
+ idp?: pulumi.Input<inputs.opensearch.DomainSamlOptionsSamlOptionsIdp>;
24006
+ /**
24007
+ * This backend role from the SAML IdP receives full permissions to the cluster, equivalent to a new master user.
24008
+ */
24009
+ masterBackendRole?: pulumi.Input<string>;
24010
+ /**
24011
+ * This username from the SAML IdP receives full permissions to the cluster, equivalent to a new master user.
24012
+ */
24013
+ masterUserName?: pulumi.Input<string>;
24014
+ /**
24015
+ * Element of the SAML assertion to use for backend roles. Default is roles.
24016
+ */
24017
+ rolesKey?: pulumi.Input<string>;
24018
+ /**
24019
+ * Duration of a session in minutes after a user logs in. Default is 60. Maximum value is 1,440.
24020
+ */
24021
+ sessionTimeoutMinutes?: pulumi.Input<number>;
24022
+ /**
24023
+ * Element of the SAML assertion to use for username. Default is NameID.
24024
+ */
24025
+ subjectKey?: pulumi.Input<string>;
24026
+ }
24027
+ interface DomainSamlOptionsSamlOptionsIdp {
24028
+ /**
24029
+ * Unique Entity ID of the application in SAML Identity Provider.
24030
+ */
24031
+ entityId: pulumi.Input<string>;
24032
+ /**
24033
+ * Metadata of the SAML application in xml format.
24034
+ */
24035
+ metadataContent: pulumi.Input<string>;
24036
+ }
24037
+ interface DomainSnapshotOptions {
24038
+ /**
24039
+ * Hour during which the service takes an automated daily snapshot of the indices in the domain.
24040
+ */
24041
+ automatedSnapshotStartHour: pulumi.Input<number>;
24042
+ }
24043
+ interface DomainVpcOptions {
24044
+ availabilityZones?: pulumi.Input<pulumi.Input<string>[]>;
24045
+ /**
24046
+ * List of VPC Security Group IDs to be applied to the OpenSearch domain endpoints. If omitted, the default Security Group for the VPC will be used.
24047
+ */
24048
+ securityGroupIds?: pulumi.Input<pulumi.Input<string>[]>;
24049
+ /**
24050
+ * List of VPC Subnet IDs for the OpenSearch domain endpoints to be created in.
24051
+ */
24052
+ subnetIds?: pulumi.Input<pulumi.Input<string>[]>;
24053
+ vpcId?: pulumi.Input<string>;
24054
+ }
24055
+ }
23111
24056
  export declare namespace opsworks {
23112
24057
  interface ApplicationAppSource {
23113
24058
  /**
@@ -23886,6 +24831,18 @@ export declare namespace pricing {
23886
24831
  value: pulumi.Input<string>;
23887
24832
  }
23888
24833
  }
24834
+ export declare namespace qldb {
24835
+ interface StreamKinesisConfiguration {
24836
+ /**
24837
+ * Enables QLDB to publish multiple data records in a single Kinesis Data Streams record, increasing the number of records sent per API call. Default: `true`.
24838
+ */
24839
+ aggregationEnabled?: pulumi.Input<boolean>;
24840
+ /**
24841
+ * The Amazon Resource Name (ARN) of the Kinesis Data Streams resource.
24842
+ */
24843
+ streamArn: pulumi.Input<string>;
24844
+ }
24845
+ }
23889
24846
  export declare namespace quicksight {
23890
24847
  interface DataSourceCredentials {
23891
24848
  /**
@@ -24676,6 +25633,382 @@ export declare namespace route53 {
24676
25633
  name: string;
24677
25634
  values: string[];
24678
25635
  }
25636
+ interface GetTrafficPolicyDocumentEndpoint {
25637
+ /**
25638
+ * ID of a rule you want to assign.
25639
+ */
25640
+ id: string;
25641
+ /**
25642
+ * Region code for the AWS Region that you created the resource in.
25643
+ */
25644
+ region?: string;
25645
+ /**
25646
+ * Type of the rule.
25647
+ */
25648
+ type?: string;
25649
+ /**
25650
+ * Value of the `type`.
25651
+ */
25652
+ value?: string;
25653
+ }
25654
+ interface GetTrafficPolicyDocumentEndpointArgs {
25655
+ /**
25656
+ * ID of a rule you want to assign.
25657
+ */
25658
+ id: pulumi.Input<string>;
25659
+ /**
25660
+ * Region code for the AWS Region that you created the resource in.
25661
+ */
25662
+ region?: pulumi.Input<string>;
25663
+ /**
25664
+ * Type of the rule.
25665
+ */
25666
+ type?: pulumi.Input<string>;
25667
+ /**
25668
+ * Value of the `type`.
25669
+ */
25670
+ value?: pulumi.Input<string>;
25671
+ }
25672
+ interface GetTrafficPolicyDocumentRule {
25673
+ /**
25674
+ * Configuration block for when you add a geoproximity rule, you configure Amazon Route 53 to route traffic to your resources based on the geographic location of your resources. Only valid for `geoproximity` type. See below
25675
+ */
25676
+ geoProximityLocations?: inputs.route53.GetTrafficPolicyDocumentRuleGeoProximityLocation[];
25677
+ /**
25678
+ * ID of a rule you want to assign.
25679
+ */
25680
+ id: string;
25681
+ /**
25682
+ * Configuration block for when you add a multivalue answer rule, you configure your traffic policy to route traffic approximately randomly to your healthy resources. Only valid for `multivalue` type. See below
25683
+ */
25684
+ items?: inputs.route53.GetTrafficPolicyDocumentRuleItem[];
25685
+ /**
25686
+ * Configuration block for when you add a geolocation rule, you configure your traffic policy to route your traffic based on the geographic location of your users. Only valid for `geo` type. See below
25687
+ */
25688
+ locations?: inputs.route53.GetTrafficPolicyDocumentRuleLocation[];
25689
+ /**
25690
+ * Configuration block for the settings for the rule or endpoint that you want to route traffic to whenever the corresponding resources are available. Only valid for `failover` type. See below
25691
+ */
25692
+ primary?: inputs.route53.GetTrafficPolicyDocumentRulePrimary;
25693
+ /**
25694
+ * Region code for the AWS Region that you created the resource in.
25695
+ */
25696
+ regions?: inputs.route53.GetTrafficPolicyDocumentRuleRegion[];
25697
+ /**
25698
+ * Configuration block for the rule or endpoint that you want to route traffic to whenever the primary resources are not available. Only valid for `failover` type. See below
25699
+ */
25700
+ secondary?: inputs.route53.GetTrafficPolicyDocumentRuleSecondary;
25701
+ /**
25702
+ * Type of the rule.
25703
+ */
25704
+ type?: string;
25705
+ }
25706
+ interface GetTrafficPolicyDocumentRuleArgs {
25707
+ /**
25708
+ * Configuration block for when you add a geoproximity rule, you configure Amazon Route 53 to route traffic to your resources based on the geographic location of your resources. Only valid for `geoproximity` type. See below
25709
+ */
25710
+ geoProximityLocations?: pulumi.Input<pulumi.Input<inputs.route53.GetTrafficPolicyDocumentRuleGeoProximityLocationArgs>[]>;
25711
+ /**
25712
+ * ID of a rule you want to assign.
25713
+ */
25714
+ id: pulumi.Input<string>;
25715
+ /**
25716
+ * Configuration block for when you add a multivalue answer rule, you configure your traffic policy to route traffic approximately randomly to your healthy resources. Only valid for `multivalue` type. See below
25717
+ */
25718
+ items?: pulumi.Input<pulumi.Input<inputs.route53.GetTrafficPolicyDocumentRuleItemArgs>[]>;
25719
+ /**
25720
+ * Configuration block for when you add a geolocation rule, you configure your traffic policy to route your traffic based on the geographic location of your users. Only valid for `geo` type. See below
25721
+ */
25722
+ locations?: pulumi.Input<pulumi.Input<inputs.route53.GetTrafficPolicyDocumentRuleLocationArgs>[]>;
25723
+ /**
25724
+ * Configuration block for the settings for the rule or endpoint that you want to route traffic to whenever the corresponding resources are available. Only valid for `failover` type. See below
25725
+ */
25726
+ primary?: pulumi.Input<inputs.route53.GetTrafficPolicyDocumentRulePrimaryArgs>;
25727
+ /**
25728
+ * Region code for the AWS Region that you created the resource in.
25729
+ */
25730
+ regions?: pulumi.Input<pulumi.Input<inputs.route53.GetTrafficPolicyDocumentRuleRegionArgs>[]>;
25731
+ /**
25732
+ * Configuration block for the rule or endpoint that you want to route traffic to whenever the primary resources are not available. Only valid for `failover` type. See below
25733
+ */
25734
+ secondary?: pulumi.Input<inputs.route53.GetTrafficPolicyDocumentRuleSecondaryArgs>;
25735
+ /**
25736
+ * Type of the rule.
25737
+ */
25738
+ type?: pulumi.Input<string>;
25739
+ }
25740
+ interface GetTrafficPolicyDocumentRuleGeoProximityLocationArgs {
25741
+ /**
25742
+ * Specify a value for `bias` if you want to route more traffic to an endpoint from nearby endpoints (positive values) or route less traffic to an endpoint (negative values).
25743
+ */
25744
+ bias?: pulumi.Input<string>;
25745
+ /**
25746
+ * References to an endpoint.
25747
+ */
25748
+ endpointReference?: pulumi.Input<string>;
25749
+ /**
25750
+ * Indicates whether you want Amazon Route 53 to evaluate the health of the endpoint and route traffic only to healthy endpoints.
25751
+ */
25752
+ evaluateTargetHealth?: pulumi.Input<boolean>;
25753
+ /**
25754
+ * If you want to associate a health check with the endpoint or rule.
25755
+ */
25756
+ healthCheck?: pulumi.Input<string>;
25757
+ /**
25758
+ * Represents the location south (negative) or north (positive) of the equator. Valid values are -90 degrees to 90 degrees.
25759
+ */
25760
+ latitude?: pulumi.Input<string>;
25761
+ /**
25762
+ * Represents the location west (negative) or east (positive) of the prime meridian. Valid values are -180 degrees to 180 degrees.
25763
+ */
25764
+ longitude?: pulumi.Input<string>;
25765
+ /**
25766
+ * Region code for the AWS Region that you created the resource in.
25767
+ */
25768
+ region?: pulumi.Input<string>;
25769
+ /**
25770
+ * References to a rule.
25771
+ */
25772
+ ruleReference?: pulumi.Input<string>;
25773
+ }
25774
+ interface GetTrafficPolicyDocumentRuleGeoProximityLocation {
25775
+ /**
25776
+ * Specify a value for `bias` if you want to route more traffic to an endpoint from nearby endpoints (positive values) or route less traffic to an endpoint (negative values).
25777
+ */
25778
+ bias?: string;
25779
+ /**
25780
+ * References to an endpoint.
25781
+ */
25782
+ endpointReference?: string;
25783
+ /**
25784
+ * Indicates whether you want Amazon Route 53 to evaluate the health of the endpoint and route traffic only to healthy endpoints.
25785
+ */
25786
+ evaluateTargetHealth?: boolean;
25787
+ /**
25788
+ * If you want to associate a health check with the endpoint or rule.
25789
+ */
25790
+ healthCheck?: string;
25791
+ /**
25792
+ * Represents the location south (negative) or north (positive) of the equator. Valid values are -90 degrees to 90 degrees.
25793
+ */
25794
+ latitude?: string;
25795
+ /**
25796
+ * Represents the location west (negative) or east (positive) of the prime meridian. Valid values are -180 degrees to 180 degrees.
25797
+ */
25798
+ longitude?: string;
25799
+ /**
25800
+ * Region code for the AWS Region that you created the resource in.
25801
+ */
25802
+ region?: string;
25803
+ /**
25804
+ * References to a rule.
25805
+ */
25806
+ ruleReference?: string;
25807
+ }
25808
+ interface GetTrafficPolicyDocumentRuleItem {
25809
+ /**
25810
+ * References to an endpoint.
25811
+ */
25812
+ endpointReference?: string;
25813
+ /**
25814
+ * If you want to associate a health check with the endpoint or rule.
25815
+ */
25816
+ healthCheck?: string;
25817
+ }
25818
+ interface GetTrafficPolicyDocumentRuleItemArgs {
25819
+ /**
25820
+ * References to an endpoint.
25821
+ */
25822
+ endpointReference?: pulumi.Input<string>;
25823
+ /**
25824
+ * If you want to associate a health check with the endpoint or rule.
25825
+ */
25826
+ healthCheck?: pulumi.Input<string>;
25827
+ }
25828
+ interface GetTrafficPolicyDocumentRuleLocation {
25829
+ /**
25830
+ * Value of a continent.
25831
+ */
25832
+ continent?: string;
25833
+ /**
25834
+ * Value of a country.
25835
+ */
25836
+ country?: string;
25837
+ /**
25838
+ * References to an endpoint.
25839
+ */
25840
+ endpointReference?: string;
25841
+ /**
25842
+ * Indicates whether you want Amazon Route 53 to evaluate the health of the endpoint and route traffic only to healthy endpoints.
25843
+ */
25844
+ evaluateTargetHealth?: boolean;
25845
+ /**
25846
+ * If you want to associate a health check with the endpoint or rule.
25847
+ */
25848
+ healthCheck?: string;
25849
+ /**
25850
+ * Indicates whether this set of values represents the default location.
25851
+ */
25852
+ isDefault?: boolean;
25853
+ /**
25854
+ * References to a rule.
25855
+ */
25856
+ ruleReference?: string;
25857
+ /**
25858
+ * Value of a subdivision.
25859
+ */
25860
+ subdivision?: string;
25861
+ }
25862
+ interface GetTrafficPolicyDocumentRuleLocationArgs {
25863
+ /**
25864
+ * Value of a continent.
25865
+ */
25866
+ continent?: pulumi.Input<string>;
25867
+ /**
25868
+ * Value of a country.
25869
+ */
25870
+ country?: pulumi.Input<string>;
25871
+ /**
25872
+ * References to an endpoint.
25873
+ */
25874
+ endpointReference?: pulumi.Input<string>;
25875
+ /**
25876
+ * Indicates whether you want Amazon Route 53 to evaluate the health of the endpoint and route traffic only to healthy endpoints.
25877
+ */
25878
+ evaluateTargetHealth?: pulumi.Input<boolean>;
25879
+ /**
25880
+ * If you want to associate a health check with the endpoint or rule.
25881
+ */
25882
+ healthCheck?: pulumi.Input<string>;
25883
+ /**
25884
+ * Indicates whether this set of values represents the default location.
25885
+ */
25886
+ isDefault?: pulumi.Input<boolean>;
25887
+ /**
25888
+ * References to a rule.
25889
+ */
25890
+ ruleReference?: pulumi.Input<string>;
25891
+ /**
25892
+ * Value of a subdivision.
25893
+ */
25894
+ subdivision?: pulumi.Input<string>;
25895
+ }
25896
+ interface GetTrafficPolicyDocumentRulePrimary {
25897
+ /**
25898
+ * References to an endpoint.
25899
+ */
25900
+ endpointReference?: string;
25901
+ /**
25902
+ * Indicates whether you want Amazon Route 53 to evaluate the health of the endpoint and route traffic only to healthy endpoints.
25903
+ */
25904
+ evaluateTargetHealth?: boolean;
25905
+ /**
25906
+ * If you want to associate a health check with the endpoint or rule.
25907
+ */
25908
+ healthCheck?: string;
25909
+ /**
25910
+ * References to a rule.
25911
+ */
25912
+ ruleReference?: string;
25913
+ }
25914
+ interface GetTrafficPolicyDocumentRulePrimaryArgs {
25915
+ /**
25916
+ * References to an endpoint.
25917
+ */
25918
+ endpointReference?: pulumi.Input<string>;
25919
+ /**
25920
+ * Indicates whether you want Amazon Route 53 to evaluate the health of the endpoint and route traffic only to healthy endpoints.
25921
+ */
25922
+ evaluateTargetHealth?: pulumi.Input<boolean>;
25923
+ /**
25924
+ * If you want to associate a health check with the endpoint or rule.
25925
+ */
25926
+ healthCheck?: pulumi.Input<string>;
25927
+ /**
25928
+ * References to a rule.
25929
+ */
25930
+ ruleReference?: pulumi.Input<string>;
25931
+ }
25932
+ interface GetTrafficPolicyDocumentRuleRegionArgs {
25933
+ /**
25934
+ * References to an endpoint.
25935
+ */
25936
+ endpointReference?: pulumi.Input<string>;
25937
+ /**
25938
+ * Indicates whether you want Amazon Route 53 to evaluate the health of the endpoint and route traffic only to healthy endpoints.
25939
+ */
25940
+ evaluateTargetHealth?: pulumi.Input<boolean>;
25941
+ /**
25942
+ * If you want to associate a health check with the endpoint or rule.
25943
+ */
25944
+ healthCheck?: pulumi.Input<string>;
25945
+ /**
25946
+ * Region code for the AWS Region that you created the resource in.
25947
+ */
25948
+ region?: pulumi.Input<string>;
25949
+ /**
25950
+ * References to a rule.
25951
+ */
25952
+ ruleReference?: pulumi.Input<string>;
25953
+ }
25954
+ interface GetTrafficPolicyDocumentRuleRegion {
25955
+ /**
25956
+ * References to an endpoint.
25957
+ */
25958
+ endpointReference?: string;
25959
+ /**
25960
+ * Indicates whether you want Amazon Route 53 to evaluate the health of the endpoint and route traffic only to healthy endpoints.
25961
+ */
25962
+ evaluateTargetHealth?: boolean;
25963
+ /**
25964
+ * If you want to associate a health check with the endpoint or rule.
25965
+ */
25966
+ healthCheck?: string;
25967
+ /**
25968
+ * Region code for the AWS Region that you created the resource in.
25969
+ */
25970
+ region?: string;
25971
+ /**
25972
+ * References to a rule.
25973
+ */
25974
+ ruleReference?: string;
25975
+ }
25976
+ interface GetTrafficPolicyDocumentRuleSecondary {
25977
+ /**
25978
+ * References to an endpoint.
25979
+ */
25980
+ endpointReference?: string;
25981
+ /**
25982
+ * Indicates whether you want Amazon Route 53 to evaluate the health of the endpoint and route traffic only to healthy endpoints.
25983
+ */
25984
+ evaluateTargetHealth?: boolean;
25985
+ /**
25986
+ * If you want to associate a health check with the endpoint or rule.
25987
+ */
25988
+ healthCheck?: string;
25989
+ /**
25990
+ * References to a rule.
25991
+ */
25992
+ ruleReference?: string;
25993
+ }
25994
+ interface GetTrafficPolicyDocumentRuleSecondaryArgs {
25995
+ /**
25996
+ * References to an endpoint.
25997
+ */
25998
+ endpointReference?: pulumi.Input<string>;
25999
+ /**
26000
+ * Indicates whether you want Amazon Route 53 to evaluate the health of the endpoint and route traffic only to healthy endpoints.
26001
+ */
26002
+ evaluateTargetHealth?: pulumi.Input<boolean>;
26003
+ /**
26004
+ * If you want to associate a health check with the endpoint or rule.
26005
+ */
26006
+ healthCheck?: pulumi.Input<string>;
26007
+ /**
26008
+ * References to a rule.
26009
+ */
26010
+ ruleReference?: pulumi.Input<string>;
26011
+ }
24679
26012
  interface RecordAlias {
24680
26013
  /**
24681
26014
  * Set to `true` if you want Route 53 to determine whether to respond to DNS queries using this resource record set by checking the health of the resource record set. Some resources have special requirements, see [related part of documentation](https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/resource-record-sets-values.html#rrsets-values-alias-evaluate-target-health).
@@ -26026,192 +27359,135 @@ export declare namespace s3 {
26026
27359
  }
26027
27360
  interface BucketV2CorsRule {
26028
27361
  /**
26029
- * Set of headers that are specified in the Access-Control-Request-Headers header.
26030
- *
26031
- * @deprecated Use the aws_s3_bucket_cors_configuration resource instead
27362
+ * List of headers allowed.
26032
27363
  */
26033
27364
  allowedHeaders?: pulumi.Input<pulumi.Input<string>[]>;
26034
27365
  /**
26035
- * Set of HTTP methods that the origin is allowed to execute.
26036
- *
26037
- * @deprecated Use the aws_s3_bucket_cors_configuration resource instead
27366
+ * One or more HTTP methods that you allow the origin to execute. Can be `GET`, `PUT`, `POST`, `DELETE` or `HEAD`.
26038
27367
  */
26039
- allowedMethods?: pulumi.Input<pulumi.Input<string>[]>;
27368
+ allowedMethods: pulumi.Input<pulumi.Input<string>[]>;
26040
27369
  /**
26041
- * Set of origins customers are able to access the bucket from.
26042
- *
26043
- * @deprecated Use the aws_s3_bucket_cors_configuration resource instead
27370
+ * One or more origins you want customers to be able to access the bucket from.
26044
27371
  */
26045
- allowedOrigins?: pulumi.Input<pulumi.Input<string>[]>;
27372
+ allowedOrigins: pulumi.Input<pulumi.Input<string>[]>;
26046
27373
  /**
26047
- * Set of headers in the response that customers are able to access from their applications.
26048
- * * `maxAgeSeconds` The time in seconds that browser can cache the response for a preflight request.
26049
- *
26050
- * @deprecated Use the aws_s3_bucket_cors_configuration resource instead
27374
+ * One or more headers in the response that you want customers to be able to access from their applications (for example, from a JavaScript `XMLHttpRequest` object).
26051
27375
  */
26052
27376
  exposeHeaders?: pulumi.Input<pulumi.Input<string>[]>;
26053
27377
  /**
26054
- * @deprecated Use the aws_s3_bucket_cors_configuration resource instead
27378
+ * Specifies time in seconds that browser can cache the response for a preflight request.
26055
27379
  */
26056
27380
  maxAgeSeconds?: pulumi.Input<number>;
26057
27381
  }
26058
27382
  interface BucketV2Grant {
26059
27383
  /**
26060
- * Unique identifier for the rule.
26061
- *
26062
- * @deprecated Use the aws_s3_bucket_acl resource instead
27384
+ * Canonical user id to grant for. Used only when `type` is `CanonicalUser`.
26063
27385
  */
26064
27386
  id?: pulumi.Input<string>;
26065
27387
  /**
26066
- * List of permissions given to the grantee.
26067
- *
26068
- * @deprecated Use the aws_s3_bucket_acl resource instead
27388
+ * List of permissions to apply for grantee. Valid values are `READ`, `WRITE`, `READ_ACP`, `WRITE_ACP`, `FULL_CONTROL`.
26069
27389
  */
26070
- permissions?: pulumi.Input<pulumi.Input<string>[]>;
27390
+ permissions: pulumi.Input<pulumi.Input<string>[]>;
26071
27391
  /**
26072
- * Type of grantee.
26073
- *
26074
- * @deprecated Use the aws_s3_bucket_acl resource instead
27392
+ * Type of grantee to apply for. Valid values are `CanonicalUser` and `Group`. `AmazonCustomerByEmail` is not supported.
26075
27393
  */
26076
- type?: pulumi.Input<string>;
27394
+ type: pulumi.Input<string>;
26077
27395
  /**
26078
- * URI of the grantee group.
26079
- *
26080
- * @deprecated Use the aws_s3_bucket_acl resource instead
27396
+ * Uri address to grant for. Used only when `type` is `Group`.
26081
27397
  */
26082
27398
  uri?: pulumi.Input<string>;
26083
27399
  }
26084
27400
  interface BucketV2LifecycleRule {
26085
27401
  /**
26086
- * Number of days after initiating a multipart upload when the multipart upload must be completed.
26087
- *
26088
- * @deprecated Use the aws_s3_bucket_lifecycle_configuration resource instead
27402
+ * Specifies the number of days after initiating a multipart upload when the multipart upload must be completed.
26089
27403
  */
26090
27404
  abortIncompleteMultipartUploadDays?: pulumi.Input<number>;
26091
27405
  /**
26092
- * Whether versioning is enabled.
26093
- *
26094
- * @deprecated Use the aws_s3_bucket_lifecycle_configuration resource instead
27406
+ * Specifies lifecycle rule status.
26095
27407
  */
26096
- enabled?: pulumi.Input<boolean>;
27408
+ enabled: pulumi.Input<boolean>;
26097
27409
  /**
26098
- * The expiration for the lifecycle of the object in the form of date, days and, whether the object has a delete marker.
26099
- *
26100
- * @deprecated Use the aws_s3_bucket_lifecycle_configuration resource instead
27410
+ * Specifies a period in the object's expire. See Expiration below for details.
26101
27411
  */
26102
27412
  expirations?: pulumi.Input<pulumi.Input<inputs.s3.BucketV2LifecycleRuleExpiration>[]>;
26103
27413
  /**
26104
- * Unique identifier for the rule.
26105
- *
26106
- * @deprecated Use the aws_s3_bucket_lifecycle_configuration resource instead
27414
+ * Unique identifier for the rule. Must be less than or equal to 255 characters in length.
26107
27415
  */
26108
27416
  id?: pulumi.Input<string>;
26109
27417
  /**
26110
- * When noncurrent object versions expire.
26111
- *
26112
- * @deprecated Use the aws_s3_bucket_lifecycle_configuration resource instead
27418
+ * Specifies when noncurrent object versions expire. See Noncurrent Version Expiration below for details.
26113
27419
  */
26114
27420
  noncurrentVersionExpirations?: pulumi.Input<pulumi.Input<inputs.s3.BucketV2LifecycleRuleNoncurrentVersionExpiration>[]>;
26115
27421
  /**
26116
- * When noncurrent object versions transition.
26117
- *
26118
- * @deprecated Use the aws_s3_bucket_lifecycle_configuration resource instead
27422
+ * Specifies when noncurrent object versions transitions. See Noncurrent Version Transition below for details.
26119
27423
  */
26120
27424
  noncurrentVersionTransitions?: pulumi.Input<pulumi.Input<inputs.s3.BucketV2LifecycleRuleNoncurrentVersionTransition>[]>;
26121
27425
  /**
26122
- * Object keyname prefix identifying one or more objects to which the rule applies
26123
- *
26124
- * @deprecated Use the aws_s3_bucket_lifecycle_configuration resource instead
27426
+ * Object key prefix identifying one or more objects to which the rule applies.
26125
27427
  */
26126
27428
  prefix?: pulumi.Input<string>;
26127
27429
  /**
26128
- * A map of tags to assign to the bucket. If configured with a provider [`defaultTags` configuration blockpresent, tags with matching keys will overwrite those defined at the provider-level.
26129
- *
26130
- * @deprecated Use the aws_s3_bucket_lifecycle_configuration resource instead
27430
+ * Specifies object tags key and value.
26131
27431
  */
26132
27432
  tags?: pulumi.Input<{
26133
27433
  [key: string]: pulumi.Input<string>;
26134
27434
  }>;
26135
27435
  /**
26136
- * Specifies when an Amazon S3 object transitions to a specified storage class.
26137
- *
26138
- * @deprecated Use the aws_s3_bucket_lifecycle_configuration resource instead
27436
+ * Specifies a period in the object's transitions. See Transition below for details.
26139
27437
  */
26140
27438
  transitions?: pulumi.Input<pulumi.Input<inputs.s3.BucketV2LifecycleRuleTransition>[]>;
26141
27439
  }
26142
27440
  interface BucketV2LifecycleRuleExpiration {
26143
27441
  /**
26144
- * The date after which you want the corresponding action to take effect.
26145
- *
26146
- * @deprecated Use the aws_s3_bucket_lifecycle_configuration resource instead
27442
+ * Specifies the date after which you want the corresponding action to take effect.
26147
27443
  */
26148
27444
  date?: pulumi.Input<string>;
26149
27445
  /**
26150
- * The number of days specified for the default retention period.
26151
- *
26152
- * @deprecated Use the aws_s3_bucket_lifecycle_configuration resource instead
27446
+ * Specifies the number of days after object creation when the specific rule action takes effect.
26153
27447
  */
26154
27448
  days?: pulumi.Input<number>;
26155
27449
  /**
26156
- * Indicates whether Amazon S3 will remove a delete marker with no noncurrent versions.
26157
- *
26158
- * @deprecated Use the aws_s3_bucket_lifecycle_configuration resource instead
27450
+ * On a versioned bucket (versioning-enabled or versioning-suspended bucket), you can add this element in the lifecycle configuration to direct Amazon S3 to delete expired object delete markers. This cannot be specified with Days or Date in a Lifecycle Expiration Policy.
26159
27451
  */
26160
27452
  expiredObjectDeleteMarker?: pulumi.Input<boolean>;
26161
27453
  }
26162
27454
  interface BucketV2LifecycleRuleNoncurrentVersionExpiration {
26163
27455
  /**
26164
- * The number of days specified for the default retention period.
26165
- *
26166
- * @deprecated Use the aws_s3_bucket_lifecycle_configuration resource instead
27456
+ * Specifies the number of days noncurrent object versions expire.
26167
27457
  */
26168
27458
  days?: pulumi.Input<number>;
26169
27459
  }
26170
27460
  interface BucketV2LifecycleRuleNoncurrentVersionTransition {
26171
27461
  /**
26172
- * The number of days specified for the default retention period.
26173
- *
26174
- * @deprecated Use the aws_s3_bucket_lifecycle_configuration resource instead
27462
+ * Specifies the number of days noncurrent object versions transition.
26175
27463
  */
26176
27464
  days?: pulumi.Input<number>;
26177
27465
  /**
26178
- * The [storage class](https://docs.aws.amazon.com/AmazonS3/latest/API/API_Destination.html#AmazonS3-Type-Destination-StorageClass) used to store the object.
26179
- *
26180
- * @deprecated Use the aws_s3_bucket_lifecycle_configuration resource instead
27466
+ * Specifies the Amazon S3 [storage class](https://docs.aws.amazon.com/AmazonS3/latest/API/API_Transition.html#AmazonS3-Type-Transition-StorageClass) to which you want the object to transition.
26181
27467
  */
26182
- storageClass?: pulumi.Input<string>;
27468
+ storageClass: pulumi.Input<string>;
26183
27469
  }
26184
27470
  interface BucketV2LifecycleRuleTransition {
26185
27471
  /**
26186
- * The date after which you want the corresponding action to take effect.
26187
- *
26188
- * @deprecated Use the aws_s3_bucket_lifecycle_configuration resource instead
27472
+ * Specifies the date after which you want the corresponding action to take effect.
26189
27473
  */
26190
27474
  date?: pulumi.Input<string>;
26191
27475
  /**
26192
- * The number of days specified for the default retention period.
26193
- *
26194
- * @deprecated Use the aws_s3_bucket_lifecycle_configuration resource instead
27476
+ * Specifies the number of days after object creation when the specific rule action takes effect.
26195
27477
  */
26196
27478
  days?: pulumi.Input<number>;
26197
27479
  /**
26198
- * The [storage class](https://docs.aws.amazon.com/AmazonS3/latest/API/API_Destination.html#AmazonS3-Type-Destination-StorageClass) used to store the object.
26199
- *
26200
- * @deprecated Use the aws_s3_bucket_lifecycle_configuration resource instead
27480
+ * Specifies the Amazon S3 [storage class](https://docs.aws.amazon.com/AmazonS3/latest/API/API_Transition.html#AmazonS3-Type-Transition-StorageClass) to which you want the object to transition.
26201
27481
  */
26202
- storageClass?: pulumi.Input<string>;
27482
+ storageClass: pulumi.Input<string>;
26203
27483
  }
26204
27484
  interface BucketV2Logging {
26205
27485
  /**
26206
- * The name of the bucket that receives the log objects.
26207
- *
26208
- * @deprecated Use the aws_s3_bucket_logging resource instead
27486
+ * The name of the bucket that will receive the log objects.
26209
27487
  */
26210
- targetBucket?: pulumi.Input<string>;
27488
+ targetBucket: pulumi.Input<string>;
26211
27489
  /**
26212
- * The prefix for all log object keys/
26213
- *
26214
- * @deprecated Use the aws_s3_bucket_logging resource instead
27490
+ * To specify a key prefix for log objects.
26215
27491
  */
26216
27492
  targetPrefix?: pulumi.Input<string>;
26217
27493
  }
@@ -26223,7 +27499,7 @@ export declare namespace s3 {
26223
27499
  */
26224
27500
  objectLockEnabled?: pulumi.Input<string>;
26225
27501
  /**
26226
- * (required) Information about a particular server-side encryption configuration rule.
27502
+ * The Object Lock rule in place for this bucket (documented below).
26227
27503
  *
26228
27504
  * @deprecated Use the aws_s3_bucket_object_lock_configuration resource instead
26229
27505
  */
@@ -26231,187 +27507,130 @@ export declare namespace s3 {
26231
27507
  }
26232
27508
  interface BucketV2ObjectLockConfigurationRule {
26233
27509
  /**
26234
- * The default retention period applied to new objects placed in this bucket.
26235
- *
26236
- * @deprecated Use the aws_s3_bucket_object_lock_configuration resource instead
27510
+ * The default retention period that you want to apply to new objects placed in this bucket (documented below).
26237
27511
  */
26238
- defaultRetentions?: pulumi.Input<pulumi.Input<inputs.s3.BucketV2ObjectLockConfigurationRuleDefaultRetention>[]>;
27512
+ defaultRetentions: pulumi.Input<pulumi.Input<inputs.s3.BucketV2ObjectLockConfigurationRuleDefaultRetention>[]>;
26239
27513
  }
26240
27514
  interface BucketV2ObjectLockConfigurationRuleDefaultRetention {
26241
27515
  /**
26242
- * The number of days specified for the default retention period.
26243
- *
26244
- * @deprecated Use the aws_s3_bucket_object_lock_configuration resource instead
27516
+ * The number of days that you want to specify for the default retention period.
26245
27517
  */
26246
27518
  days?: pulumi.Input<number>;
26247
27519
  /**
26248
- * The default Object Lock retention mode applied to new objects placed in this bucket.
26249
- *
26250
- * @deprecated Use the aws_s3_bucket_object_lock_configuration resource instead
27520
+ * The default Object Lock retention mode you want to apply to new objects placed in this bucket. Valid values are `GOVERNANCE` and `COMPLIANCE`.
26251
27521
  */
26252
- mode?: pulumi.Input<string>;
27522
+ mode: pulumi.Input<string>;
26253
27523
  /**
26254
- * The number of years specified for the default retention period.
26255
- *
26256
- * @deprecated Use the aws_s3_bucket_object_lock_configuration resource instead
27524
+ * The number of years that you want to specify for the default retention period.
26257
27525
  */
26258
27526
  years?: pulumi.Input<number>;
26259
27527
  }
26260
27528
  interface BucketV2ReplicationConfiguration {
26261
27529
  /**
26262
- * The ARN of the IAM role for Amazon S3 assumed when replicating the objects.
26263
- *
26264
- * @deprecated Use the aws_s3_bucket_replication_configuration resource instead
27530
+ * The ARN of the IAM role for Amazon S3 to assume when replicating the objects.
26265
27531
  */
26266
- role?: pulumi.Input<string>;
27532
+ role: pulumi.Input<string>;
26267
27533
  /**
26268
- * The rules managing the replication.
26269
- *
26270
- * @deprecated Use the aws_s3_bucket_replication_configuration resource instead
27534
+ * Specifies the rules managing the replication (documented below).
26271
27535
  */
26272
- rules?: pulumi.Input<pulumi.Input<inputs.s3.BucketV2ReplicationConfigurationRule>[]>;
27536
+ rules: pulumi.Input<pulumi.Input<inputs.s3.BucketV2ReplicationConfigurationRule>[]>;
26273
27537
  }
26274
27538
  interface BucketV2ReplicationConfigurationRule {
26275
27539
  /**
26276
- * Whether delete markers are replicated.
26277
- *
26278
- * @deprecated Use the aws_s3_bucket_replication_configuration resource instead
27540
+ * Whether delete markers are replicated. The only valid value is `Enabled`. To disable, omit this argument. This argument is only valid with V2 replication configurations (i.e., when `filter` is used).
26279
27541
  */
26280
27542
  deleteMarkerReplicationStatus?: pulumi.Input<string>;
26281
27543
  /**
26282
- * The destination for the rule.
26283
- *
26284
- * @deprecated Use the aws_s3_bucket_replication_configuration resource instead
27544
+ * Specifies the destination for the rule (documented below).
26285
27545
  */
26286
- destinations?: pulumi.Input<pulumi.Input<inputs.s3.BucketV2ReplicationConfigurationRuleDestination>[]>;
27546
+ destinations: pulumi.Input<pulumi.Input<inputs.s3.BucketV2ReplicationConfigurationRuleDestination>[]>;
26287
27547
  /**
26288
- * Filter that identifies subset of objects to which the replication rule applies.
26289
- *
26290
- * @deprecated Use the aws_s3_bucket_replication_configuration resource instead
27548
+ * Filter that identifies subset of objects to which the replication rule applies (documented below).
26291
27549
  */
26292
27550
  filters?: pulumi.Input<pulumi.Input<inputs.s3.BucketV2ReplicationConfigurationRuleFilter>[]>;
26293
27551
  /**
26294
- * Unique identifier for the rule.
26295
- *
26296
- * @deprecated Use the aws_s3_bucket_replication_configuration resource instead
27552
+ * Unique identifier for the rule. Must be less than or equal to 255 characters in length.
26297
27553
  */
26298
27554
  id?: pulumi.Input<string>;
26299
27555
  /**
26300
- * Object keyname prefix identifying one or more objects to which the rule applies
26301
- *
26302
- * @deprecated Use the aws_s3_bucket_replication_configuration resource instead
27556
+ * Object keyname prefix identifying one or more objects to which the rule applies. Must be less than or equal to 1024 characters in length.
26303
27557
  */
26304
27558
  prefix?: pulumi.Input<string>;
26305
27559
  /**
26306
- * The priority associated with the rule.
26307
- *
26308
- * @deprecated Use the aws_s3_bucket_replication_configuration resource instead
27560
+ * The priority associated with the rule. Priority should only be set if `filter` is configured. If not provided, defaults to `0`. Priority must be unique between multiple rules.
26309
27561
  */
26310
27562
  priority?: pulumi.Input<number>;
26311
27563
  /**
26312
- * The special object selection criteria.
26313
- *
26314
- * @deprecated Use the aws_s3_bucket_replication_configuration resource instead
27564
+ * Specifies special object selection criteria (documented below).
26315
27565
  */
26316
27566
  sourceSelectionCriterias?: pulumi.Input<pulumi.Input<inputs.s3.BucketV2ReplicationConfigurationRuleSourceSelectionCriteria>[]>;
26317
27567
  /**
26318
- * The status of the rule.
26319
- *
26320
- * @deprecated Use the aws_s3_bucket_replication_configuration resource instead
27568
+ * The status of the rule. Either `Enabled` or `Disabled`. The rule is ignored if status is not Enabled.
26321
27569
  */
26322
- status?: pulumi.Input<string>;
27570
+ status: pulumi.Input<string>;
26323
27571
  }
26324
27572
  interface BucketV2ReplicationConfigurationRuleDestination {
26325
27573
  /**
26326
- * The overrides to use for object owners on replication.
26327
- *
26328
- * @deprecated Use the aws_s3_bucket_replication_configuration resource instead
27574
+ * Specifies the overrides to use for object owners on replication. Must be used in conjunction with `accountId` owner override configuration.
26329
27575
  */
26330
27576
  accessControlTranslations?: pulumi.Input<pulumi.Input<inputs.s3.BucketV2ReplicationConfigurationRuleDestinationAccessControlTranslation>[]>;
26331
27577
  /**
26332
- * The Account ID to use for overriding the object owner on replication.
26333
- *
26334
- * @deprecated Use the aws_s3_bucket_replication_configuration resource instead
27578
+ * The Account ID to use for overriding the object owner on replication. Must be used in conjunction with `accessControlTranslation` override configuration.
26335
27579
  */
26336
27580
  accountId?: pulumi.Input<string>;
26337
27581
  /**
26338
- * The name of the bucket. If omitted, this provider will assign a random, unique name. Must be lowercase and less than or equal to 63 characters in length. A full list of bucket naming rules [may be found here](https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucketnamingrules.html).
26339
- *
26340
- * @deprecated Use the aws_s3_bucket_replication_configuration resource instead
27582
+ * The ARN of the S3 bucket where you want Amazon S3 to store replicas of the object identified by the rule.
26341
27583
  */
26342
- bucket?: pulumi.Input<string>;
27584
+ bucket: pulumi.Input<string>;
26343
27585
  /**
26344
- * Replication metrics.
26345
- *
26346
- * @deprecated Use the aws_s3_bucket_replication_configuration resource instead
27586
+ * Enables replication metrics (required for S3 RTC) (documented below).
26347
27587
  */
26348
27588
  metrics?: pulumi.Input<pulumi.Input<inputs.s3.BucketV2ReplicationConfigurationRuleDestinationMetric>[]>;
26349
27589
  /**
26350
- * Destination KMS encryption key ARN for SSE-KMS replication.
26351
- *
26352
- * @deprecated Use the aws_s3_bucket_replication_configuration resource instead
27590
+ * Destination KMS encryption key ARN for SSE-KMS replication. Must be used in conjunction with
27591
+ * `sseKmsEncryptedObjects` source selection criteria.
26353
27592
  */
26354
27593
  replicaKmsKeyId?: pulumi.Input<string>;
26355
27594
  /**
26356
- * S3 Replication Time Control (S3 RTC).
26357
- *
26358
- * @deprecated Use the aws_s3_bucket_replication_configuration resource instead
27595
+ * Enables S3 Replication Time Control (S3 RTC) (documented below).
26359
27596
  */
26360
27597
  replicationTimes?: pulumi.Input<pulumi.Input<inputs.s3.BucketV2ReplicationConfigurationRuleDestinationReplicationTime>[]>;
26361
27598
  /**
26362
- * The [storage class](https://docs.aws.amazon.com/AmazonS3/latest/API/API_Destination.html#AmazonS3-Type-Destination-StorageClass) used to store the object.
26363
- *
26364
- * @deprecated Use the aws_s3_bucket_replication_configuration resource instead
27599
+ * The [storage class](https://docs.aws.amazon.com/AmazonS3/latest/API/API_Destination.html#AmazonS3-Type-Destination-StorageClass) used to store the object. By default, Amazon S3 uses the storage class of the source object to create the object replica.
26365
27600
  */
26366
27601
  storageClass?: pulumi.Input<string>;
26367
27602
  }
26368
27603
  interface BucketV2ReplicationConfigurationRuleDestinationAccessControlTranslation {
26369
- /**
26370
- * The override value for the owner on replicated objects.
26371
- *
26372
- * @deprecated Use the aws_s3_bucket_replication_configuration resource instead
26373
- */
26374
- owner?: pulumi.Input<string>;
27604
+ owner: pulumi.Input<string>;
26375
27605
  }
26376
27606
  interface BucketV2ReplicationConfigurationRuleDestinationMetric {
26377
27607
  /**
26378
- * Threshold within which objects are to be replicated.
26379
- *
26380
- * @deprecated Use the aws_s3_bucket_replication_configuration resource instead
27608
+ * Threshold within which objects are to be replicated. The only valid value is `15`.
26381
27609
  */
26382
27610
  minutes?: pulumi.Input<number>;
26383
27611
  /**
26384
- * The status of the rule.
26385
- *
26386
- * @deprecated Use the aws_s3_bucket_replication_configuration resource instead
27612
+ * The status of replication metrics. Either `Enabled` or `Disabled`.
26387
27613
  */
26388
27614
  status?: pulumi.Input<string>;
26389
27615
  }
26390
27616
  interface BucketV2ReplicationConfigurationRuleDestinationReplicationTime {
26391
27617
  /**
26392
- * Threshold within which objects are to be replicated.
26393
- *
26394
- * @deprecated Use the aws_s3_bucket_replication_configuration resource instead
27618
+ * Threshold within which objects are to be replicated. The only valid value is `15`.
26395
27619
  */
26396
27620
  minutes?: pulumi.Input<number>;
26397
27621
  /**
26398
- * The status of the rule.
26399
- *
26400
- * @deprecated Use the aws_s3_bucket_replication_configuration resource instead
27622
+ * The status of RTC. Either `Enabled` or `Disabled`.
26401
27623
  */
26402
27624
  status?: pulumi.Input<string>;
26403
27625
  }
26404
27626
  interface BucketV2ReplicationConfigurationRuleFilter {
26405
27627
  /**
26406
- * Object keyname prefix identifying one or more objects to which the rule applies
26407
- *
26408
- * @deprecated Use the aws_s3_bucket_replication_configuration resource instead
27628
+ * Object keyname prefix that identifies subset of objects to which the rule applies. Must be less than or equal to 1024 characters in length.
26409
27629
  */
26410
27630
  prefix?: pulumi.Input<string>;
26411
27631
  /**
26412
- * A map of tags to assign to the bucket. If configured with a provider [`defaultTags` configuration blockpresent, tags with matching keys will overwrite those defined at the provider-level.
26413
- *
26414
- * @deprecated Use the aws_s3_bucket_replication_configuration resource instead
27632
+ * A map of tags that identifies subset of objects to which the rule applies.
27633
+ * The rule applies only to objects having all the tags in its tagset.
26415
27634
  */
26416
27635
  tags?: pulumi.Input<{
26417
27636
  [key: string]: pulumi.Input<string>;
@@ -26419,93 +27638,69 @@ export declare namespace s3 {
26419
27638
  }
26420
27639
  interface BucketV2ReplicationConfigurationRuleSourceSelectionCriteria {
26421
27640
  /**
26422
- * Matched SSE-KMS encrypted objects.
26423
- *
26424
- * @deprecated Use the aws_s3_bucket_replication_configuration resource instead
27641
+ * Match SSE-KMS encrypted objects (documented below). If specified, `replicaKmsKeyId`
27642
+ * in `destination` must be specified as well.
26425
27643
  */
26426
27644
  sseKmsEncryptedObjects?: pulumi.Input<pulumi.Input<inputs.s3.BucketV2ReplicationConfigurationRuleSourceSelectionCriteriaSseKmsEncryptedObject>[]>;
26427
27645
  }
26428
27646
  interface BucketV2ReplicationConfigurationRuleSourceSelectionCriteriaSseKmsEncryptedObject {
26429
27647
  /**
26430
- * Whether versioning is enabled.
26431
- *
26432
- * @deprecated Use the aws_s3_bucket_replication_configuration resource instead
27648
+ * Boolean which indicates if this criteria is enabled.
26433
27649
  */
26434
- enabled?: pulumi.Input<boolean>;
27650
+ enabled: pulumi.Input<boolean>;
26435
27651
  }
26436
27652
  interface BucketV2ServerSideEncryptionConfiguration {
26437
27653
  /**
26438
- * (required) Information about a particular server-side encryption configuration rule.
26439
- *
26440
- * @deprecated Use the aws_s3_bucket_server_side_encryption_configuration resource instead
27654
+ * A single object for server-side encryption by default configuration. (documented below)
26441
27655
  */
26442
- rules?: pulumi.Input<pulumi.Input<inputs.s3.BucketV2ServerSideEncryptionConfigurationRule>[]>;
27656
+ rules: pulumi.Input<pulumi.Input<inputs.s3.BucketV2ServerSideEncryptionConfigurationRule>[]>;
26443
27657
  }
26444
27658
  interface BucketV2ServerSideEncryptionConfigurationRule {
26445
27659
  /**
26446
- * The default server-side encryption applied to new objects in the bucket.
26447
- *
26448
- * @deprecated Use the aws_s3_bucket_server_side_encryption_configuration resource instead
27660
+ * A single object for setting server-side encryption by default. (documented below)
26449
27661
  */
26450
- applyServerSideEncryptionByDefaults?: pulumi.Input<pulumi.Input<inputs.s3.BucketV2ServerSideEncryptionConfigurationRuleApplyServerSideEncryptionByDefault>[]>;
27662
+ applyServerSideEncryptionByDefaults: pulumi.Input<pulumi.Input<inputs.s3.BucketV2ServerSideEncryptionConfigurationRuleApplyServerSideEncryptionByDefault>[]>;
26451
27663
  /**
26452
- * (Optional) Whether an [Amazon S3 Bucket Key](https://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-key.html) is used for SSE-KMS.
26453
- *
26454
- * @deprecated Use the aws_s3_bucket_server_side_encryption_configuration resource instead
27664
+ * Whether or not to use [Amazon S3 Bucket Keys](https://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-key.html) for SSE-KMS.
26455
27665
  */
26456
27666
  bucketKeyEnabled?: pulumi.Input<boolean>;
26457
27667
  }
26458
27668
  interface BucketV2ServerSideEncryptionConfigurationRuleApplyServerSideEncryptionByDefault {
26459
27669
  /**
26460
- * (optional) The AWS KMS master key ID used for the SSE-KMS encryption.
26461
- *
26462
- * @deprecated Use the aws_s3_bucket_server_side_encryption_configuration resource instead
27670
+ * The AWS KMS master key ID used for the SSE-KMS encryption. This can only be used when you set the value of `sseAlgorithm` as `aws:kms`. The default `aws/s3` AWS KMS master key is used if this element is absent while the `sseAlgorithm` is `aws:kms`.
26463
27671
  */
26464
27672
  kmsMasterKeyId?: pulumi.Input<string>;
26465
27673
  /**
26466
- * (required) The server-side encryption algorithm used.
26467
- *
26468
- * @deprecated Use the aws_s3_bucket_server_side_encryption_configuration resource instead
27674
+ * The server-side encryption algorithm to use. Valid values are `AES256` and `aws:kms`
26469
27675
  */
26470
- sseAlgorithm?: pulumi.Input<string>;
27676
+ sseAlgorithm: pulumi.Input<string>;
26471
27677
  }
26472
27678
  interface BucketV2Versioning {
26473
27679
  /**
26474
- * Whether versioning is enabled.
26475
- *
26476
- * @deprecated Use the aws_s3_bucket_versioning resource instead
27680
+ * Enable versioning. Once you version-enable a bucket, it can never return to an unversioned state. You can, however, suspend versioning on that bucket.
26477
27681
  */
26478
27682
  enabled?: pulumi.Input<boolean>;
26479
27683
  /**
26480
- * Whether MFA delete is enabled.
26481
- *
26482
- * @deprecated Use the aws_s3_bucket_versioning resource instead
27684
+ * Enable MFA delete for either `Change the versioning state of your bucket` or `Permanently delete an object version`. Default is `false`. This cannot be used to toggle this setting but is available to allow managed buckets to reflect the state in AWS
26483
27685
  */
26484
27686
  mfaDelete?: pulumi.Input<boolean>;
26485
27687
  }
26486
27688
  interface BucketV2Website {
26487
27689
  /**
26488
- * The name of the error document for the website.
26489
- *
26490
- * @deprecated Use the aws_s3_bucket_website_configuration resource
27690
+ * An absolute path to the document to return in case of a 4XX error.
26491
27691
  */
26492
27692
  errorDocument?: pulumi.Input<string>;
26493
27693
  /**
26494
- * The name of the index document for the website.
26495
- *
26496
- * @deprecated Use the aws_s3_bucket_website_configuration resource
27694
+ * Amazon S3 returns this index document when requests are made to the root domain or any of the subfolders.
26497
27695
  */
26498
27696
  indexDocument?: pulumi.Input<string>;
26499
27697
  /**
26500
- * The redirect behavior for every request to this bucket's website endpoint.
26501
- *
26502
- * @deprecated Use the aws_s3_bucket_website_configuration resource
27698
+ * A hostname to redirect all website requests for this bucket to. Hostname can optionally be prefixed with a protocol (`http://` or `https://`) to use when redirecting requests. The default is the protocol that is used in the original request.
26503
27699
  */
26504
27700
  redirectAllRequestsTo?: pulumi.Input<string>;
26505
27701
  /**
26506
- * (Optional) The rules that define when a redirect is applied and the redirect behavior.
26507
- *
26508
- * @deprecated Use the aws_s3_bucket_website_configuration resource
27702
+ * A json array containing [routing rules](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-routingrules.html)
27703
+ * describing redirect behavior and when redirects are applied.
26509
27704
  */
26510
27705
  routingRules?: pulumi.Input<string>;
26511
27706
  }
@@ -29510,7 +30705,7 @@ export declare namespace ses {
29510
30705
  */
29511
30706
  position: pulumi.Input<number>;
29512
30707
  /**
29513
- * The scope to apply
30708
+ * The scope to apply. The only acceptable value is `RuleSet`.
29514
30709
  */
29515
30710
  scope: pulumi.Input<string>;
29516
30711
  /**
@@ -29674,6 +30869,16 @@ export declare namespace ssm {
29674
30869
  name?: pulumi.Input<string>;
29675
30870
  type?: pulumi.Input<string>;
29676
30871
  }
30872
+ interface GetInstancesFilter {
30873
+ /**
30874
+ * The name of the filter field. Valid values can be found in the [SSM InstanceInformationStringFilter API Reference](https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_InstanceInformationStringFilter.html).
30875
+ */
30876
+ name: string;
30877
+ /**
30878
+ * Set of values that are accepted for the given filter field. Results will be selected if any given value matches.
30879
+ */
30880
+ values: string[];
30881
+ }
29677
30882
  interface GetInstancesFilterArgs {
29678
30883
  /**
29679
30884
  * The name of the filter field. Valid values can be found in the [SSM InstanceInformationStringFilter API Reference](https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_InstanceInformationStringFilter.html).
@@ -29684,9 +30889,9 @@ export declare namespace ssm {
29684
30889
  */
29685
30890
  values: pulumi.Input<pulumi.Input<string>[]>;
29686
30891
  }
29687
- interface GetInstancesFilter {
30892
+ interface GetMaintenanceWindowsFilter {
29688
30893
  /**
29689
- * The name of the filter field. Valid values can be found in the [SSM InstanceInformationStringFilter API Reference](https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_InstanceInformationStringFilter.html).
30894
+ * The name of the filter field. Valid values can be found in the [SSM DescribeMaintenanceWindows API Reference](https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_DescribeMaintenanceWindows.html#API_DescribeMaintenanceWindows_RequestSyntax).
29690
30895
  */
29691
30896
  name: string;
29692
30897
  /**
@@ -29694,6 +30899,16 @@ export declare namespace ssm {
29694
30899
  */
29695
30900
  values: string[];
29696
30901
  }
30902
+ interface GetMaintenanceWindowsFilterArgs {
30903
+ /**
30904
+ * The name of the filter field. Valid values can be found in the [SSM DescribeMaintenanceWindows API Reference](https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_DescribeMaintenanceWindows.html#API_DescribeMaintenanceWindows_RequestSyntax).
30905
+ */
30906
+ name: pulumi.Input<string>;
30907
+ /**
30908
+ * Set of values that are accepted for the given filter field. Results will be selected if any given value matches.
30909
+ */
30910
+ values: pulumi.Input<pulumi.Input<string>[]>;
30911
+ }
29697
30912
  interface MaintenanceWindowTargetTarget {
29698
30913
  key: pulumi.Input<string>;
29699
30914
  values: pulumi.Input<pulumi.Input<string>[]>;
@@ -29929,6 +31144,24 @@ export declare namespace storagegateway {
29929
31144
  */
29930
31145
  ipv4Address?: pulumi.Input<string>;
29931
31146
  }
31147
+ interface GatewayMaintenanceStartTime {
31148
+ /**
31149
+ * The day of the month component of the maintenance start time represented as an ordinal number from 1 to 28, where 1 represents the first day of the month and 28 represents the last day of the month.
31150
+ */
31151
+ dayOfMonth?: pulumi.Input<string>;
31152
+ /**
31153
+ * The day of the week component of the maintenance start time week represented as an ordinal number from 0 to 6, where 0 represents Sunday and 6 Saturday.
31154
+ */
31155
+ dayOfWeek?: pulumi.Input<string>;
31156
+ /**
31157
+ * The hour component of the maintenance start time represented as _hh_, where _hh_ is the hour (00 to 23). The hour of the day is in the time zone of the gateway.
31158
+ */
31159
+ hourOfDay: pulumi.Input<number>;
31160
+ /**
31161
+ * The minute component of the maintenance start time represented as _mm_, where _mm_ is the minute (00 to 59). The minute of the hour is in the time zone of the gateway.
31162
+ */
31163
+ minuteOfHour?: pulumi.Input<number>;
31164
+ }
29932
31165
  interface GatewaySmbActiveDirectorySettings {
29933
31166
  activeDirectoryStatus?: pulumi.Input<string>;
29934
31167
  /**
@@ -69255,3 +70488,15 @@ export declare namespace workspaces {
69255
70488
  userVolumeSizeGib?: pulumi.Input<number>;
69256
70489
  }
69257
70490
  }
70491
+ export declare namespace xray {
70492
+ interface GroupInsightsConfiguration {
70493
+ /**
70494
+ * Specifies whether insights are enabled.
70495
+ */
70496
+ insightsEnabled: pulumi.Input<boolean>;
70497
+ /**
70498
+ * Specifies whether insight notifications are enabled.
70499
+ */
70500
+ notificationsEnabled?: pulumi.Input<boolean>;
70501
+ }
70502
+ }