@pulumi/aws 4.33.1 → 4.34.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 (198) hide show
  1. package/appstream/fleet.d.ts +3 -3
  2. package/batch/getJobQueue.d.ts +4 -0
  3. package/batch/getJobQueue.js.map +1 -1
  4. package/batch/getSchedulingPolicy.d.ts +69 -0
  5. package/batch/getSchedulingPolicy.js +39 -0
  6. package/batch/getSchedulingPolicy.js.map +1 -0
  7. package/batch/index.d.ts +2 -0
  8. package/batch/index.js +6 -0
  9. package/batch/index.js.map +1 -1
  10. package/batch/jobQueue.d.ts +37 -0
  11. package/batch/jobQueue.js +27 -0
  12. package/batch/jobQueue.js.map +1 -1
  13. package/batch/schedulingPolicy.d.ts +134 -0
  14. package/batch/schedulingPolicy.js +97 -0
  15. package/batch/schedulingPolicy.js.map +1 -0
  16. package/cloud9/environmentMembership.d.ts +106 -0
  17. package/cloud9/environmentMembership.js +92 -0
  18. package/cloud9/environmentMembership.js.map +1 -0
  19. package/cloud9/index.d.ts +1 -0
  20. package/cloud9/index.js +5 -0
  21. package/cloud9/index.js.map +1 -1
  22. package/cloudwatch/eventTarget.d.ts +48 -3
  23. package/cloudwatch/eventTarget.js +45 -0
  24. package/cloudwatch/eventTarget.js.map +1 -1
  25. package/codebuild/index.d.ts +1 -0
  26. package/codebuild/index.js +5 -0
  27. package/codebuild/index.js.map +1 -1
  28. package/codebuild/project.d.ts +49 -5
  29. package/codebuild/project.js +8 -0
  30. package/codebuild/project.js.map +1 -1
  31. package/codebuild/resourcePolicy.d.ts +108 -0
  32. package/codebuild/resourcePolicy.js +107 -0
  33. package/codebuild/resourcePolicy.js.map +1 -0
  34. package/codepipeline/webhook.d.ts +8 -0
  35. package/codepipeline/webhook.js +2 -0
  36. package/codepipeline/webhook.js.map +1 -1
  37. package/cognito/getUserPoolClients.d.ts +49 -0
  38. package/cognito/getUserPoolClients.js +38 -0
  39. package/cognito/getUserPoolClients.js.map +1 -0
  40. package/cognito/getUserPoolSigningCertificate.d.ts +49 -0
  41. package/cognito/getUserPoolSigningCertificate.js +38 -0
  42. package/cognito/getUserPoolSigningCertificate.js.map +1 -0
  43. package/cognito/index.d.ts +2 -0
  44. package/cognito/index.js +2 -0
  45. package/cognito/index.js.map +1 -1
  46. package/datasync/index.d.ts +2 -0
  47. package/datasync/index.js +10 -0
  48. package/datasync/index.js.map +1 -1
  49. package/datasync/locationFsxLustre.d.ts +155 -0
  50. package/datasync/locationFsxLustre.js +94 -0
  51. package/datasync/locationFsxLustre.js.map +1 -0
  52. package/datasync/locationHdfs.d.ts +257 -0
  53. package/datasync/locationHdfs.js +117 -0
  54. package/datasync/locationHdfs.js.map +1 -0
  55. package/dax/cluster.d.ts +18 -0
  56. package/dax/cluster.js +2 -0
  57. package/dax/cluster.js.map +1 -1
  58. package/devicefarm/devicePool.d.ts +170 -0
  59. package/devicefarm/devicePool.js +100 -0
  60. package/devicefarm/devicePool.js.map +1 -0
  61. package/devicefarm/index.d.ts +3 -0
  62. package/devicefarm/index.js +15 -0
  63. package/devicefarm/index.js.map +1 -1
  64. package/devicefarm/networkProfile.d.ts +247 -0
  65. package/devicefarm/networkProfile.js +105 -0
  66. package/devicefarm/networkProfile.js.map +1 -0
  67. package/devicefarm/upload.d.ts +142 -0
  68. package/devicefarm/upload.js +97 -0
  69. package/devicefarm/upload.js.map +1 -0
  70. package/directconnect/privateVirtualInterface.d.ts +3 -0
  71. package/directconnect/privateVirtualInterface.js +2 -0
  72. package/directconnect/privateVirtualInterface.js.map +1 -1
  73. package/directconnect/transitVirtualInterface.d.ts +3 -0
  74. package/directconnect/transitVirtualInterface.js +2 -0
  75. package/directconnect/transitVirtualInterface.js.map +1 -1
  76. package/ec2/defaultSubnet.d.ts +15 -0
  77. package/ec2/defaultSubnet.js +10 -0
  78. package/ec2/defaultSubnet.js.map +1 -1
  79. package/ec2/getSubnet.d.ts +20 -0
  80. package/ec2/getSubnet.js.map +1 -1
  81. package/ec2/index.d.ts +3 -0
  82. package/ec2/index.js +15 -0
  83. package/ec2/index.js.map +1 -1
  84. package/ec2/subnet.d.ts +65 -5
  85. package/ec2/subnet.js +10 -3
  86. package/ec2/subnet.js.map +1 -1
  87. package/ec2/vpcEndpointConnectionAccepter.d.ts +105 -0
  88. package/ec2/vpcEndpointConnectionAccepter.js +98 -0
  89. package/ec2/vpcEndpointConnectionAccepter.js.map +1 -0
  90. package/ec2/vpcIpamOrganizationAdminAccount.d.ts +94 -0
  91. package/ec2/vpcIpamOrganizationAdminAccount.js +85 -0
  92. package/ec2/vpcIpamOrganizationAdminAccount.js.map +1 -0
  93. package/ec2/vpcIpamPoolCidr.d.ts +3 -0
  94. package/ec2/vpcIpamPoolCidr.js +3 -0
  95. package/ec2/vpcIpamPoolCidr.js.map +1 -1
  96. package/ec2/vpcIpamPoolCidrAllocation.d.ts +3 -3
  97. package/ec2/vpcIpamPreviewNextCidr.d.ts +100 -0
  98. package/ec2/vpcIpamPreviewNextCidr.js +90 -0
  99. package/ec2/vpcIpamPreviewNextCidr.js.map +1 -0
  100. package/ecr/replicationConfiguration.d.ts +22 -0
  101. package/ecr/replicationConfiguration.js +22 -0
  102. package/ecr/replicationConfiguration.js.map +1 -1
  103. package/ecs/getTaskDefinition.d.ts +39 -0
  104. package/ecs/getTaskDefinition.js +35 -0
  105. package/ecs/getTaskDefinition.js.map +1 -1
  106. package/fsx/backup.d.ts +15 -0
  107. package/fsx/backup.js +15 -0
  108. package/fsx/backup.js.map +1 -1
  109. package/fsx/index.d.ts +3 -0
  110. package/fsx/index.js +15 -0
  111. package/fsx/index.js.map +1 -1
  112. package/fsx/openZfsFileSystem.d.ts +341 -0
  113. package/fsx/openZfsFileSystem.js +144 -0
  114. package/fsx/openZfsFileSystem.js.map +1 -0
  115. package/fsx/openZfsSnapshot.d.ts +149 -0
  116. package/fsx/openZfsSnapshot.js +107 -0
  117. package/fsx/openZfsSnapshot.js.map +1 -0
  118. package/fsx/openZfsVolume.d.ts +225 -0
  119. package/fsx/openZfsVolume.js +101 -0
  120. package/fsx/openZfsVolume.js.map +1 -0
  121. package/glue/trigger.d.ts +15 -3
  122. package/glue/trigger.js +2 -0
  123. package/glue/trigger.js.map +1 -1
  124. package/index.d.ts +3 -1
  125. package/index.js +7 -2
  126. package/index.js.map +1 -1
  127. package/memorydb/acl.d.ts +142 -0
  128. package/memorydb/acl.js +90 -0
  129. package/memorydb/acl.js.map +1 -0
  130. package/memorydb/cluster.d.ts +388 -0
  131. package/memorydb/cluster.js +140 -0
  132. package/memorydb/cluster.js.map +1 -0
  133. package/memorydb/index.d.ts +5 -0
  134. package/memorydb/index.js +53 -0
  135. package/memorydb/index.js.map +1 -0
  136. package/memorydb/parameterGroup.d.ts +160 -0
  137. package/memorydb/parameterGroup.js +96 -0
  138. package/memorydb/parameterGroup.js.map +1 -0
  139. package/memorydb/subnetGroup.d.ts +146 -0
  140. package/memorydb/subnetGroup.js +96 -0
  141. package/memorydb/subnetGroup.js.map +1 -0
  142. package/memorydb/user.d.ts +138 -0
  143. package/memorydb/user.js +83 -0
  144. package/memorydb/user.js.map +1 -0
  145. package/mskconnect/customPlugin.d.ts +144 -0
  146. package/mskconnect/customPlugin.js +104 -0
  147. package/mskconnect/customPlugin.js.map +1 -0
  148. package/mskconnect/getCustomPlugin.d.ts +61 -0
  149. package/mskconnect/getCustomPlugin.js +38 -0
  150. package/mskconnect/getCustomPlugin.js.map +1 -0
  151. package/mskconnect/getWorkerConfiguration.d.ts +61 -0
  152. package/mskconnect/getWorkerConfiguration.js +38 -0
  153. package/mskconnect/getWorkerConfiguration.js.map +1 -0
  154. package/mskconnect/index.d.ts +4 -0
  155. package/mskconnect/index.js +40 -0
  156. package/mskconnect/index.js.map +1 -0
  157. package/mskconnect/workerConfiguration.d.ts +113 -0
  158. package/mskconnect/workerConfiguration.js +87 -0
  159. package/mskconnect/workerConfiguration.js.map +1 -0
  160. package/organizations/getResourceTags.d.ts +63 -0
  161. package/organizations/getResourceTags.js +39 -0
  162. package/organizations/getResourceTags.js.map +1 -0
  163. package/organizations/index.d.ts +1 -0
  164. package/organizations/index.js +1 -0
  165. package/organizations/index.js.map +1 -1
  166. package/package.json +2 -2
  167. package/package.json.dev +1 -1
  168. package/sagemaker/device.d.ts +97 -0
  169. package/sagemaker/device.js +89 -0
  170. package/sagemaker/device.js.map +1 -0
  171. package/sagemaker/getPrebuiltEcrImage.d.ts +2 -2
  172. package/sagemaker/index.d.ts +1 -0
  173. package/sagemaker/index.js +5 -0
  174. package/sagemaker/index.js.map +1 -1
  175. package/ses/getActiveReceiptRuleSet.d.ts +31 -0
  176. package/ses/getActiveReceiptRuleSet.js +30 -0
  177. package/ses/getActiveReceiptRuleSet.js.map +1 -0
  178. package/ses/getDomainIdentity.d.ts +56 -0
  179. package/ses/getDomainIdentity.js +38 -0
  180. package/ses/getDomainIdentity.js.map +1 -0
  181. package/ses/getEmailIdentity.d.ts +52 -0
  182. package/ses/getEmailIdentity.js +38 -0
  183. package/ses/getEmailIdentity.js.map +1 -0
  184. package/ses/index.d.ts +3 -0
  185. package/ses/index.js +3 -0
  186. package/ses/index.js.map +1 -1
  187. package/sqs/queue.d.ts +16 -0
  188. package/sqs/queue.js +6 -0
  189. package/sqs/queue.js.map +1 -1
  190. package/ssm/getParametersByPath.d.ts +9 -0
  191. package/ssm/getParametersByPath.js +1 -0
  192. package/ssm/getParametersByPath.js.map +1 -1
  193. package/timestreamwrite/table.d.ts +12 -0
  194. package/timestreamwrite/table.js +2 -0
  195. package/timestreamwrite/table.js.map +1 -1
  196. package/types/input.d.ts +409 -11
  197. package/types/output.d.ts +430 -11
  198. package/wafv2/webAclLoggingConfiguration.d.ts +3 -3
package/types/input.d.ts CHANGED
@@ -301,6 +301,7 @@ export interface ProviderEndpoint {
301
301
  iotthingsgraph?: pulumi.Input<string>;
302
302
  iotwireless?: pulumi.Input<string>;
303
303
  kafka?: pulumi.Input<string>;
304
+ kafkaconnect?: pulumi.Input<string>;
304
305
  kendra?: pulumi.Input<string>;
305
306
  kinesis?: pulumi.Input<string>;
306
307
  kinesisanalytics?: pulumi.Input<string>;
@@ -5250,7 +5251,7 @@ export declare namespace batch {
5250
5251
  }
5251
5252
  interface ComputeEnvironmentComputeResourcesEc2Configuration {
5252
5253
  /**
5253
- * The AMI ID used for instances launched in the compute environment that match the image type. This setting overrides the `imageId` argument in the `computeResourcess block.
5254
+ * The AMI ID used for instances launched in the compute environment that match the image type. This setting overrides the `imageId` argument in the `computeResources` block.
5254
5255
  */
5255
5256
  imageIdOverride?: pulumi.Input<string>;
5256
5257
  /**
@@ -5306,6 +5307,27 @@ export declare namespace batch {
5306
5307
  */
5307
5308
  attemptDurationSeconds?: pulumi.Input<number>;
5308
5309
  }
5310
+ interface SchedulingPolicyFairSharePolicy {
5311
+ /**
5312
+ * A value used to reserve some of the available maximum vCPU for fair share identifiers that have not yet been used. For more information, see [FairsharePolicy](https://docs.aws.amazon.com/batch/latest/APIReference/API_FairsharePolicy.html).
5313
+ */
5314
+ computeReservation?: pulumi.Input<number>;
5315
+ shareDecaySeconds?: pulumi.Input<number>;
5316
+ /**
5317
+ * One or more share distribution blocks which define the weights for the fair share identifiers for the fair share policy. For more information, see [FairsharePolicy](https://docs.aws.amazon.com/batch/latest/APIReference/API_FairsharePolicy.html). The `shareDistribution` block is documented below.
5318
+ */
5319
+ shareDistributions?: pulumi.Input<pulumi.Input<inputs.batch.SchedulingPolicyFairSharePolicyShareDistribution>[]>;
5320
+ }
5321
+ interface SchedulingPolicyFairSharePolicyShareDistribution {
5322
+ /**
5323
+ * A fair share identifier or fair share identifier prefix. For more information, see [ShareAttributes](https://docs.aws.amazon.com/batch/latest/APIReference/API_ShareAttributes.html).
5324
+ */
5325
+ shareIdentifier: pulumi.Input<string>;
5326
+ /**
5327
+ * The weight factor for the fair share identifier. For more information, see [ShareAttributes](https://docs.aws.amazon.com/batch/latest/APIReference/API_ShareAttributes.html).
5328
+ */
5329
+ weightFactor?: pulumi.Input<number>;
5330
+ }
5309
5331
  }
5310
5332
  export declare namespace budgets {
5311
5333
  interface BudgetActionActionThreshold {
@@ -7212,6 +7234,10 @@ export declare namespace codebuild {
7212
7234
  * Artifact identifier. Must be the same specified inside the AWS CodeBuild build specification.
7213
7235
  */
7214
7236
  artifactIdentifier?: pulumi.Input<string>;
7237
+ /**
7238
+ * Specifies the bucket owner's access for objects that another account uploads to their Amazon S3 bucket. By default, only the account that uploads the objects to the bucket has access to these objects. This property allows you to give the bucket owner access to these objects. Valid values are `NONE`, `READ_ONLY`, and `FULL`. your CodeBuild service role must have the `s3:PutBucketAcl` permission. This permission allows CodeBuild to modify the access control list for the bucket.
7239
+ */
7240
+ bucketOwnerAccess?: pulumi.Input<string>;
7215
7241
  /**
7216
7242
  * Whether to disable encrypting output artifacts. If `type` is set to `NO_ARTIFACTS`, this value is ignored. Defaults to `false`.
7217
7243
  */
@@ -7392,6 +7418,10 @@ export declare namespace codebuild {
7392
7418
  streamName?: pulumi.Input<string>;
7393
7419
  }
7394
7420
  interface ProjectLogsConfigS3Logs {
7421
+ /**
7422
+ * Specifies the bucket owner's access for objects that another account uploads to their Amazon S3 bucket. By default, only the account that uploads the objects to the bucket has access to these objects. This property allows you to give the bucket owner access to these objects. Valid values are `NONE`, `READ_ONLY`, and `FULL`. your CodeBuild service role must have the `s3:PutBucketAcl` permission. This permission allows CodeBuild to modify the access control list for the bucket.
7423
+ */
7424
+ bucketOwnerAccess?: pulumi.Input<string>;
7395
7425
  /**
7396
7426
  * Whether to disable encrypting output artifacts. If `type` is set to `NO_ARTIFACTS`, this value is ignored. Defaults to `false`.
7397
7427
  */
@@ -7410,6 +7440,10 @@ export declare namespace codebuild {
7410
7440
  * Artifact identifier. Must be the same specified inside the AWS CodeBuild build specification.
7411
7441
  */
7412
7442
  artifactIdentifier: pulumi.Input<string>;
7443
+ /**
7444
+ * Specifies the bucket owner's access for objects that another account uploads to their Amazon S3 bucket. By default, only the account that uploads the objects to the bucket has access to these objects. This property allows you to give the bucket owner access to these objects. Valid values are `NONE`, `READ_ONLY`, and `FULL`. your CodeBuild service role must have the `s3:PutBucketAcl` permission. This permission allows CodeBuild to modify the access control list for the bucket.
7445
+ */
7446
+ bucketOwnerAccess?: pulumi.Input<string>;
7413
7447
  /**
7414
7448
  * Whether to disable encrypting output artifacts. If `type` is set to `NO_ARTIFACTS`, this value is ignored. Defaults to `false`.
7415
7449
  */
@@ -7479,7 +7513,7 @@ export declare namespace codebuild {
7479
7513
  */
7480
7514
  reportBuildStatus?: pulumi.Input<boolean>;
7481
7515
  /**
7482
- * Source identifier. Source data will be put inside a folder named as this parameter inside AWS CodeBuild source directory
7516
+ * An identifier for a source in the build project.
7483
7517
  */
7484
7518
  sourceIdentifier: pulumi.Input<string>;
7485
7519
  /**
@@ -7517,6 +7551,16 @@ export declare namespace codebuild {
7517
7551
  */
7518
7552
  fetchSubmodules: pulumi.Input<boolean>;
7519
7553
  }
7554
+ interface ProjectSecondarySourceVersion {
7555
+ /**
7556
+ * An identifier for a source in the build project.
7557
+ */
7558
+ sourceIdentifier: pulumi.Input<string>;
7559
+ /**
7560
+ * The source version for the corresponding source identifier. See [AWS docs](https://docs.aws.amazon.com/codebuild/latest/APIReference/API_ProjectSourceVersion.html#CodeBuild-Type-ProjectSourceVersion-sourceVersion) for more details.
7561
+ */
7562
+ sourceVersion: pulumi.Input<string>;
7563
+ }
7520
7564
  interface ProjectSource {
7521
7565
  /**
7522
7566
  * Configuration block with the authorization settings for AWS CodeBuild to access the source code to be built. This information is for the AWS CodeBuild console's use only. Use the `aws.codebuild.SourceCredential` resource instead. Auth blocks are documented below.
@@ -8541,6 +8585,26 @@ export declare namespace datasync {
8541
8585
  */
8542
8586
  subnetArn: pulumi.Input<string>;
8543
8587
  }
8588
+ interface LocationHdfsNameNode {
8589
+ /**
8590
+ * 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.
8591
+ */
8592
+ hostname: pulumi.Input<string>;
8593
+ /**
8594
+ * The port that the NameNode uses to listen to client requests.
8595
+ */
8596
+ port: pulumi.Input<number>;
8597
+ }
8598
+ interface LocationHdfsQopConfiguration {
8599
+ /**
8600
+ * The data transfer protection setting configured on the HDFS cluster. This setting corresponds to your dfs.data.transfer.protection setting in the hdfs-site.xml file on your Hadoop cluster. Valid values are `DISABLED`, `AUTHENTICATION`, `INTEGRITY` and `PRIVACY`.
8601
+ */
8602
+ dataTransferProtection?: pulumi.Input<string>;
8603
+ /**
8604
+ * The RPC protection setting configured on the HDFS cluster. This setting corresponds to your hadoop.rpc.protection setting in your core-site.xml file on your Hadoop cluster. Valid values are `DISABLED`, `AUTHENTICATION`, `INTEGRITY` and `PRIVACY`.
8605
+ */
8606
+ rpcProtection?: pulumi.Input<string>;
8607
+ }
8544
8608
  interface LocationSmbMountOptions {
8545
8609
  /**
8546
8610
  * The specific SMB version that you want DataSync to use for mounting your SMB share. Valid values: `AUTOMATIC`, `SMB2`, and `SMB3`. Default: `AUTOMATIC`
@@ -8663,6 +8727,22 @@ export declare namespace dax {
8663
8727
  value: pulumi.Input<string>;
8664
8728
  }
8665
8729
  }
8730
+ export declare namespace devicefarm {
8731
+ interface DevicePoolRule {
8732
+ /**
8733
+ * The rule's stringified attribute. Valid values are: `APPIUM_VERSION`, `ARN`, `AVAILABILITY`, `FLEET_TYPE`, `FORM_FACTOR`, `INSTANCE_ARN`, `INSTANCE_LABELS`, `MANUFACTURER`, `MODEL`, `OS_VERSION`, `PLATFORM`, `REMOTE_ACCESS_ENABLED`, `REMOTE_DEBUG_ENABLED`.
8734
+ */
8735
+ attribute?: pulumi.Input<string>;
8736
+ /**
8737
+ * Specifies how Device Farm compares the rule's attribute to the value. For the operators that are supported by each attribute. Valid values are: `EQUALS`, `NOT_IN`, `IN`, `GREATER_THAN`, `GREATER_THAN_OR_EQUALS`, `LESS_THAN`, `LESS_THAN_OR_EQUALS`, `CONTAINS`.
8738
+ */
8739
+ operator?: pulumi.Input<string>;
8740
+ /**
8741
+ * The rule's value.
8742
+ */
8743
+ value?: pulumi.Input<string>;
8744
+ }
8745
+ }
8666
8746
  export declare namespace directoryservice {
8667
8747
  interface DirectoryConnectSettings {
8668
8748
  availabilityZones?: pulumi.Input<pulumi.Input<string>[]>;
@@ -9172,11 +9252,6 @@ export declare namespace dynamodb {
9172
9252
  * Indicates whether ttl is enabled (true) or disabled (false).
9173
9253
  */
9174
9254
  enabled?: pulumi.Input<boolean>;
9175
- /**
9176
- * The ARN of the CMK that should be used for the AWS KMS encryption.
9177
- * This attribute should only be specified if the key is different from the default DynamoDB CMK, `alias/aws/dynamodb`.
9178
- */
9179
- kmsKeyArn?: pulumi.Input<string>;
9180
9255
  }
9181
9256
  }
9182
9257
  export declare namespace ebs {
@@ -12113,15 +12188,19 @@ export declare namespace ecr {
12113
12188
  }
12114
12189
  interface ReplicationConfigurationReplicationConfiguration {
12115
12190
  /**
12116
- * The replication rules for a replication configuration. See Rule.
12191
+ * The replication rules for a replication configuration. A maximum of 10 are allowed per `replicationConfiguration`. See Rule
12117
12192
  */
12118
12193
  rule: pulumi.Input<inputs.ecr.ReplicationConfigurationReplicationConfigurationRule>;
12119
12194
  }
12120
12195
  interface ReplicationConfigurationReplicationConfigurationRule {
12121
12196
  /**
12122
- * the details of a replication destination. See Destination.
12197
+ * the details of a replication destination. A maximum of 25 are allowed per `rule`. See Destination.
12123
12198
  */
12124
12199
  destinations: pulumi.Input<pulumi.Input<inputs.ecr.ReplicationConfigurationReplicationConfigurationRuleDestination>[]>;
12200
+ /**
12201
+ * filters for a replication rule. See Repository Filter.
12202
+ */
12203
+ repositoryFilters?: pulumi.Input<pulumi.Input<inputs.ecr.ReplicationConfigurationReplicationConfigurationRuleRepositoryFilter>[]>;
12125
12204
  }
12126
12205
  interface ReplicationConfigurationReplicationConfigurationRuleDestination {
12127
12206
  /**
@@ -12133,6 +12212,16 @@ export declare namespace ecr {
12133
12212
  */
12134
12213
  registryId: pulumi.Input<string>;
12135
12214
  }
12215
+ interface ReplicationConfigurationReplicationConfigurationRuleRepositoryFilter {
12216
+ /**
12217
+ * The repository filter details.
12218
+ */
12219
+ filter: pulumi.Input<string>;
12220
+ /**
12221
+ * The repository filter type. The only supported value is `PREFIX_MATCH`, which is a repository name prefix specified with the filter parameter.
12222
+ */
12223
+ filterType: pulumi.Input<string>;
12224
+ }
12136
12225
  interface RepositoryEncryptionConfiguration {
12137
12226
  /**
12138
12227
  * The encryption type to use for the repository. Valid values are `AES256` or `KMS`. Defaults to `AES256`.
@@ -14935,6 +15024,96 @@ export declare namespace fsx {
14935
15024
  */
14936
15025
  name?: pulumi.Input<string>;
14937
15026
  }
15027
+ interface OpenZfsFileSystemDiskIopsConfiguration {
15028
+ /**
15029
+ * - The total number of SSD IOPS provisioned for the file system.
15030
+ */
15031
+ iops?: pulumi.Input<number>;
15032
+ /**
15033
+ * - Specifies whether the number of IOPS for the file system is using the system. Valid values are `AUTOMATIC` and `USER_PROVISIONED`. Default value is `AUTOMATIC`.
15034
+ */
15035
+ mode?: pulumi.Input<string>;
15036
+ }
15037
+ interface OpenZfsFileSystemRootVolumeConfiguration {
15038
+ /**
15039
+ * - A boolean flag indicating whether tags for the file system should be copied to snapshots. The default value is false.
15040
+ */
15041
+ copyTagsToSnapshots?: pulumi.Input<boolean>;
15042
+ /**
15043
+ * - Method used to compress the data on the volume. Valid values are `NONE` or `ZSTD`. Child volumes that don't specify compression option will inherit from parent volume. This option on file system applies to the root volume.
15044
+ */
15045
+ dataCompressionType?: pulumi.Input<string>;
15046
+ /**
15047
+ * - NFS export configuration for the root volume. Exactly 1 item. See NFS Exports Below.
15048
+ */
15049
+ nfsExports?: pulumi.Input<inputs.fsx.OpenZfsFileSystemRootVolumeConfigurationNfsExports>;
15050
+ /**
15051
+ * - specifies whether the volume is read-only. Default is false.
15052
+ */
15053
+ readOnly?: pulumi.Input<boolean>;
15054
+ /**
15055
+ * - Specify how much storage users or groups can use on the volume. Maximum of 100 items. See User and Group Quotas Below.
15056
+ */
15057
+ userAndGroupQuotas?: pulumi.Input<pulumi.Input<inputs.fsx.OpenZfsFileSystemRootVolumeConfigurationUserAndGroupQuota>[]>;
15058
+ }
15059
+ interface OpenZfsFileSystemRootVolumeConfigurationNfsExports {
15060
+ /**
15061
+ * - A list of configuration objects that contain the client and options for mounting the OpenZFS file system. Maximum of 25 items. See Client Configurations Below.
15062
+ */
15063
+ clientConfigurations: pulumi.Input<pulumi.Input<inputs.fsx.OpenZfsFileSystemRootVolumeConfigurationNfsExportsClientConfiguration>[]>;
15064
+ }
15065
+ interface OpenZfsFileSystemRootVolumeConfigurationNfsExportsClientConfiguration {
15066
+ /**
15067
+ * - A value that specifies who can mount the file system. You can provide a wildcard character (*), an IP address (0.0.0.0), or a CIDR address (192.0.2.0/24. By default, Amazon FSx uses the wildcard character when specifying the client.
15068
+ */
15069
+ clients: pulumi.Input<string>;
15070
+ /**
15071
+ * - The options to use when mounting the file system. Maximum of 20 items. See the [Linix NFS exports man page](https://linux.die.net/man/5/exports) for more information. `crossmount` and `sync` are used by default.
15072
+ */
15073
+ options: pulumi.Input<pulumi.Input<string>[]>;
15074
+ }
15075
+ interface OpenZfsFileSystemRootVolumeConfigurationUserAndGroupQuota {
15076
+ /**
15077
+ * - The ID of the user or group. Valid values between `0` and `2147483647`
15078
+ */
15079
+ id: pulumi.Input<number>;
15080
+ /**
15081
+ * - The amount of storage that the user or group can use in gibibytes (GiB). Valid values between `0` and `2147483647`
15082
+ */
15083
+ storageCapacityQuotaGib: pulumi.Input<number>;
15084
+ type: pulumi.Input<string>;
15085
+ }
15086
+ interface OpenZfsVolumeNfsExports {
15087
+ /**
15088
+ * - A list of configuration objects that contain the client and options for mounting the OpenZFS file system. Maximum of 25 items. See Client Configurations Below.
15089
+ */
15090
+ clientConfigurations: pulumi.Input<pulumi.Input<inputs.fsx.OpenZfsVolumeNfsExportsClientConfiguration>[]>;
15091
+ }
15092
+ interface OpenZfsVolumeNfsExportsClientConfiguration {
15093
+ /**
15094
+ * - A value that specifies who can mount the file system. You can provide a wildcard character (*), an IP address (0.0.0.0), or a CIDR address (192.0.2.0/24. By default, Amazon FSx uses the wildcard character when specifying the client.
15095
+ */
15096
+ clients: pulumi.Input<string>;
15097
+ /**
15098
+ * - The options to use when mounting the file system. Maximum of 20 items. See the [Linix NFS exports man page](https://linux.die.net/man/5/exports) for more information. `crossmount` and `sync` are used by default.
15099
+ */
15100
+ options: pulumi.Input<pulumi.Input<string>[]>;
15101
+ }
15102
+ interface OpenZfsVolumeOriginSnapshot {
15103
+ copyStrategy: pulumi.Input<string>;
15104
+ snapshotArn: pulumi.Input<string>;
15105
+ }
15106
+ interface OpenZfsVolumeUserAndGroupQuota {
15107
+ /**
15108
+ * - The ID of the user or group. Valid values between `0` and `2147483647`
15109
+ */
15110
+ id: pulumi.Input<number>;
15111
+ /**
15112
+ * - The amount of storage that the user or group can use in gibibytes (GiB). Valid values between `0` and `2147483647`
15113
+ */
15114
+ storageCapacityQuotaGib: pulumi.Input<number>;
15115
+ type: pulumi.Input<string>;
15116
+ }
14938
15117
  interface WindowsFileSystemAuditLogConfiguration {
14939
15118
  /**
14940
15119
  * The Amazon Resource Name (ARN) for the destination of the audit logs. The destination can be any Amazon CloudWatch Logs log group ARN or Amazon Kinesis Data Firehose delivery stream ARN. Can be specified when `fileAccessAuditLogLevel` and `fileShareAccessAuditLogLevel` are not set to `DISABLED`. The name of the Amazon CloudWatch Logs log group must begin with the `/aws/fsx` prefix. The name of the Amazon Kinesis Data Firehouse delivery stream must begin with the `aws-fsx` prefix. If you do not provide a destination in `auditLogDestionation`, Amazon FSx will create and use a log stream in the CloudWatch Logs /aws/fsx/windows log group.
@@ -17449,7 +17628,7 @@ export declare namespace kinesis {
17449
17628
  dataFormatConversionConfiguration?: pulumi.Input<inputs.kinesis.FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfiguration>;
17450
17629
  dynamicPartitioningConfiguration?: pulumi.Input<inputs.kinesis.FirehoseDeliveryStreamExtendedS3ConfigurationDynamicPartitioningConfiguration>;
17451
17630
  /**
17452
- * Prefix added to failed records before writing them to S3. This prefix appears immediately following the bucket name.
17631
+ * Prefix added to failed records before writing them to S3. Not currently supported for `redshift` destination. This prefix appears immediately following the bucket name. For information about how to specify this prefix, see [Custom Prefixes for Amazon S3 Objects](https://docs.aws.amazon.com/firehose/latest/dev/s3-prefixes.html).
17453
17632
  */
17454
17633
  errorOutputPrefix?: pulumi.Input<string>;
17455
17634
  /**
@@ -17720,6 +17899,10 @@ export declare namespace kinesis {
17720
17899
  * The compression format. If no value is specified, the default is `UNCOMPRESSED`. Other supported values are `GZIP`, `ZIP`, `Snappy`, & `HADOOP_SNAPPY`.
17721
17900
  */
17722
17901
  compressionFormat?: pulumi.Input<string>;
17902
+ /**
17903
+ * Prefix added to failed records before writing them to S3. Not currently supported for `redshift` destination. This prefix appears immediately following the bucket name. For information about how to specify this prefix, see [Custom Prefixes for Amazon S3 Objects](https://docs.aws.amazon.com/firehose/latest/dev/s3-prefixes.html).
17904
+ */
17905
+ errorOutputPrefix?: pulumi.Input<string>;
17723
17906
  /**
17724
17907
  * Specifies the KMS key ARN the stream will use to encrypt data. If not set, no encryption will
17725
17908
  * be used.
@@ -17984,6 +18167,10 @@ export declare namespace kinesis {
17984
18167
  * The compression format. If no value is specified, the default is `UNCOMPRESSED`. Other supported values are `GZIP`, `ZIP`, `Snappy`, & `HADOOP_SNAPPY`.
17985
18168
  */
17986
18169
  compressionFormat?: pulumi.Input<string>;
18170
+ /**
18171
+ * Prefix added to failed records before writing them to S3. Not currently supported for `redshift` destination. This prefix appears immediately following the bucket name. For information about how to specify this prefix, see [Custom Prefixes for Amazon S3 Objects](https://docs.aws.amazon.com/firehose/latest/dev/s3-prefixes.html).
18172
+ */
18173
+ errorOutputPrefix?: pulumi.Input<string>;
17987
18174
  /**
17988
18175
  * Specifies the KMS key ARN the stream will use to encrypt data. If not set, no encryption will
17989
18176
  * be used.
@@ -18034,6 +18221,10 @@ export declare namespace kinesis {
18034
18221
  * The compression format. If no value is specified, the default is `UNCOMPRESSED`. Other supported values are `GZIP`, `ZIP`, `Snappy`, & `HADOOP_SNAPPY`.
18035
18222
  */
18036
18223
  compressionFormat?: pulumi.Input<string>;
18224
+ /**
18225
+ * Prefix added to failed records before writing them to S3. Not currently supported for `redshift` destination. This prefix appears immediately following the bucket name. For information about how to specify this prefix, see [Custom Prefixes for Amazon S3 Objects](https://docs.aws.amazon.com/firehose/latest/dev/s3-prefixes.html).
18226
+ */
18227
+ errorOutputPrefix?: pulumi.Input<string>;
18037
18228
  /**
18038
18229
  * Specifies the KMS key ARN the stream will use to encrypt data. If not set, no encryption will
18039
18230
  * be used.
@@ -20268,6 +20459,87 @@ export declare namespace mediapackage {
20268
20459
  username?: pulumi.Input<string>;
20269
20460
  }
20270
20461
  }
20462
+ export declare namespace memorydb {
20463
+ interface ClusterClusterEndpoint {
20464
+ /**
20465
+ * DNS hostname of the node.
20466
+ */
20467
+ address?: pulumi.Input<string>;
20468
+ /**
20469
+ * The port number on which each of the nodes accepts connections. Defaults to `6379`.
20470
+ */
20471
+ port?: pulumi.Input<number>;
20472
+ }
20473
+ interface ClusterShard {
20474
+ /**
20475
+ * Name of this node.
20476
+ * * `endpoint`
20477
+ */
20478
+ name?: pulumi.Input<string>;
20479
+ /**
20480
+ * Set of nodes in this shard.
20481
+ */
20482
+ nodes?: pulumi.Input<pulumi.Input<inputs.memorydb.ClusterShardNode>[]>;
20483
+ /**
20484
+ * Number of individual nodes in this shard.
20485
+ */
20486
+ numNodes?: pulumi.Input<number>;
20487
+ /**
20488
+ * Keyspace for this shard. Example: `0-16383`.
20489
+ */
20490
+ slots?: pulumi.Input<string>;
20491
+ }
20492
+ interface ClusterShardNode {
20493
+ /**
20494
+ * The Availability Zone in which the node resides.
20495
+ */
20496
+ availabilityZone?: pulumi.Input<string>;
20497
+ /**
20498
+ * The date and time when the node was created. Example: `2022-01-01T21:00:00Z`.
20499
+ */
20500
+ createTime?: pulumi.Input<string>;
20501
+ endpoints?: pulumi.Input<pulumi.Input<inputs.memorydb.ClusterShardNodeEndpoint>[]>;
20502
+ /**
20503
+ * Name of this node.
20504
+ * * `endpoint`
20505
+ */
20506
+ name?: pulumi.Input<string>;
20507
+ }
20508
+ interface ClusterShardNodeEndpoint {
20509
+ /**
20510
+ * DNS hostname of the node.
20511
+ */
20512
+ address?: pulumi.Input<string>;
20513
+ /**
20514
+ * The port number on which each of the nodes accepts connections. Defaults to `6379`.
20515
+ */
20516
+ port?: pulumi.Input<number>;
20517
+ }
20518
+ interface ParameterGroupParameter {
20519
+ /**
20520
+ * The name of the parameter.
20521
+ */
20522
+ name: pulumi.Input<string>;
20523
+ /**
20524
+ * The value of the parameter.
20525
+ */
20526
+ value: pulumi.Input<string>;
20527
+ }
20528
+ interface UserAuthenticationMode {
20529
+ /**
20530
+ * The number of passwords belonging to the user.
20531
+ */
20532
+ passwordCount?: pulumi.Input<number>;
20533
+ /**
20534
+ * The set of passwords used for authentication. You can create up to two passwords for each user.
20535
+ */
20536
+ passwords: pulumi.Input<pulumi.Input<string>[]>;
20537
+ /**
20538
+ * Indicates whether the user requires a password to authenticate. Must be set to `password`.
20539
+ */
20540
+ type: pulumi.Input<string>;
20541
+ }
20542
+ }
20271
20543
  export declare namespace mq {
20272
20544
  interface BrokerConfiguration {
20273
20545
  /**
@@ -20536,6 +20808,28 @@ export declare namespace msk {
20536
20808
  enabledInBroker: pulumi.Input<boolean>;
20537
20809
  }
20538
20810
  }
20811
+ export declare namespace mskconnect {
20812
+ interface CustomPluginLocation {
20813
+ /**
20814
+ * Information of the plugin file stored in Amazon S3. See below.
20815
+ */
20816
+ s3: pulumi.Input<inputs.mskconnect.CustomPluginLocationS3>;
20817
+ }
20818
+ interface CustomPluginLocationS3 {
20819
+ /**
20820
+ * The Amazon Resource Name (ARN) of an S3 bucket.
20821
+ */
20822
+ bucketArn: pulumi.Input<string>;
20823
+ /**
20824
+ * The file key for an object in an S3 bucket.
20825
+ */
20826
+ fileKey: pulumi.Input<string>;
20827
+ /**
20828
+ * The version of an object in an S3 bucket.
20829
+ */
20830
+ objectVersion?: pulumi.Input<string>;
20831
+ }
20832
+ }
20539
20833
  export declare namespace mwaa {
20540
20834
  interface EnvironmentLastUpdated {
20541
20835
  /**
@@ -23572,10 +23866,18 @@ export declare namespace sagemaker {
23572
23866
  * The instance type that the image version runs on. For valid values see [Sagemaker Instance Types](https://docs.aws.amazon.com/sagemaker/latest/dg/notebooks-available-instance-types.html).
23573
23867
  */
23574
23868
  instanceType?: pulumi.Input<string>;
23869
+ /**
23870
+ * The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.
23871
+ */
23872
+ lifecycleConfigArn?: pulumi.Input<string>;
23575
23873
  /**
23576
23874
  * The ARN of the SageMaker image that the image version belongs to.
23577
23875
  */
23578
23876
  sagemakerImageArn?: pulumi.Input<string>;
23877
+ /**
23878
+ * The ARN of the image version created on the instance.
23879
+ */
23880
+ sagemakerImageVersionArn?: pulumi.Input<string>;
23579
23881
  }
23580
23882
  interface CodeRepositoryGitConfig {
23581
23883
  /**
@@ -23591,6 +23893,20 @@ export declare namespace sagemaker {
23591
23893
  */
23592
23894
  secretArn?: pulumi.Input<string>;
23593
23895
  }
23896
+ interface DeviceDevice {
23897
+ /**
23898
+ * A description for the device.
23899
+ */
23900
+ description?: pulumi.Input<string>;
23901
+ /**
23902
+ * The name of the device.
23903
+ */
23904
+ deviceName: pulumi.Input<string>;
23905
+ /**
23906
+ * Amazon Web Services Internet of Things (IoT) object name.
23907
+ */
23908
+ iotThingName?: pulumi.Input<string>;
23909
+ }
23594
23910
  interface DeviceFleetOutputConfig {
23595
23911
  /**
23596
23912
  * The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt data on the storage volume after compilation job. If you don't provide a KMS key ID, Amazon SageMaker uses the default KMS key for Amazon S3 for your role's account.
@@ -23642,10 +23958,18 @@ export declare namespace sagemaker {
23642
23958
  * The instance type that the image version runs on.. For valid values see [Sagemaker Instance Types](https://docs.aws.amazon.com/sagemaker/latest/dg/notebooks-available-instance-types.html).
23643
23959
  */
23644
23960
  instanceType?: pulumi.Input<string>;
23961
+ /**
23962
+ * The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.
23963
+ */
23964
+ lifecycleConfigArn?: pulumi.Input<string>;
23645
23965
  /**
23646
23966
  * The ARN of the SageMaker image that the image version belongs to.
23647
23967
  */
23648
23968
  sagemakerImageArn?: pulumi.Input<string>;
23969
+ /**
23970
+ * The ARN of the image version created on the instance.
23971
+ */
23972
+ sagemakerImageVersionArn?: pulumi.Input<string>;
23649
23973
  }
23650
23974
  interface DomainDefaultUserSettingsKernelGatewayAppSettings {
23651
23975
  /**
@@ -23680,10 +24004,18 @@ export declare namespace sagemaker {
23680
24004
  * The instance type that the image version runs on.. For valid values see [Sagemaker Instance Types](https://docs.aws.amazon.com/sagemaker/latest/dg/notebooks-available-instance-types.html).
23681
24005
  */
23682
24006
  instanceType?: pulumi.Input<string>;
24007
+ /**
24008
+ * The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.
24009
+ */
24010
+ lifecycleConfigArn?: pulumi.Input<string>;
23683
24011
  /**
23684
24012
  * The ARN of the SageMaker image that the image version belongs to.
23685
24013
  */
23686
24014
  sagemakerImageArn?: pulumi.Input<string>;
24015
+ /**
24016
+ * The ARN of the image version created on the instance.
24017
+ */
24018
+ sagemakerImageVersionArn?: pulumi.Input<string>;
23687
24019
  }
23688
24020
  interface DomainDefaultUserSettingsSharingSettings {
23689
24021
  /**
@@ -23710,10 +24042,18 @@ export declare namespace sagemaker {
23710
24042
  * The instance type that the image version runs on.. For valid values see [Sagemaker Instance Types](https://docs.aws.amazon.com/sagemaker/latest/dg/notebooks-available-instance-types.html).
23711
24043
  */
23712
24044
  instanceType?: pulumi.Input<string>;
24045
+ /**
24046
+ * The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.
24047
+ */
24048
+ lifecycleConfigArn?: pulumi.Input<string>;
23713
24049
  /**
23714
24050
  * The ARN of the SageMaker image that the image version belongs to.
23715
24051
  */
23716
24052
  sagemakerImageArn?: pulumi.Input<string>;
24053
+ /**
24054
+ * The ARN of the image version created on the instance.
24055
+ */
24056
+ sagemakerImageVersionArn?: pulumi.Input<string>;
23717
24057
  }
23718
24058
  interface DomainRetentionPolicy {
23719
24059
  /**
@@ -24188,10 +24528,18 @@ export declare namespace sagemaker {
24188
24528
  * The instance type.
24189
24529
  */
24190
24530
  instanceType?: pulumi.Input<string>;
24531
+ /**
24532
+ * The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.
24533
+ */
24534
+ lifecycleConfigArn?: pulumi.Input<string>;
24191
24535
  /**
24192
24536
  * The Amazon Resource Name (ARN) of the SageMaker image created on the instance.
24193
24537
  */
24194
24538
  sagemakerImageArn?: pulumi.Input<string>;
24539
+ /**
24540
+ * The ARN of the image version created on the instance.
24541
+ */
24542
+ sagemakerImageVersionArn?: pulumi.Input<string>;
24195
24543
  }
24196
24544
  interface UserProfileUserSettingsKernelGatewayAppSettings {
24197
24545
  /**
@@ -24226,10 +24574,18 @@ export declare namespace sagemaker {
24226
24574
  * The instance type.
24227
24575
  */
24228
24576
  instanceType?: pulumi.Input<string>;
24577
+ /**
24578
+ * The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.
24579
+ */
24580
+ lifecycleConfigArn?: pulumi.Input<string>;
24229
24581
  /**
24230
24582
  * The Amazon Resource Name (ARN) of the SageMaker image created on the instance.
24231
24583
  */
24232
24584
  sagemakerImageArn?: pulumi.Input<string>;
24585
+ /**
24586
+ * The ARN of the image version created on the instance.
24587
+ */
24588
+ sagemakerImageVersionArn?: pulumi.Input<string>;
24233
24589
  }
24234
24590
  interface UserProfileUserSettingsSharingSettings {
24235
24591
  /**
@@ -24256,10 +24612,18 @@ export declare namespace sagemaker {
24256
24612
  * The instance type.
24257
24613
  */
24258
24614
  instanceType?: pulumi.Input<string>;
24615
+ /**
24616
+ * The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.
24617
+ */
24618
+ lifecycleConfigArn?: pulumi.Input<string>;
24259
24619
  /**
24260
24620
  * The Amazon Resource Name (ARN) of the SageMaker image created on the instance.
24261
24621
  */
24262
24622
  sagemakerImageArn?: pulumi.Input<string>;
24623
+ /**
24624
+ * The ARN of the image version created on the instance.
24625
+ */
24626
+ sagemakerImageVersionArn?: pulumi.Input<string>;
24263
24627
  }
24264
24628
  interface WorkforceCognitoConfig {
24265
24629
  /**
@@ -26573,7 +26937,7 @@ export declare namespace synthetics {
26573
26937
  */
26574
26938
  durationInSeconds?: pulumi.Input<number>;
26575
26939
  /**
26576
- * Rate expression that defines how often the canary is to run. The syntax is rate(number unit). unit can be minute, minutes, or hour.
26940
+ * Rate expression or cron expression that defines how often the canary is to run. For rate expression, the syntax is `rate(number unit)`. _unit_ can be `minute`, `minutes`, or `hour`. For cron expression, the syntax is `cron(expression)`. For more information about the syntax for cron expressions, see [Scheduling canary runs using cron](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Canaries_cron.html).
26577
26941
  */
26578
26942
  expression: pulumi.Input<string>;
26579
26943
  }
@@ -26611,6 +26975,40 @@ export declare namespace synthetics {
26611
26975
  }
26612
26976
  }
26613
26977
  export declare namespace timestreamwrite {
26978
+ interface TableMagneticStoreWriteProperties {
26979
+ /**
26980
+ * A flag to enable magnetic store writes.
26981
+ */
26982
+ enableMagneticStoreWrites?: pulumi.Input<boolean>;
26983
+ /**
26984
+ * The location to write error reports for records rejected asynchronously during magnetic store writes. See Magnetic Store Rejected Data Location below for more details.
26985
+ */
26986
+ magneticStoreRejectedDataLocation?: pulumi.Input<inputs.timestreamwrite.TableMagneticStoreWritePropertiesMagneticStoreRejectedDataLocation>;
26987
+ }
26988
+ interface TableMagneticStoreWritePropertiesMagneticStoreRejectedDataLocation {
26989
+ /**
26990
+ * Configuration of an S3 location to write error reports for records rejected, asynchronously, during magnetic store writes. See S3 Configuration below for more details.
26991
+ */
26992
+ s3Configuration?: pulumi.Input<inputs.timestreamwrite.TableMagneticStoreWritePropertiesMagneticStoreRejectedDataLocationS3Configuration>;
26993
+ }
26994
+ interface TableMagneticStoreWritePropertiesMagneticStoreRejectedDataLocationS3Configuration {
26995
+ /**
26996
+ * Bucket name of the customer S3 bucket.
26997
+ */
26998
+ bucketName?: pulumi.Input<string>;
26999
+ /**
27000
+ * Encryption option for the customer s3 location. Options are S3 server side encryption with an S3-managed key or KMS managed key. Valid values are `SSE_KMS` and `SSE_S3`.
27001
+ */
27002
+ encryptionOption?: pulumi.Input<string>;
27003
+ /**
27004
+ * KMS key arn for the customer s3 location when encrypting with a KMS managed key.
27005
+ */
27006
+ kmsKeyId?: pulumi.Input<string>;
27007
+ /**
27008
+ * Object key prefix for the customer S3 location.
27009
+ */
27010
+ objectKeyPrefix?: pulumi.Input<string>;
27011
+ }
26614
27012
  interface TableRetentionProperties {
26615
27013
  /**
26616
27014
  * The duration for which data must be stored in the magnetic store. Minimum value of 1. Maximum value of 73000.