@pulumi/aws-native 1.33.0-alpha.1756187826 → 1.33.0-alpha.1756214923

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 (177) hide show
  1. package/aps/getResourcePolicy.d.ts +27 -0
  2. package/aps/getResourcePolicy.js +28 -0
  3. package/aps/getResourcePolicy.js.map +1 -0
  4. package/aps/getWorkspace.d.ts +1 -3
  5. package/aps/getWorkspace.js.map +1 -1
  6. package/aps/index.d.ts +6 -0
  7. package/aps/index.js +8 -1
  8. package/aps/index.js.map +1 -1
  9. package/aps/resourcePolicy.d.ts +49 -0
  10. package/aps/resourcePolicy.js +66 -0
  11. package/aps/resourcePolicy.js.map +1 -0
  12. package/aps/workspace.d.ts +2 -6
  13. package/aps/workspace.js.map +1 -1
  14. package/cleanrooms/configuredTable.js +0 -2
  15. package/cleanrooms/configuredTable.js.map +1 -1
  16. package/cleanrooms/getConfiguredTable.d.ts +8 -0
  17. package/cleanrooms/getConfiguredTable.js.map +1 -1
  18. package/cloudfront/function.js +2 -0
  19. package/cloudfront/function.js.map +1 -1
  20. package/cloudfront/getFunction.d.ts +0 -4
  21. package/cloudfront/getFunction.js.map +1 -1
  22. package/codepipeline/getWebhook.d.ts +53 -0
  23. package/codepipeline/getWebhook.js +28 -0
  24. package/codepipeline/getWebhook.js.map +1 -0
  25. package/codepipeline/index.d.ts +6 -0
  26. package/codepipeline/index.js +8 -1
  27. package/codepipeline/index.js.map +1 -1
  28. package/codepipeline/webhook.d.ts +108 -0
  29. package/codepipeline/webhook.js +91 -0
  30. package/codepipeline/webhook.js.map +1 -0
  31. package/connect/getPredefinedAttribute.d.ts +8 -0
  32. package/connect/getPredefinedAttribute.js.map +1 -1
  33. package/connect/predefinedAttribute.d.ts +18 -2
  34. package/connect/predefinedAttribute.js +4 -3
  35. package/connect/predefinedAttribute.js.map +1 -1
  36. package/datazone/getPolicyGrant.d.ts +44 -0
  37. package/datazone/getPolicyGrant.js +36 -0
  38. package/datazone/getPolicyGrant.js.map +1 -0
  39. package/datazone/index.d.ts +6 -0
  40. package/datazone/index.js +8 -1
  41. package/datazone/index.js.map +1 -1
  42. package/datazone/policyGrant.d.ts +60 -0
  43. package/datazone/policyGrant.js +86 -0
  44. package/datazone/policyGrant.js.map +1 -0
  45. package/deadline/fleet.d.ts +4 -0
  46. package/deadline/fleet.js +2 -0
  47. package/deadline/fleet.js.map +1 -1
  48. package/deadline/getFleet.d.ts +4 -0
  49. package/deadline/getFleet.js.map +1 -1
  50. package/deadline/licenseEndpoint.d.ts +2 -2
  51. package/ec2/instance.d.ts +4 -4
  52. package/ec2/vpnConnection.d.ts +9 -0
  53. package/ec2/vpnConnection.js +3 -1
  54. package/ec2/vpnConnection.js.map +1 -1
  55. package/eks/addon.d.ts +8 -0
  56. package/eks/addon.js +3 -1
  57. package/eks/addon.js.map +1 -1
  58. package/entityresolution/getIdMappingWorkflow.d.ts +1 -0
  59. package/entityresolution/getIdMappingWorkflow.js.map +1 -1
  60. package/entityresolution/idMappingWorkflow.d.ts +2 -0
  61. package/entityresolution/idMappingWorkflow.js +2 -0
  62. package/entityresolution/idMappingWorkflow.js.map +1 -1
  63. package/events/getRule.d.ts +4 -0
  64. package/events/getRule.js.map +1 -1
  65. package/events/rule.d.ts +8 -0
  66. package/events/rule.js +2 -0
  67. package/events/rule.js.map +1 -1
  68. package/guardduty/getIpSet.d.ts +2 -2
  69. package/guardduty/getThreatEntitySet.d.ts +77 -0
  70. package/guardduty/getThreatEntitySet.js +30 -0
  71. package/guardduty/getThreatEntitySet.js.map +1 -0
  72. package/guardduty/getThreatIntelSet.d.ts +6 -4
  73. package/guardduty/getThreatIntelSet.js.map +1 -1
  74. package/guardduty/getTrustedEntitySet.d.ts +68 -0
  75. package/guardduty/getTrustedEntitySet.js +30 -0
  76. package/guardduty/getTrustedEntitySet.js.map +1 -0
  77. package/guardduty/index.d.ts +12 -0
  78. package/guardduty/index.js +15 -1
  79. package/guardduty/index.js.map +1 -1
  80. package/guardduty/ipSet.d.ts +8 -8
  81. package/guardduty/threatEntitySet.d.ts +124 -0
  82. package/guardduty/threatEntitySet.js +86 -0
  83. package/guardduty/threatEntitySet.js.map +1 -0
  84. package/guardduty/threatIntelSet.d.ts +14 -10
  85. package/guardduty/threatIntelSet.js.map +1 -1
  86. package/guardduty/trustedEntitySet.d.ts +121 -0
  87. package/guardduty/trustedEntitySet.js +86 -0
  88. package/guardduty/trustedEntitySet.js.map +1 -0
  89. package/inspectorv2/codeSecurityIntegration.d.ts +104 -0
  90. package/inspectorv2/codeSecurityIntegration.js +78 -0
  91. package/inspectorv2/codeSecurityIntegration.js.map +1 -0
  92. package/inspectorv2/codeSecurityScanConfiguration.d.ts +84 -0
  93. package/inspectorv2/codeSecurityScanConfiguration.js +68 -0
  94. package/inspectorv2/codeSecurityScanConfiguration.js.map +1 -0
  95. package/inspectorv2/getCodeSecurityIntegration.d.ts +56 -0
  96. package/inspectorv2/getCodeSecurityIntegration.js +28 -0
  97. package/inspectorv2/getCodeSecurityIntegration.js.map +1 -0
  98. package/inspectorv2/getCodeSecurityScanConfiguration.d.ts +32 -0
  99. package/inspectorv2/getCodeSecurityScanConfiguration.js +28 -0
  100. package/inspectorv2/getCodeSecurityScanConfiguration.js.map +1 -0
  101. package/inspectorv2/index.d.ts +12 -0
  102. package/inspectorv2/index.js +15 -1
  103. package/inspectorv2/index.js.map +1 -1
  104. package/iot/encryptionConfiguration.d.ts +24 -0
  105. package/iot/encryptionConfiguration.js.map +1 -1
  106. package/iot/getEncryptionConfiguration.d.ts +21 -0
  107. package/iot/getEncryptionConfiguration.js.map +1 -1
  108. package/ivs/getStage.d.ts +2 -2
  109. package/ivs/getStage.js +2 -2
  110. package/ivs/stage.d.ts +1 -1
  111. package/ivs/stage.js +1 -1
  112. package/logs/getLogGroup.d.ts +2 -0
  113. package/logs/getLogGroup.js.map +1 -1
  114. package/logs/logGroup.d.ts +4 -0
  115. package/logs/logGroup.js.map +1 -1
  116. package/package.json +3 -3
  117. package/package.json.dev +2 -2
  118. package/route53/getHealthCheck.d.ts +1 -1
  119. package/route53/healthCheck.d.ts +2 -2
  120. package/s3/bucket.d.ts +4 -0
  121. package/s3/bucket.js.map +1 -1
  122. package/s3/getBucket.d.ts +2 -0
  123. package/s3/getBucket.js.map +1 -1
  124. package/types/enums/b2bi/index.d.ts +5 -0
  125. package/types/enums/b2bi/index.js +5 -1
  126. package/types/enums/b2bi/index.js.map +1 -1
  127. package/types/enums/cloudfront/index.d.ts +6 -0
  128. package/types/enums/cloudfront/index.js +6 -1
  129. package/types/enums/cloudfront/index.js.map +1 -1
  130. package/types/enums/codepipeline/index.d.ts +9 -0
  131. package/types/enums/codepipeline/index.js +6 -1
  132. package/types/enums/codepipeline/index.js.map +1 -1
  133. package/types/enums/datazone/index.d.ts +17 -0
  134. package/types/enums/datazone/index.js +15 -1
  135. package/types/enums/datazone/index.js.map +1 -1
  136. package/types/enums/deadline/index.d.ts +2 -0
  137. package/types/enums/deadline/index.js +2 -0
  138. package/types/enums/deadline/index.js.map +1 -1
  139. package/types/enums/dynamodb/index.d.ts +16 -0
  140. package/types/enums/dynamodb/index.js +9 -1
  141. package/types/enums/dynamodb/index.js.map +1 -1
  142. package/types/enums/ec2/index.d.ts +8 -0
  143. package/types/enums/ec2/index.js +5 -1
  144. package/types/enums/ec2/index.js.map +1 -1
  145. package/types/enums/entityresolution/index.d.ts +4 -0
  146. package/types/enums/entityresolution/index.js +4 -1
  147. package/types/enums/entityresolution/index.js.map +1 -1
  148. package/types/enums/guardduty/index.d.ts +26 -0
  149. package/types/enums/guardduty/index.js +19 -1
  150. package/types/enums/guardduty/index.js.map +1 -1
  151. package/types/enums/inspectorv2/index.d.ts +39 -0
  152. package/types/enums/inspectorv2/index.js +33 -1
  153. package/types/enums/inspectorv2/index.js.map +1 -1
  154. package/types/enums/iot/index.d.ts +6 -0
  155. package/types/enums/iot/index.js.map +1 -1
  156. package/types/enums/kinesisanalyticsv2/index.d.ts +8 -0
  157. package/types/enums/kinesisanalyticsv2/index.js +5 -1
  158. package/types/enums/kinesisanalyticsv2/index.js.map +1 -1
  159. package/types/enums/quicksight/index.d.ts +4 -0
  160. package/types/enums/quicksight/index.js +4 -0
  161. package/types/enums/quicksight/index.js.map +1 -1
  162. package/types/input.d.ts +480 -55
  163. package/types/output.d.ts +489 -55
  164. package/types/output.js.map +1 -1
  165. package/vpclattice/getResourceGateway.d.ts +4 -0
  166. package/vpclattice/getResourceGateway.js.map +1 -1
  167. package/vpclattice/resourceGateway.d.ts +8 -0
  168. package/vpclattice/resourceGateway.js +2 -0
  169. package/vpclattice/resourceGateway.js.map +1 -1
  170. package/workspacesweb/getPortal.d.ts +3 -0
  171. package/workspacesweb/getPortal.js.map +1 -1
  172. package/workspacesweb/getSessionLogger.d.ts +24 -0
  173. package/workspacesweb/getSessionLogger.js.map +1 -1
  174. package/workspacesweb/portal.d.ts +6 -0
  175. package/workspacesweb/portal.js.map +1 -1
  176. package/workspacesweb/sessionLogger.d.ts +39 -0
  177. package/workspacesweb/sessionLogger.js.map +1 -1
package/types/input.d.ts CHANGED
@@ -531,7 +531,7 @@ export declare namespace acmpca {
531
531
  }
532
532
  /**
533
533
  * Specifies the X.509 extension information for a certificate.
534
- * Extensions present in ``CustomExtensions`` follow the ``ApiPassthrough`` [template rules](https://docs.aws.amazon.com/privateca/latest/userguide/UsingTemplates.html#template-order-of-operations).
534
+ * Extensions present in ``CustomExtensions`` follow the ``ApiPassthrough``[template rules](https://docs.aws.amazon.com/privateca/latest/userguide/UsingTemplates.html#template-order-of-operations).
535
535
  */
536
536
  interface CertificateCustomExtensionArgs {
537
537
  /**
@@ -8230,6 +8230,7 @@ export declare namespace b2bi {
8230
8230
  templateLanguage: pulumi.Input<enums.b2bi.TransformerMappingTemplateLanguage>;
8231
8231
  }
8232
8232
  interface TransformerOutputConversionArgs {
8233
+ advancedOptions?: pulumi.Input<inputs.b2bi.TransformerAdvancedOptionsArgs>;
8233
8234
  formatOptions?: pulumi.Input<inputs.b2bi.TransformerFormatOptionsPropertiesArgs>;
8234
8235
  toFormat: pulumi.Input<enums.b2bi.TransformerToFormat>;
8235
8236
  }
@@ -8243,14 +8244,41 @@ export declare namespace b2bi {
8243
8244
  }
8244
8245
  interface TransformerX12AdvancedOptionsArgs {
8245
8246
  splitOptions?: pulumi.Input<inputs.b2bi.TransformerX12SplitOptionsArgs>;
8247
+ validationOptions?: pulumi.Input<inputs.b2bi.TransformerX12ValidationOptionsArgs>;
8248
+ }
8249
+ interface TransformerX12CodeListValidationRuleArgs {
8250
+ codesToAdd?: pulumi.Input<pulumi.Input<string>[]>;
8251
+ codesToRemove?: pulumi.Input<pulumi.Input<string>[]>;
8252
+ elementId: pulumi.Input<string>;
8246
8253
  }
8247
8254
  interface TransformerX12DetailsArgs {
8248
8255
  transactionSet?: pulumi.Input<enums.b2bi.TransformerX12TransactionSet>;
8249
8256
  version?: pulumi.Input<enums.b2bi.TransformerX12Version>;
8250
8257
  }
8258
+ interface TransformerX12ElementLengthValidationRuleArgs {
8259
+ elementId: pulumi.Input<string>;
8260
+ maxLength: pulumi.Input<number>;
8261
+ minLength: pulumi.Input<number>;
8262
+ }
8263
+ interface TransformerX12ElementRequirementValidationRuleArgs {
8264
+ elementPosition: pulumi.Input<string>;
8265
+ requirement: pulumi.Input<enums.b2bi.TransformerElementRequirement>;
8266
+ }
8251
8267
  interface TransformerX12SplitOptionsArgs {
8252
8268
  splitBy?: pulumi.Input<enums.b2bi.TransformerX12SplitBy>;
8253
8269
  }
8270
+ interface TransformerX12ValidationOptionsArgs {
8271
+ validationRules?: pulumi.Input<pulumi.Input<inputs.b2bi.TransformerX12ValidationRule0PropertiesArgs | inputs.b2bi.TransformerX12ValidationRule1PropertiesArgs | inputs.b2bi.TransformerX12ValidationRule2PropertiesArgs>[]>;
8272
+ }
8273
+ interface TransformerX12ValidationRule0PropertiesArgs {
8274
+ codeListValidationRule: pulumi.Input<inputs.b2bi.TransformerX12CodeListValidationRuleArgs>;
8275
+ }
8276
+ interface TransformerX12ValidationRule1PropertiesArgs {
8277
+ elementLengthValidationRule: pulumi.Input<inputs.b2bi.TransformerX12ElementLengthValidationRuleArgs>;
8278
+ }
8279
+ interface TransformerX12ValidationRule2PropertiesArgs {
8280
+ elementRequirementValidationRule: pulumi.Input<inputs.b2bi.TransformerX12ElementRequirementValidationRuleArgs>;
8281
+ }
8254
8282
  }
8255
8283
  export declare namespace backup {
8256
8284
  interface BackupPlanAdvancedBackupSettingResourceTypeArgs {
@@ -8716,11 +8744,19 @@ export declare namespace batch {
8716
8744
  */
8717
8745
  instanceRole?: pulumi.Input<string>;
8718
8746
  /**
8719
- * The instances types that can be launched. You can specify instance families to launch any instance type within those families (for example, `c5` or `p3` ), or you can specify specific sizes within a family (such as `c5.8xlarge` ). You can also choose `optimal` to select instance types (from the C4, M4, and R4 instance families) that match the demand of your job queues.
8747
+ * The instances types that can be launched. You can specify instance families to launch any instance type within those families (for example, `c5` or `p3` ), or you can specify specific sizes within a family (such as `c5.8xlarge` ).
8720
8748
  *
8721
- * When updating a compute environment, changing this setting requires an infrastructure update of the compute environment. For more information, see [Updating compute environments](https://docs.aws.amazon.com/batch/latest/userguide/updating-compute-environments.html) in the *AWS Batch User Guide* .
8749
+ * AWS Batch can select the instance type for you if you choose one of the following:
8750
+ *
8751
+ * - `optimal` to select instance types (from the `c4` , `m4` , `r4` , `c5` , `m5` , and `r5` instance families) that match the demand of your job queues.
8752
+ * - `default_x86_64` to choose x86 based instance types (from the `m6i` , `c6i` , `r6i` , and `c7i` instance families) that matches the resource demands of the job queue.
8753
+ * - `default_arm64` to choose x86 based instance types (from the `m6g` , `c6g` , `r6g` , and `c7g` instance families) that matches the resource demands of the job queue.
8722
8754
  *
8723
- * > This parameter isn't applicable to jobs that are running on Fargate resources. Don't specify it. > When you create a compute environment, the instance types that you select for the compute environment must share the same architecture. For example, you can't mix x86 and ARM instances in the same compute environment. > Currently, `optimal` uses instance types from the C4, M4, and R4 instance families. In Regions that don't have instance types from those instance families, instance types from the C5, M5, and R5 instance families are used.
8755
+ * > Starting on 11/01/2025 the behavior of `optimal` is going to be changed to match `default_x86_64` . During the change your instance families could be updated to a newer generation. You do not need to perform any actions for the upgrade to happen. For more information about change, see [Optimal instance type configuration to receive automatic instance family updates](https://docs.aws.amazon.com/batch/latest/userguide/optimal-default-instance-troubleshooting.html) . > Instance family availability varies by AWS Region . For example, some AWS Region s may not have any fourth generation instance families but have fifth and sixth generation instance families.
8756
+ * >
8757
+ * > When using `default_x86_64` or `default_arm64` instance bundles, AWS Batch selects instance families based on a balance of cost-effectiveness and performance. While newer generation instances often provide better price-performance, AWS Batch may choose an earlier generation instance family if it provides the optimal combination of availability, cost, and performance for your workload. For example, in an AWS Region where both c6i and c7i instances are available, AWS Batch might select c6i instances if they offer better cost-effectiveness for your specific job requirements. For more information on AWS Batch instance types and AWS Region availability, see [Instance type compute table](https://docs.aws.amazon.com/batch/latest/userguide/instance-type-compute-table.html) in the *AWS Batch User Guide* .
8758
+ * >
8759
+ * > AWS Batch periodically updates your instances in default bundles to newer, more cost-effective options. Updates happen automatically without requiring any action from you. Your workloads continue running during updates with no interruption > This parameter isn't applicable to jobs that are running on Fargate resources. Don't specify it. > When you create a compute environment, the instance types that you select for the compute environment must share the same architecture. For example, you can't mix x86 and ARM instances in the same compute environment.
8724
8760
  */
8725
8761
  instanceTypes?: pulumi.Input<pulumi.Input<string>[]>;
8726
8762
  /**
@@ -8822,6 +8858,10 @@ export declare namespace batch {
8822
8858
  * - **ECS_AL1** - [Amazon Linux](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-optimized_AMI.html#alami) . Amazon Linux has reached the end-of-life of standard support. For more information, see [Amazon Linux AMI](https://docs.aws.amazon.com/amazon-linux-ami/) .
8823
8859
  * - **EKS** - If the `imageIdOverride` parameter isn't specified, then a recent [Amazon EKS-optimized Amazon Linux AMI](https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-ami.html) ( `EKS_AL2` ) is used. If a new image type is specified in an update, but neither an `imageId` nor a `imageIdOverride` parameter is specified, then the latest Amazon EKS optimized AMI for that image type that AWS Batch supports is used.
8824
8860
  *
8861
+ * > Starting end of October 2025 Amazon EKS optimized Amazon Linux 2023 AMIs will be the default on AWS Batch for EKS versions prior to 1.33. Starting from Kubernetes version 1.33, EKS optimized Amazon Linux 2023 AMIs will be the default when it becomes supported on AWS Batch .
8862
+ * >
8863
+ * > AWS will end support for Amazon EKS AL2-optimized and AL2-accelerated AMIs, starting 11/26/25. You can continue using AWS Batch -provided Amazon EKS optimized Amazon Linux 2 AMIs on your Amazon EKS compute environments beyond the 11/26/25 end-of-support date, these compute environments will no longer receive any new software updates, security patches, or bug fixes from AWS . For more information on upgrading from AL2 to AL2023, see [How to upgrade from EKS AL2 to EKS AL2023](https://docs.aws.amazon.com/) in the *AWS Batch User Guide* .
8864
+ *
8825
8865
  * - **EKS_AL2** - [Amazon Linux 2](https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-ami.html) : Default for all non-GPU instance families.
8826
8866
  * - **EKS_AL2_NVIDIA** - [Amazon Linux 2 (accelerated)](https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-ami.html) : Default for all GPU instance families (for example, `P4` and `G4` ) and can be used for all non AWS Graviton-based instance types.
8827
8867
  * - **EKS_AL2023** - [Amazon Linux 2023](https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-ami.html) : AWS Batch supports Amazon Linux 2023.
@@ -8896,7 +8936,7 @@ export declare namespace batch {
8896
8936
  * Information included in this parameter must meet the following requirements:
8897
8937
  *
8898
8938
  * - Must be a valid Amazon EC2 instance type or family.
8899
- * - `optimal` isn't allowed.
8939
+ * - The following AWS Batch `InstanceTypes` are not allowed: `optimal` , `default_x86_64` , and `default_arm64` .
8900
8940
  * - `targetInstanceTypes` can target only instance types and families that are included within the [`ComputeResource.instanceTypes`](https://docs.aws.amazon.com/batch/latest/APIReference/API_ComputeResource.html#Batch-Type-ComputeResource-instanceTypes) set. `targetInstanceTypes` doesn't need to include all of the instances from the `instanceType` set, but at least a subset. For example, if `ComputeResource.instanceTypes` includes `[m5, g5]` , `targetInstanceTypes` can include `[m5.2xlarge]` and `[m5.large]` but not `[c5.large]` .
8901
8941
  * - `targetInstanceTypes` included within the same launch template override or across launch template overrides can't overlap for the same compute environment. For example, you can't define one launch template override to target an instance family and another define an instance type within this same family.
8902
8942
  */
@@ -10166,7 +10206,7 @@ export declare namespace batch {
10166
10206
  }
10167
10207
  interface SchedulingPolicyShareAttributesArgs {
10168
10208
  /**
10169
- * A share identifier or share identifier prefix. If the string ends with an asterisk (*), this entry specifies the weight factor to use for share identifiers that start with that prefix. The list of share identifiers in a fair-share policy can't overlap. For example, you can't have one that specifies a `shareIdentifier` of `UserA*` and another that specifies a `shareIdentifier` of `UserA-1` .
10209
+ * A share identifier or share identifier prefix. If the string ends with an asterisk (*), this entry specifies the weight factor to use for share identifiers that start with that prefix. The list of share identifiers in a fair-share policy can't overlap. For example, you can't have one that specifies a `shareIdentifier` of `UserA*` and another that specifies a `shareIdentifier` of `UserA1` .
10170
10210
  *
10171
10211
  * There can be no more than 500 share identifiers active in a job queue.
10172
10212
  *
@@ -14770,7 +14810,8 @@ export declare namespace cloudfront {
14770
14810
  */
14771
14811
  compress?: pulumi.Input<boolean>;
14772
14812
  /**
14773
- * This field is deprecated. We recommend that you use the ``DefaultTTL`` field in a cache policy instead of this field. For more information, see [Creating cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy) or [Using the managed cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html) in the *Amazon CloudFront Developer Guide*.
14813
+ * This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide*.
14814
+ * This field is deprecated. We recommend that you use the ``DefaultTTL`` field in a cache policy instead of this field. For more information, see [Creating cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy) or [Using the managed cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html) in the *Amazon CloudFront Developer Guide*.
14774
14815
  * The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as ``Cache-Control max-age``, ``Cache-Control s-maxage``, and ``Expires`` to objects. For more information, see [Managing How Long Content Stays in an Edge Cache (Expiration)](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html) in the *Amazon CloudFront Developer Guide*.
14775
14816
  */
14776
14817
  defaultTtl?: pulumi.Input<number>;
@@ -14799,12 +14840,14 @@ export declare namespace cloudfront {
14799
14840
  */
14800
14841
  lambdaFunctionAssociations?: pulumi.Input<pulumi.Input<inputs.cloudfront.DistributionLambdaFunctionAssociationArgs>[]>;
14801
14842
  /**
14802
- * This field is deprecated. We recommend that you use the ``MaxTTL`` field in a cache policy instead of this field. For more information, see [Creating cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy) or [Using the managed cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html) in the *Amazon CloudFront Developer Guide*.
14843
+ * This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide*.
14844
+ * This field is deprecated. We recommend that you use the ``MaxTTL`` field in a cache policy instead of this field. For more information, see [Creating cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy) or [Using the managed cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html) in the *Amazon CloudFront Developer Guide*.
14803
14845
  * The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as ``Cache-Control max-age``, ``Cache-Control s-maxage``, and ``Expires`` to objects. For more information, see [Managing How Long Content Stays in an Edge Cache (Expiration)](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html) in the *Amazon CloudFront Developer Guide*.
14804
14846
  */
14805
14847
  maxTtl?: pulumi.Input<number>;
14806
14848
  /**
14807
- * This field is deprecated. We recommend that you use the ``MinTTL`` field in a cache policy instead of this field. For more information, see [Creating cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy) or [Using the managed cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html) in the *Amazon CloudFront Developer Guide*.
14849
+ * This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide*.
14850
+ * This field is deprecated. We recommend that you use the ``MinTTL`` field in a cache policy instead of this field. For more information, see [Creating cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy) or [Using the managed cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html) in the *Amazon CloudFront Developer Guide*.
14808
14851
  * The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see [Managing How Long Content Stays in an Edge Cache (Expiration)](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html) in the *Amazon CloudFront Developer Guide*.
14809
14852
  * You must specify ``0`` for ``MinTTL`` if you configure CloudFront to forward all headers to your origin (under ``Headers``, if you specify ``1`` for ``Quantity`` and ``*`` for ``Name``).
14810
14853
  */
@@ -14829,7 +14872,8 @@ export declare namespace cloudfront {
14829
14872
  */
14830
14873
  responseHeadersPolicyId?: pulumi.Input<string>;
14831
14874
  /**
14832
- * Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify ``true``; if not, specify ``false``. If you specify ``true`` for ``SmoothStreaming``, you can still distribute other content using this cache behavior if the content matches the value of ``PathPattern``.
14875
+ * This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide*.
14876
+ * Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify ``true``; if not, specify ``false``. If you specify ``true`` for ``SmoothStreaming``, you can still distribute other content using this cache behavior if the content matches the value of ``PathPattern``.
14833
14877
  */
14834
14878
  smoothStreaming?: pulumi.Input<boolean>;
14835
14879
  /**
@@ -14843,6 +14887,7 @@ export declare namespace cloudfront {
14843
14887
  trustedKeyGroups?: pulumi.Input<pulumi.Input<string>[]>;
14844
14888
  /**
14845
14889
  * We recommend using ``TrustedKeyGroups`` instead of ``TrustedSigners``.
14890
+ * This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide*.
14846
14891
  * A list of AWS-account IDs whose public keys CloudFront can use to validate signed URLs or signed cookies.
14847
14892
  * When a cache behavior contains trusted signers, CloudFront requires signed URLs or signed cookies for all requests that match the cache behavior. The URLs or cookies must be signed with the private key of a CloudFront key pair in the trusted signer's AWS-account. The signed URL or cookie contains information about which public key CloudFront should use to verify the signature. For more information, see [Serving private content](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html) in the *Amazon CloudFront Developer Guide*.
14848
14893
  */
@@ -14863,11 +14908,13 @@ export declare namespace cloudfront {
14863
14908
  */
14864
14909
  interface DistributionConfigArgs {
14865
14910
  /**
14866
- * A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.
14911
+ * This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide*.
14912
+ * A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.
14867
14913
  */
14868
14914
  aliases?: pulumi.Input<pulumi.Input<string>[]>;
14869
14915
  /**
14870
- * ID of the Anycast static IP list that is associated with the distribution.
14916
+ * To use this field for a multi-tenant distribution, use a connection group instead. For more information, see [ConnectionGroup](https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_ConnectionGroup.html).
14917
+ * ID of the Anycast static IP list that is associated with the distribution.
14871
14918
  */
14872
14919
  anycastIpListId?: pulumi.Input<string>;
14873
14920
  /**
@@ -14884,11 +14931,12 @@ export declare namespace cloudfront {
14884
14931
  */
14885
14932
  comment?: pulumi.Input<string>;
14886
14933
  /**
14887
- * The connection mode to filter distributions by.
14934
+ * This field specifies whether the connection mode is through a standard distribution (direct) or a multi-tenant distribution with distribution tenants(tenant-only).
14888
14935
  */
14889
14936
  connectionMode?: pulumi.Input<enums.cloudfront.DistributionConnectionMode>;
14890
14937
  /**
14891
- * The identifier of a continuous deployment policy. For more information, see ``CreateContinuousDeploymentPolicy``.
14938
+ * This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide*.
14939
+ * The identifier of a continuous deployment policy. For more information, see ``CreateContinuousDeploymentPolicy``.
14892
14940
  */
14893
14941
  continuousDeploymentPolicyId?: pulumi.Input<string>;
14894
14942
  /**
@@ -14928,7 +14976,8 @@ export declare namespace cloudfront {
14928
14976
  */
14929
14977
  httpVersion?: pulumi.Input<string>;
14930
14978
  /**
14931
- * If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your distribution, specify ``true``. If you specify ``false``, CloudFront responds to IPv6 DNS requests with the DNS response code ``NOERROR`` and with no IP addresses. This allows viewers to submit a second request, for an IPv4 address for your distribution.
14979
+ * To use this field for a multi-tenant distribution, use a connection group instead. For more information, see [ConnectionGroup](https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_ConnectionGroup.html).
14980
+ * If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your distribution, specify ``true``. If you specify ``false``, CloudFront responds to IPv6 DNS requests with the DNS response code ``NOERROR`` and with no IP addresses. This allows viewers to submit a second request, for an IPv4 address for your distribution.
14932
14981
  * In general, you should enable IPv6 if you have users on IPv6 networks who want to access your content. However, if you're using signed URLs or signed cookies to restrict access to your content, and if you're using a custom policy that includes the ``IpAddress`` parameter to restrict the IP addresses that can access your content, don't enable IPv6. If you want to restrict access to some content by IP address and not restrict access to other content (or restrict access but not by IP address), you can create two distributions. For more information, see [Creating a Signed URL Using a Custom Policy](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-creating-signed-url-custom-policy.html) in the *Amazon CloudFront Developer Guide*.
14933
14982
  * If you're using an R53AWSIntlong alias resource record set to route traffic to your CloudFront distribution, you need to create a second alias resource record set when both of the following are true:
14934
14983
  * + You enable IPv6 for the distribution
@@ -14954,7 +15003,8 @@ export declare namespace cloudfront {
14954
15003
  */
14955
15004
  origins?: pulumi.Input<pulumi.Input<inputs.cloudfront.DistributionOriginArgs>[]>;
14956
15005
  /**
14957
- * The price class that corresponds with the maximum price that you want to pay for CloudFront service. If you specify ``PriceClass_All``, CloudFront responds to requests for your objects from all CloudFront edge locations.
15006
+ * This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide*.
15007
+ * The price class that corresponds with the maximum price that you want to pay for CloudFront service. If you specify ``PriceClass_All``, CloudFront responds to requests for your objects from all CloudFront edge locations.
14958
15008
  * If you specify a price class other than ``PriceClass_All``, CloudFront serves your objects from the CloudFront edge location that has the lowest latency among the edge locations in your price class. Viewers who are in or near regions that are excluded from your specified price class may encounter slower performance.
14959
15009
  * For more information about price classes, see [Choosing the Price Class for a CloudFront Distribution](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PriceClass.html) in the *Amazon CloudFront Developer Guide*. For information about CloudFront pricing, including how price classes (such as Price Class 100) map to CloudFront regions, see [Amazon CloudFront Pricing](https://docs.aws.amazon.com/cloudfront/pricing/).
14960
15010
  */
@@ -14969,11 +15019,13 @@ export declare namespace cloudfront {
14969
15019
  */
14970
15020
  s3Origin?: pulumi.Input<inputs.cloudfront.DistributionLegacyS3OriginArgs>;
14971
15021
  /**
14972
- * A Boolean that indicates whether this is a staging distribution. When this value is ``true``, this is a staging distribution. When this value is ``false``, this is not a staging distribution.
15022
+ * This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide*.
15023
+ * A Boolean that indicates whether this is a staging distribution. When this value is ``true``, this is a staging distribution. When this value is ``false``, this is not a staging distribution.
14973
15024
  */
14974
15025
  staging?: pulumi.Input<boolean>;
14975
15026
  /**
14976
- * A distribution tenant configuration.
15027
+ * This field only supports multi-tenant distributions. You can't specify this field for standard distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide*.
15028
+ * A distribution tenant configuration.
14977
15029
  */
14978
15030
  tenantConfig?: pulumi.Input<inputs.cloudfront.DistributionConfigTenantConfigPropertiesArgs>;
14979
15031
  /**
@@ -14981,13 +15033,15 @@ export declare namespace cloudfront {
14981
15033
  */
14982
15034
  viewerCertificate?: pulumi.Input<inputs.cloudfront.DistributionViewerCertificateArgs>;
14983
15035
  /**
14984
- * A unique identifier that specifies the WAF web ACL, if any, to associate with this distribution. To specify a web ACL created using the latest version of WAF, use the ACL ARN, for example ``arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111``. To specify a web ACL created using WAF Classic, use the ACL ID, for example ``a1b2c3d4-5678-90ab-cdef-EXAMPLE11111``.
15036
+ * Multi-tenant distributions only support WAF V2 web ACLs.
15037
+ * A unique identifier that specifies the WAF web ACL, if any, to associate with this distribution. To specify a web ACL created using the latest version of WAF, use the ACL ARN, for example ``arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111``. To specify a web ACL created using WAF Classic, use the ACL ID, for example ``a1b2c3d4-5678-90ab-cdef-EXAMPLE11111``.
14985
15038
  * WAF is a web application firewall that lets you monitor the HTTP and HTTPS requests that are forwarded to CloudFront, and lets you control access to your content. Based on conditions that you specify, such as the IP addresses that requests originate from or the values of query strings, CloudFront responds to requests either with the requested content or with an HTTP 403 status code (Forbidden). You can also configure CloudFront to return a custom error page when a request is blocked. For more information about WAF, see the [Developer Guide](https://docs.aws.amazon.com/waf/latest/developerguide/what-is-aws-waf.html).
14986
15039
  */
14987
15040
  webAclId?: pulumi.Input<string>;
14988
15041
  }
14989
15042
  /**
14990
- * A distribution tenant configuration.
15043
+ * This field only supports multi-tenant distributions. You can't specify this field for standard distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide*.
15044
+ * A distribution tenant configuration.
14991
15045
  */
14992
15046
  interface DistributionConfigTenantConfigPropertiesArgs {
14993
15047
  parameterDefinitions?: pulumi.Input<pulumi.Input<inputs.cloudfront.DistributionParameterDefinitionArgs>[]>;
@@ -15065,9 +15119,10 @@ export declare namespace cloudfront {
15065
15119
  * The HTTPS port that CloudFront uses to connect to the origin. Specify the HTTPS port that the origin listens on.
15066
15120
  */
15067
15121
  httpsPort?: pulumi.Input<number>;
15122
+ ipAddressType?: pulumi.Input<enums.cloudfront.DistributionCustomOriginConfigIpAddressType>;
15068
15123
  /**
15069
- * Specifies how long, in seconds, CloudFront persists its connection to the origin. The minimum timeout is 1 second, the maximum is 60 seconds, and the default (if you don't specify otherwise) is 5 seconds.
15070
- * For more information, see [Keep-alive timeout (custom origins only)](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginKeepaliveTimeout) in the *Amazon CloudFront Developer Guide*.
15124
+ * Specifies how long, in seconds, CloudFront persists its connection to the origin. The minimum timeout is 1 second, the maximum is 120 seconds, and the default (if you don't specify otherwise) is 5 seconds.
15125
+ * For more information, see [Keep-alive timeout (custom origins only)](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DownloadDistValuesOrigin.html#DownloadDistValuesOriginKeepaliveTimeout) in the *Amazon CloudFront Developer Guide*.
15071
15126
  */
15072
15127
  originKeepaliveTimeout?: pulumi.Input<number>;
15073
15128
  /**
@@ -15078,13 +15133,13 @@ export declare namespace cloudfront {
15078
15133
  */
15079
15134
  originProtocolPolicy: pulumi.Input<string>;
15080
15135
  /**
15081
- * Specifies how long, in seconds, CloudFront waits for a response from the origin. This is also known as the *origin response timeout*. The minimum timeout is 1 second, the maximum is 60 seconds, and the default (if you don't specify otherwise) is 30 seconds.
15082
- * For more information, see [Response timeout (custom origins only)](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginResponseTimeout) in the *Amazon CloudFront Developer Guide*.
15136
+ * Specifies how long, in seconds, CloudFront waits for a response from the origin. This is also known as the *origin response timeout*. The minimum timeout is 1 second, the maximum is 120 seconds, and the default (if you don't specify otherwise) is 30 seconds.
15137
+ * For more information, see [Response timeout (custom origins only)](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DownloadDistValuesOrigin.html#DownloadDistValuesOriginResponseTimeout) in the *Amazon CloudFront Developer Guide*.
15083
15138
  */
15084
15139
  originReadTimeout?: pulumi.Input<number>;
15085
15140
  /**
15086
15141
  * Specifies the minimum SSL/TLS protocol that CloudFront uses when connecting to your origin over HTTPS. Valid values include ``SSLv3``, ``TLSv1``, ``TLSv1.1``, and ``TLSv1.2``.
15087
- * For more information, see [Minimum Origin SSL Protocol](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginSSLProtocols) in the *Amazon CloudFront Developer Guide*.
15142
+ * For more information, see [Minimum Origin SSL Protocol](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DownloadDistValuesOrigin.html#DownloadDistValuesOriginSSLProtocols) in the *Amazon CloudFront Developer Guide*.
15088
15143
  */
15089
15144
  originSslProtocols?: pulumi.Input<pulumi.Input<string>[]>;
15090
15145
  }
@@ -15119,7 +15174,8 @@ export declare namespace cloudfront {
15119
15174
  */
15120
15175
  compress?: pulumi.Input<boolean>;
15121
15176
  /**
15122
- * This field is deprecated. We recommend that you use the ``DefaultTTL`` field in a cache policy instead of this field. For more information, see [Creating cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy) or [Using the managed cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html) in the *Amazon CloudFront Developer Guide*.
15177
+ * This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide*.
15178
+ * This field is deprecated. We recommend that you use the ``DefaultTTL`` field in a cache policy instead of this field. For more information, see [Creating cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy) or [Using the managed cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html) in the *Amazon CloudFront Developer Guide*.
15123
15179
  * The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as ``Cache-Control max-age``, ``Cache-Control s-maxage``, and ``Expires`` to objects. For more information, see [Managing How Long Content Stays in an Edge Cache (Expiration)](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html) in the *Amazon CloudFront Developer Guide*.
15124
15180
  */
15125
15181
  defaultTtl?: pulumi.Input<number>;
@@ -15148,12 +15204,14 @@ export declare namespace cloudfront {
15148
15204
  */
15149
15205
  lambdaFunctionAssociations?: pulumi.Input<pulumi.Input<inputs.cloudfront.DistributionLambdaFunctionAssociationArgs>[]>;
15150
15206
  /**
15151
- * This field is deprecated. We recommend that you use the ``MaxTTL`` field in a cache policy instead of this field. For more information, see [Creating cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy) or [Using the managed cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html) in the *Amazon CloudFront Developer Guide*.
15207
+ * This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide*.
15208
+ * This field is deprecated. We recommend that you use the ``MaxTTL`` field in a cache policy instead of this field. For more information, see [Creating cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy) or [Using the managed cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html) in the *Amazon CloudFront Developer Guide*.
15152
15209
  * The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as ``Cache-Control max-age``, ``Cache-Control s-maxage``, and ``Expires`` to objects. For more information, see [Managing How Long Content Stays in an Edge Cache (Expiration)](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html) in the *Amazon CloudFront Developer Guide*.
15153
15210
  */
15154
15211
  maxTtl?: pulumi.Input<number>;
15155
15212
  /**
15156
- * This field is deprecated. We recommend that you use the ``MinTTL`` field in a cache policy instead of this field. For more information, see [Creating cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy) or [Using the managed cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html) in the *Amazon CloudFront Developer Guide*.
15213
+ * This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide*.
15214
+ * This field is deprecated. We recommend that you use the ``MinTTL`` field in a cache policy instead of this field. For more information, see [Creating cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy) or [Using the managed cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html) in the *Amazon CloudFront Developer Guide*.
15157
15215
  * The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see [Managing How Long Content Stays in an Edge Cache (Expiration)](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html) in the *Amazon CloudFront Developer Guide*.
15158
15216
  * You must specify ``0`` for ``MinTTL`` if you configure CloudFront to forward all headers to your origin (under ``Headers``, if you specify ``1`` for ``Quantity`` and ``*`` for ``Name``).
15159
15217
  */
@@ -15171,7 +15229,8 @@ export declare namespace cloudfront {
15171
15229
  */
15172
15230
  responseHeadersPolicyId?: pulumi.Input<string>;
15173
15231
  /**
15174
- * Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify ``true``; if not, specify ``false``. If you specify ``true`` for ``SmoothStreaming``, you can still distribute other content using this cache behavior if the content matches the value of ``PathPattern``.
15232
+ * This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide*.
15233
+ * Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify ``true``; if not, specify ``false``. If you specify ``true`` for ``SmoothStreaming``, you can still distribute other content using this cache behavior if the content matches the value of ``PathPattern``.
15175
15234
  */
15176
15235
  smoothStreaming?: pulumi.Input<boolean>;
15177
15236
  /**
@@ -15185,6 +15244,7 @@ export declare namespace cloudfront {
15185
15244
  trustedKeyGroups?: pulumi.Input<pulumi.Input<string>[]>;
15186
15245
  /**
15187
15246
  * We recommend using ``TrustedKeyGroups`` instead of ``TrustedSigners``.
15247
+ * This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide*.
15188
15248
  * A list of AWS-account IDs whose public keys CloudFront can use to validate signed URLs or signed cookies.
15189
15249
  * When a cache behavior contains trusted signers, CloudFront requires signed URLs or signed cookies for all requests that match the cache behavior. The URLs or cookies must be signed with the private key of a CloudFront key pair in a trusted signer's AWS-account. The signed URL or cookie contains information about which public key CloudFront should use to verify the signature. For more information, see [Serving private content](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html) in the *Amazon CloudFront Developer Guide*.
15190
15250
  */
@@ -15201,7 +15261,8 @@ export declare namespace cloudfront {
15201
15261
  viewerProtocolPolicy: pulumi.Input<string>;
15202
15262
  }
15203
15263
  /**
15204
- * This field is deprecated. We recommend that you use a cache policy or an origin request policy instead of this field.
15264
+ * This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide*.
15265
+ * This field is deprecated. We recommend that you use a cache policy or an origin request policy instead of this field.
15205
15266
  * If you want to include values in the cache key, use a cache policy. For more information, see [Creating cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy) in the *Amazon CloudFront Developer Guide*.
15206
15267
  * If you want to send values to the origin but not include them in the cache key, use an origin request policy. For more information, see [Creating origin request policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-origin-requests.html#origin-request-create-origin-request-policy) in the *Amazon CloudFront Developer Guide*.
15207
15268
  * A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.
@@ -15727,7 +15788,8 @@ export declare namespace cloudfront {
15727
15788
  */
15728
15789
  cloudFrontDefaultCertificate?: pulumi.Input<boolean>;
15729
15790
  /**
15730
- * In CloudFormation, this field name is ``IamCertificateId``. Note the different capitalization.
15791
+ * This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide*.
15792
+ * In CloudFormation, this field name is ``IamCertificateId``. Note the different capitalization.
15731
15793
  * If the distribution uses ``Aliases`` (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in [(IAM)](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs.html), provide the ID of the IAM certificate.
15732
15794
  * If you specify an IAM certificate ID, you must also specify values for ``MinimumProtocolVersion`` and ``SSLSupportMethod``. (In CloudFormation, the field name is ``SslSupportMethod``. Note the different capitalization.)
15733
15795
  */
@@ -15759,13 +15821,13 @@ export declare namespace cloudfront {
15759
15821
  */
15760
15822
  interface DistributionVpcOriginConfigArgs {
15761
15823
  /**
15762
- * Specifies how long, in seconds, CloudFront persists its connection to the origin. The minimum timeout is 1 second, the maximum is 60 seconds, and the default (if you don't specify otherwise) is 5 seconds.
15763
- * For more information, see [Keep-alive timeout (custom origins only)](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginKeepaliveTimeout) in the *Amazon CloudFront Developer Guide*.
15824
+ * Specifies how long, in seconds, CloudFront persists its connection to the origin. The minimum timeout is 1 second, the maximum is 120 seconds, and the default (if you don't specify otherwise) is 5 seconds.
15825
+ * For more information, see [Keep-alive timeout (custom origins only)](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DownloadDistValuesOrigin.html#DownloadDistValuesOriginKeepaliveTimeout) in the *Amazon CloudFront Developer Guide*.
15764
15826
  */
15765
15827
  originKeepaliveTimeout?: pulumi.Input<number>;
15766
15828
  /**
15767
- * Specifies how long, in seconds, CloudFront waits for a response from the origin. This is also known as the *origin response timeout*. The minimum timeout is 1 second, the maximum is 60 seconds, and the default (if you don't specify otherwise) is 30 seconds.
15768
- * For more information, see [Response timeout (custom origins only)](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginResponseTimeout) in the *Amazon CloudFront Developer Guide*.
15829
+ * Specifies how long, in seconds, CloudFront waits for a response from the origin. This is also known as the *origin response timeout*. The minimum timeout is 1 second, the maximum is 120 seconds, and the default (if you don't specify otherwise) is 30 seconds.
15830
+ * For more information, see [Response timeout (custom origins only)](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DownloadDistValuesOrigin.html#DownloadDistValuesOriginResponseTimeout) in the *Amazon CloudFront Developer Guide*.
15769
15831
  */
15770
15832
  originReadTimeout?: pulumi.Input<number>;
15771
15833
  /**
@@ -16366,7 +16428,7 @@ export declare namespace cloudfront {
16366
16428
  originProtocolPolicy?: pulumi.Input<string>;
16367
16429
  /**
16368
16430
  * Specifies the minimum SSL/TLS protocol that CloudFront uses when connecting to your origin over HTTPS. Valid values include ``SSLv3``, ``TLSv1``, ``TLSv1.1``, and ``TLSv1.2``.
16369
- * For more information, see [Minimum Origin SSL Protocol](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginSSLProtocols) in the *Amazon CloudFront Developer Guide*.
16431
+ * For more information, see [Minimum Origin SSL Protocol](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DownloadDistValuesOrigin.html#DownloadDistValuesOriginSSLProtocols) in the *Amazon CloudFront Developer Guide*.
16370
16432
  */
16371
16433
  originSslProtocols?: pulumi.Input<pulumi.Input<string>[]>;
16372
16434
  }
@@ -17477,6 +17539,32 @@ export declare namespace codepipeline {
17477
17539
  */
17478
17540
  name: pulumi.Input<string>;
17479
17541
  }
17542
+ /**
17543
+ * Properties that configure the authentication applied to incoming webhook trigger requests
17544
+ */
17545
+ interface WebhookAuthConfigurationArgs {
17546
+ /**
17547
+ * The property used to configure acceptance of webhooks in an IP address range. For IP, only the AllowedIPRange property must be set. This property must be set to a valid CIDR range.
17548
+ */
17549
+ allowedIpRange?: pulumi.Input<string>;
17550
+ /**
17551
+ * The property used to configure GitHub authentication. For GITHUB_HMAC, only the SecretToken property must be set.
17552
+ */
17553
+ secretToken?: pulumi.Input<string>;
17554
+ }
17555
+ /**
17556
+ * A list of rules applied to the body/payload sent in the POST request to a webhook URL. All defined rules must pass for the request to be accepted and the pipeline started.
17557
+ */
17558
+ interface WebhookFilterRuleArgs {
17559
+ /**
17560
+ * A JsonPath expression that is applied to the body/payload of the webhook. The value selected by the JsonPath expression must match the value specified in the MatchEquals field. Otherwise, the request is ignored.
17561
+ */
17562
+ jsonPath: pulumi.Input<string>;
17563
+ /**
17564
+ * The value selected by the JsonPath expression must match what is supplied in the MatchEquals field. Otherwise, the request is ignored.
17565
+ */
17566
+ matchEquals?: pulumi.Input<string>;
17567
+ }
17480
17568
  }
17481
17569
  export declare namespace codestarconnections {
17482
17570
  }
@@ -18519,6 +18607,19 @@ export declare namespace configuration {
18519
18607
  }
18520
18608
  }
18521
18609
  export declare namespace connect {
18610
+ /**
18611
+ * Custom metadata associated to a Predefined attribute that controls how the attribute behaves when used by upstream services.
18612
+ */
18613
+ interface AttributeConfigurationPropertiesArgs {
18614
+ /**
18615
+ * Enables customers to enforce strict validation on the specific values that this predefined attribute can hold.
18616
+ */
18617
+ enableValueValidationOnAssociation?: pulumi.Input<boolean>;
18618
+ /**
18619
+ * Allows the predefined attribute to show up and be managed in the Amazon Connect UI.
18620
+ */
18621
+ isReadOnly?: pulumi.Input<boolean>;
18622
+ }
18522
18623
  /**
18523
18624
  * The constraints for the task template
18524
18625
  */
@@ -22549,6 +22650,123 @@ export declare namespace datazone {
22549
22650
  */
22550
22651
  interface OwnerPropertiesArgs {
22551
22652
  }
22653
+ interface PolicyGrantAddToProjectMemberPoolPolicyGrantDetailArgs {
22654
+ includeChildDomainUnits?: pulumi.Input<boolean>;
22655
+ }
22656
+ interface PolicyGrantAllDomainUnitsGrantFilterArgs {
22657
+ }
22658
+ interface PolicyGrantAllUsersGrantFilterArgs {
22659
+ }
22660
+ interface PolicyGrantCreateAssetTypePolicyGrantDetailArgs {
22661
+ includeChildDomainUnits?: pulumi.Input<boolean>;
22662
+ }
22663
+ interface PolicyGrantCreateDomainUnitPolicyGrantDetailArgs {
22664
+ includeChildDomainUnits?: pulumi.Input<boolean>;
22665
+ }
22666
+ interface PolicyGrantCreateEnvironmentProfilePolicyGrantDetailArgs {
22667
+ domainUnitId?: pulumi.Input<string>;
22668
+ }
22669
+ interface PolicyGrantCreateFormTypePolicyGrantDetailArgs {
22670
+ includeChildDomainUnits?: pulumi.Input<boolean>;
22671
+ }
22672
+ interface PolicyGrantCreateGlossaryPolicyGrantDetailArgs {
22673
+ includeChildDomainUnits?: pulumi.Input<boolean>;
22674
+ }
22675
+ interface PolicyGrantCreateProjectFromProjectProfilePolicyGrantDetailArgs {
22676
+ includeChildDomainUnits?: pulumi.Input<boolean>;
22677
+ projectProfiles?: pulumi.Input<pulumi.Input<string>[]>;
22678
+ }
22679
+ interface PolicyGrantCreateProjectPolicyGrantDetailArgs {
22680
+ includeChildDomainUnits?: pulumi.Input<boolean>;
22681
+ }
22682
+ interface PolicyGrantDetail0PropertiesArgs {
22683
+ createDomainUnit: pulumi.Input<inputs.datazone.PolicyGrantCreateDomainUnitPolicyGrantDetailArgs>;
22684
+ }
22685
+ interface PolicyGrantDetail10PropertiesArgs {
22686
+ createEnvironment: pulumi.Input<inputs.datazone.PolicyGrantUnitArgs>;
22687
+ }
22688
+ interface PolicyGrantDetail11PropertiesArgs {
22689
+ createEnvironmentFromBlueprint: pulumi.Input<inputs.datazone.PolicyGrantUnitArgs>;
22690
+ }
22691
+ interface PolicyGrantDetail12PropertiesArgs {
22692
+ createProjectFromProjectProfile: pulumi.Input<inputs.datazone.PolicyGrantCreateProjectFromProjectProfilePolicyGrantDetailArgs>;
22693
+ }
22694
+ interface PolicyGrantDetail1PropertiesArgs {
22695
+ overrideDomainUnitOwners: pulumi.Input<inputs.datazone.PolicyGrantOverrideDomainUnitOwnersPolicyGrantDetailArgs>;
22696
+ }
22697
+ interface PolicyGrantDetail2PropertiesArgs {
22698
+ addToProjectMemberPool: pulumi.Input<inputs.datazone.PolicyGrantAddToProjectMemberPoolPolicyGrantDetailArgs>;
22699
+ }
22700
+ interface PolicyGrantDetail3PropertiesArgs {
22701
+ overrideProjectOwners: pulumi.Input<inputs.datazone.PolicyGrantOverrideProjectOwnersPolicyGrantDetailArgs>;
22702
+ }
22703
+ interface PolicyGrantDetail4PropertiesArgs {
22704
+ createGlossary: pulumi.Input<inputs.datazone.PolicyGrantCreateGlossaryPolicyGrantDetailArgs>;
22705
+ }
22706
+ interface PolicyGrantDetail5PropertiesArgs {
22707
+ createFormType: pulumi.Input<inputs.datazone.PolicyGrantCreateFormTypePolicyGrantDetailArgs>;
22708
+ }
22709
+ interface PolicyGrantDetail6PropertiesArgs {
22710
+ createAssetType: pulumi.Input<inputs.datazone.PolicyGrantCreateAssetTypePolicyGrantDetailArgs>;
22711
+ }
22712
+ interface PolicyGrantDetail7PropertiesArgs {
22713
+ createProject: pulumi.Input<inputs.datazone.PolicyGrantCreateProjectPolicyGrantDetailArgs>;
22714
+ }
22715
+ interface PolicyGrantDetail8PropertiesArgs {
22716
+ createEnvironmentProfile: pulumi.Input<inputs.datazone.PolicyGrantCreateEnvironmentProfilePolicyGrantDetailArgs>;
22717
+ }
22718
+ interface PolicyGrantDetail9PropertiesArgs {
22719
+ delegateCreateEnvironmentProfile: pulumi.Input<inputs.datazone.PolicyGrantUnitArgs>;
22720
+ }
22721
+ interface PolicyGrantDomainUnitFilterForProjectArgs {
22722
+ domainUnit: pulumi.Input<string>;
22723
+ includeChildDomainUnits?: pulumi.Input<boolean>;
22724
+ }
22725
+ interface PolicyGrantDomainUnitGrantFilterPropertiesArgs {
22726
+ allDomainUnitsGrantFilter: pulumi.Input<inputs.datazone.PolicyGrantAllDomainUnitsGrantFilterArgs>;
22727
+ }
22728
+ interface PolicyGrantDomainUnitPolicyGrantPrincipalArgs {
22729
+ domainUnitDesignation?: pulumi.Input<enums.datazone.PolicyGrantDomainUnitDesignation>;
22730
+ domainUnitGrantFilter?: pulumi.Input<inputs.datazone.PolicyGrantDomainUnitGrantFilterPropertiesArgs>;
22731
+ domainUnitIdentifier?: pulumi.Input<string>;
22732
+ }
22733
+ interface PolicyGrantGroupPolicyGrantPrincipalPropertiesArgs {
22734
+ groupIdentifier: pulumi.Input<string>;
22735
+ }
22736
+ interface PolicyGrantOverrideDomainUnitOwnersPolicyGrantDetailArgs {
22737
+ includeChildDomainUnits?: pulumi.Input<boolean>;
22738
+ }
22739
+ interface PolicyGrantOverrideProjectOwnersPolicyGrantDetailArgs {
22740
+ includeChildDomainUnits?: pulumi.Input<boolean>;
22741
+ }
22742
+ interface PolicyGrantPrincipal0PropertiesArgs {
22743
+ user: pulumi.Input<inputs.datazone.PolicyGrantUserPolicyGrantPrincipal0PropertiesArgs | inputs.datazone.PolicyGrantUserPolicyGrantPrincipal1PropertiesArgs>;
22744
+ }
22745
+ interface PolicyGrantPrincipal1PropertiesArgs {
22746
+ group: pulumi.Input<inputs.datazone.PolicyGrantGroupPolicyGrantPrincipalPropertiesArgs>;
22747
+ }
22748
+ interface PolicyGrantPrincipal2PropertiesArgs {
22749
+ project: pulumi.Input<inputs.datazone.PolicyGrantProjectPolicyGrantPrincipalArgs>;
22750
+ }
22751
+ interface PolicyGrantPrincipal3PropertiesArgs {
22752
+ domainUnit: pulumi.Input<inputs.datazone.PolicyGrantDomainUnitPolicyGrantPrincipalArgs>;
22753
+ }
22754
+ interface PolicyGrantProjectGrantFilterPropertiesArgs {
22755
+ domainUnitFilter: pulumi.Input<inputs.datazone.PolicyGrantDomainUnitFilterForProjectArgs>;
22756
+ }
22757
+ interface PolicyGrantProjectPolicyGrantPrincipalArgs {
22758
+ projectDesignation?: pulumi.Input<enums.datazone.PolicyGrantProjectDesignation>;
22759
+ projectGrantFilter?: pulumi.Input<inputs.datazone.PolicyGrantProjectGrantFilterPropertiesArgs>;
22760
+ projectIdentifier?: pulumi.Input<string>;
22761
+ }
22762
+ interface PolicyGrantUnitArgs {
22763
+ }
22764
+ interface PolicyGrantUserPolicyGrantPrincipal0PropertiesArgs {
22765
+ userIdentifier: pulumi.Input<string>;
22766
+ }
22767
+ interface PolicyGrantUserPolicyGrantPrincipal1PropertiesArgs {
22768
+ allUsersGrantFilter: pulumi.Input<inputs.datazone.PolicyGrantAllUsersGrantFilterArgs>;
22769
+ }
22552
22770
  interface ProjectEnvironmentConfigurationUserParameterArgs {
22553
22771
  /**
22554
22772
  * The environment configuration name.
@@ -23008,7 +23226,7 @@ export declare namespace directoryservice {
23008
23226
  export declare namespace dms {
23009
23227
  interface DataMigrationSettingsArgs {
23010
23228
  /**
23011
- * The property specifies whether to enable the Cloudwatch log.
23229
+ * The property specifies whether to enable the CloudWatch log.
23012
23230
  */
23013
23231
  cloudwatchLogsEnabled?: pulumi.Input<boolean>;
23014
23232
  /**
@@ -23325,6 +23543,10 @@ export declare namespace dynamodb {
23325
23543
  * Indicates whether CloudWatch Contributor Insights are to be enabled (true) or disabled (false).
23326
23544
  */
23327
23545
  enabled: pulumi.Input<boolean>;
23546
+ /**
23547
+ * Specifies the CloudWatch Contributor Insights mode for a global table. Valid values are `ACCESSED_AND_THROTTLED_KEYS` (tracks all access and throttled events) or `THROTTLED_KEYS` (tracks only throttled events). This setting determines what type of contributor insights data is collected for the global table.
23548
+ */
23549
+ mode?: pulumi.Input<enums.dynamodb.GlobalTableContributorInsightsSpecificationMode>;
23328
23550
  }
23329
23551
  interface GlobalTableGlobalSecondaryIndexArgs {
23330
23552
  /**
@@ -23664,6 +23886,10 @@ export declare namespace dynamodb {
23664
23886
  * Indicates whether CloudWatch Contributor Insights are to be enabled (true) or disabled (false).
23665
23887
  */
23666
23888
  enabled: pulumi.Input<boolean>;
23889
+ /**
23890
+ * Specifies the CloudWatch Contributor Insights mode for a table. Valid values are `ACCESSED_AND_THROTTLED_KEYS` (tracks all access and throttled events) or `THROTTLED_KEYS` (tracks only throttled events). This setting determines what type of contributor insights data is collected for the table.
23891
+ */
23892
+ mode?: pulumi.Input<enums.dynamodb.TableContributorInsightsSpecificationMode>;
23667
23893
  }
23668
23894
  /**
23669
23895
  * The options for imported source files in CSV format. The values are Delimiter and HeaderList.
@@ -30105,7 +30331,14 @@ export declare namespace ecs {
30105
30331
  }
30106
30332
  interface TaskSetCapacityProviderStrategyItemArgs {
30107
30333
  /**
30108
- * The *base* value designates how many tasks, at a minimum, to run on the specified capacity provider. Only one capacity provider in a capacity provider strategy can have a *base* defined. If no value is specified, the default value of `0` is used.
30334
+ * The *base* value designates how many tasks, at a minimum, to run on the specified capacity provider for each service. Only one capacity provider in a capacity provider strategy can have a *base* defined. If no value is specified, the default value of `0` is used.
30335
+ *
30336
+ * Base value characteristics:
30337
+ *
30338
+ * - Only one capacity provider in a strategy can have a base defined
30339
+ * - Default value is `0` if not specified
30340
+ * - Valid range: 0 to 100,000
30341
+ * - Base requirements are satisfied first before weight distribution
30109
30342
  */
30110
30343
  base?: pulumi.Input<number>;
30111
30344
  /**
@@ -30117,7 +30350,24 @@ export declare namespace ecs {
30117
30350
  *
30118
30351
  * If no `weight` value is specified, the default value of `0` is used. When multiple capacity providers are specified within a capacity provider strategy, at least one of the capacity providers must have a weight value greater than zero and any capacity providers with a weight of `0` can't be used to place tasks. If you specify multiple capacity providers in a strategy that all have a weight of `0` , any `RunTask` or `CreateService` actions using the capacity provider strategy will fail.
30119
30352
  *
30120
- * An example scenario for using weights is defining a strategy that contains two capacity providers and both have a weight of `1` , then when the `base` is satisfied, the tasks will be split evenly across the two capacity providers. Using that same logic, if you specify a weight of `1` for *capacityProviderA* and a weight of `4` for *capacityProviderB* , then for every one task that's run using *capacityProviderA* , four tasks would use *capacityProviderB* .
30353
+ * Weight value characteristics:
30354
+ *
30355
+ * - Weight is considered after the base value is satisfied
30356
+ * - Default value is `0` if not specified
30357
+ * - Valid range: 0 to 1,000
30358
+ * - At least one capacity provider must have a weight greater than zero
30359
+ * - Capacity providers with weight of `0` cannot place tasks
30360
+ *
30361
+ * Task distribution logic:
30362
+ *
30363
+ * - Base satisfaction: The minimum number of tasks specified by the base value are placed on that capacity provider
30364
+ * - Weight distribution: After base requirements are met, additional tasks are distributed according to weight ratios
30365
+ *
30366
+ * Examples:
30367
+ *
30368
+ * Equal Distribution: Two capacity providers both with weight `1` will split tasks evenly after base requirements are met.
30369
+ *
30370
+ * Weighted Distribution: If capacityProviderA has weight `1` and capacityProviderB has weight `4` , then for every 1 task on A, 4 tasks will run on B.
30121
30371
  */
30122
30372
  weight?: pulumi.Input<number>;
30123
30373
  }
@@ -30654,6 +30904,15 @@ export declare namespace eks {
30654
30904
  */
30655
30905
  clusterLogging?: pulumi.Input<inputs.eks.ClusterLoggingEnabledTypesArgs>;
30656
30906
  }
30907
+ /**
30908
+ * The custom namespace configuration to use with the add-on
30909
+ */
30910
+ interface NamespaceConfigPropertiesArgs {
30911
+ /**
30912
+ * The custom namespace for creating the add-on
30913
+ */
30914
+ namespace: pulumi.Input<string>;
30915
+ }
30657
30916
  /**
30658
30917
  * An object representing a launch template specification for AWS EKS Nodegroup.
30659
30918
  */
@@ -32071,6 +32330,9 @@ export declare namespace emrserverless {
32071
32330
  }
32072
32331
  }
32073
32332
  export declare namespace entityresolution {
32333
+ interface IdMappingWorkflowIdMappingIncrementalRunConfigArgs {
32334
+ incrementalRunType: pulumi.Input<enums.entityresolution.IdMappingWorkflowIdMappingIncrementalRunConfigIncrementalRunType>;
32335
+ }
32074
32336
  interface IdMappingWorkflowIdMappingRuleBasedPropertiesArgs {
32075
32337
  /**
32076
32338
  * The comparison type. You can either choose `ONE_TO_ONE` or `MANY_TO_MANY` as the `attributeMatchingModel` .
@@ -35264,6 +35526,16 @@ export declare namespace glue {
35264
35526
  * The name of the DynamoDB table to crawl.
35265
35527
  */
35266
35528
  path?: pulumi.Input<string>;
35529
+ /**
35530
+ * Indicates whether to scan all the records, or to sample rows from the table. Scanning all the records can take a long time when the table is not a high throughput table. A value of true means to scan all records, while a value of false means to sample the records. If no value is specified, the value defaults to true.
35531
+ */
35532
+ scanAll?: pulumi.Input<boolean>;
35533
+ /**
35534
+ * The percentage of the configured read capacity units to use by the AWS Glue crawler. Read capacity units is a term defined by DynamoDB, and is a numeric value that acts as rate limiter for the number of reads that can be performed on that table per second.
35535
+ *
35536
+ * The valid values are null or a value between 0.1 to 1.5. A null value is used when user does not provide a value, and defaults to 0.5 of the configured Read Capacity Unit (for provisioned tables), or 0.25 of the max configured Read Capacity Unit (for tables using on-demand mode).
35537
+ */
35538
+ scanRate?: pulumi.Input<number>;
35267
35539
  }
35268
35540
  /**
35269
35541
  * Specifies Apache Hudi data store targets.
@@ -37716,6 +37988,86 @@ export declare namespace inspectorv2 {
37716
37988
  days: pulumi.Input<pulumi.Input<enums.inspectorv2.CisScanConfigurationDay>[]>;
37717
37989
  startTime: pulumi.Input<inputs.inspectorv2.CisScanConfigurationTimeArgs>;
37718
37990
  }
37991
+ interface CodeSecurityIntegrationCreateDetailsArgs {
37992
+ /**
37993
+ * Details specific to creating an integration with a self-managed GitLab instance.
37994
+ */
37995
+ gitlabSelfManaged: pulumi.Input<inputs.inspectorv2.CodeSecurityIntegrationCreateGitLabSelfManagedIntegrationDetailArgs>;
37996
+ }
37997
+ interface CodeSecurityIntegrationCreateGitLabSelfManagedIntegrationDetailArgs {
37998
+ /**
37999
+ * The personal access token used to authenticate with the self-managed GitLab instance.
38000
+ */
38001
+ accessToken: pulumi.Input<string>;
38002
+ /**
38003
+ * The URL of the self-managed GitLab instance.
38004
+ */
38005
+ instanceUrl: pulumi.Input<string>;
38006
+ }
38007
+ interface CodeSecurityIntegrationUpdateDetailsArgs {
38008
+ /**
38009
+ * Details specific to updating an integration with GitHub.
38010
+ */
38011
+ github?: pulumi.Input<inputs.inspectorv2.CodeSecurityIntegrationUpdateGitHubIntegrationDetailArgs>;
38012
+ /**
38013
+ * Details specific to updating an integration with a self-managed GitLab instance.
38014
+ */
38015
+ gitlabSelfManaged?: pulumi.Input<inputs.inspectorv2.CodeSecurityIntegrationUpdateGitLabSelfManagedIntegrationDetailArgs>;
38016
+ }
38017
+ interface CodeSecurityIntegrationUpdateGitHubIntegrationDetailArgs {
38018
+ /**
38019
+ * The authorization code received from GitHub to update the integration.
38020
+ */
38021
+ code: pulumi.Input<string>;
38022
+ /**
38023
+ * The installation ID of the GitHub App associated with the integration.
38024
+ */
38025
+ installationId: pulumi.Input<string>;
38026
+ }
38027
+ interface CodeSecurityIntegrationUpdateGitLabSelfManagedIntegrationDetailArgs {
38028
+ /**
38029
+ * The authorization code received from the self-managed GitLab instance to update the integration.
38030
+ */
38031
+ authCode: pulumi.Input<string>;
38032
+ }
38033
+ interface CodeSecurityScanConfigurationArgs {
38034
+ /**
38035
+ * Configuration settings for continuous integration scans that run automatically when code changes are made.
38036
+ */
38037
+ continuousIntegrationScanConfiguration?: pulumi.Input<inputs.inspectorv2.CodeSecurityScanConfigurationContinuousIntegrationScanConfigurationArgs>;
38038
+ /**
38039
+ * Configuration settings for periodic scans that run on a scheduled basis.
38040
+ */
38041
+ periodicScanConfiguration?: pulumi.Input<inputs.inspectorv2.CodeSecurityScanConfigurationPeriodicScanConfigurationArgs>;
38042
+ /**
38043
+ * The categories of security rules to be applied during the scan.
38044
+ */
38045
+ ruleSetCategories: pulumi.Input<pulumi.Input<enums.inspectorv2.CodeSecurityScanConfigurationRuleSetCategory>[]>;
38046
+ }
38047
+ interface CodeSecurityScanConfigurationContinuousIntegrationScanConfigurationArgs {
38048
+ /**
38049
+ * The repository events that trigger continuous integration scans, such as pull requests or commits.
38050
+ */
38051
+ supportedEvents: pulumi.Input<pulumi.Input<enums.inspectorv2.CodeSecurityScanConfigurationContinuousIntegrationScanEvent>[]>;
38052
+ }
38053
+ interface CodeSecurityScanConfigurationPeriodicScanConfigurationArgs {
38054
+ /**
38055
+ * The frequency at which periodic scans are performed (such as weekly or monthly).
38056
+ *
38057
+ * If you don't provide the `frequencyExpression` Amazon Inspector chooses day for the scan to run. If you provide the `frequencyExpression` , the schedule must match the specified `frequency` .
38058
+ */
38059
+ frequency?: pulumi.Input<enums.inspectorv2.CodeSecurityScanConfigurationPeriodicScanFrequency>;
38060
+ /**
38061
+ * The schedule expression for periodic scans, in cron format.
38062
+ */
38063
+ frequencyExpression?: pulumi.Input<string>;
38064
+ }
38065
+ interface CodeSecurityScanConfigurationScopeSettingsArgs {
38066
+ /**
38067
+ * The scope of projects to be selected for scanning within the integrated repositories.
38068
+ */
38069
+ projectSelectionScope?: pulumi.Input<enums.inspectorv2.CodeSecurityScanConfigurationProjectSelectionScope>;
38070
+ }
37719
38071
  interface FilterCriteriaArgs {
37720
38072
  /**
37721
38073
  * Details of the AWS account IDs used to filter findings.
@@ -44058,6 +44410,10 @@ export declare namespace kinesisanalyticsv2 {
44058
44410
  * The code location and type parameters for a Flink-based Kinesis Data Analytics application.
44059
44411
  */
44060
44412
  applicationCodeConfiguration?: pulumi.Input<inputs.kinesisanalyticsv2.ApplicationCodeConfigurationArgs>;
44413
+ /**
44414
+ * Describes whether customer managed key is enabled and key details for customer data encryption
44415
+ */
44416
+ applicationEncryptionConfiguration?: pulumi.Input<inputs.kinesisanalyticsv2.ApplicationEncryptionConfigurationArgs>;
44061
44417
  /**
44062
44418
  * Describes whether snapshots are enabled for a Flink-based Kinesis Data Analytics application.
44063
44419
  */
@@ -44128,6 +44484,19 @@ export declare namespace kinesisanalyticsv2 {
44128
44484
  */
44129
44485
  s3ContentLocation: pulumi.Input<inputs.kinesisanalyticsv2.ApplicationS3ContentBaseLocationArgs>;
44130
44486
  }
44487
+ /**
44488
+ * Describes whether customer managed key is enabled and key details for customer data encryption
44489
+ */
44490
+ interface ApplicationEncryptionConfigurationArgs {
44491
+ /**
44492
+ * KMS KeyId. Can be either key uuid or full key arn or key alias arn or short key alias
44493
+ */
44494
+ keyId?: pulumi.Input<string>;
44495
+ /**
44496
+ * Specifies whether application data is encrypted using service key: AWS_OWNED_KEY or customer key: CUSTOMER_MANAGED_KEY
44497
+ */
44498
+ keyType: pulumi.Input<enums.kinesisanalyticsv2.ApplicationEncryptionConfigurationKeyType>;
44499
+ }
44131
44500
  /**
44132
44501
  * Describes execution properties for a Flink-based Kinesis Data Analytics application.
44133
44502
  */
@@ -52986,7 +53355,7 @@ export declare namespace networkfirewall {
52986
53355
  */
52987
53356
  certificateAuthorityArn?: pulumi.Input<string>;
52988
53357
  /**
52989
- * When enabled, Network Firewall checks if the server certificate presented by the server in the SSL/TLS connection has a revoked or unkown status. If the certificate has an unknown or revoked status, you must specify the actions that Network Firewall takes on outbound traffic. To check the certificate revocation status, you must also specify a `CertificateAuthorityArn` in [ServerCertificateConfiguration](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkfirewall-servercertificateconfiguration.html) .
53358
+ * When enabled, Network Firewall checks if the server certificate presented by the server in the SSL/TLS connection has a revoked or unkown status. If the certificate has an unknown or revoked status, you must specify the actions that Network Firewall takes on outbound traffic. To check the certificate revocation status, you must also specify a `CertificateAuthorityArn` in [ServerCertificateConfiguration](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-networkfirewall-servercertificateconfiguration.html) .
52990
53359
  */
52991
53360
  checkCertificateRevocationStatus?: pulumi.Input<inputs.networkfirewall.TlsInspectionConfigurationServerCertificateConfigurationCheckCertificateRevocationStatusPropertiesArgs>;
52992
53361
  /**
@@ -52999,7 +53368,7 @@ export declare namespace networkfirewall {
52999
53368
  serverCertificates?: pulumi.Input<pulumi.Input<inputs.networkfirewall.TlsInspectionConfigurationServerCertificateArgs>[]>;
53000
53369
  }
53001
53370
  /**
53002
- * When enabled, Network Firewall checks if the server certificate presented by the server in the SSL/TLS connection has a revoked or unkown status. If the certificate has an unknown or revoked status, you must specify the actions that Network Firewall takes on outbound traffic. To check the certificate revocation status, you must also specify a `CertificateAuthorityArn` in [ServerCertificateConfiguration](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkfirewall-servercertificateconfiguration.html) .
53371
+ * When enabled, Network Firewall checks if the server certificate presented by the server in the SSL/TLS connection has a revoked or unkown status. If the certificate has an unknown or revoked status, you must specify the actions that Network Firewall takes on outbound traffic. To check the certificate revocation status, you must also specify a `CertificateAuthorityArn` in [ServerCertificateConfiguration](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-networkfirewall-servercertificateconfiguration.html) .
53003
53372
  */
53004
53373
  interface TlsInspectionConfigurationServerCertificateConfigurationCheckCertificateRevocationStatusPropertiesArgs {
53005
53374
  revokedStatusAction?: pulumi.Input<enums.networkfirewall.TlsInspectionConfigurationRevokedStatusAction>;
@@ -86135,19 +86504,6 @@ export declare namespace route53 {
86135
86504
  */
86136
86505
  type: pulumi.Input<enums.route53.HealthCheckConfigPropertiesType>;
86137
86506
  }
86138
- /**
86139
- * A key-value pair to associate with a resource.
86140
- */
86141
- interface HealthCheckTagArgs {
86142
- /**
86143
- * The key name of the tag.
86144
- */
86145
- key: pulumi.Input<string>;
86146
- /**
86147
- * The value for the tag.
86148
- */
86149
- value: pulumi.Input<string>;
86150
- }
86151
86507
  /**
86152
86508
  * A complex type that contains an optional comment about your hosted zone. If you don't want to specify a comment, omit both the ``HostedZoneConfig`` and ``Comment`` elements.
86153
86509
  */
@@ -88660,6 +89016,39 @@ export declare namespace sagemaker {
88660
89016
  */
88661
89017
  sageMakerImageVersionArn?: pulumi.Input<string>;
88662
89018
  }
89019
+ /**
89020
+ * The details of the alarm to monitor during the AMI update.
89021
+ */
89022
+ interface ClusterAlarmDetailsArgs {
89023
+ /**
89024
+ * The name of the alarm.
89025
+ */
89026
+ alarmName: pulumi.Input<string>;
89027
+ }
89028
+ /**
89029
+ * The configuration of the size measurements of the AMI update. Using this configuration, you can specify whether SageMaker should update your instance group by an amount or percentage of instances.
89030
+ */
89031
+ interface ClusterCapacitySizeConfigArgs {
89032
+ /**
89033
+ * Specifies whether SageMaker should process the update by amount or percentage of instances.
89034
+ */
89035
+ type: pulumi.Input<string>;
89036
+ /**
89037
+ * Specifies the amount or percentage of instances SageMaker updates at a time.
89038
+ */
89039
+ value: pulumi.Input<number>;
89040
+ }
89041
+ /**
89042
+ * The configuration to use when updating the AMI versions.
89043
+ */
89044
+ interface ClusterDeploymentConfigArgs {
89045
+ autoRollbackConfiguration?: pulumi.Input<pulumi.Input<inputs.sagemaker.ClusterAlarmDetailsArgs>[]>;
89046
+ rollingUpdatePolicy?: pulumi.Input<inputs.sagemaker.ClusterRollingUpdatePolicyArgs>;
89047
+ /**
89048
+ * The duration in seconds that SageMaker waits before updating more instances in the cluster.
89049
+ */
89050
+ waitIntervalInSeconds?: pulumi.Input<number>;
89051
+ }
88663
89052
  /**
88664
89053
  * The configuration for the restricted instance groups (RIG) environment.
88665
89054
  */
@@ -88699,6 +89088,7 @@ export declare namespace sagemaker {
88699
89088
  lifeCycleConfig: pulumi.Input<inputs.sagemaker.ClusterLifeCycleConfigArgs>;
88700
89089
  onStartDeepHealthChecks?: pulumi.Input<pulumi.Input<enums.sagemaker.ClusterDeepHealthCheckType>[]>;
88701
89090
  overrideVpcConfig?: pulumi.Input<inputs.sagemaker.ClusterVpcConfigArgs>;
89091
+ scheduledUpdateConfig?: pulumi.Input<inputs.sagemaker.ClusterScheduledUpdateConfigArgs>;
88702
89092
  /**
88703
89093
  * The number you specified to TreadsPerCore in CreateCluster for enabling or disabling multithreading. For instance types that support multithreading, you can specify 1 for disabling multithreading and 2 for enabling multithreading.
88704
89094
  */
@@ -88772,6 +89162,23 @@ export declare namespace sagemaker {
88772
89162
  */
88773
89163
  trainingPlanArn?: pulumi.Input<string>;
88774
89164
  }
89165
+ /**
89166
+ * The policy that SageMaker uses when updating the AMI versions of the cluster.
89167
+ */
89168
+ interface ClusterRollingUpdatePolicyArgs {
89169
+ maximumBatchSize: pulumi.Input<inputs.sagemaker.ClusterCapacitySizeConfigArgs>;
89170
+ rollbackMaximumBatchSize?: pulumi.Input<inputs.sagemaker.ClusterCapacitySizeConfigArgs>;
89171
+ }
89172
+ /**
89173
+ * The configuration object of the schedule that SageMaker follows when updating the AMI.
89174
+ */
89175
+ interface ClusterScheduledUpdateConfigArgs {
89176
+ deploymentConfig?: pulumi.Input<inputs.sagemaker.ClusterDeploymentConfigArgs>;
89177
+ /**
89178
+ * A cron expression that specifies the schedule that SageMaker follows when updating the AMI.
89179
+ */
89180
+ scheduleExpression: pulumi.Input<string>;
89181
+ }
88775
89182
  /**
88776
89183
  * Specifies an Amazon Virtual Private Cloud (VPC) that your SageMaker jobs, hosted models, and compute resources have access to. You can control access to and from your resources by configuring a VPC.
88777
89184
  */
@@ -96782,7 +97189,7 @@ export declare namespace ssmquicksetup {
96782
97189
  * - Description: (Required) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
96783
97190
  * - `TargetRegions`
96784
97191
  *
96785
- * - Description: (Required) The AWS Regions to deploy the configuration to. For this type, the parameter only accepts a value of `AllRegions` .
97192
+ * - Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
96786
97193
  * - **DevOps Guru (Type: AWS QuickSetupType-DevOpsGuru)** - - `AnalyseAllResources`
96787
97194
  *
96788
97195
  * - Description: (Optional) A boolean value that determines whether DevOps Guru analyzes all AWS CloudFormation stacks in the account. The default value is " `false` ".
@@ -102694,13 +103101,31 @@ export declare namespace workspacesweb {
102694
103101
  include: pulumi.Input<pulumi.Input<enums.workspacesweb.SessionLoggerEvent>[]>;
102695
103102
  }
102696
103103
  interface SessionLoggerLogConfigurationArgs {
103104
+ /**
103105
+ * The configuration for delivering the logs to S3.
103106
+ */
102697
103107
  s3?: pulumi.Input<inputs.workspacesweb.SessionLoggerS3LogConfigurationArgs>;
102698
103108
  }
102699
103109
  interface SessionLoggerS3LogConfigurationArgs {
103110
+ /**
103111
+ * The S3 bucket name where logs are delivered.
103112
+ */
102700
103113
  bucket: pulumi.Input<string>;
103114
+ /**
103115
+ * The expected bucket owner of the target S3 bucket. The caller must have permissions to write to the target bucket.
103116
+ */
102701
103117
  bucketOwner?: pulumi.Input<string>;
103118
+ /**
103119
+ * The folder structure that defines the organizational structure for log files in S3.
103120
+ */
102702
103121
  folderStructure: pulumi.Input<enums.workspacesweb.SessionLoggerFolderStructure>;
103122
+ /**
103123
+ * The S3 path prefix that determines where log files are stored.
103124
+ */
102703
103125
  keyPrefix?: pulumi.Input<string>;
103126
+ /**
103127
+ * The format of the LogFile that is written to S3.
103128
+ */
102704
103129
  logFileFormat: pulumi.Input<enums.workspacesweb.SessionLoggerLogFileFormat>;
102705
103130
  }
102706
103131
  interface SessionLoggerUnitArgs {