@pulumi/aws-native 1.16.0-alpha.1734088202 → 1.16.0-alpha.1734380938

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 (196) hide show
  1. package/appconfig/configurationProfile.d.ts +9 -0
  2. package/appconfig/configurationProfile.js +2 -0
  3. package/appconfig/configurationProfile.js.map +1 -1
  4. package/appconfig/environment.d.ts +9 -0
  5. package/appconfig/environment.js +2 -0
  6. package/appconfig/environment.js.map +1 -1
  7. package/batch/getJobDefinition.d.ts +16 -11
  8. package/batch/getJobDefinition.js +2 -2
  9. package/batch/getJobDefinition.js.map +1 -1
  10. package/batch/jobDefinition.d.ts +16 -17
  11. package/batch/jobDefinition.js +0 -2
  12. package/batch/jobDefinition.js.map +1 -1
  13. package/cassandra/getKeyspace.d.ts +13 -0
  14. package/cassandra/getKeyspace.js.map +1 -1
  15. package/cassandra/getType.d.ts +51 -0
  16. package/cassandra/getType.js +30 -0
  17. package/cassandra/getType.js.map +1 -0
  18. package/cassandra/index.d.ts +6 -0
  19. package/cassandra/index.js +8 -1
  20. package/cassandra/index.js.map +1 -1
  21. package/cassandra/keyspace.d.ts +8 -0
  22. package/cassandra/keyspace.js +3 -1
  23. package/cassandra/keyspace.js.map +1 -1
  24. package/cassandra/type.d.ts +79 -0
  25. package/cassandra/type.js +78 -0
  26. package/cassandra/type.js.map +1 -0
  27. package/cleanrooms/configuredTable.d.ts +2 -2
  28. package/cloudformation/getStack.d.ts +19 -19
  29. package/cloudformation/stack.d.ts +40 -40
  30. package/cloudformation/stackSet.d.ts +2 -2
  31. package/connect/getQueue.d.ts +4 -0
  32. package/connect/getQueue.js.map +1 -1
  33. package/connect/getRule.d.ts +7 -6
  34. package/connect/getRule.js +2 -2
  35. package/connect/getRule.js.map +1 -1
  36. package/connect/queue.d.ts +8 -0
  37. package/connect/queue.js +2 -0
  38. package/connect/queue.js.map +1 -1
  39. package/connect/rule.d.ts +13 -11
  40. package/connect/rule.js +1 -1
  41. package/connect/rule.js.map +1 -1
  42. package/ec2/getVpcEndpoint.d.ts +4 -0
  43. package/ec2/getVpcEndpoint.js.map +1 -1
  44. package/ec2/vpcEndpoint.d.ts +12 -2
  45. package/ec2/vpcEndpoint.js +9 -4
  46. package/ec2/vpcEndpoint.js.map +1 -1
  47. package/ecs/getService.d.ts +3 -5
  48. package/ecs/getService.js.map +1 -1
  49. package/ecs/service.d.ts +6 -10
  50. package/ecs/service.js.map +1 -1
  51. package/emrserverless/application.d.ts +8 -0
  52. package/emrserverless/application.js +2 -0
  53. package/emrserverless/application.js.map +1 -1
  54. package/emrserverless/getApplication.d.ts +4 -0
  55. package/emrserverless/getApplication.js.map +1 -1
  56. package/logs/getLogGroup.d.ts +1 -0
  57. package/logs/getLogGroup.js.map +1 -1
  58. package/logs/getMetricFilter.d.ts +6 -0
  59. package/logs/getMetricFilter.js.map +1 -1
  60. package/logs/getQueryDefinition.d.ts +5 -0
  61. package/logs/getQueryDefinition.js.map +1 -1
  62. package/logs/getSubscriptionFilter.d.ts +6 -0
  63. package/logs/getSubscriptionFilter.js.map +1 -1
  64. package/logs/getTransformer.d.ts +28 -0
  65. package/logs/getTransformer.js +28 -0
  66. package/logs/getTransformer.js.map +1 -0
  67. package/logs/index.d.ts +6 -0
  68. package/logs/index.js +8 -1
  69. package/logs/index.js.map +1 -1
  70. package/logs/logGroup.d.ts +2 -0
  71. package/logs/logGroup.js +2 -0
  72. package/logs/logGroup.js.map +1 -1
  73. package/logs/metricFilter.d.ts +12 -0
  74. package/logs/metricFilter.js +2 -0
  75. package/logs/metricFilter.js.map +1 -1
  76. package/logs/queryDefinition.d.ts +9 -0
  77. package/logs/queryDefinition.js +2 -0
  78. package/logs/queryDefinition.js.map +1 -1
  79. package/logs/subscriptionFilter.d.ts +12 -0
  80. package/logs/subscriptionFilter.js +2 -0
  81. package/logs/subscriptionFilter.js.map +1 -1
  82. package/logs/transformer.d.ts +51 -0
  83. package/logs/transformer.js +66 -0
  84. package/logs/transformer.js.map +1 -0
  85. package/m2/environment.d.ts +2 -0
  86. package/m2/environment.js +3 -1
  87. package/m2/environment.js.map +1 -1
  88. package/msk/replicator.js +1 -1
  89. package/msk/replicator.js.map +1 -1
  90. package/networkmanager/directConnectGatewayAttachment.d.ts +127 -0
  91. package/networkmanager/directConnectGatewayAttachment.js +99 -0
  92. package/networkmanager/directConnectGatewayAttachment.js.map +1 -0
  93. package/networkmanager/getDirectConnectGatewayAttachment.d.ts +84 -0
  94. package/networkmanager/getDirectConnectGatewayAttachment.js +28 -0
  95. package/networkmanager/getDirectConnectGatewayAttachment.js.map +1 -0
  96. package/networkmanager/index.d.ts +6 -0
  97. package/networkmanager/index.js +8 -1
  98. package/networkmanager/index.js.map +1 -1
  99. package/package.json +3 -3
  100. package/package.json.dev +2 -2
  101. package/qbusiness/application.d.ts +6 -0
  102. package/qbusiness/application.js.map +1 -1
  103. package/qbusiness/dataAccessor.d.ts +45 -0
  104. package/qbusiness/dataAccessor.js.map +1 -1
  105. package/qbusiness/dataSource.d.ts +6 -0
  106. package/qbusiness/dataSource.js.map +1 -1
  107. package/qbusiness/getDataAccessor.d.ts +36 -0
  108. package/qbusiness/getDataAccessor.js.map +1 -1
  109. package/qbusiness/getDataSource.d.ts +3 -0
  110. package/qbusiness/getDataSource.js.map +1 -1
  111. package/qbusiness/getWebExperience.d.ts +3 -0
  112. package/qbusiness/getWebExperience.js.map +1 -1
  113. package/qbusiness/permission.d.ts +24 -0
  114. package/qbusiness/permission.js.map +1 -1
  115. package/qbusiness/webExperience.d.ts +6 -0
  116. package/qbusiness/webExperience.js.map +1 -1
  117. package/quicksight/dataSet.d.ts +2 -0
  118. package/quicksight/dataSet.js +2 -0
  119. package/quicksight/dataSet.js.map +1 -1
  120. package/quicksight/getDataSet.d.ts +1 -0
  121. package/quicksight/getDataSet.js.map +1 -1
  122. package/s3/bucket.d.ts +0 -2
  123. package/s3/bucket.js +0 -2
  124. package/s3/bucket.js.map +1 -1
  125. package/s3/getBucket.d.ts +0 -1
  126. package/s3/getBucket.js.map +1 -1
  127. package/s3tables/getTableBucket.d.ts +12 -0
  128. package/s3tables/getTableBucket.js.map +1 -1
  129. package/s3tables/getTableBucketPolicy.d.ts +9 -0
  130. package/s3tables/getTableBucketPolicy.js.map +1 -1
  131. package/s3tables/tableBucket.d.ts +15 -0
  132. package/s3tables/tableBucket.js.map +1 -1
  133. package/s3tables/tableBucketPolicy.d.ts +12 -0
  134. package/s3tables/tableBucketPolicy.js.map +1 -1
  135. package/transfer/getServer.d.ts +1 -0
  136. package/transfer/getServer.js.map +1 -1
  137. package/transfer/server.d.ts +1 -0
  138. package/transfer/server.js +2 -0
  139. package/transfer/server.js.map +1 -1
  140. package/types/enums/appconfig/index.d.ts +18 -0
  141. package/types/enums/appconfig/index.js +11 -1
  142. package/types/enums/appconfig/index.js.map +1 -1
  143. package/types/enums/autoscaling/index.d.ts +4 -5
  144. package/types/enums/autoscaling/index.js.map +1 -1
  145. package/types/enums/cloudfront/index.d.ts +5 -0
  146. package/types/enums/cloudfront/index.js +5 -1
  147. package/types/enums/cloudfront/index.js.map +1 -1
  148. package/types/enums/connect/index.d.ts +11 -4
  149. package/types/enums/connect/index.js.map +1 -1
  150. package/types/enums/ec2/index.d.ts +23 -0
  151. package/types/enums/ec2/index.js +21 -1
  152. package/types/enums/ec2/index.js.map +1 -1
  153. package/types/enums/ecs/index.d.ts +2 -3
  154. package/types/enums/ecs/index.js.map +1 -1
  155. package/types/enums/logs/index.d.ts +21 -0
  156. package/types/enums/logs/index.js +16 -1
  157. package/types/enums/logs/index.js.map +1 -1
  158. package/types/enums/m2/index.d.ts +5 -0
  159. package/types/enums/m2/index.js +5 -1
  160. package/types/enums/m2/index.js.map +1 -1
  161. package/types/enums/transfer/index.d.ts +9 -0
  162. package/types/enums/transfer/index.js +9 -1
  163. package/types/enums/transfer/index.js.map +1 -1
  164. package/types/enums/vpclattice/index.d.ts +17 -0
  165. package/types/enums/vpclattice/index.js.map +1 -1
  166. package/types/input.d.ts +809 -234
  167. package/types/output.d.ts +812 -234
  168. package/types/output.js.map +1 -1
  169. package/vpclattice/getResourceConfiguration.d.ts +31 -0
  170. package/vpclattice/getResourceConfiguration.js.map +1 -1
  171. package/vpclattice/getResourceGateway.d.ts +15 -0
  172. package/vpclattice/getResourceGateway.js.map +1 -1
  173. package/vpclattice/getServiceNetwork.d.ts +3 -0
  174. package/vpclattice/getServiceNetwork.js.map +1 -1
  175. package/vpclattice/getServiceNetworkResourceAssociation.d.ts +15 -0
  176. package/vpclattice/getServiceNetworkResourceAssociation.js.map +1 -1
  177. package/vpclattice/resourceConfiguration.d.ts +84 -0
  178. package/vpclattice/resourceConfiguration.js.map +1 -1
  179. package/vpclattice/resourceGateway.d.ts +30 -0
  180. package/vpclattice/resourceGateway.js.map +1 -1
  181. package/vpclattice/serviceNetwork.d.ts +6 -0
  182. package/vpclattice/serviceNetwork.js.map +1 -1
  183. package/vpclattice/serviceNetworkResourceAssociation.d.ts +24 -0
  184. package/vpclattice/serviceNetworkResourceAssociation.js.map +1 -1
  185. package/wisdom/aiGuardrailVersion.d.ts +27 -0
  186. package/wisdom/aiGuardrailVersion.js.map +1 -1
  187. package/wisdom/aiPromptVersion.d.ts +3 -0
  188. package/wisdom/aiPromptVersion.js.map +1 -1
  189. package/wisdom/getAiGuardrailVersion.d.ts +21 -0
  190. package/wisdom/getAiGuardrailVersion.js.map +1 -1
  191. package/wisdom/getAiPromptVersion.d.ts +3 -0
  192. package/wisdom/getAiPromptVersion.js.map +1 -1
  193. package/workspaces/getWorkspacesPool.d.ts +1 -0
  194. package/workspaces/getWorkspacesPool.js.map +1 -1
  195. package/workspaces/workspacesPool.d.ts +0 -6
  196. package/workspaces/workspacesPool.js.map +1 -1
package/types/input.d.ts CHANGED
@@ -6351,22 +6351,27 @@ export declare namespace autoscaling {
6351
6351
  */
6352
6352
  min?: pulumi.Input<number>;
6353
6353
  }
6354
+ /**
6355
+ * ``AvailabilityZoneDistribution`` is a property of the [AWS::AutoScaling::AutoScalingGroup](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-autoscalinggroup.html) resource.
6356
+ */
6354
6357
  interface AutoScalingGroupAvailabilityZoneDistributionArgs {
6355
6358
  /**
6356
- * If launches fail in an Availability Zone, the following strategies are available. The default is `balanced-best-effort` .
6357
- *
6358
- * - `balanced-only` - If launches fail in an Availability Zone, Auto Scaling will continue to attempt to launch in the unhealthy zone to preserve a balanced distribution.
6359
- * - `balanced-best-effort` - If launches fail in an Availability Zone, Auto Scaling will attempt to launch in another healthy Availability Zone instead.
6359
+ * If launches fail in an Availability Zone, the following strategies are available. The default is ``balanced-best-effort``.
6360
+ * + ``balanced-only`` - If launches fail in an Availability Zone, Auto Scaling will continue to attempt to launch in the unhealthy zone to preserve a balanced distribution.
6361
+ * + ``balanced-best-effort`` - If launches fail in an Availability Zone, Auto Scaling will attempt to launch in another healthy Availability Zone instead.
6360
6362
  */
6361
6363
  capacityDistributionStrategy?: pulumi.Input<enums.autoscaling.AutoScalingGroupAvailabilityZoneDistributionCapacityDistributionStrategy>;
6362
6364
  }
6365
+ /**
6366
+ * Describes an Availability Zone impairment policy.
6367
+ */
6363
6368
  interface AutoScalingGroupAvailabilityZoneImpairmentPolicyArgs {
6364
6369
  /**
6365
- * Specifies the health check behavior for the impaired Availability Zone in an active zonal shift. If you select `Replace unhealthy` , instances that appear unhealthy will be replaced in all Availability Zones. If you select `Ignore unhealthy` , instances will not be replaced in the Availability Zone with the active zonal shift. For more information, see [Auto Scaling group zonal shift](https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-zonal-shift.html) in the *Amazon EC2 Auto Scaling User Guide* .
6370
+ * Specifies the health check behavior for the impaired Availability Zone in an active zonal shift. If you select ``Replace unhealthy``, instances that appear unhealthy will be replaced in all Availability Zones. If you select ``Ignore unhealthy``, instances will not be replaced in the Availability Zone with the active zonal shift. For more information, see [Auto Scaling group zonal shift](https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-zonal-shift.html) in the *Amazon EC2 Auto Scaling User Guide*.
6366
6371
  */
6367
6372
  impairedZoneHealthCheckBehavior: pulumi.Input<enums.autoscaling.AutoScalingGroupAvailabilityZoneImpairmentPolicyImpairedZoneHealthCheckBehavior>;
6368
6373
  /**
6369
- * If `true` , enable zonal shift for your Auto Scaling group.
6374
+ * If ``true``, enable zonal shift for your Auto Scaling group.
6370
6375
  */
6371
6376
  zonalShiftEnabled: pulumi.Input<boolean>;
6372
6377
  }
@@ -8163,16 +8168,6 @@ export declare namespace batch {
8163
8168
  */
8164
8169
  terminateJobsOnUpdate?: pulumi.Input<boolean>;
8165
8170
  }
8166
- interface JobDefinitionAuthorizationConfigArgs {
8167
- /**
8168
- * The Amazon EFS access point ID to use. If an access point is specified, the root directory value specified in the `EFSVolumeConfiguration` must either be omitted or set to `/` which enforces the path set on the EFS access point. If an access point is used, transit encryption must be enabled in the `EFSVolumeConfiguration` . For more information, see [Working with Amazon EFS access points](https://docs.aws.amazon.com/efs/latest/ug/efs-access-points.html) in the *Amazon Elastic File System User Guide* .
8169
- */
8170
- accessPointId?: pulumi.Input<string>;
8171
- /**
8172
- * Whether or not to use the AWS Batch job IAM role defined in a job definition when mounting the Amazon EFS file system. If enabled, transit encryption must be enabled in the `EFSVolumeConfiguration` . If this parameter is omitted, the default value of `DISABLED` is used. For more information, see [Using Amazon EFS access points](https://docs.aws.amazon.com/batch/latest/userguide/efs-volumes.html#efs-volume-accesspoints) in the *AWS Batch User Guide* . EFS IAM authorization requires that `TransitEncryption` be `ENABLED` and that a `JobRoleArn` is specified.
8173
- */
8174
- iam?: pulumi.Input<string>;
8175
- }
8176
8171
  interface JobDefinitionContainerPropertiesArgs {
8177
8172
  /**
8178
8173
  * The command that's passed to the container. This parameter maps to `Cmd` in the [Create a container](https://docs.aws.amazon.com/https://docs.docker.com/engine/api/v1.23/#create-a-container) section of the [Docker Remote API](https://docs.aws.amazon.com/https://docs.docker.com/engine/api/v1.23/) and the `COMMAND` parameter to [docker run](https://docs.aws.amazon.com/https://docs.docker.com/engine/reference/run/) . For more information, see [https://docs.docker.com/engine/reference/builder/#cmd](https://docs.aws.amazon.com/https://docs.docker.com/engine/reference/builder/#cmd) .
@@ -8195,7 +8190,7 @@ export declare namespace batch {
8195
8190
  /**
8196
8191
  * The platform configuration for jobs that are running on Fargate resources. Jobs that are running on Amazon EC2 resources must not specify this parameter.
8197
8192
  */
8198
- fargatePlatformConfiguration?: pulumi.Input<inputs.batch.JobDefinitionFargatePlatformConfigurationArgs>;
8193
+ fargatePlatformConfiguration?: pulumi.Input<inputs.batch.JobDefinitionContainerPropertiesFargatePlatformConfigurationPropertiesArgs>;
8199
8194
  /**
8200
8195
  * Required. The image used to start a container. This string is passed directly to the Docker daemon. Images in the Docker Hub registry are available by default. Other repositories are specified with `*repository-url* / *image* : *tag*` . It can be 255 characters long. It can contain uppercase and lowercase letters, numbers, hyphens (-), underscores (_), colons (:), periods (.), forward slashes (/), and number signs (#). This parameter maps to `Image` in the [Create a container](https://docs.aws.amazon.com/https://docs.docker.com/engine/api/v1.23/#create-a-container) section of the [Docker Remote API](https://docs.aws.amazon.com/https://docs.docker.com/engine/api/v1.23/) and the `IMAGE` parameter of [docker run](https://docs.aws.amazon.com/https://docs.docker.com/engine/reference/run/) .
8201
8196
  *
@@ -8208,12 +8203,6 @@ export declare namespace batch {
8208
8203
  * - Images in other online repositories are qualified further by a domain name (for example, `quay.io/assemblyline/ubuntu` ).
8209
8204
  */
8210
8205
  image: pulumi.Input<string>;
8211
- /**
8212
- * The instance type to use for a multi-node parallel job. All node groups in a multi-node parallel job must use the same instance type.
8213
- *
8214
- * > This parameter isn't applicable to single-node container jobs or jobs that run on Fargate resources, and shouldn't be provided.
8215
- */
8216
- instanceType?: pulumi.Input<string>;
8217
8206
  /**
8218
8207
  * The Amazon Resource Name (ARN) of the IAM role that the container can assume for AWS permissions. For more information, see [IAM roles for tasks](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-iam-roles.html) in the *Amazon Elastic Container Service Developer Guide* .
8219
8208
  */
@@ -8241,7 +8230,7 @@ export declare namespace batch {
8241
8230
  /**
8242
8231
  * The mount points for data volumes in your container. This parameter maps to `Volumes` in the [Create a container](https://docs.aws.amazon.com/https://docs.docker.com/engine/api/v1.23/#create-a-container) section of the [Docker Remote API](https://docs.aws.amazon.com/https://docs.docker.com/engine/api/v1.23/) and the `--volume` option to [docker run](https://docs.aws.amazon.com/https://docs.docker.com/engine/reference/run/) .
8243
8232
  */
8244
- mountPoints?: pulumi.Input<pulumi.Input<inputs.batch.JobDefinitionMountPointsArgs>[]>;
8233
+ mountPoints?: pulumi.Input<pulumi.Input<inputs.batch.JobDefinitionMountPointArgs>[]>;
8245
8234
  /**
8246
8235
  * The network configuration for jobs that are running on Fargate resources. Jobs that are running on Amazon EC2 resources must not specify this parameter.
8247
8236
  */
@@ -8291,7 +8280,13 @@ export declare namespace batch {
8291
8280
  /**
8292
8281
  * A list of data volumes used in a job.
8293
8282
  */
8294
- volumes?: pulumi.Input<pulumi.Input<inputs.batch.JobDefinitionVolumesArgs>[]>;
8283
+ volumes?: pulumi.Input<pulumi.Input<inputs.batch.JobDefinitionVolumeArgs>[]>;
8284
+ }
8285
+ /**
8286
+ * The platform configuration for jobs that are running on Fargate resources. Jobs that are running on Amazon EC2 resources must not specify this parameter.
8287
+ */
8288
+ interface JobDefinitionContainerPropertiesFargatePlatformConfigurationPropertiesArgs {
8289
+ platformVersion?: pulumi.Input<string>;
8295
8290
  }
8296
8291
  interface JobDefinitionDeviceArgs {
8297
8292
  /**
@@ -8371,13 +8366,23 @@ export declare namespace batch {
8371
8366
  /**
8372
8367
  * A list of volumes that are associated with the job.
8373
8368
  */
8374
- volumes?: pulumi.Input<pulumi.Input<inputs.batch.JobDefinitionVolumesArgs>[]>;
8369
+ volumes?: pulumi.Input<pulumi.Input<inputs.batch.JobDefinitionVolumeArgs>[]>;
8370
+ }
8371
+ interface JobDefinitionEfsAuthorizationConfigArgs {
8372
+ /**
8373
+ * The Amazon EFS access point ID to use. If an access point is specified, the root directory value specified in the `EFSVolumeConfiguration` must either be omitted or set to `/` which enforces the path set on the EFS access point. If an access point is used, transit encryption must be enabled in the `EFSVolumeConfiguration` . For more information, see [Working with Amazon EFS access points](https://docs.aws.amazon.com/efs/latest/ug/efs-access-points.html) in the *Amazon Elastic File System User Guide* .
8374
+ */
8375
+ accessPointId?: pulumi.Input<string>;
8376
+ /**
8377
+ * Whether or not to use the AWS Batch job IAM role defined in a job definition when mounting the Amazon EFS file system. If enabled, transit encryption must be enabled in the `EFSVolumeConfiguration` . If this parameter is omitted, the default value of `DISABLED` is used. For more information, see [Using Amazon EFS access points](https://docs.aws.amazon.com/batch/latest/userguide/efs-volumes.html#efs-volume-accesspoints) in the *AWS Batch User Guide* . EFS IAM authorization requires that `TransitEncryption` be `ENABLED` and that a `JobRoleArn` is specified.
8378
+ */
8379
+ iam?: pulumi.Input<string>;
8375
8380
  }
8376
8381
  interface JobDefinitionEfsVolumeConfigurationArgs {
8377
8382
  /**
8378
8383
  * The authorization configuration details for the Amazon EFS file system.
8379
8384
  */
8380
- authorizationConfig?: pulumi.Input<inputs.batch.JobDefinitionAuthorizationConfigArgs>;
8385
+ authorizationConfig?: pulumi.Input<inputs.batch.JobDefinitionEfsAuthorizationConfigArgs>;
8381
8386
  /**
8382
8387
  * The Amazon EFS file system ID to use.
8383
8388
  */
@@ -8461,7 +8466,9 @@ export declare namespace batch {
8461
8466
  * - **cpu** - The number of CPUs that's reserved for the container. Values must be an even multiple of `0.25` . `cpu` can be specified in `limits` , `requests` , or both. If `cpu` is specified in both places, then the value that's specified in `limits` must be at least as large as the value that's specified in `requests` .
8462
8467
  * - **nvidia.com/gpu** - The number of GPUs that's reserved for the container. Values must be a whole integer. `memory` can be specified in `limits` , `requests` , or both. If `memory` is specified in both places, then the value that's specified in `limits` must be equal to the value that's specified in `requests` .
8463
8468
  */
8464
- limits?: any;
8469
+ limits?: pulumi.Input<{
8470
+ [key: string]: pulumi.Input<string>;
8471
+ }>;
8465
8472
  /**
8466
8473
  * The type and quantity of the resources to request for the container. The values vary based on the `name` that's specified. Resources can be requested by using either the `limits` or the `requests` objects.
8467
8474
  *
@@ -8471,7 +8478,9 @@ export declare namespace batch {
8471
8478
  * - **cpu** - The number of CPUs that are reserved for the container. Values must be an even multiple of `0.25` . `cpu` can be specified in `limits` , `requests` , or both. If `cpu` is specified in both, then the value that's specified in `limits` must be at least as large as the value that's specified in `requests` .
8472
8479
  * - **nvidia.com/gpu** - The number of GPUs that are reserved for the container. Values must be a whole integer. `nvidia.com/gpu` can be specified in `limits` , `requests` , or both. If `nvidia.com/gpu` is specified in both, then the value that's specified in `limits` must be equal to the value that's specified in `requests` .
8473
8480
  */
8474
- requests?: any;
8481
+ requests?: pulumi.Input<{
8482
+ [key: string]: pulumi.Input<string>;
8483
+ }>;
8475
8484
  }
8476
8485
  interface JobDefinitionEksContainerSecurityContextArgs {
8477
8486
  /**
@@ -8532,11 +8541,65 @@ export declare namespace batch {
8532
8541
  */
8533
8542
  path?: pulumi.Input<string>;
8534
8543
  }
8544
+ interface JobDefinitionEksMetadataArgs {
8545
+ /**
8546
+ * Key-value pairs used to identify, sort, and organize cube resources. Can contain up to 63 uppercase letters, lowercase letters, numbers, hyphens (-), and underscores (_). Labels can be added or modified at any time. Each resource can have multiple labels, but each key must be unique for a given object.
8547
+ */
8548
+ labels?: pulumi.Input<{
8549
+ [key: string]: pulumi.Input<string>;
8550
+ }>;
8551
+ }
8552
+ interface JobDefinitionEksPodPropertiesArgs {
8553
+ /**
8554
+ * The properties of the container that's used on the Amazon EKS pod.
8555
+ *
8556
+ * > This object is limited to 10 elements.
8557
+ */
8558
+ containers?: pulumi.Input<pulumi.Input<inputs.batch.JobDefinitionEksContainerArgs>[]>;
8559
+ /**
8560
+ * The DNS policy for the pod. The default value is `ClusterFirst` . If the `hostNetwork` parameter is not specified, the default is `ClusterFirstWithHostNet` . `ClusterFirst` indicates that any DNS query that does not match the configured cluster domain suffix is forwarded to the upstream nameserver inherited from the node. For more information, see [Pod's DNS policy](https://docs.aws.amazon.com/https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-s-dns-policy) in the *Kubernetes documentation* .
8561
+ *
8562
+ * Valid values: `Default` | `ClusterFirst` | `ClusterFirstWithHostNet`
8563
+ */
8564
+ dnsPolicy?: pulumi.Input<string>;
8565
+ /**
8566
+ * Indicates if the pod uses the hosts' network IP address. The default value is `true` . Setting this to `false` enables the Kubernetes pod networking model. Most AWS Batch workloads are egress-only and don't require the overhead of IP allocation for each pod for incoming connections. For more information, see [Host namespaces](https://docs.aws.amazon.com/https://kubernetes.io/docs/concepts/security/pod-security-policy/#host-namespaces) and [Pod networking](https://docs.aws.amazon.com/https://kubernetes.io/docs/concepts/workloads/pods/#pod-networking) in the *Kubernetes documentation* .
8567
+ */
8568
+ hostNetwork?: pulumi.Input<boolean>;
8569
+ /**
8570
+ * References a Kubernetes secret resource. It holds a list of secrets. These secrets help to gain access to pull an images from a private registry.
8571
+ *
8572
+ * `ImagePullSecret$name` is required when this object is used.
8573
+ */
8574
+ imagePullSecrets?: pulumi.Input<pulumi.Input<inputs.batch.JobDefinitionImagePullSecretArgs>[]>;
8575
+ /**
8576
+ * These containers run before application containers, always runs to completion, and must complete successfully before the next container starts. These containers are registered with the Amazon EKS Connector agent and persists the registration information in the Kubernetes backend data store. For more information, see [Init Containers](https://docs.aws.amazon.com/https://kubernetes.io/docs/concepts/workloads/pods/init-containers/) in the *Kubernetes documentation* .
8577
+ *
8578
+ * > This object is limited to 10 elements.
8579
+ */
8580
+ initContainers?: pulumi.Input<pulumi.Input<inputs.batch.JobDefinitionEksContainerArgs>[]>;
8581
+ /**
8582
+ * Metadata about the Kubernetes pod. For more information, see [Understanding Kubernetes Objects](https://docs.aws.amazon.com/https://kubernetes.io/docs/concepts/overview/working-with-objects/kubernetes-objects/) in the *Kubernetes documentation* .
8583
+ */
8584
+ metadata?: pulumi.Input<inputs.batch.JobDefinitionEksMetadataArgs>;
8585
+ /**
8586
+ * The name of the service account that's used to run the pod. For more information, see [Kubernetes service accounts](https://docs.aws.amazon.com/eks/latest/userguide/service-accounts.html) and [Configure a Kubernetes service account to assume an IAM role](https://docs.aws.amazon.com/eks/latest/userguide/associate-service-account-role.html) in the *Amazon EKS User Guide* and [Configure service accounts for pods](https://docs.aws.amazon.com/https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/) in the *Kubernetes documentation* .
8587
+ */
8588
+ serviceAccountName?: pulumi.Input<string>;
8589
+ /**
8590
+ * Indicates if the processes in a container are shared, or visible, to other containers in the same pod. For more information, see [Share Process Namespace between Containers in a Pod](https://docs.aws.amazon.com/https://kubernetes.io/docs/tasks/configure-pod-container/share-process-namespace/) .
8591
+ */
8592
+ shareProcessNamespace?: pulumi.Input<boolean>;
8593
+ /**
8594
+ * Specifies the volumes for a job definition that uses Amazon EKS resources.
8595
+ */
8596
+ volumes?: pulumi.Input<pulumi.Input<inputs.batch.JobDefinitionEksVolumeArgs>[]>;
8597
+ }
8535
8598
  interface JobDefinitionEksPropertiesArgs {
8536
8599
  /**
8537
8600
  * The properties for the Kubernetes pod resources of a job.
8538
8601
  */
8539
- podProperties?: pulumi.Input<inputs.batch.JobDefinitionPodPropertiesArgs>;
8602
+ podProperties?: pulumi.Input<inputs.batch.JobDefinitionEksPodPropertiesArgs>;
8540
8603
  }
8541
8604
  interface JobDefinitionEksSecretArgs {
8542
8605
  /**
@@ -8602,17 +8665,29 @@ export declare namespace batch {
8602
8665
  */
8603
8666
  onStatusReason?: pulumi.Input<string>;
8604
8667
  }
8605
- interface JobDefinitionFargatePlatformConfigurationArgs {
8668
+ interface JobDefinitionHostArgs {
8606
8669
  /**
8607
- * The AWS Fargate platform version where the jobs are running. A platform version is specified only for jobs that are running on Fargate resources. If one isn't specified, the `LATEST` platform version is used by default. This uses a recent, approved version of the AWS Fargate platform for compute resources. For more information, see [AWS Fargate platform versions](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/platform_versions.html) in the *Amazon Elastic Container Service Developer Guide* .
8670
+ * The path on the host container instance that's presented to the container. If this parameter is empty, then the Docker daemon has assigned a host path for you. If this parameter contains a file location, then the data volume persists at the specified location on the host container instance until you delete it manually. If the source path location doesn't exist on the host container instance, the Docker daemon creates it. If the location does exist, the contents of the source path folder are exported.
8671
+ *
8672
+ * > This parameter isn't applicable to jobs that run on Fargate resources. Don't provide this for these jobs.
8608
8673
  */
8609
- platformVersion?: pulumi.Input<string>;
8674
+ sourcePath?: pulumi.Input<string>;
8610
8675
  }
8611
8676
  interface JobDefinitionImagePullSecretArgs {
8612
8677
  /**
8613
8678
  * Provides a unique identifier for the `ImagePullSecret` . This object is required when `EksPodProperties$imagePullSecrets` is used.
8614
8679
  */
8615
- name: pulumi.Input<string>;
8680
+ name?: pulumi.Input<string>;
8681
+ }
8682
+ interface JobDefinitionJobTimeoutArgs {
8683
+ /**
8684
+ * The job timeout time (in seconds) that's measured from the job attempt's `startedAt` timestamp. After this time passes, AWS Batch terminates your jobs if they aren't finished. The minimum value for the timeout is 60 seconds.
8685
+ *
8686
+ * For array jobs, the timeout applies to the child jobs, not to the parent array job.
8687
+ *
8688
+ * For multi-node parallel (MNP) jobs, the timeout applies to the whole job, not to the individual nodes.
8689
+ */
8690
+ attemptDurationSeconds?: pulumi.Input<number>;
8616
8691
  }
8617
8692
  interface JobDefinitionLinuxParametersArgs {
8618
8693
  /**
@@ -8684,19 +8759,15 @@ export declare namespace batch {
8684
8759
  /**
8685
8760
  * The configuration options to send to the log driver. This parameter requires version 1.19 of the Docker Remote API or greater on your container instance. To check the Docker Remote API version on your container instance, log in to your container instance and run the following command: `sudo docker version | grep "Server API version"`
8686
8761
  */
8687
- options?: any;
8762
+ options?: pulumi.Input<{
8763
+ [key: string]: pulumi.Input<string>;
8764
+ }>;
8688
8765
  /**
8689
8766
  * The secrets to pass to the log configuration. For more information, see [Specifying sensitive data](https://docs.aws.amazon.com/batch/latest/userguide/specifying-sensitive-data.html) in the *AWS Batch User Guide* .
8690
8767
  */
8691
8768
  secretOptions?: pulumi.Input<pulumi.Input<inputs.batch.JobDefinitionSecretArgs>[]>;
8692
8769
  }
8693
- interface JobDefinitionMetadataArgs {
8694
- /**
8695
- * Key-value pairs used to identify, sort, and organize cube resources. Can contain up to 63 uppercase letters, lowercase letters, numbers, hyphens (-), and underscores (_). Labels can be added or modified at any time. Each resource can have multiple labels, but each key must be unique for a given object.
8696
- */
8697
- labels?: any;
8698
- }
8699
- interface JobDefinitionMountPointsArgs {
8770
+ interface JobDefinitionMountPointArgs {
8700
8771
  /**
8701
8772
  * The path on the container where the host volume is mounted.
8702
8773
  */
@@ -8710,6 +8781,40 @@ export declare namespace batch {
8710
8781
  */
8711
8782
  sourceVolume?: pulumi.Input<string>;
8712
8783
  }
8784
+ interface JobDefinitionMultiNodeContainerPropertiesArgs {
8785
+ command?: pulumi.Input<pulumi.Input<string>[]>;
8786
+ environment?: pulumi.Input<pulumi.Input<inputs.batch.JobDefinitionEnvironmentArgs>[]>;
8787
+ ephemeralStorage?: pulumi.Input<inputs.batch.JobDefinitionEphemeralStorageArgs>;
8788
+ executionRoleArn?: pulumi.Input<string>;
8789
+ image: pulumi.Input<string>;
8790
+ instanceType?: pulumi.Input<string>;
8791
+ jobRoleArn?: pulumi.Input<string>;
8792
+ linuxParameters?: pulumi.Input<inputs.batch.JobDefinitionLinuxParametersArgs>;
8793
+ logConfiguration?: pulumi.Input<inputs.batch.JobDefinitionLogConfigurationArgs>;
8794
+ memory?: pulumi.Input<number>;
8795
+ mountPoints?: pulumi.Input<pulumi.Input<inputs.batch.JobDefinitionMountPointArgs>[]>;
8796
+ privileged?: pulumi.Input<boolean>;
8797
+ readonlyRootFilesystem?: pulumi.Input<boolean>;
8798
+ repositoryCredentials?: pulumi.Input<inputs.batch.JobDefinitionRepositoryCredentialsArgs>;
8799
+ resourceRequirements?: pulumi.Input<pulumi.Input<inputs.batch.JobDefinitionResourceRequirementArgs>[]>;
8800
+ runtimePlatform?: pulumi.Input<inputs.batch.JobDefinitionRuntimePlatformArgs>;
8801
+ secrets?: pulumi.Input<pulumi.Input<inputs.batch.JobDefinitionSecretArgs>[]>;
8802
+ ulimits?: pulumi.Input<pulumi.Input<inputs.batch.JobDefinitionUlimitArgs>[]>;
8803
+ user?: pulumi.Input<string>;
8804
+ vcpus?: pulumi.Input<number>;
8805
+ volumes?: pulumi.Input<pulumi.Input<inputs.batch.JobDefinitionVolumeArgs>[]>;
8806
+ }
8807
+ interface JobDefinitionMultiNodeEcsPropertiesArgs {
8808
+ taskProperties: pulumi.Input<pulumi.Input<inputs.batch.JobDefinitionMultiNodeEcsTaskPropertiesArgs>[]>;
8809
+ }
8810
+ interface JobDefinitionMultiNodeEcsTaskPropertiesArgs {
8811
+ containers?: pulumi.Input<pulumi.Input<inputs.batch.JobDefinitionTaskContainerPropertiesArgs>[]>;
8812
+ executionRoleArn?: pulumi.Input<string>;
8813
+ ipcMode?: pulumi.Input<string>;
8814
+ pidMode?: pulumi.Input<string>;
8815
+ taskRoleArn?: pulumi.Input<string>;
8816
+ volumes?: pulumi.Input<pulumi.Input<inputs.batch.JobDefinitionVolumeArgs>[]>;
8817
+ }
8713
8818
  interface JobDefinitionNetworkConfigurationArgs {
8714
8819
  /**
8715
8820
  * Indicates whether the job has a public IP address. For a job that's running on Fargate resources in a private subnet to send outbound traffic to the internet (for example, to pull container images), the private subnet requires a NAT gateway be attached to route requests to the internet. For more information, see [Amazon ECS task networking](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-networking.html) in the *Amazon Elastic Container Service Developer Guide* . The default value is " `DISABLED` ".
@@ -8734,11 +8839,11 @@ export declare namespace batch {
8734
8839
  /**
8735
8840
  * The container details for the node range.
8736
8841
  */
8737
- container?: pulumi.Input<inputs.batch.JobDefinitionContainerPropertiesArgs>;
8842
+ container?: pulumi.Input<inputs.batch.JobDefinitionMultiNodeContainerPropertiesArgs>;
8738
8843
  /**
8739
8844
  * This is an object that represents the properties of the node range for a multi-node parallel job.
8740
8845
  */
8741
- ecsProperties?: pulumi.Input<inputs.batch.JobDefinitionEcsPropertiesArgs>;
8846
+ ecsProperties?: pulumi.Input<inputs.batch.JobDefinitionMultiNodeEcsPropertiesArgs>;
8742
8847
  /**
8743
8848
  * This is an object that represents the properties of the node range for a multi-node parallel job.
8744
8849
  */
@@ -8756,47 +8861,6 @@ export declare namespace batch {
8756
8861
  */
8757
8862
  targetNodes: pulumi.Input<string>;
8758
8863
  }
8759
- interface JobDefinitionPodPropertiesArgs {
8760
- /**
8761
- * The properties of the container that's used on the Amazon EKS pod.
8762
- *
8763
- * > This object is limited to 10 elements.
8764
- */
8765
- containers?: pulumi.Input<pulumi.Input<inputs.batch.JobDefinitionEksContainerArgs>[]>;
8766
- /**
8767
- * The DNS policy for the pod. The default value is `ClusterFirst` . If the `hostNetwork` parameter is not specified, the default is `ClusterFirstWithHostNet` . `ClusterFirst` indicates that any DNS query that does not match the configured cluster domain suffix is forwarded to the upstream nameserver inherited from the node. For more information, see [Pod's DNS policy](https://docs.aws.amazon.com/https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-s-dns-policy) in the *Kubernetes documentation* .
8768
- *
8769
- * Valid values: `Default` | `ClusterFirst` | `ClusterFirstWithHostNet`
8770
- */
8771
- dnsPolicy?: pulumi.Input<string>;
8772
- /**
8773
- * Indicates if the pod uses the hosts' network IP address. The default value is `true` . Setting this to `false` enables the Kubernetes pod networking model. Most AWS Batch workloads are egress-only and don't require the overhead of IP allocation for each pod for incoming connections. For more information, see [Host namespaces](https://docs.aws.amazon.com/https://kubernetes.io/docs/concepts/security/pod-security-policy/#host-namespaces) and [Pod networking](https://docs.aws.amazon.com/https://kubernetes.io/docs/concepts/workloads/pods/#pod-networking) in the *Kubernetes documentation* .
8774
- */
8775
- hostNetwork?: pulumi.Input<boolean>;
8776
- imagePullSecrets?: pulumi.Input<pulumi.Input<inputs.batch.JobDefinitionImagePullSecretArgs>[]>;
8777
- /**
8778
- * These containers run before application containers, always runs to completion, and must complete successfully before the next container starts. These containers are registered with the Amazon EKS Connector agent and persists the registration information in the Kubernetes backend data store. For more information, see [Init Containers](https://docs.aws.amazon.com/https://kubernetes.io/docs/concepts/workloads/pods/init-containers/) in the *Kubernetes documentation* .
8779
- *
8780
- * > This object is limited to 10 elements.
8781
- */
8782
- initContainers?: pulumi.Input<pulumi.Input<inputs.batch.JobDefinitionEksContainerArgs>[]>;
8783
- /**
8784
- * Metadata about the Kubernetes pod. For more information, see [Understanding Kubernetes Objects](https://docs.aws.amazon.com/https://kubernetes.io/docs/concepts/overview/working-with-objects/kubernetes-objects/) in the *Kubernetes documentation* .
8785
- */
8786
- metadata?: pulumi.Input<inputs.batch.JobDefinitionMetadataArgs>;
8787
- /**
8788
- * The name of the service account that's used to run the pod. For more information, see [Kubernetes service accounts](https://docs.aws.amazon.com/eks/latest/userguide/service-accounts.html) and [Configure a Kubernetes service account to assume an IAM role](https://docs.aws.amazon.com/eks/latest/userguide/associate-service-account-role.html) in the *Amazon EKS User Guide* and [Configure service accounts for pods](https://docs.aws.amazon.com/https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/) in the *Kubernetes documentation* .
8789
- */
8790
- serviceAccountName?: pulumi.Input<string>;
8791
- /**
8792
- * Indicates if the processes in a container are shared, or visible, to other containers in the same pod. For more information, see [Share Process Namespace between Containers in a Pod](https://docs.aws.amazon.com/https://kubernetes.io/docs/tasks/configure-pod-container/share-process-namespace/) .
8793
- */
8794
- shareProcessNamespace?: pulumi.Input<boolean>;
8795
- /**
8796
- * Specifies the volumes for a job definition that uses Amazon EKS resources.
8797
- */
8798
- volumes?: pulumi.Input<pulumi.Input<inputs.batch.JobDefinitionEksVolumeArgs>[]>;
8799
- }
8800
8864
  interface JobDefinitionRepositoryCredentialsArgs {
8801
8865
  /**
8802
8866
  * The Amazon Resource Name (ARN) of the secret containing the private repository credentials.
@@ -8950,7 +9014,7 @@ export declare namespace batch {
8950
9014
  *
8951
9015
  * Windows containers can mount whole directories on the same drive as `$env:ProgramData` . Windows containers can't mount directories on a different drive, and mount point can't be across drives.
8952
9016
  */
8953
- mountPoints?: pulumi.Input<pulumi.Input<inputs.batch.JobDefinitionMountPointsArgs>[]>;
9017
+ mountPoints?: pulumi.Input<pulumi.Input<inputs.batch.JobDefinitionMountPointArgs>[]>;
8954
9018
  /**
8955
9019
  * The name of a container. The name can be used as a unique identifier to target your `dependsOn` and `Overrides` objects.
8956
9020
  */
@@ -9007,16 +9071,6 @@ export declare namespace batch {
9007
9071
  */
9008
9072
  user?: pulumi.Input<string>;
9009
9073
  }
9010
- interface JobDefinitionTimeoutArgs {
9011
- /**
9012
- * The job timeout time (in seconds) that's measured from the job attempt's `startedAt` timestamp. After this time passes, AWS Batch terminates your jobs if they aren't finished. The minimum value for the timeout is 60 seconds.
9013
- *
9014
- * For array jobs, the timeout applies to the child jobs, not to the parent array job.
9015
- *
9016
- * For multi-node parallel (MNP) jobs, the timeout applies to the whole job, not to the individual nodes.
9017
- */
9018
- attemptDurationSeconds?: pulumi.Input<number>;
9019
- }
9020
9074
  interface JobDefinitionTmpfsArgs {
9021
9075
  /**
9022
9076
  * The absolute file path in the container where the `tmpfs` volume is mounted.
@@ -9047,9 +9101,9 @@ export declare namespace batch {
9047
9101
  */
9048
9102
  softLimit: pulumi.Input<number>;
9049
9103
  }
9050
- interface JobDefinitionVolumesArgs {
9104
+ interface JobDefinitionVolumeArgs {
9051
9105
  /**
9052
- * This is used when you're using an Amazon Elastic File System file system for job storage. For more information, see [Amazon EFS Volumes](https://docs.aws.amazon.com/batch/latest/userguide/efs-volumes.html) in the *AWS Batch User Guide* .
9106
+ * This parameter is specified when you're using an Amazon Elastic File System file system for job storage. Jobs that are running on Fargate resources must specify a `platformVersion` of at least `1.4.0` .
9053
9107
  */
9054
9108
  efsVolumeConfiguration?: pulumi.Input<inputs.batch.JobDefinitionEfsVolumeConfigurationArgs>;
9055
9109
  /**
@@ -9057,20 +9111,12 @@ export declare namespace batch {
9057
9111
  *
9058
9112
  * > This parameter isn't applicable to jobs that are running on Fargate resources and shouldn't be provided.
9059
9113
  */
9060
- host?: pulumi.Input<inputs.batch.JobDefinitionVolumesHostArgs>;
9114
+ host?: pulumi.Input<inputs.batch.JobDefinitionHostArgs>;
9061
9115
  /**
9062
9116
  * The name of the volume. It can be up to 255 characters long. It can contain uppercase and lowercase letters, numbers, hyphens (-), and underscores (_). This name is referenced in the `sourceVolume` parameter of container definition `mountPoints` .
9063
9117
  */
9064
9118
  name?: pulumi.Input<string>;
9065
9119
  }
9066
- interface JobDefinitionVolumesHostArgs {
9067
- /**
9068
- * The path on the host container instance that's presented to the container. If this parameter is empty, then the Docker daemon has assigned a host path for you. If this parameter contains a file location, then the data volume persists at the specified location on the host container instance until you delete it manually. If the source path location doesn't exist on the host container instance, the Docker daemon creates it. If the location does exist, the contents of the source path folder are exported.
9069
- *
9070
- * > This parameter isn't applicable to jobs that run on Fargate resources. Don't provide this for these jobs.
9071
- */
9072
- sourcePath?: pulumi.Input<string>;
9073
- }
9074
9120
  interface JobQueueComputeEnvironmentOrderArgs {
9075
9121
  /**
9076
9122
  * The Amazon Resource Name (ARN) of the compute environment.
@@ -11206,6 +11252,10 @@ export declare namespace cassandra {
11206
11252
  */
11207
11253
  targetValue: pulumi.Input<number>;
11208
11254
  }
11255
+ interface TypeFieldArgs {
11256
+ fieldName: pulumi.Input<string>;
11257
+ fieldType: pulumi.Input<string>;
11258
+ }
11209
11259
  }
11210
11260
  export declare namespace ce {
11211
11261
  /**
@@ -11470,6 +11520,12 @@ export declare namespace cleanrooms {
11470
11520
  interface ConfiguredTableAssociationAnalysisRulePolicyV12PropertiesArgs {
11471
11521
  custom: pulumi.Input<inputs.cleanrooms.ConfiguredTableAssociationAnalysisRuleCustomArgs>;
11472
11522
  }
11523
+ interface ConfiguredTableAthenaTableReferenceArgs {
11524
+ databaseName: pulumi.Input<string>;
11525
+ outputLocation?: pulumi.Input<string>;
11526
+ tableName: pulumi.Input<string>;
11527
+ workGroup: pulumi.Input<string>;
11528
+ }
11473
11529
  interface ConfiguredTableDifferentialPrivacyArgs {
11474
11530
  columns: pulumi.Input<pulumi.Input<inputs.cleanrooms.ConfiguredTableDifferentialPrivacyColumnArgs>[]>;
11475
11531
  }
@@ -11477,21 +11533,33 @@ export declare namespace cleanrooms {
11477
11533
  name: pulumi.Input<string>;
11478
11534
  }
11479
11535
  interface ConfiguredTableGlueTableReferenceArgs {
11480
- /**
11481
- * The name of the database the AWS Glue table belongs to.
11482
- */
11483
11536
  databaseName: pulumi.Input<string>;
11484
- /**
11485
- * The name of the AWS Glue table.
11486
- */
11487
11537
  tableName: pulumi.Input<string>;
11488
11538
  }
11489
- interface ConfiguredTableTableReferenceArgs {
11490
- /**
11491
- * If present, a reference to the AWS Glue table referred to by this table reference.
11492
- */
11539
+ interface ConfiguredTableSnowflakeTableReferenceArgs {
11540
+ accountIdentifier: pulumi.Input<string>;
11541
+ databaseName: pulumi.Input<string>;
11542
+ schemaName: pulumi.Input<string>;
11543
+ secretArn: pulumi.Input<string>;
11544
+ tableName: pulumi.Input<string>;
11545
+ tableSchema: pulumi.Input<inputs.cleanrooms.ConfiguredTableSnowflakeTableSchemaPropertiesArgs>;
11546
+ }
11547
+ interface ConfiguredTableSnowflakeTableSchemaPropertiesArgs {
11548
+ v1: pulumi.Input<pulumi.Input<inputs.cleanrooms.ConfiguredTableSnowflakeTableSchemaV1Args>[]>;
11549
+ }
11550
+ interface ConfiguredTableSnowflakeTableSchemaV1Args {
11551
+ columnName: pulumi.Input<string>;
11552
+ columnType: pulumi.Input<string>;
11553
+ }
11554
+ interface ConfiguredTableTableReference0PropertiesArgs {
11493
11555
  glue: pulumi.Input<inputs.cleanrooms.ConfiguredTableGlueTableReferenceArgs>;
11494
11556
  }
11557
+ interface ConfiguredTableTableReference1PropertiesArgs {
11558
+ snowflake: pulumi.Input<inputs.cleanrooms.ConfiguredTableSnowflakeTableReferenceArgs>;
11559
+ }
11560
+ interface ConfiguredTableTableReference2PropertiesArgs {
11561
+ athena: pulumi.Input<inputs.cleanrooms.ConfiguredTableAthenaTableReferenceArgs>;
11562
+ }
11495
11563
  interface IdMappingTableInputReferenceConfigArgs {
11496
11564
  /**
11497
11565
  * The Amazon Resource Name (ARN) of the referenced resource in AWS Entity Resolution . Valid values are ID mapping workflow ARNs.
@@ -11797,15 +11865,15 @@ export declare namespace cloudformation {
11797
11865
  */
11798
11866
  concurrencyMode?: pulumi.Input<enums.cloudformation.StackSetConcurrencyMode>;
11799
11867
  /**
11800
- * The number of accounts, per Region, for which this operation can fail before AWS CloudFormation stops the operation in that Region. If the operation is stopped in a Region, AWS CloudFormation doesn't attempt the operation in any subsequent Regions.
11868
+ * The number of accounts, per Region, for which this operation can fail before CloudFormation stops the operation in that Region. If the operation is stopped in a Region, CloudFormation doesn't attempt the operation in any subsequent Regions.
11801
11869
  *
11802
11870
  * Conditional: You must specify either `FailureToleranceCount` or `FailureTolerancePercentage` (but not both).
11803
11871
  */
11804
11872
  failureToleranceCount?: pulumi.Input<number>;
11805
11873
  /**
11806
- * The percentage of accounts, per Region, for which this stack operation can fail before AWS CloudFormation stops the operation in that Region. If the operation is stopped in a Region, AWS CloudFormation doesn't attempt the operation in any subsequent Regions.
11874
+ * The percentage of accounts, per Region, for which this stack operation can fail before CloudFormation stops the operation in that Region. If the operation is stopped in a Region, CloudFormation doesn't attempt the operation in any subsequent Regions.
11807
11875
  *
11808
- * When calculating the number of accounts based on the specified percentage, AWS CloudFormation rounds *down* to the next whole number.
11876
+ * When calculating the number of accounts based on the specified percentage, CloudFormation rounds *down* to the next whole number.
11809
11877
  *
11810
11878
  * Conditional: You must specify either `FailureToleranceCount` or `FailureTolerancePercentage` , but not both.
11811
11879
  */
@@ -11821,7 +11889,7 @@ export declare namespace cloudformation {
11821
11889
  /**
11822
11890
  * The maximum percentage of accounts in which to perform this operation at one time.
11823
11891
  *
11824
- * When calculating the number of accounts based on the specified percentage, AWS CloudFormation rounds down to the next whole number. This is true except in cases where rounding down would result is zero. In this case, CloudFormation sets the number as one instead.
11892
+ * When calculating the number of accounts based on the specified percentage, CloudFormation rounds down to the next whole number. This is true except in cases where rounding down would result is zero. In this case, CloudFormation sets the number as one instead.
11825
11893
  *
11826
11894
  * Note that this setting lets you specify the *maximum* for operations. For large deployments, under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service throttling.
11827
11895
  *
@@ -12196,6 +12264,10 @@ export declare namespace cloudfront {
12196
12264
  * A list of CloudFront functions that are associated with this cache behavior. CloudFront functions must be published to the ``LIVE`` stage to associate them with a cache behavior.
12197
12265
  */
12198
12266
  functionAssociations?: pulumi.Input<pulumi.Input<inputs.cloudfront.DistributionFunctionAssociationArgs>[]>;
12267
+ /**
12268
+ * The gRPC configuration for your cache behavior.
12269
+ */
12270
+ grpcConfig?: pulumi.Input<inputs.cloudfront.DistributionGrpcConfigArgs>;
12199
12271
  /**
12200
12272
  * A complex type that contains zero or more Lambda@Edge function associations for a cache behavior.
12201
12273
  */
@@ -12523,6 +12595,10 @@ export declare namespace cloudfront {
12523
12595
  * A list of CloudFront functions that are associated with this cache behavior. Your functions must be published to the ``LIVE`` stage to associate them with a cache behavior.
12524
12596
  */
12525
12597
  functionAssociations?: pulumi.Input<pulumi.Input<inputs.cloudfront.DistributionFunctionAssociationArgs>[]>;
12598
+ /**
12599
+ * The gRPC configuration for your cache behavior.
12600
+ */
12601
+ grpcConfig?: pulumi.Input<inputs.cloudfront.DistributionGrpcConfigArgs>;
12526
12602
  /**
12527
12603
  * A complex type that contains zero or more Lambda@Edge function associations for a cache behavior.
12528
12604
  */
@@ -12652,6 +12728,12 @@ export declare namespace cloudfront {
12652
12728
  */
12653
12729
  restrictionType: pulumi.Input<string>;
12654
12730
  }
12731
+ interface DistributionGrpcConfigArgs {
12732
+ /**
12733
+ * Enables your CloudFront distribution to receive gRPC requests and to proxy them directly to your origins.
12734
+ */
12735
+ enabled: pulumi.Input<boolean>;
12736
+ }
12655
12737
  /**
12656
12738
  * A complex type that contains a Lambda@Edge function association.
12657
12739
  */
@@ -12723,7 +12805,7 @@ export declare namespace cloudfront {
12723
12805
  /**
12724
12806
  * The Amazon S3 bucket to store the access logs in, for example, ``myawslogbucket.s3.amazonaws.com``.
12725
12807
  */
12726
- bucket: pulumi.Input<string>;
12808
+ bucket?: pulumi.Input<string>;
12727
12809
  /**
12728
12810
  * Specifies whether you want CloudFront to include cookies in access logs, specify ``true`` for ``IncludeCookies``. If you choose to include cookies in logs, CloudFront logs all cookies regardless of how you configure the cache behaviors for this distribution. If you don't want to include cookies when you create a distribution or if you want to disable include cookies for an existing distribution, specify ``false`` for ``IncludeCookies``.
12729
12811
  */
@@ -12827,6 +12909,10 @@ export declare namespace cloudfront {
12827
12909
  * A complex type that contains information about the origins in an origin group.
12828
12910
  */
12829
12911
  members: pulumi.Input<inputs.cloudfront.DistributionOriginGroupMembersArgs>;
12912
+ /**
12913
+ * The selection criteria for the origin group. For more information, see [Create an origin group](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/high_availability_origin_failover.html#concept_origin_groups.creating) in the *Amazon CloudFront Developer Guide* .
12914
+ */
12915
+ selectionCriteria?: pulumi.Input<enums.cloudfront.DistributionOriginGroupSelectionCriteria>;
12830
12916
  }
12831
12917
  /**
12832
12918
  * A complex data type that includes information about the failover criteria for an origin group, including the status codes for which CloudFront will failover from the primary origin to the second origin.
@@ -15975,8 +16061,17 @@ export declare namespace connect {
15975
16061
  * Overrides attached to the hours of operation.
15976
16062
  */
15977
16063
  interface HoursOfOperationOverrideArgs {
16064
+ /**
16065
+ * The date from which the hours of operation override would be effective.
16066
+ */
15978
16067
  effectiveFrom: pulumi.Input<string>;
16068
+ /**
16069
+ * The date till which the hours of operation override would be effective.
16070
+ */
15979
16071
  effectiveTill: pulumi.Input<string>;
16072
+ /**
16073
+ * The identifier for the hours of operation override.
16074
+ */
15980
16075
  hoursOfOperationOverrideId?: pulumi.Input<string>;
15981
16076
  overrideConfig: pulumi.Input<pulumi.Input<inputs.connect.HoursOfOperationOverrideConfigArgs>[]>;
15982
16077
  overrideDescription?: pulumi.Input<string>;
@@ -16109,6 +16204,15 @@ export declare namespace connect {
16109
16204
  */
16110
16205
  outboundFlowArn?: pulumi.Input<string>;
16111
16206
  }
16207
+ /**
16208
+ * The outbound email address ID.
16209
+ */
16210
+ interface QueueOutboundEmailConfigArgs {
16211
+ /**
16212
+ * The identifier of the email address.
16213
+ */
16214
+ outboundEmailAddressId?: pulumi.Input<string>;
16215
+ }
16112
16216
  /**
16113
16217
  * Configuration settings for the quick connect.
16114
16218
  */
@@ -16228,17 +16332,17 @@ export declare namespace connect {
16228
16332
  queueArn: pulumi.Input<string>;
16229
16333
  }
16230
16334
  /**
16231
- * The list of actions that will be executed when a rule is triggered.
16335
+ * A list of actions to be run when the rule is triggered.
16232
16336
  */
16233
16337
  interface RuleActionsArgs {
16234
16338
  /**
16235
- * Information about the contact category action. The syntax can be empty, for example, `{}` .
16339
+ * Information about the contact category action. The syntax can be empty, for example, ``{}``.
16236
16340
  */
16237
16341
  assignContactCategoryActions?: pulumi.Input<pulumi.Input<inputs.connect.RuleAssignContactCategoryActionArgs>[]>;
16238
16342
  createCaseActions?: pulumi.Input<pulumi.Input<inputs.connect.RuleCreateCaseActionArgs>[]>;
16239
16343
  endAssociatedTasksActions?: pulumi.Input<pulumi.Input<inputs.connect.RuleEndAssociatedTasksActionArgs>[]>;
16240
16344
  /**
16241
- * Information about the EventBridge action.
16345
+ * Information about the EV action.
16242
16346
  */
16243
16347
  eventBridgeActions?: pulumi.Input<pulumi.Input<inputs.connect.RuleEventBridgeActionArgs>[]>;
16244
16348
  /**
@@ -16247,7 +16351,7 @@ export declare namespace connect {
16247
16351
  sendNotificationActions?: pulumi.Input<pulumi.Input<inputs.connect.RuleSendNotificationActionArgs>[]>;
16248
16352
  submitAutoEvaluationActions?: pulumi.Input<pulumi.Input<inputs.connect.RuleSubmitAutoEvaluationActionArgs>[]>;
16249
16353
  /**
16250
- * Information about the task action. This field is required if `TriggerEventSource` is one of the following values: `OnZendeskTicketCreate` | `OnZendeskTicketStatusUpdate` | `OnSalesforceCaseCreate`
16354
+ * Information about the task action. This field is required if ``TriggerEventSource`` is one of the following values: ``OnZendeskTicketCreate`` | ``OnZendeskTicketStatusUpdate`` | ``OnSalesforceCaseCreate``
16251
16355
  */
16252
16356
  taskActions?: pulumi.Input<pulumi.Input<inputs.connect.RuleTaskActionArgs>[]>;
16253
16357
  updateCaseActions?: pulumi.Input<pulumi.Input<inputs.connect.RuleUpdateCaseActionArgs>[]>;
@@ -16257,14 +16361,8 @@ export declare namespace connect {
16257
16361
  */
16258
16362
  interface RuleAssignContactCategoryActionArgs {
16259
16363
  }
16260
- /**
16261
- * The definition for create case action.
16262
- */
16263
16364
  interface RuleCreateCaseActionArgs {
16264
16365
  fields: pulumi.Input<pulumi.Input<inputs.connect.RuleFieldArgs>[]>;
16265
- /**
16266
- * The Id of template.
16267
- */
16268
16366
  templateId: pulumi.Input<string>;
16269
16367
  }
16270
16368
  /**
@@ -16273,26 +16371,20 @@ export declare namespace connect {
16273
16371
  interface RuleEndAssociatedTasksActionArgs {
16274
16372
  }
16275
16373
  /**
16276
- * The definition for event bridge action.
16374
+ * The EV action definition.
16277
16375
  */
16278
16376
  interface RuleEventBridgeActionArgs {
16279
16377
  /**
16280
- * The name of the event bridge action.
16378
+ * The name.
16281
16379
  */
16282
16380
  name: pulumi.Input<string>;
16283
16381
  }
16284
- /**
16285
- * The field of the case.
16286
- */
16287
16382
  interface RuleFieldArgs {
16288
- /**
16289
- * The Id of the field
16290
- */
16291
16383
  id: pulumi.Input<string>;
16292
16384
  value: pulumi.Input<inputs.connect.RuleFieldValueArgs>;
16293
16385
  }
16294
16386
  /**
16295
- * The value of the field.
16387
+ * Object for case field values.
16296
16388
  */
16297
16389
  interface RuleFieldValueArgs {
16298
16390
  booleanValue?: pulumi.Input<boolean>;
@@ -16305,93 +16397,96 @@ export declare namespace connect {
16305
16397
  */
16306
16398
  interface RuleNotificationRecipientTypeArgs {
16307
16399
  /**
16308
- * The list of recipients by user arns.
16400
+ * The Amazon Resource Name (ARN) of the user account.
16309
16401
  */
16310
16402
  userArns?: pulumi.Input<pulumi.Input<string>[]>;
16311
16403
  /**
16312
- * The collection of recipients who are identified by user tags
16404
+ * The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }. CON users with the specified tags will be notified.
16313
16405
  */
16314
16406
  userTags?: pulumi.Input<{
16315
16407
  [key: string]: pulumi.Input<string>;
16316
16408
  }>;
16317
16409
  }
16318
16410
  /**
16319
- * A contact reference.
16411
+ * Information about the reference when the ``referenceType`` is ``URL``. Otherwise, null. (Supports variable injection in the ``Value`` field.)
16320
16412
  */
16321
16413
  interface RuleReferenceArgs {
16414
+ /**
16415
+ * The type of the reference. ``DATE`` must be of type Epoch timestamp.
16416
+ * *Allowed values*: ``URL`` | ``ATTACHMENT`` | ``NUMBER`` | ``STRING`` | ``DATE`` | ``EMAIL``
16417
+ */
16322
16418
  type: pulumi.Input<enums.connect.RuleReferenceType>;
16419
+ /**
16420
+ * A valid value for the reference. For example, for a URL reference, a formatted URL that is displayed to an agent in the Contact Control Panel (CCP).
16421
+ */
16323
16422
  value: pulumi.Input<string>;
16324
16423
  }
16325
16424
  /**
16326
- * The definition for sending notification action.
16425
+ * Information about the send notification action.
16327
16426
  */
16328
16427
  interface RuleSendNotificationActionArgs {
16329
16428
  /**
16330
- * The content of notification.
16429
+ * Notification content. Supports variable injection. For more information, see [JSONPath reference](https://docs.aws.amazon.com/connect/latest/adminguide/contact-lens-variable-injection.html) in the *Administrators Guide*.
16331
16430
  */
16332
16431
  content: pulumi.Input<string>;
16333
16432
  /**
16334
- * The type of content.
16433
+ * Content type format.
16434
+ * *Allowed value*: ``PLAIN_TEXT``
16335
16435
  */
16336
16436
  contentType: pulumi.Input<enums.connect.RuleSendNotificationActionContentType>;
16337
16437
  /**
16338
- * The means of delivery.
16438
+ * Notification delivery method.
16439
+ * *Allowed value*: ``EMAIL``
16339
16440
  */
16340
16441
  deliveryMethod: pulumi.Input<enums.connect.RuleSendNotificationActionDeliveryMethod>;
16442
+ /**
16443
+ * Notification recipient.
16444
+ */
16341
16445
  recipient: pulumi.Input<inputs.connect.RuleNotificationRecipientTypeArgs>;
16342
16446
  /**
16343
- * The subject of notification.
16447
+ * The subject of the email if the delivery method is ``EMAIL``. Supports variable injection. For more information, see [JSONPath reference](https://docs.aws.amazon.com/connect/latest/adminguide/contact-lens-variable-injection.html) in the *Administrators Guide*.
16344
16448
  */
16345
16449
  subject?: pulumi.Input<string>;
16346
16450
  }
16347
- /**
16348
- * The definition of submit auto evaluation action.
16349
- */
16350
16451
  interface RuleSubmitAutoEvaluationActionArgs {
16351
- /**
16352
- * The Amazon Resource Name (ARN) of the evaluation form.
16353
- */
16354
16452
  evaluationFormArn: pulumi.Input<string>;
16355
16453
  }
16356
16454
  /**
16357
- * The definition of task action.
16455
+ * Information about the task action. This field is required if ``TriggerEventSource`` is one of the following values: ``OnZendeskTicketCreate`` | ``OnZendeskTicketStatusUpdate`` | ``OnSalesforceCaseCreate``
16358
16456
  */
16359
16457
  interface RuleTaskActionArgs {
16360
16458
  /**
16361
- * The Amazon Resource Name (ARN) of the contact flow.
16459
+ * The Amazon Resource Name (ARN) of the flow.
16362
16460
  */
16363
16461
  contactFlowArn: pulumi.Input<string>;
16364
16462
  /**
16365
- * The description which appears in the agent's Contact Control Panel (CCP).
16463
+ * The description. Supports variable injection. For more information, see [JSONPath reference](https://docs.aws.amazon.com/connect/latest/adminguide/contact-lens-variable-injection.html) in the *Administrators Guide*.
16366
16464
  */
16367
16465
  description?: pulumi.Input<string>;
16368
16466
  /**
16369
- * The name which appears in the agent's Contact Control Panel (CCP).
16467
+ * The name. Supports variable injection. For more information, see [JSONPath reference](https://docs.aws.amazon.com/connect/latest/adminguide/contact-lens-variable-injection.html) in the *Administrators Guide*.
16370
16468
  */
16371
16469
  name: pulumi.Input<string>;
16372
16470
  /**
16373
- * A formatted URL that is shown to an agent in the Contact Control Panel (CCP).
16471
+ * Information about the reference when the ``referenceType`` is ``URL``. Otherwise, null. ``URL`` is the only accepted type. (Supports variable injection in the ``Value`` field.)
16374
16472
  */
16375
16473
  references?: pulumi.Input<{
16376
16474
  [key: string]: pulumi.Input<inputs.connect.RuleReferenceArgs>;
16377
16475
  }>;
16378
16476
  }
16379
16477
  /**
16380
- * The event source that will trigger the rule.
16478
+ * The name of the event source.
16381
16479
  */
16382
16480
  interface RuleTriggerEventSourceArgs {
16383
16481
  /**
16384
- * The name of event source.
16482
+ * The name of the event source.
16385
16483
  */
16386
16484
  eventSourceName: pulumi.Input<enums.connect.RuleTriggerEventSourceEventSourceName>;
16387
16485
  /**
16388
- * The Amazon Resource Name (ARN) for the AppIntegration association.
16486
+ * The Amazon Resource Name (ARN) of the integration association. ``IntegrationAssociationArn`` is required if ``TriggerEventSource`` is one of the following values: ``OnZendeskTicketCreate`` | ``OnZendeskTicketStatusUpdate`` | ``OnSalesforceCaseCreate``
16389
16487
  */
16390
16488
  integrationAssociationArn?: pulumi.Input<string>;
16391
16489
  }
16392
- /**
16393
- * The definition for update case action.
16394
- */
16395
16490
  interface RuleUpdateCaseActionArgs {
16396
16491
  fields: pulumi.Input<pulumi.Input<inputs.connect.RuleFieldArgs>[]>;
16397
16492
  }
@@ -16595,11 +16690,11 @@ export declare namespace connect {
16595
16690
  */
16596
16691
  email?: pulumi.Input<string>;
16597
16692
  /**
16598
- * The first name. This is required if you are using Amazon Connect or SAML for identity management.
16693
+ * The first name. This is required if you are using Amazon Connect or SAML for identity management. Inputs must be in Unicode Normalization Form C (NFC). Text containing characters in a non-NFC form (for example, decomposed characters or combining marks) are not accepted.
16599
16694
  */
16600
16695
  firstName?: pulumi.Input<string>;
16601
16696
  /**
16602
- * The last name. This is required if you are using Amazon Connect or SAML for identity management.
16697
+ * The last name. This is required if you are using Amazon Connect or SAML for identity management. Inputs must be in Unicode Normalization Form C (NFC). Text containing characters in a non-NFC form (for example, decomposed characters or combining marks) are not accepted.
16603
16698
  */
16604
16699
  lastName?: pulumi.Input<string>;
16605
16700
  /**
@@ -16884,6 +16979,15 @@ export declare namespace connectcampaignsv2 {
16884
16979
  */
16885
16980
  agentlessConfig?: pulumi.Input<inputs.connectcampaignsv2.CampaignAgentlessConfigArgs>;
16886
16981
  }
16982
+ /**
16983
+ * The event trigger of the campaign
16984
+ */
16985
+ interface CampaignEventTriggerArgs {
16986
+ /**
16987
+ * The Amazon Resource Name (ARN) of the Customer Profiles domain.
16988
+ */
16989
+ customerProfilesDomainArn?: pulumi.Input<string>;
16990
+ }
16887
16991
  /**
16888
16992
  * Local time zone config
16889
16993
  */
@@ -17001,13 +17105,17 @@ export declare namespace connectcampaignsv2 {
17001
17105
  agentlessConfig?: pulumi.Input<inputs.connectcampaignsv2.CampaignAgentlessConfigArgs>;
17002
17106
  }
17003
17107
  /**
17004
- * The possible types of channel config parameters
17108
+ * The possible source of the campaign
17005
17109
  */
17006
17110
  interface CampaignSourceArgs {
17007
17111
  /**
17008
17112
  * The Amazon Resource Name (ARN) of the Customer Profiles segment.
17009
17113
  */
17010
17114
  customerProfilesSegmentArn?: pulumi.Input<string>;
17115
+ /**
17116
+ * The event trigger of the campaign.
17117
+ */
17118
+ eventTrigger?: pulumi.Input<inputs.connectcampaignsv2.CampaignEventTriggerArgs>;
17011
17119
  }
17012
17120
  /**
17013
17121
  * Telephony Channel Subtype config
@@ -21566,6 +21674,9 @@ export declare namespace ec2 {
21566
21674
  udpTimeout?: pulumi.Input<number>;
21567
21675
  }
21568
21676
  interface LaunchTemplateCpuArgs {
21677
+ /**
21678
+ * The instance family to use as the baseline reference for CPU performance. All instance types that match your specified attributes are compared against the CPU performance of the referenced instance family, regardless of CPU manufacturer or architecture differences.
21679
+ */
21569
21680
  references?: pulumi.Input<pulumi.Input<inputs.ec2.LaunchTemplateReferenceArgs>[]>;
21570
21681
  }
21571
21682
  /**
@@ -21722,6 +21833,7 @@ export declare namespace ec2 {
21722
21833
  * The network interfaces for the instance.
21723
21834
  */
21724
21835
  networkInterfaces?: pulumi.Input<pulumi.Input<inputs.ec2.LaunchTemplateNetworkInterfaceArgs>[]>;
21836
+ networkPerformanceOptions?: any;
21725
21837
  /**
21726
21838
  * The placement for the instance.
21727
21839
  */
@@ -23928,6 +24040,10 @@ export declare namespace ec2 {
23928
24040
  */
23929
24041
  userInfoEndpoint?: pulumi.Input<string>;
23930
24042
  }
24043
+ interface VpcEndpointDnsOptionsSpecificationArgs {
24044
+ dnsRecordIpType?: pulumi.Input<enums.ec2.VpcEndpointDnsOptionsSpecificationDnsRecordIpType>;
24045
+ privateDnsOnlyForInboundResolverEndpoint?: pulumi.Input<enums.ec2.VpcEndpointDnsOptionsSpecificationPrivateDnsOnlyForInboundResolverEndpoint>;
24046
+ }
23931
24047
  /**
23932
24048
  * Options for sending VPN tunnel logs to CloudWatch.
23933
24049
  */
@@ -24454,7 +24570,7 @@ export declare namespace ecs {
24454
24570
  */
24455
24571
  interface ServiceAwsVpcConfigurationArgs {
24456
24572
  /**
24457
- * Whether the task's elastic network interface receives a public IP address. The default value is ``DISABLED``.
24573
+ * Whether the task's elastic network interface receives a public IP address. The default value is ``ENABLED``.
24458
24574
  */
24459
24575
  assignPublicIp?: pulumi.Input<enums.ecs.ServiceAwsVpcConfigurationAssignPublicIp>;
24460
24576
  /**
@@ -24676,7 +24792,7 @@ export declare namespace ecs {
24676
24792
  minimumHealthyPercent?: pulumi.Input<number>;
24677
24793
  }
24678
24794
  /**
24679
- * The deployment controller to use for the service. For more information, see [Amazon ECS deployment types](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-types.html) in the *Amazon Elastic Container Service Developer Guide*.
24795
+ * The deployment controller to use for the service.
24680
24796
  */
24681
24797
  interface ServiceDeploymentControllerArgs {
24682
24798
  /**
@@ -24974,13 +25090,17 @@ export declare namespace ecs {
24974
25090
  */
24975
25091
  name: pulumi.Input<string>;
24976
25092
  }
25093
+ /**
25094
+ * The VPC Lattice configuration for your service that holds the information for the target group(s) Amazon ECS tasks will be registered to.
25095
+ */
24977
25096
  interface ServiceVpcLatticeConfigurationArgs {
24978
25097
  /**
24979
- * The name of the port mapping to register in the VPC Lattice target group. This is the name of the `portMapping` you defined in your task definition.
25098
+ * The name of the port mapping to register in the VPC Lattice target group. This is the name of the ``portMapping`` you defined in your task definition.
24980
25099
  */
24981
25100
  portName: pulumi.Input<string>;
24982
25101
  /**
24983
- * The ARN of the IAM role to associate with this VPC Lattice configuration. This is the Amazon ECS infrastructure IAM role that is used to manage your VPC Lattice infrastructure.
25102
+ * The ARN of the IAM role to associate with this VPC Lattice configuration. This is the Amazon ECS
25103
+ * infrastructure IAM role that is used to manage your VPC Lattice infrastructure.
24984
25104
  */
24985
25105
  roleArn: pulumi.Input<string>;
24986
25106
  /**
@@ -25386,7 +25506,7 @@ export declare namespace ecs {
25386
25506
  */
25387
25507
  interface TaskDefinitionEphemeralStorageArgs {
25388
25508
  /**
25389
- * The total amount, in GiB, of ephemeral storage to set for the task. The minimum supported value is ``20`` GiB and the maximum supported value is ``200`` GiB.
25509
+ * The total amount, in GiB, of ephemeral storage to set for the task. The minimum supported value is ``21`` GiB and the maximum supported value is ``200`` GiB.
25390
25510
  */
25391
25511
  sizeInGiB?: pulumi.Input<number>;
25392
25512
  }
@@ -27781,6 +27901,19 @@ export declare namespace emrserverless {
27781
27901
  encryptionKeyArn?: pulumi.Input<string>;
27782
27902
  logUri?: pulumi.Input<string>;
27783
27903
  }
27904
+ /**
27905
+ * The scheduler configuration for batch and streaming jobs running on this application. Supported with release labels emr-7.0.0 and above.
27906
+ */
27907
+ interface ApplicationSchedulerConfigurationArgs {
27908
+ /**
27909
+ * The maximum concurrent job runs on this application. If scheduler configuration is enabled on your application, the default value is 15. The valid range is 1 to 1000.
27910
+ */
27911
+ maxConcurrentRuns?: pulumi.Input<number>;
27912
+ /**
27913
+ * The maximum duration in minutes for the job in QUEUED state. If scheduler configuration is enabled on your application, the default value is 360 minutes (6 hours). The valid range is from 15 to 720.
27914
+ */
27915
+ queueTimeoutMinutes?: pulumi.Input<number>;
27916
+ }
27784
27917
  interface ApplicationWorkerConfigurationArgs {
27785
27918
  /**
27786
27919
  * Per worker CPU resource. vCPU is the only supported unit and specifying vCPU is optional.
@@ -28584,17 +28717,17 @@ export declare namespace events {
28584
28717
  }
28585
28718
  interface RuleSageMakerPipelineParameterArgs {
28586
28719
  /**
28587
- * Name of parameter to start execution of a SageMaker Model Building Pipeline.
28720
+ * Name of parameter to start execution of a SageMaker AI Model Building Pipeline.
28588
28721
  */
28589
28722
  name: pulumi.Input<string>;
28590
28723
  /**
28591
- * Value of parameter to start execution of a SageMaker Model Building Pipeline.
28724
+ * Value of parameter to start execution of a SageMaker AI Model Building Pipeline.
28592
28725
  */
28593
28726
  value: pulumi.Input<string>;
28594
28727
  }
28595
28728
  interface RuleSageMakerPipelineParametersArgs {
28596
28729
  /**
28597
- * List of Parameter names and values for SageMaker Model Building Pipeline execution.
28730
+ * List of Parameter names and values for SageMaker AI Model Building Pipeline execution.
28598
28731
  */
28599
28732
  pipelineParameterList?: pulumi.Input<pulumi.Input<inputs.events.RuleSageMakerPipelineParameterArgs>[]>;
28600
28733
  }
@@ -28680,9 +28813,9 @@ export declare namespace events {
28680
28813
  */
28681
28814
  runCommandParameters?: pulumi.Input<inputs.events.RuleRunCommandParametersArgs>;
28682
28815
  /**
28683
- * Contains the SageMaker Model Building Pipeline parameters to start execution of a SageMaker Model Building Pipeline.
28816
+ * Contains the SageMaker AI Model Building Pipeline parameters to start execution of a SageMaker AI Model Building Pipeline.
28684
28817
  *
28685
- * If you specify a SageMaker Model Building Pipeline as a target, you can use this to specify parameters to start a pipeline execution based on EventBridge events.
28818
+ * If you specify a SageMaker AI Model Building Pipeline as a target, you can use this to specify parameters to start a pipeline execution based on EventBridge events.
28686
28819
  */
28687
28820
  sageMakerPipelineParameters?: pulumi.Input<inputs.events.RuleSageMakerPipelineParametersArgs>;
28688
28821
  /**
@@ -29050,7 +29183,7 @@ export declare namespace fis {
29050
29183
  /**
29051
29184
  * The data sources for the experiment report.
29052
29185
  */
29053
- dataSources: pulumi.Input<inputs.fis.ExperimentTemplateExperimentReportConfigurationDataSourcesPropertiesArgs>;
29186
+ dataSources?: pulumi.Input<inputs.fis.ExperimentTemplateExperimentReportConfigurationDataSourcesPropertiesArgs>;
29054
29187
  /**
29055
29188
  * The output destinations of the experiment report.
29056
29189
  */
@@ -43694,6 +43827,305 @@ export declare namespace logs {
43694
43827
  */
43695
43828
  openSearchResourceConfig?: pulumi.Input<inputs.logs.IntegrationOpenSearchResourceConfigArgs>;
43696
43829
  }
43830
+ interface TransformerAddKeyEntryArgs {
43831
+ /**
43832
+ * The key of the new entry to be added to the log event
43833
+ */
43834
+ key: pulumi.Input<string>;
43835
+ /**
43836
+ * Specifies whether to overwrite the value if the key already exists in the log event. If you omit this, the default is `false` .
43837
+ */
43838
+ overwriteIfExists?: pulumi.Input<boolean>;
43839
+ /**
43840
+ * The value of the new entry to be added to the log event
43841
+ */
43842
+ value: pulumi.Input<string>;
43843
+ }
43844
+ interface TransformerCopyValueEntryArgs {
43845
+ overwriteIfExists?: pulumi.Input<boolean>;
43846
+ source: pulumi.Input<string>;
43847
+ target: pulumi.Input<string>;
43848
+ }
43849
+ interface TransformerMoveKeyEntryArgs {
43850
+ overwriteIfExists?: pulumi.Input<boolean>;
43851
+ source: pulumi.Input<string>;
43852
+ target: pulumi.Input<string>;
43853
+ }
43854
+ interface TransformerParseCloudfrontArgs {
43855
+ /**
43856
+ * Omit this parameter and the whole log message will be processed by this processor. No other value than `@message` is allowed for `source` .
43857
+ */
43858
+ source?: pulumi.Input<string>;
43859
+ }
43860
+ interface TransformerParsePostgresArgs {
43861
+ /**
43862
+ * Omit this parameter and the whole log message will be processed by this processor. No other value than `@message` is allowed for `source` .
43863
+ */
43864
+ source?: pulumi.Input<string>;
43865
+ }
43866
+ interface TransformerParseRoute53Args {
43867
+ /**
43868
+ * Omit this parameter and the whole log message will be processed by this processor. No other value than `@message` is allowed for `source` .
43869
+ */
43870
+ source?: pulumi.Input<string>;
43871
+ }
43872
+ interface TransformerParseVpcArgs {
43873
+ /**
43874
+ * Omit this parameter and the whole log message will be processed by this processor. No other value than `@message` is allowed for `source` .
43875
+ */
43876
+ source?: pulumi.Input<string>;
43877
+ }
43878
+ interface TransformerParseWafArgs {
43879
+ /**
43880
+ * Omit this parameter and the whole log message will be processed by this processor. No other value than `@message` is allowed for `source` .
43881
+ */
43882
+ source?: pulumi.Input<string>;
43883
+ }
43884
+ /**
43885
+ * Individual processor configuration
43886
+ */
43887
+ interface TransformerProcessorArgs {
43888
+ /**
43889
+ * Use this parameter to include the [addKeys](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-addKeys) processor in your transformer.
43890
+ */
43891
+ addKeys?: pulumi.Input<inputs.logs.TransformerProcessorAddKeysPropertiesArgs>;
43892
+ /**
43893
+ * Use this parameter to include the [copyValue](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-copyValue) processor in your transformer.
43894
+ */
43895
+ copyValue?: pulumi.Input<inputs.logs.TransformerProcessorCopyValuePropertiesArgs>;
43896
+ /**
43897
+ * Use this parameter to include the [CSV](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-CSV) processor in your transformer.
43898
+ */
43899
+ csv?: pulumi.Input<inputs.logs.TransformerProcessorCsvPropertiesArgs>;
43900
+ /**
43901
+ * Use this parameter to include the [datetimeConverter](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-datetimeConverter) processor in your transformer.
43902
+ */
43903
+ dateTimeConverter?: pulumi.Input<inputs.logs.TransformerProcessorDateTimeConverterPropertiesArgs>;
43904
+ /**
43905
+ * Use this parameter to include the [deleteKeys](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-deleteKeys) processor in your transformer.
43906
+ */
43907
+ deleteKeys?: pulumi.Input<inputs.logs.TransformerProcessorDeleteKeysPropertiesArgs>;
43908
+ /**
43909
+ * Use this parameter to include the [grok](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-grok) processor in your transformer.
43910
+ */
43911
+ grok?: pulumi.Input<inputs.logs.TransformerProcessorGrokPropertiesArgs>;
43912
+ /**
43913
+ * Use this parameter to include the [listToMap](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-listToMap) processor in your transformer.
43914
+ */
43915
+ listToMap?: pulumi.Input<inputs.logs.TransformerProcessorListToMapPropertiesArgs>;
43916
+ /**
43917
+ * Use this parameter to include the [lowerCaseString](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-lowerCaseString) processor in your transformer.
43918
+ */
43919
+ lowerCaseString?: pulumi.Input<inputs.logs.TransformerProcessorLowerCaseStringPropertiesArgs>;
43920
+ /**
43921
+ * Use this parameter to include the [moveKeys](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-moveKeys) processor in your transformer.
43922
+ */
43923
+ moveKeys?: pulumi.Input<inputs.logs.TransformerProcessorMoveKeysPropertiesArgs>;
43924
+ /**
43925
+ * Use this parameter to include the [parseCloudfront](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-parseCloudfront) processor in your transformer.
43926
+ *
43927
+ * If you use this processor, it must be the first processor in your transformer.
43928
+ */
43929
+ parseCloudfront?: pulumi.Input<inputs.logs.TransformerParseCloudfrontArgs>;
43930
+ /**
43931
+ * Use this parameter to include the [parseJSON](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-parseJSON) processor in your transformer.
43932
+ */
43933
+ parseJson?: pulumi.Input<inputs.logs.TransformerProcessorParseJsonPropertiesArgs>;
43934
+ /**
43935
+ * Use this parameter to include the [parseKeyValue](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-parseKeyValue) processor in your transformer.
43936
+ */
43937
+ parseKeyValue?: pulumi.Input<inputs.logs.TransformerProcessorParseKeyValuePropertiesArgs>;
43938
+ /**
43939
+ * Use this parameter to include the [parsePostGres](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-parsePostGres) processor in your transformer.
43940
+ *
43941
+ * If you use this processor, it must be the first processor in your transformer.
43942
+ */
43943
+ parsePostgres?: pulumi.Input<inputs.logs.TransformerParsePostgresArgs>;
43944
+ /**
43945
+ * Use this parameter to include the [parseRoute53](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-parseRoute53) processor in your transformer.
43946
+ *
43947
+ * If you use this processor, it must be the first processor in your transformer.
43948
+ */
43949
+ parseRoute53?: pulumi.Input<inputs.logs.TransformerParseRoute53Args>;
43950
+ /**
43951
+ * Use this parameter to include the [parseVPC](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-parseVPC) processor in your transformer.
43952
+ *
43953
+ * If you use this processor, it must be the first processor in your transformer.
43954
+ */
43955
+ parseVpc?: pulumi.Input<inputs.logs.TransformerParseVpcArgs>;
43956
+ /**
43957
+ * Use this parameter to include the [parseWAF](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-parseWAF) processor in your transformer.
43958
+ *
43959
+ * If you use this processor, it must be the first processor in your transformer.
43960
+ */
43961
+ parseWaf?: pulumi.Input<inputs.logs.TransformerParseWafArgs>;
43962
+ /**
43963
+ * Use this parameter to include the [renameKeys](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-renameKeys) processor in your transformer.
43964
+ */
43965
+ renameKeys?: pulumi.Input<inputs.logs.TransformerProcessorRenameKeysPropertiesArgs>;
43966
+ /**
43967
+ * Use this parameter to include the [splitString](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-splitString) processor in your transformer.
43968
+ */
43969
+ splitString?: pulumi.Input<inputs.logs.TransformerProcessorSplitStringPropertiesArgs>;
43970
+ /**
43971
+ * Use this parameter to include the [substituteString](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-substituteString) processor in your transformer.
43972
+ */
43973
+ substituteString?: pulumi.Input<inputs.logs.TransformerProcessorSubstituteStringPropertiesArgs>;
43974
+ /**
43975
+ * Use this parameter to include the [trimString](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-trimString) processor in your transformer.
43976
+ */
43977
+ trimString?: pulumi.Input<inputs.logs.TransformerProcessorTrimStringPropertiesArgs>;
43978
+ /**
43979
+ * Use this parameter to include the [typeConverter](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-typeConverter) processor in your transformer.
43980
+ */
43981
+ typeConverter?: pulumi.Input<inputs.logs.TransformerProcessorTypeConverterPropertiesArgs>;
43982
+ /**
43983
+ * Use this parameter to include the [upperCaseString](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-upperCaseString) processor in your transformer.
43984
+ */
43985
+ upperCaseString?: pulumi.Input<inputs.logs.TransformerProcessorUpperCaseStringPropertiesArgs>;
43986
+ }
43987
+ /**
43988
+ * Use this parameter to include the [addKeys](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-addKeys) processor in your transformer.
43989
+ */
43990
+ interface TransformerProcessorAddKeysPropertiesArgs {
43991
+ entries: pulumi.Input<pulumi.Input<inputs.logs.TransformerAddKeyEntryArgs>[]>;
43992
+ }
43993
+ /**
43994
+ * Use this parameter to include the [copyValue](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-copyValue) processor in your transformer.
43995
+ */
43996
+ interface TransformerProcessorCopyValuePropertiesArgs {
43997
+ entries: pulumi.Input<pulumi.Input<inputs.logs.TransformerCopyValueEntryArgs>[]>;
43998
+ }
43999
+ /**
44000
+ * Use this parameter to include the [CSV](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-CSV) processor in your transformer.
44001
+ */
44002
+ interface TransformerProcessorCsvPropertiesArgs {
44003
+ columns?: pulumi.Input<pulumi.Input<string>[]>;
44004
+ delimiter?: pulumi.Input<string>;
44005
+ quoteCharacter?: pulumi.Input<string>;
44006
+ source?: pulumi.Input<string>;
44007
+ }
44008
+ /**
44009
+ * Use this parameter to include the [datetimeConverter](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-datetimeConverter) processor in your transformer.
44010
+ */
44011
+ interface TransformerProcessorDateTimeConverterPropertiesArgs {
44012
+ locale?: pulumi.Input<string>;
44013
+ matchPatterns: pulumi.Input<pulumi.Input<string>[]>;
44014
+ source: pulumi.Input<string>;
44015
+ sourceTimezone?: pulumi.Input<string>;
44016
+ target: pulumi.Input<string>;
44017
+ targetFormat?: pulumi.Input<string>;
44018
+ targetTimezone?: pulumi.Input<string>;
44019
+ }
44020
+ /**
44021
+ * Use this parameter to include the [deleteKeys](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-deleteKeys) processor in your transformer.
44022
+ */
44023
+ interface TransformerProcessorDeleteKeysPropertiesArgs {
44024
+ withKeys: pulumi.Input<pulumi.Input<string>[]>;
44025
+ }
44026
+ /**
44027
+ * Use this parameter to include the [grok](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-grok) processor in your transformer.
44028
+ */
44029
+ interface TransformerProcessorGrokPropertiesArgs {
44030
+ match: pulumi.Input<string>;
44031
+ source?: pulumi.Input<string>;
44032
+ }
44033
+ /**
44034
+ * Use this parameter to include the [listToMap](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-listToMap) processor in your transformer.
44035
+ */
44036
+ interface TransformerProcessorListToMapPropertiesArgs {
44037
+ flatten?: pulumi.Input<boolean>;
44038
+ flattenedElement?: pulumi.Input<enums.logs.TransformerProcessorListToMapPropertiesFlattenedElement>;
44039
+ key: pulumi.Input<string>;
44040
+ source: pulumi.Input<string>;
44041
+ target?: pulumi.Input<string>;
44042
+ valueKey?: pulumi.Input<string>;
44043
+ }
44044
+ /**
44045
+ * Use this parameter to include the [lowerCaseString](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-lowerCaseString) processor in your transformer.
44046
+ */
44047
+ interface TransformerProcessorLowerCaseStringPropertiesArgs {
44048
+ withKeys: pulumi.Input<pulumi.Input<string>[]>;
44049
+ }
44050
+ /**
44051
+ * Use this parameter to include the [moveKeys](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-moveKeys) processor in your transformer.
44052
+ */
44053
+ interface TransformerProcessorMoveKeysPropertiesArgs {
44054
+ entries: pulumi.Input<pulumi.Input<inputs.logs.TransformerMoveKeyEntryArgs>[]>;
44055
+ }
44056
+ /**
44057
+ * Use this parameter to include the [parseJSON](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-parseJSON) processor in your transformer.
44058
+ */
44059
+ interface TransformerProcessorParseJsonPropertiesArgs {
44060
+ destination?: pulumi.Input<string>;
44061
+ source?: pulumi.Input<string>;
44062
+ }
44063
+ /**
44064
+ * Use this parameter to include the [parseKeyValue](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-parseKeyValue) processor in your transformer.
44065
+ */
44066
+ interface TransformerProcessorParseKeyValuePropertiesArgs {
44067
+ destination?: pulumi.Input<string>;
44068
+ fieldDelimiter?: pulumi.Input<string>;
44069
+ keyPrefix?: pulumi.Input<string>;
44070
+ keyValueDelimiter?: pulumi.Input<string>;
44071
+ nonMatchValue?: pulumi.Input<string>;
44072
+ overwriteIfExists?: pulumi.Input<boolean>;
44073
+ source?: pulumi.Input<string>;
44074
+ }
44075
+ /**
44076
+ * Use this parameter to include the [renameKeys](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-renameKeys) processor in your transformer.
44077
+ */
44078
+ interface TransformerProcessorRenameKeysPropertiesArgs {
44079
+ entries: pulumi.Input<pulumi.Input<inputs.logs.TransformerRenameKeyEntryArgs>[]>;
44080
+ }
44081
+ /**
44082
+ * Use this parameter to include the [splitString](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-splitString) processor in your transformer.
44083
+ */
44084
+ interface TransformerProcessorSplitStringPropertiesArgs {
44085
+ entries: pulumi.Input<pulumi.Input<inputs.logs.TransformerSplitStringEntryArgs>[]>;
44086
+ }
44087
+ /**
44088
+ * Use this parameter to include the [substituteString](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-substituteString) processor in your transformer.
44089
+ */
44090
+ interface TransformerProcessorSubstituteStringPropertiesArgs {
44091
+ entries: pulumi.Input<pulumi.Input<inputs.logs.TransformerSubstituteStringEntryArgs>[]>;
44092
+ }
44093
+ /**
44094
+ * Use this parameter to include the [trimString](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-trimString) processor in your transformer.
44095
+ */
44096
+ interface TransformerProcessorTrimStringPropertiesArgs {
44097
+ withKeys: pulumi.Input<pulumi.Input<string>[]>;
44098
+ }
44099
+ /**
44100
+ * Use this parameter to include the [typeConverter](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-typeConverter) processor in your transformer.
44101
+ */
44102
+ interface TransformerProcessorTypeConverterPropertiesArgs {
44103
+ entries: pulumi.Input<pulumi.Input<inputs.logs.TransformerTypeConverterEntryArgs>[]>;
44104
+ }
44105
+ /**
44106
+ * Use this parameter to include the [upperCaseString](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-upperCaseString) processor in your transformer.
44107
+ */
44108
+ interface TransformerProcessorUpperCaseStringPropertiesArgs {
44109
+ withKeys: pulumi.Input<pulumi.Input<string>[]>;
44110
+ }
44111
+ interface TransformerRenameKeyEntryArgs {
44112
+ key: pulumi.Input<string>;
44113
+ overwriteIfExists?: pulumi.Input<boolean>;
44114
+ renameTo: pulumi.Input<string>;
44115
+ }
44116
+ interface TransformerSplitStringEntryArgs {
44117
+ delimiter: pulumi.Input<string>;
44118
+ source: pulumi.Input<string>;
44119
+ }
44120
+ interface TransformerSubstituteStringEntryArgs {
44121
+ from: pulumi.Input<string>;
44122
+ source: pulumi.Input<string>;
44123
+ to: pulumi.Input<string>;
44124
+ }
44125
+ interface TransformerTypeConverterEntryArgs {
44126
+ key: pulumi.Input<string>;
44127
+ type: pulumi.Input<enums.logs.TransformerTypeConverterEntryType>;
44128
+ }
43697
44129
  }
43698
44130
  export declare namespace lookoutmetrics {
43699
44131
  interface AlertActionArgs {
@@ -47415,6 +47847,53 @@ export declare namespace networkmanager {
47415
47847
  */
47416
47848
  longitude?: pulumi.Input<string>;
47417
47849
  }
47850
+ /**
47851
+ * The attachment to move from one network function group to another.
47852
+ */
47853
+ interface DirectConnectGatewayAttachmentProposedNetworkFunctionGroupChangeArgs {
47854
+ /**
47855
+ * The rule number in the policy document that applies to this change.
47856
+ */
47857
+ attachmentPolicyRuleNumber?: pulumi.Input<number>;
47858
+ /**
47859
+ * The name of the network function group to change.
47860
+ */
47861
+ networkFunctionGroupName?: pulumi.Input<string>;
47862
+ /**
47863
+ * The key-value tags that changed for the network function group.
47864
+ */
47865
+ tags?: pulumi.Input<pulumi.Input<inputs.networkmanager.DirectConnectGatewayAttachmentTagArgs>[]>;
47866
+ }
47867
+ /**
47868
+ * The attachment to move from one segment to another.
47869
+ */
47870
+ interface DirectConnectGatewayAttachmentProposedSegmentChangeArgs {
47871
+ /**
47872
+ * The rule number in the policy document that applies to this change.
47873
+ */
47874
+ attachmentPolicyRuleNumber?: pulumi.Input<number>;
47875
+ /**
47876
+ * The name of the segment to change.
47877
+ */
47878
+ segmentName?: pulumi.Input<string>;
47879
+ /**
47880
+ * The key-value tags that changed for the segment.
47881
+ */
47882
+ tags?: pulumi.Input<pulumi.Input<inputs.networkmanager.DirectConnectGatewayAttachmentTagArgs>[]>;
47883
+ }
47884
+ /**
47885
+ * A key-value pair to associate with a resource.
47886
+ */
47887
+ interface DirectConnectGatewayAttachmentTagArgs {
47888
+ /**
47889
+ * The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
47890
+ */
47891
+ key: pulumi.Input<string>;
47892
+ /**
47893
+ * The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
47894
+ */
47895
+ value: pulumi.Input<string>;
47896
+ }
47418
47897
  /**
47419
47898
  * The bandwidth for the link.
47420
47899
  */
@@ -49553,11 +50032,11 @@ export declare namespace pipes {
49553
50032
  }
49554
50033
  interface PipeSageMakerPipelineParameterArgs {
49555
50034
  /**
49556
- * Name of parameter to start execution of a SageMaker Model Building Pipeline.
50035
+ * Name of parameter to start execution of a SageMaker AI Model Building Pipeline.
49557
50036
  */
49558
50037
  name: pulumi.Input<string>;
49559
50038
  /**
49560
- * Value of parameter to start execution of a SageMaker Model Building Pipeline.
50039
+ * Value of parameter to start execution of a SageMaker AI Model Building Pipeline.
49561
50040
  */
49562
50041
  value: pulumi.Input<string>;
49563
50042
  }
@@ -50054,7 +50533,7 @@ export declare namespace pipes {
50054
50533
  */
50055
50534
  redshiftDataParameters?: pulumi.Input<inputs.pipes.PipeTargetRedshiftDataParametersArgs>;
50056
50535
  /**
50057
- * The parameters for using a SageMaker pipeline as a target.
50536
+ * The parameters for using a SageMaker AI pipeline as a target.
50058
50537
  */
50059
50538
  sageMakerPipelineParameters?: pulumi.Input<inputs.pipes.PipeTargetSageMakerPipelineParametersArgs>;
50060
50539
  /**
@@ -50098,7 +50577,7 @@ export declare namespace pipes {
50098
50577
  }
50099
50578
  interface PipeTargetSageMakerPipelineParametersArgs {
50100
50579
  /**
50101
- * List of Parameter names and values for SageMaker Model Building Pipeline execution.
50580
+ * List of Parameter names and values for SageMaker AI Model Building Pipeline execution.
50102
50581
  */
50103
50582
  pipelineParameterList?: pulumi.Input<pulumi.Input<inputs.pipes.PipeSageMakerPipelineParameterArgs>[]>;
50104
50583
  }
@@ -50218,29 +50697,77 @@ export declare namespace qbusiness {
50218
50697
  qAppsControlMode: pulumi.Input<enums.qbusiness.ApplicationQAppsControlMode>;
50219
50698
  }
50220
50699
  interface ApplicationQuickSightConfigurationArgs {
50700
+ /**
50701
+ * The Amazon QuickSight namespace that is used as the identity provider. For more information about QuickSight namespaces, see [Namespace operations](https://docs.aws.amazon.com/quicksight/latest/developerguide/namespace-operations.html) .
50702
+ */
50221
50703
  clientNamespace: pulumi.Input<string>;
50222
50704
  }
50223
50705
  interface DataAccessorActionConfigurationArgs {
50706
+ /**
50707
+ * The Amazon Q Business action that is allowed.
50708
+ */
50224
50709
  action: pulumi.Input<string>;
50710
+ /**
50711
+ * The filter configuration for the action, if any.
50712
+ */
50225
50713
  filterConfiguration?: pulumi.Input<inputs.qbusiness.DataAccessorActionFilterConfigurationArgs>;
50226
50714
  }
50227
50715
  interface DataAccessorActionFilterConfigurationArgs {
50716
+ /**
50717
+ * Enables filtering of responses based on document attributes or metadata fields.
50718
+ */
50228
50719
  documentAttributeFilter: pulumi.Input<inputs.qbusiness.DataAccessorAttributeFilterArgs>;
50229
50720
  }
50230
50721
  interface DataAccessorAttributeFilterArgs {
50722
+ /**
50723
+ * Performs a logical `AND` operation on all supplied filters.
50724
+ */
50231
50725
  andAllFilters?: pulumi.Input<pulumi.Input<inputs.qbusiness.DataAccessorAttributeFilterArgs>[]>;
50726
+ /**
50727
+ * Returns `true` when a document contains all the specified document attributes or metadata fields. Supported for the following [document attribute value types](https://docs.aws.amazon.com/amazonq/latest/api-reference/API_DocumentAttributeValue.html) : `stringListValue` .
50728
+ */
50232
50729
  containsAll?: pulumi.Input<inputs.qbusiness.DataAccessorDocumentAttributeArgs>;
50730
+ /**
50731
+ * Returns `true` when a document contains any of the specified document attributes or metadata fields. Supported for the following [document attribute value types](https://docs.aws.amazon.com/amazonq/latest/api-reference/API_DocumentAttributeValue.html) : `stringListValue` .
50732
+ */
50233
50733
  containsAny?: pulumi.Input<inputs.qbusiness.DataAccessorDocumentAttributeArgs>;
50734
+ /**
50735
+ * Performs an equals operation on two document attributes or metadata fields. Supported for the following [document attribute value types](https://docs.aws.amazon.com/amazonq/latest/api-reference/API_DocumentAttributeValue.html) : `dateValue` , `longValue` , `stringListValue` and `stringValue` .
50736
+ */
50234
50737
  equalsTo?: pulumi.Input<inputs.qbusiness.DataAccessorDocumentAttributeArgs>;
50738
+ /**
50739
+ * Performs a greater than operation on two document attributes or metadata fields. Supported for the following [document attribute value types](https://docs.aws.amazon.com/amazonq/latest/api-reference/API_DocumentAttributeValue.html) : `dateValue` and `longValue` .
50740
+ */
50235
50741
  greaterThan?: pulumi.Input<inputs.qbusiness.DataAccessorDocumentAttributeArgs>;
50742
+ /**
50743
+ * Performs a greater or equals than operation on two document attributes or metadata fields. Supported for the following [document attribute value types](https://docs.aws.amazon.com/amazonq/latest/api-reference/API_DocumentAttributeValue.html) : `dateValue` and `longValue` .
50744
+ */
50236
50745
  greaterThanOrEquals?: pulumi.Input<inputs.qbusiness.DataAccessorDocumentAttributeArgs>;
50746
+ /**
50747
+ * Performs a less than operation on two document attributes or metadata fields. Supported for the following [document attribute value types](https://docs.aws.amazon.com/amazonq/latest/api-reference/API_DocumentAttributeValue.html) : `dateValue` and `longValue` .
50748
+ */
50237
50749
  lessThan?: pulumi.Input<inputs.qbusiness.DataAccessorDocumentAttributeArgs>;
50750
+ /**
50751
+ * Performs a less than or equals operation on two document attributes or metadata fields.Supported for the following [document attribute value type](https://docs.aws.amazon.com/amazonq/latest/api-reference/API_DocumentAttributeValue.html) : `dateValue` and `longValue` .
50752
+ */
50238
50753
  lessThanOrEquals?: pulumi.Input<inputs.qbusiness.DataAccessorDocumentAttributeArgs>;
50754
+ /**
50755
+ * Performs a logical `NOT` operation on all supplied filters.
50756
+ */
50239
50757
  notFilter?: pulumi.Input<inputs.qbusiness.DataAccessorAttributeFilterArgs>;
50758
+ /**
50759
+ * Performs a logical `OR` operation on all supplied filters.
50760
+ */
50240
50761
  orAllFilters?: pulumi.Input<pulumi.Input<inputs.qbusiness.DataAccessorAttributeFilterArgs>[]>;
50241
50762
  }
50242
50763
  interface DataAccessorDocumentAttributeArgs {
50764
+ /**
50765
+ * The identifier for the attribute.
50766
+ */
50243
50767
  name: pulumi.Input<string>;
50768
+ /**
50769
+ * The value of the attribute.
50770
+ */
50244
50771
  value: pulumi.Input<inputs.qbusiness.DataAccessorDocumentAttributeValue0PropertiesArgs | inputs.qbusiness.DataAccessorDocumentAttributeValue1PropertiesArgs | inputs.qbusiness.DataAccessorDocumentAttributeValue2PropertiesArgs | inputs.qbusiness.DataAccessorDocumentAttributeValue3PropertiesArgs>;
50245
50772
  }
50246
50773
  interface DataAccessorDocumentAttributeValue0PropertiesArgs {
@@ -50338,6 +50865,9 @@ export declare namespace qbusiness {
50338
50865
  s3BucketName?: pulumi.Input<string>;
50339
50866
  }
50340
50867
  interface DataSourceImageExtractionConfigurationArgs {
50868
+ /**
50869
+ * Specify whether to extract semantic meaning from images and visuals from documents.
50870
+ */
50341
50871
  imageExtractionStatus: pulumi.Input<enums.qbusiness.DataSourceImageExtractionStatus>;
50342
50872
  }
50343
50873
  interface DataSourceInlineDocumentEnrichmentConfigurationArgs {
@@ -50355,6 +50885,9 @@ export declare namespace qbusiness {
50355
50885
  target?: pulumi.Input<inputs.qbusiness.DataSourceDocumentAttributeTargetArgs>;
50356
50886
  }
50357
50887
  interface DataSourceMediaExtractionConfigurationArgs {
50888
+ /**
50889
+ * The configuration for extracting semantic meaning from images in documents. For more information, see [Extracting semantic meaning from images and visuals](https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/extracting-meaning-from-images.html) .
50890
+ */
50358
50891
  imageExtractionConfiguration?: pulumi.Input<inputs.qbusiness.DataSourceImageExtractionConfigurationArgs>;
50359
50892
  }
50360
50893
  interface DataSourceVpcConfigurationArgs {
@@ -50445,9 +50978,21 @@ export declare namespace qbusiness {
50445
50978
  indexId: pulumi.Input<string>;
50446
50979
  }
50447
50980
  interface WebExperienceCustomizationConfigurationArgs {
50981
+ /**
50982
+ * Provides the URL where the custom CSS file is hosted for an Amazon Q web experience.
50983
+ */
50448
50984
  customCssUrl?: pulumi.Input<string>;
50985
+ /**
50986
+ * Provides the URL where the custom favicon file is hosted for an Amazon Q web experience.
50987
+ */
50449
50988
  faviconUrl?: pulumi.Input<string>;
50989
+ /**
50990
+ * Provides the URL where the custom font file is hosted for an Amazon Q web experience.
50991
+ */
50450
50992
  fontUrl?: pulumi.Input<string>;
50993
+ /**
50994
+ * Provides the URL where the custom logo file is hosted for an Amazon Q web experience.
50995
+ */
50451
50996
  logoUrl?: pulumi.Input<string>;
50452
50997
  }
50453
50998
  interface WebExperienceIdentityProviderConfiguration0PropertiesArgs {
@@ -67220,6 +67765,9 @@ export declare namespace quicksight {
67220
67765
  */
67221
67766
  parameterName: pulumi.Input<string>;
67222
67767
  }
67768
+ interface DataSetPerformanceConfigurationArgs {
67769
+ uniqueKeys?: pulumi.Input<pulumi.Input<inputs.quicksight.DataSetUniqueKeyArgs>[]>;
67770
+ }
67223
67771
  /**
67224
67772
  * <p>A view of a data source that contains information about the shape of the data in the
67225
67773
  * underlying source. This is a variant type structure. For this structure to be valid,
@@ -67503,6 +68051,9 @@ export declare namespace quicksight {
67503
68051
  tagColumnOperation?: pulumi.Input<inputs.quicksight.DataSetTagColumnOperationArgs>;
67504
68052
  untagColumnOperation?: pulumi.Input<inputs.quicksight.DataSetUntagColumnOperationArgs>;
67505
68053
  }
68054
+ interface DataSetUniqueKeyArgs {
68055
+ columnNames: pulumi.Input<pulumi.Input<string>[]>;
68056
+ }
67506
68057
  /**
67507
68058
  * <p>A transform operation that removes tags associated with a column.</p>
67508
68059
  */
@@ -77260,7 +77811,13 @@ export declare namespace redshiftserverless {
77260
77811
  parameterValue?: pulumi.Input<string>;
77261
77812
  }
77262
77813
  interface WorkgroupPerformanceTargetArgs {
77814
+ /**
77815
+ * The target price performance level for the workgroup. Valid values include 1, 25, 50, 75, and 100. These correspond to the price performance levels LOW_COST, ECONOMICAL, BALANCED, RESOURCEFUL, and HIGH_PERFORMANCE.
77816
+ */
77263
77817
  level?: pulumi.Input<number>;
77818
+ /**
77819
+ * Whether the price performance target is enabled for the workgroup.
77820
+ */
77264
77821
  status?: pulumi.Input<enums.redshiftserverless.WorkgroupPerformanceTargetStatus>;
77265
77822
  }
77266
77823
  }
@@ -78758,27 +79315,6 @@ export declare namespace s3 {
78758
79315
  */
78759
79316
  targetObjectKeyFormat?: pulumi.Input<inputs.s3.BucketTargetObjectKeyFormatArgs>;
78760
79317
  }
78761
- interface BucketMetadataTableConfigurationArgs {
78762
- /**
78763
- * Returns the <code>Error</code> value of the GetBucketMetadataTableConfiguration response.
78764
- */
78765
- error?: pulumi.Input<inputs.s3.BucketMetadataTableErrorArgs>;
78766
- s3TablesDestination: pulumi.Input<inputs.s3.BucketS3TablesDestinationArgs>;
78767
- /**
78768
- * Returns the <code>Status</code> value of the <code>GetBucketMetadataTableConfigurationResult</code> response. This value indicates the status of the metadata table. The status values are:<br/><code>CREATING</code> - The metadata table is in the process of being created in the specified table bucket.<br/><code>ACTIVE</code> - The metadata table has been created successfully and records are being delivered to the table.<br/><code>FAILED</code> - Amazon S3 is unable to create the metadata table, or Amazon S3 is unable to deliver records.
78769
- */
78770
- status?: pulumi.Input<string>;
78771
- }
78772
- interface BucketMetadataTableErrorArgs {
78773
- /**
78774
- * If the <code>CreateBucketMetadataTableConfiguration</code> request succeeds, but S3 Metadata was unable to create the table, this structure contains the error code. The possible error codes and error messages are as follows:<br/><code>AccessDeniedCreatingResources</code> - You don't have sufficient permissions to create the required resources. Make sure that you have <code>s3tables:CreateNamespace</code>, <code>s3tables:CreateTable</code>, <code>s3tables:GetTable</code> and <code>s3tables:PutTablePolicy</code> permissions, and then try again. To create a new metadata table, you must delete the metadata configuration for this bucket, and then create a new metadata configuration.<br/><code>AccessDeniedWritingToTable</code> - Unable to write to the metadata table because of missing resource permissions. To fix the resource policy, Amazon S3 needs to create a new metadata table. To create a new metadata table, you must delete the metadata configuration for this bucket, and then create a new metadata configuration.<br/><code>DestinationTableNotFound</code> - The destination table doesn't exist. To create a new metadata table, you must delete the metadata configuration for this bucket, and then create a new metadata configuration.<br/><code>ServerInternalError</code> - An internal error has occurred. To create a new metadata table, you must delete the metadata configuration for this bucket, and then create a new metadata configuration.<br/><code>TableAlreadyExists</code> - The table that you specified already exists in the table bucket's namespace. Specify a different table name. To create a new metadata table, you must delete the metadata configuration for this bucket, and then create a new metadata configuration.<br/><code>TableBucketNotFound</code> - The table bucket that you specified doesn't exist in this AWS Region and account. Create or choose a different table bucket. To create a new metadata table, you must delete the metadata configuration for this bucket, and then create a new metadata configuration.
78775
- */
78776
- errorCode: pulumi.Input<string>;
78777
- /**
78778
- * If the <code>CreateBucketMetadataTableConfiguration</code> request succeeds, but S3 Metadata was unable to create the table, this structure contains the error code. The possible error codes and error messages are as follows:<br/><code>AccessDeniedCreatingResources</code> - You don't have sufficient permissions to create the required resources. Make sure that you have <code>s3tables:CreateNamespace</code>, <code>s3tables:CreateTable</code>, <code>s3tables:GetTable</code> and <code>s3tables:PutTablePolicy</code> permissions, and then try again. To create a new metadata table, you must delete the metadata configuration for this bucket, and then create a new metadata configuration.<br/><code>AccessDeniedWritingToTable</code> - Unable to write to the metadata table because of missing resource permissions. To fix the resource policy, Amazon S3 needs to create a new metadata table. To create a new metadata table, you must delete the metadata configuration for this bucket, and then create a new metadata configuration.<br/><code>DestinationTableNotFound</code> - The destination table doesn't exist. To create a new metadata table, you must delete the metadata configuration for this bucket, and then create a new metadata configuration.<br/><code>ServerInternalError</code> - An internal error has occurred. To create a new metadata table, you must delete the metadata configuration for this bucket, and then create a new metadata configuration.<br/><code>TableAlreadyExists</code> - The table that you specified already exists in the table bucket's namespace. Specify a different table name. To create a new metadata table, you must delete the metadata configuration for this bucket, and then create a new metadata configuration.<br/><code>TableBucketNotFound</code> - The table bucket that you specified doesn't exist in this AWS Region and account. Create or choose a different table bucket. To create a new metadata table, you must delete the metadata configuration for this bucket, and then create a new metadata configuration.
78779
- */
78780
- errorMessage: pulumi.Input<string>;
78781
- }
78782
79318
  /**
78783
79319
  * A container specifying replication metrics-related settings enabling replication metrics and events.
78784
79320
  */
@@ -79274,24 +79810,6 @@ export declare namespace s3 {
79274
79810
  */
79275
79811
  rules: pulumi.Input<pulumi.Input<inputs.s3.BucketFilterRuleArgs>[]>;
79276
79812
  }
79277
- interface BucketS3TablesDestinationArgs {
79278
- /**
79279
- * The Amazon Resource Name (ARN) for the metadata table in the metadata table configuration. The specified metadata table name must be unique within the <code>aws_s3_metadata</code> namespace in the destination table bucket.
79280
- */
79281
- tableArn?: pulumi.Input<string>;
79282
- /**
79283
- * The Amazon Resource Name (ARN) for the table bucket that's specified as the destination in the metadata table configuration. The destination table bucket must be in the same Region and AWS account as the general purpose bucket.
79284
- */
79285
- tableBucketArn: pulumi.Input<string>;
79286
- /**
79287
- * The name for the metadata table in your metadata table configuration. The specified metadata table name must be unique within the <code>aws_s3_metadata</code> namespace in the destination table bucket.
79288
- */
79289
- tableName: pulumi.Input<string>;
79290
- /**
79291
- * The table bucket namespace for the metadata table in your metadata table configuration. This value is always <code>aws_s3_metadata</code>.
79292
- */
79293
- tableNamespace?: pulumi.Input<string>;
79294
- }
79295
79813
  /**
79296
79814
  * Describes the default server-side encryption to apply to new objects in the bucket. If a PUT Object request doesn't specify any server-side encryption, this default encryption will be applied. For more information, see [PutBucketEncryption](https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTencryption.html).
79297
79815
  * + *General purpose buckets* - If you don't specify a customer managed key at configuration, Amazon S3 automatically creates an AWS KMS key (``aws/s3``) in your AWS account the first time that you add an object encrypted with SSE-KMS to a bucket. By default, Amazon S3 uses this KMS key for SSE-KMS.
@@ -80685,7 +81203,7 @@ export declare namespace sagemaker {
80685
81203
  */
80686
81204
  interface DomainDefaultSpaceSettingsArgs {
80687
81205
  /**
80688
- * The settings for assigning a custom file system to a domain. Permitted users can access this file system in Amazon SageMaker Studio.
81206
+ * The settings for assigning a custom file system to a domain. Permitted users can access this file system in Amazon SageMaker AI Studio.
80689
81207
  */
80690
81208
  customFileSystemConfigs?: pulumi.Input<pulumi.Input<inputs.sagemaker.DomainCustomFileSystemConfigArgs>[]>;
80691
81209
  /**
@@ -80745,7 +81263,7 @@ export declare namespace sagemaker {
80745
81263
  */
80746
81264
  fileSystemId: pulumi.Input<string>;
80747
81265
  /**
80748
- * The path to the file system directory that is accessible in Amazon SageMaker Studio. Permitted users can access only this directory and below.
81266
+ * The path to the file system directory that is accessible in Amazon SageMaker AI Studio. Permitted users can access only this directory and below.
80749
81267
  */
80750
81268
  fileSystemPath?: pulumi.Input<string>;
80751
81269
  }
@@ -80949,7 +81467,7 @@ export declare namespace sagemaker {
80949
81467
  */
80950
81468
  codeEditorAppSettings?: pulumi.Input<inputs.sagemaker.DomainCodeEditorAppSettingsArgs>;
80951
81469
  /**
80952
- * The settings for assigning a custom file system to a user profile. Permitted users can access this file system in Amazon SageMaker Studio.
81470
+ * The settings for assigning a custom file system to a user profile. Permitted users can access this file system in Amazon SageMaker AI Studio.
80953
81471
  *
80954
81472
  * SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces.
80955
81473
  */
@@ -81286,7 +81804,7 @@ export declare namespace sagemaker {
81286
81804
  */
81287
81805
  container?: pulumi.Input<inputs.sagemaker.InferenceComponentContainerSpecificationArgs>;
81288
81806
  /**
81289
- * The name of an existing SageMaker model object in your account that you want to deploy with the inference component.
81807
+ * The name of an existing SageMaker AI model object in your account that you want to deploy with the inference component.
81290
81808
  */
81291
81809
  modelName?: pulumi.Input<string>;
81292
81810
  /**
@@ -82099,7 +82617,7 @@ export declare namespace sagemaker {
82099
82617
  */
82100
82618
  interface ModelCardTrainingMetricArgs {
82101
82619
  /**
82102
- * The name of the result from the SageMaker training job.
82620
+ * The name of the result from the SageMaker AI training job.
82103
82621
  */
82104
82622
  name: pulumi.Input<string>;
82105
82623
  /**
@@ -82107,7 +82625,7 @@ export declare namespace sagemaker {
82107
82625
  */
82108
82626
  notes?: pulumi.Input<string>;
82109
82627
  /**
82110
- * The value of a result from the SageMaker training job.
82628
+ * The value of a result from the SageMaker AI training job.
82111
82629
  */
82112
82630
  value: pulumi.Input<number>;
82113
82631
  }
@@ -83467,7 +83985,7 @@ export declare namespace sagemaker {
83467
83985
  */
83468
83986
  monitoringAppSpecification: pulumi.Input<inputs.sagemaker.MonitoringScheduleMonitoringAppSpecificationArgs>;
83469
83987
  /**
83470
- * The array of inputs for the monitoring job. Currently we support monitoring an Amazon SageMaker Endpoint.
83988
+ * The array of inputs for the monitoring job. Currently we support monitoring an Amazon SageMaker AI Endpoint.
83471
83989
  */
83472
83990
  monitoringInputs: pulumi.Input<pulumi.Input<inputs.sagemaker.MonitoringScheduleMonitoringInputArgs>[]>;
83473
83991
  /**
@@ -83857,7 +84375,7 @@ export declare namespace sagemaker {
83857
84375
  */
83858
84376
  interface SpaceJupyterServerAppSettingsArgs {
83859
84377
  /**
83860
- * The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterServer app. If you use the `LifecycleConfigArns` parameter, then this parameter is also required.
84378
+ * The default instance type and the Amazon Resource Name (ARN) of the default SageMaker AI image used by the JupyterServer app. If you use the `LifecycleConfigArns` parameter, then this parameter is also required.
83861
84379
  */
83862
84380
  defaultResourceSpec?: pulumi.Input<inputs.sagemaker.SpaceResourceSpecArgs>;
83863
84381
  /**
@@ -83919,7 +84437,7 @@ export declare namespace sagemaker {
83919
84437
  */
83920
84438
  codeEditorAppSettings?: pulumi.Input<inputs.sagemaker.SpaceCodeEditorAppSettingsArgs>;
83921
84439
  /**
83922
- * A file system, created by you, that you assign to a space for an Amazon SageMaker Domain. Permitted users can access this file system in Amazon SageMaker Studio.
84440
+ * A file system, created by you, that you assign to a space for an Amazon SageMaker AI Domain. Permitted users can access this file system in Amazon SageMaker AI Studio.
83923
84441
  */
83924
84442
  customFileSystems?: pulumi.Input<pulumi.Input<inputs.sagemaker.SpaceCustomFileSystemArgs>[]>;
83925
84443
  /**
@@ -84045,7 +84563,7 @@ export declare namespace sagemaker {
84045
84563
  */
84046
84564
  fileSystemId: pulumi.Input<string>;
84047
84565
  /**
84048
- * The path to the file system directory that is accessible in Amazon SageMaker Studio. Permitted users can access only this directory and below.
84566
+ * The path to the file system directory that is accessible in Amazon SageMaker AI Studio. Permitted users can access only this directory and below.
84049
84567
  */
84050
84568
  fileSystemPath?: pulumi.Input<string>;
84051
84569
  }
@@ -84194,7 +84712,7 @@ export declare namespace sagemaker {
84194
84712
  */
84195
84713
  codeEditorAppSettings?: pulumi.Input<inputs.sagemaker.UserProfileCodeEditorAppSettingsArgs>;
84196
84714
  /**
84197
- * The settings for assigning a custom file system to a user profile. Permitted users can access this file system in Amazon SageMaker Studio.
84715
+ * The settings for assigning a custom file system to a user profile. Permitted users can access this file system in Amazon SageMaker AI Studio.
84198
84716
  *
84199
84717
  * SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces.
84200
84718
  */
@@ -88692,12 +89210,33 @@ export declare namespace vpclattice {
88692
89210
  */
88693
89211
  weight?: pulumi.Input<number>;
88694
89212
  }
89213
+ /**
89214
+ * Identifies the resource configuration in one of the following ways:
89215
+ *
89216
+ * - *Amazon Resource Name (ARN)* - Supported resource-types that are provisioned by AWS services, such as RDS databases, can be identified by their ARN.
89217
+ * - *Domain name* - Any domain name that is publicly resolvable.
89218
+ * - *IP address* - For IPv4 and IPv6, only IP addresses in the VPC are supported.
89219
+ */
88695
89220
  interface ResourceConfigurationDefinition0PropertiesArgs {
88696
89221
  ipResource: pulumi.Input<string>;
88697
89222
  }
89223
+ /**
89224
+ * Identifies the resource configuration in one of the following ways:
89225
+ *
89226
+ * - *Amazon Resource Name (ARN)* - Supported resource-types that are provisioned by AWS services, such as RDS databases, can be identified by their ARN.
89227
+ * - *Domain name* - Any domain name that is publicly resolvable.
89228
+ * - *IP address* - For IPv4 and IPv6, only IP addresses in the VPC are supported.
89229
+ */
88698
89230
  interface ResourceConfigurationDefinition1PropertiesArgs {
88699
89231
  arnResource: pulumi.Input<string>;
88700
89232
  }
89233
+ /**
89234
+ * Identifies the resource configuration in one of the following ways:
89235
+ *
89236
+ * - *Amazon Resource Name (ARN)* - Supported resource-types that are provisioned by AWS services, such as RDS databases, can be identified by their ARN.
89237
+ * - *Domain name* - Any domain name that is publicly resolvable.
89238
+ * - *IP address* - For IPv4 and IPv6, only IP addresses in the VPC are supported.
89239
+ */
88701
89240
  interface ResourceConfigurationDefinition2PropertiesArgs {
88702
89241
  dnsResource: pulumi.Input<inputs.vpclattice.ResourceConfigurationDnsResourceArgs>;
88703
89242
  }
@@ -88828,6 +89367,9 @@ export declare namespace vpclattice {
88828
89367
  hostedZoneId?: pulumi.Input<string>;
88829
89368
  }
88830
89369
  interface ServiceNetworkSharingConfigArgs {
89370
+ /**
89371
+ * Specify if the service network should be enabled for sharing.
89372
+ */
88831
89373
  enabled: pulumi.Input<boolean>;
88832
89374
  }
88833
89375
  interface TargetGroupConfigArgs {
@@ -91832,8 +92374,17 @@ export declare namespace wisdom {
91832
92374
  * Content filter config in content policy.
91833
92375
  */
91834
92376
  interface AiGuardrailGuardrailContentFilterConfigArgs {
92377
+ /**
92378
+ * The strength of the input for the guardrail content filter.
92379
+ */
91835
92380
  inputStrength: pulumi.Input<enums.wisdom.AiGuardrailGuardrailFilterStrength>;
92381
+ /**
92382
+ * The output strength of the guardrail content filter.
92383
+ */
91836
92384
  outputStrength: pulumi.Input<enums.wisdom.AiGuardrailGuardrailFilterStrength>;
92385
+ /**
92386
+ * The type of the guardrail content filter.
92387
+ */
91837
92388
  type: pulumi.Input<enums.wisdom.AiGuardrailGuardrailContentFilterType>;
91838
92389
  }
91839
92390
  /**
@@ -91844,18 +92395,27 @@ export declare namespace wisdom {
91844
92395
  * The threshold for this filter.
91845
92396
  */
91846
92397
  threshold: pulumi.Input<number>;
92398
+ /**
92399
+ * The type of this filter.
92400
+ */
91847
92401
  type: pulumi.Input<enums.wisdom.AiGuardrailGuardrailContextualGroundingFilterType>;
91848
92402
  }
91849
92403
  /**
91850
92404
  * A managed words config.
91851
92405
  */
91852
92406
  interface AiGuardrailGuardrailManagedWordsConfigArgs {
92407
+ /**
92408
+ * The type of guardrail managed words.
92409
+ */
91853
92410
  type: pulumi.Input<enums.wisdom.AiGuardrailGuardrailManagedWordsType>;
91854
92411
  }
91855
92412
  /**
91856
92413
  * Pii entity configuration.
91857
92414
  */
91858
92415
  interface AiGuardrailGuardrailPiiEntityConfigArgs {
92416
+ /**
92417
+ * The action of guardrail PII entity configuration.
92418
+ */
91859
92419
  action: pulumi.Input<enums.wisdom.AiGuardrailGuardrailSensitiveInformationAction>;
91860
92420
  type: pulumi.Input<enums.wisdom.AiGuardrailGuardrailPiiEntityType>;
91861
92421
  }
@@ -91863,6 +92423,9 @@ export declare namespace wisdom {
91863
92423
  * A regex configuration.
91864
92424
  */
91865
92425
  interface AiGuardrailGuardrailRegexConfigArgs {
92426
+ /**
92427
+ * The action of the guardrail regex configuration.
92428
+ */
91866
92429
  action: pulumi.Input<enums.wisdom.AiGuardrailGuardrailSensitiveInformationAction>;
91867
92430
  /**
91868
92431
  * The regex description.
@@ -91893,6 +92456,9 @@ export declare namespace wisdom {
91893
92456
  * Name of topic in topic policy
91894
92457
  */
91895
92458
  name: pulumi.Input<string>;
92459
+ /**
92460
+ * Type of topic in a policy.
92461
+ */
91896
92462
  type: pulumi.Input<enums.wisdom.AiGuardrailGuardrailTopicType>;
91897
92463
  }
91898
92464
  /**
@@ -91923,9 +92489,18 @@ export declare namespace wisdom {
91923
92489
  objectFields?: pulumi.Input<pulumi.Input<string>[]>;
91924
92490
  }
91925
92491
  interface KnowledgeBaseBedrockFoundationModelConfigurationArgs {
92492
+ /**
92493
+ * The model ARN of the Bedrock foundation model.
92494
+ */
91926
92495
  modelArn: pulumi.Input<string>;
92496
+ /**
92497
+ * The parsing prompt of the Bedrock foundation model configuration.
92498
+ */
91927
92499
  parsingPrompt?: pulumi.Input<inputs.wisdom.KnowledgeBaseBedrockFoundationModelConfigurationParsingPromptPropertiesArgs>;
91928
92500
  }
92501
+ /**
92502
+ * The parsing prompt of the Bedrock foundation model configuration.
92503
+ */
91929
92504
  interface KnowledgeBaseBedrockFoundationModelConfigurationParsingPromptPropertiesArgs {
91930
92505
  parsingPromptText: pulumi.Input<string>;
91931
92506
  }