@pulumi/aws-native 1.38.0-alpha.1761286050 → 1.38.0-alpha.1761310773

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 (157) hide show
  1. package/applicationsignals/getGroupingConfiguration.d.ts +9 -0
  2. package/applicationsignals/getGroupingConfiguration.js.map +1 -1
  3. package/applicationsignals/groupingConfiguration.d.ts +3 -0
  4. package/applicationsignals/groupingConfiguration.js.map +1 -1
  5. package/aps/anomalyDetector.d.ts +95 -0
  6. package/aps/anomalyDetector.js +81 -0
  7. package/aps/anomalyDetector.js.map +1 -0
  8. package/aps/getAnomalyDetector.d.ts +48 -0
  9. package/aps/getAnomalyDetector.js +28 -0
  10. package/aps/getAnomalyDetector.js.map +1 -0
  11. package/aps/index.d.ts +6 -0
  12. package/aps/index.js +8 -1
  13. package/aps/index.js.map +1 -1
  14. package/cloudfront/getVpcOrigin.d.ts +1 -0
  15. package/cloudfront/getVpcOrigin.js.map +1 -1
  16. package/cloudfront/vpcOrigin.d.ts +1 -0
  17. package/cloudfront/vpcOrigin.js +2 -0
  18. package/cloudfront/vpcOrigin.js.map +1 -1
  19. package/connect/emailAddress.d.ts +8 -0
  20. package/connect/emailAddress.js +2 -0
  21. package/connect/emailAddress.js.map +1 -1
  22. package/connect/getEmailAddress.d.ts +4 -0
  23. package/connect/getEmailAddress.js.map +1 -1
  24. package/ec2/capacityReservation.d.ts +4 -4
  25. package/ec2/getCapacityReservation.d.ts +2 -2
  26. package/ec2/getNatGateway.d.ts +3 -0
  27. package/ec2/getNatGateway.js.map +1 -1
  28. package/ec2/natGateway.d.ts +9 -0
  29. package/ec2/natGateway.js.map +1 -1
  30. package/ecr/getRepository.d.ts +3 -2
  31. package/ecr/getRepository.js.map +1 -1
  32. package/ecr/repository.d.ts +6 -4
  33. package/ecr/repository.js.map +1 -1
  34. package/ecs/service.d.ts +2 -0
  35. package/ecs/service.js.map +1 -1
  36. package/elasticloadbalancingv2/getListenerRule.d.ts +1 -0
  37. package/elasticloadbalancingv2/getListenerRule.js.map +1 -1
  38. package/elasticloadbalancingv2/listenerRule.d.ts +2 -0
  39. package/elasticloadbalancingv2/listenerRule.js +2 -0
  40. package/elasticloadbalancingv2/listenerRule.js.map +1 -1
  41. package/events/eventBusPolicy.d.ts +81 -0
  42. package/events/eventBusPolicy.js +71 -0
  43. package/events/eventBusPolicy.js.map +1 -0
  44. package/events/getEventBusPolicy.d.ts +37 -0
  45. package/events/getEventBusPolicy.js +30 -0
  46. package/events/getEventBusPolicy.js.map +1 -0
  47. package/events/index.d.ts +6 -0
  48. package/events/index.js +8 -1
  49. package/events/index.js.map +1 -1
  50. package/gameliftstreams/application.d.ts +2 -2
  51. package/imagebuilder/getImagePipeline.d.ts +4 -0
  52. package/imagebuilder/getImagePipeline.js.map +1 -1
  53. package/imagebuilder/image.d.ts +8 -0
  54. package/imagebuilder/image.js +2 -0
  55. package/imagebuilder/image.js.map +1 -1
  56. package/imagebuilder/imagePipeline.d.ts +4 -0
  57. package/imagebuilder/imagePipeline.js +2 -0
  58. package/imagebuilder/imagePipeline.js.map +1 -1
  59. package/index.d.ts +2 -1
  60. package/index.js +4 -2
  61. package/index.js.map +1 -1
  62. package/lambda/permission.d.ts +2 -2
  63. package/mediapackagev2/getOriginEndpoint.d.ts +5 -0
  64. package/mediapackagev2/getOriginEndpoint.js.map +1 -1
  65. package/mediapackagev2/originEndpoint.d.ts +9 -0
  66. package/mediapackagev2/originEndpoint.js +4 -0
  67. package/mediapackagev2/originEndpoint.js.map +1 -1
  68. package/neptune/dbInstance.d.ts +8 -0
  69. package/neptune/dbInstance.js +2 -0
  70. package/neptune/dbInstance.js.map +1 -1
  71. package/neptune/getDbInstance.d.ts +4 -0
  72. package/neptune/getDbInstance.js.map +1 -1
  73. package/observabilityadmin/getOrganizationCentralizationRule.d.ts +9 -0
  74. package/observabilityadmin/getOrganizationCentralizationRule.js.map +1 -1
  75. package/observabilityadmin/getOrganizationTelemetryRule.d.ts +3 -0
  76. package/observabilityadmin/getOrganizationTelemetryRule.js.map +1 -1
  77. package/observabilityadmin/getTelemetryRule.d.ts +3 -0
  78. package/observabilityadmin/getTelemetryRule.js.map +1 -1
  79. package/observabilityadmin/organizationCentralizationRule.d.ts +9 -0
  80. package/observabilityadmin/organizationCentralizationRule.js.map +1 -1
  81. package/observabilityadmin/organizationTelemetryRule.d.ts +6 -0
  82. package/observabilityadmin/organizationTelemetryRule.js.map +1 -1
  83. package/observabilityadmin/telemetryRule.d.ts +6 -0
  84. package/observabilityadmin/telemetryRule.js.map +1 -1
  85. package/organizations/account.d.ts +4 -0
  86. package/organizations/account.js +2 -0
  87. package/organizations/account.js.map +1 -1
  88. package/organizations/getAccount.d.ts +4 -0
  89. package/organizations/getAccount.js.map +1 -1
  90. package/osis/getPipeline.d.ts +5 -0
  91. package/osis/getPipeline.js.map +1 -1
  92. package/osis/pipeline.d.ts +10 -0
  93. package/osis/pipeline.js +4 -0
  94. package/osis/pipeline.js.map +1 -1
  95. package/package.json +3 -3
  96. package/package.json.dev +2 -2
  97. package/rds/dbCluster.d.ts +12 -20
  98. package/rds/dbCluster.js.map +1 -1
  99. package/rtbfabric/getRequesterGateway.d.ts +32 -0
  100. package/rtbfabric/getRequesterGateway.js +28 -0
  101. package/rtbfabric/getRequesterGateway.js.map +1 -0
  102. package/rtbfabric/getResponderGateway.d.ts +34 -0
  103. package/rtbfabric/getResponderGateway.js +28 -0
  104. package/rtbfabric/getResponderGateway.js.map +1 -0
  105. package/rtbfabric/index.d.ts +13 -0
  106. package/rtbfabric/index.js +48 -0
  107. package/rtbfabric/index.js.map +1 -0
  108. package/rtbfabric/requesterGateway.d.ts +54 -0
  109. package/rtbfabric/requesterGateway.js +89 -0
  110. package/rtbfabric/requesterGateway.js.map +1 -0
  111. package/rtbfabric/responderGateway.d.ts +61 -0
  112. package/rtbfabric/responderGateway.js +99 -0
  113. package/rtbfabric/responderGateway.js.map +1 -0
  114. package/s3/accessGrantsLocation.d.ts +5 -5
  115. package/s3/accessGrantsLocation.js +6 -0
  116. package/s3/accessGrantsLocation.js.map +1 -1
  117. package/sagemaker/cluster.d.ts +2 -0
  118. package/sagemaker/cluster.js +2 -0
  119. package/sagemaker/cluster.js.map +1 -1
  120. package/sagemaker/getCluster.d.ts +1 -0
  121. package/sagemaker/getCluster.js.map +1 -1
  122. package/ssmquicksetup/getLifecycleAutomation.d.ts +6 -0
  123. package/ssmquicksetup/getLifecycleAutomation.js.map +1 -1
  124. package/ssmquicksetup/lifecycleAutomation.d.ts +12 -0
  125. package/ssmquicksetup/lifecycleAutomation.js.map +1 -1
  126. package/types/enums/connect/index.d.ts +54 -0
  127. package/types/enums/connect/index.js +27 -1
  128. package/types/enums/connect/index.js.map +1 -1
  129. package/types/enums/connectcampaignsv2/index.d.ts +7 -0
  130. package/types/enums/connectcampaignsv2/index.js +4 -1
  131. package/types/enums/connectcampaignsv2/index.js.map +1 -1
  132. package/types/enums/ecs/index.d.ts +1 -0
  133. package/types/enums/ecs/index.js.map +1 -1
  134. package/types/enums/index.d.ts +6 -1
  135. package/types/enums/index.js +7 -1
  136. package/types/enums/index.js.map +1 -1
  137. package/types/enums/mediapackagev2/index.d.ts +11 -0
  138. package/types/enums/mediapackagev2/index.js +10 -1
  139. package/types/enums/mediapackagev2/index.js.map +1 -1
  140. package/types/enums/observabilityadmin/index.d.ts +9 -0
  141. package/types/enums/observabilityadmin/index.js.map +1 -1
  142. package/types/enums/organizations/index.d.ts +11 -0
  143. package/types/enums/organizations/index.js +8 -1
  144. package/types/enums/organizations/index.js.map +1 -1
  145. package/types/enums/quicksight/index.d.ts +1 -1
  146. package/types/enums/rtbfabric/index.d.ts +29 -0
  147. package/types/enums/rtbfabric/index.js +32 -0
  148. package/types/enums/rtbfabric/index.js.map +1 -0
  149. package/types/enums/sagemaker/index.d.ts +8 -0
  150. package/types/enums/sagemaker/index.js +7 -3
  151. package/types/enums/sagemaker/index.js.map +1 -1
  152. package/types/enums/wisdom/index.d.ts +4 -0
  153. package/types/enums/wisdom/index.js +4 -0
  154. package/types/enums/wisdom/index.js.map +1 -1
  155. package/types/input.d.ts +380 -13
  156. package/types/output.d.ts +380 -13
  157. package/types/output.js.map +1 -1
package/types/input.d.ts CHANGED
@@ -6364,6 +6364,37 @@ export declare namespace appsync {
6364
6364
  }
6365
6365
  }
6366
6366
  export declare namespace aps {
6367
+ interface AnomalyDetectorConfigurationArgs {
6368
+ randomCutForest: pulumi.Input<inputs.aps.AnomalyDetectorRandomCutForestConfigurationArgs>;
6369
+ }
6370
+ interface AnomalyDetectorIgnoreNearExpectedArgs {
6371
+ amount?: pulumi.Input<number>;
6372
+ ratio?: pulumi.Input<number>;
6373
+ }
6374
+ /**
6375
+ * A key-value pair to provide meta-data and multi-dimensional data analysis for filtering and aggregation.
6376
+ */
6377
+ interface AnomalyDetectorLabelArgs {
6378
+ /**
6379
+ * The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
6380
+ */
6381
+ key: pulumi.Input<string>;
6382
+ /**
6383
+ * The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
6384
+ */
6385
+ value: pulumi.Input<string>;
6386
+ }
6387
+ interface AnomalyDetectorMissingDataActionArgs {
6388
+ markAsAnomaly?: pulumi.Input<boolean>;
6389
+ skip?: pulumi.Input<boolean>;
6390
+ }
6391
+ interface AnomalyDetectorRandomCutForestConfigurationArgs {
6392
+ ignoreNearExpectedFromAbove?: pulumi.Input<inputs.aps.AnomalyDetectorIgnoreNearExpectedArgs>;
6393
+ ignoreNearExpectedFromBelow?: pulumi.Input<inputs.aps.AnomalyDetectorIgnoreNearExpectedArgs>;
6394
+ query: pulumi.Input<string>;
6395
+ sampleSize?: pulumi.Input<number>;
6396
+ shingleSize?: pulumi.Input<number>;
6397
+ }
6367
6398
  /**
6368
6399
  * Represents a cloudwatch logs destination for scraper logging
6369
6400
  */
@@ -16586,6 +16617,7 @@ export declare namespace cloudfront {
16586
16617
  * For more information, see [Response timeout](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DownloadDistValuesOrigin.html#DownloadDistValuesOriginResponseTimeout) in the *Amazon CloudFront Developer Guide*.
16587
16618
  */
16588
16619
  originReadTimeout?: pulumi.Input<number>;
16620
+ ownerAccountId?: pulumi.Input<string>;
16589
16621
  /**
16590
16622
  * The VPC origin ID.
16591
16623
  */
@@ -19394,9 +19426,24 @@ export declare namespace connect {
19394
19426
  */
19395
19427
  requiredFields?: pulumi.Input<pulumi.Input<inputs.connect.TaskTemplateRequiredFieldInfoArgs>[]>;
19396
19428
  }
19429
+ /**
19430
+ * Configuration for an email address alias
19431
+ */
19432
+ interface EmailAddressAliasConfigurationArgs {
19433
+ /**
19434
+ * The identifier of the email address alias
19435
+ */
19436
+ emailAddressArn: pulumi.Input<string>;
19437
+ }
19397
19438
  interface EvaluationFormAutoEvaluationConfigurationArgs {
19398
19439
  enabled?: pulumi.Input<boolean>;
19399
19440
  }
19441
+ interface EvaluationFormAutomaticFailConfigurationArgs {
19442
+ /**
19443
+ * The target section refId to control failure propagation boundary.
19444
+ */
19445
+ targetSection?: pulumi.Input<string>;
19446
+ }
19400
19447
  /**
19401
19448
  * An item at the root level. All items must be sections.
19402
19449
  */
@@ -19419,10 +19466,72 @@ export declare namespace connect {
19419
19466
  */
19420
19467
  section?: pulumi.Input<inputs.connect.EvaluationFormSectionArgs>;
19421
19468
  }
19469
+ interface EvaluationFormItemEnablementConditionArgs {
19470
+ /**
19471
+ * The list of operands that compose the condition. Each operand represents a specific criteria to be evaluated.
19472
+ */
19473
+ operands: pulumi.Input<pulumi.Input<inputs.connect.EvaluationFormItemEnablementConditionOperandArgs>[]>;
19474
+ /**
19475
+ * The logical operator used to combine multiple operands, determining how the condition is evaluated as a whole.
19476
+ */
19477
+ operator?: pulumi.Input<enums.connect.EvaluationFormItemEnablementConditionOperator>;
19478
+ }
19479
+ interface EvaluationFormItemEnablementConditionOperandArgs {
19480
+ /**
19481
+ * A direct comparison expression that evaluates a form item's value against specified criteria.
19482
+ */
19483
+ expression?: pulumi.Input<inputs.connect.EvaluationFormItemEnablementExpressionArgs>;
19484
+ }
19485
+ interface EvaluationFormItemEnablementConfigurationArgs {
19486
+ /**
19487
+ * Defines the enablement status to be applied when the specified condition is met.
19488
+ */
19489
+ action: pulumi.Input<enums.connect.EvaluationFormItemEnablementConfigurationAction>;
19490
+ /**
19491
+ * Specifies the logical condition that determines when to apply the enablement rules.
19492
+ */
19493
+ condition: pulumi.Input<inputs.connect.EvaluationFormItemEnablementConditionArgs>;
19494
+ /**
19495
+ * Specifies the default enablement status to be applied when the condition is not satisfied.
19496
+ */
19497
+ defaultAction?: pulumi.Input<enums.connect.EvaluationFormItemEnablementConfigurationDefaultAction>;
19498
+ }
19499
+ interface EvaluationFormItemEnablementExpressionArgs {
19500
+ /**
19501
+ * Specifies the comparison method to determine if the source value matches any of the specified values.
19502
+ */
19503
+ comparator: pulumi.Input<enums.connect.EvaluationFormItemEnablementExpressionComparator>;
19504
+ /**
19505
+ * Identifies the form item whose value will be evaluated in the expression.
19506
+ */
19507
+ source: pulumi.Input<inputs.connect.EvaluationFormItemEnablementSourceArgs>;
19508
+ /**
19509
+ * The list of possible values to compare against the source form item's value.
19510
+ */
19511
+ values: pulumi.Input<pulumi.Input<inputs.connect.EvaluationFormItemEnablementSourceValueArgs>[]>;
19512
+ }
19513
+ interface EvaluationFormItemEnablementSourceArgs {
19514
+ refId?: pulumi.Input<string>;
19515
+ /**
19516
+ * The type of the source entity.
19517
+ */
19518
+ type: pulumi.Input<enums.connect.EvaluationFormItemEnablementSourceType>;
19519
+ }
19520
+ interface EvaluationFormItemEnablementSourceValueArgs {
19521
+ /**
19522
+ * The reference id of the source entity value.
19523
+ */
19524
+ refId?: pulumi.Input<string>;
19525
+ /**
19526
+ * Type of the source entity value.
19527
+ */
19528
+ type?: pulumi.Input<enums.connect.EvaluationFormItemEnablementSourceValueType>;
19529
+ }
19422
19530
  /**
19423
19531
  * Information about the automation configuration in numeric questions.
19424
19532
  */
19425
19533
  interface EvaluationFormNumericQuestionAutomationArgs {
19534
+ answerSource?: pulumi.Input<inputs.connect.EvaluationFormQuestionAutomationAnswerSourceArgs>;
19426
19535
  /**
19427
19536
  * The property value of the automation.
19428
19537
  */
@@ -19436,6 +19545,7 @@ export declare namespace connect {
19436
19545
  * The flag to mark the option as automatic fail. If an automatic fail answer is provided, the overall evaluation gets a score of 0.
19437
19546
  */
19438
19547
  automaticFail?: pulumi.Input<boolean>;
19548
+ automaticFailConfiguration?: pulumi.Input<inputs.connect.EvaluationFormAutomaticFailConfigurationArgs>;
19439
19549
  /**
19440
19550
  * The maximum answer value of the range option.
19441
19551
  */
@@ -19485,6 +19595,7 @@ export declare namespace connect {
19485
19595
  * Information about a question from an evaluation form.
19486
19596
  */
19487
19597
  interface EvaluationFormQuestionArgs {
19598
+ enablement?: pulumi.Input<inputs.connect.EvaluationFormItemEnablementConfigurationArgs>;
19488
19599
  /**
19489
19600
  * The instructions of the section.
19490
19601
  * *Length Constraints*: Minimum length of 0. Maximum length of 1024.
@@ -19520,6 +19631,12 @@ export declare namespace connect {
19520
19631
  */
19521
19632
  weight?: pulumi.Input<number>;
19522
19633
  }
19634
+ interface EvaluationFormQuestionAutomationAnswerSourceArgs {
19635
+ /**
19636
+ * The type of the answer sourcr
19637
+ */
19638
+ sourceType: pulumi.Input<enums.connect.EvaluationFormQuestionAutomationAnswerSourceSourceType>;
19639
+ }
19523
19640
  /**
19524
19641
  * Information about properties for a question in an evaluation form. The question type properties must be either for a numeric question or a single select question.
19525
19642
  */
@@ -19532,6 +19649,7 @@ export declare namespace connect {
19532
19649
  * The properties of the numeric question.
19533
19650
  */
19534
19651
  singleSelect?: pulumi.Input<inputs.connect.EvaluationFormSingleSelectQuestionPropertiesArgs>;
19652
+ text?: pulumi.Input<inputs.connect.EvaluationFormTextQuestionPropertiesArgs>;
19535
19653
  }
19536
19654
  /**
19537
19655
  * A scoring strategy of the evaluation form.
@@ -19582,6 +19700,7 @@ export declare namespace connect {
19582
19700
  * Information about the automation configuration in single select questions. Automation options are evaluated in order, and the first matched option is applied. If no automation option matches, and there is a default option, then the default option is applied.
19583
19701
  */
19584
19702
  interface EvaluationFormSingleSelectQuestionAutomationArgs {
19703
+ answerSource?: pulumi.Input<inputs.connect.EvaluationFormQuestionAutomationAnswerSourceArgs>;
19585
19704
  /**
19586
19705
  * The identifier of the default answer option, when none of the automation options match the criteria.
19587
19706
  * *Length Constraints*: Minimum length of 1. Maximum length of 40.
@@ -19611,6 +19730,7 @@ export declare namespace connect {
19611
19730
  * The flag to mark the option as automatic fail. If an automatic fail answer is provided, the overall evaluation gets a score of 0.
19612
19731
  */
19613
19732
  automaticFail?: pulumi.Input<boolean>;
19733
+ automaticFailConfiguration?: pulumi.Input<inputs.connect.EvaluationFormAutomaticFailConfigurationArgs>;
19614
19734
  /**
19615
19735
  * The identifier of the answer option. An identifier must be unique within the question.
19616
19736
  * *Length Constraints*: Minimum length of 1. Maximum length of 40.
@@ -19671,6 +19791,18 @@ export declare namespace connect {
19671
19791
  */
19672
19792
  optionRefId: pulumi.Input<string>;
19673
19793
  }
19794
+ interface EvaluationFormTextQuestionAutomationArgs {
19795
+ /**
19796
+ * The source of automation answer of the question.
19797
+ */
19798
+ answerSource?: pulumi.Input<inputs.connect.EvaluationFormQuestionAutomationAnswerSourceArgs>;
19799
+ }
19800
+ interface EvaluationFormTextQuestionPropertiesArgs {
19801
+ /**
19802
+ * Specifies how the question can be automatically answered.
19803
+ */
19804
+ automation?: pulumi.Input<inputs.connect.EvaluationFormTextQuestionAutomationArgs>;
19805
+ }
19674
19806
  /**
19675
19807
  * Contains information about the hours of operation.
19676
19808
  */
@@ -20672,6 +20804,14 @@ export declare namespace connectcampaignsv2 {
20672
20804
  */
20673
20805
  bandwidthAllocation: pulumi.Input<number>;
20674
20806
  }
20807
+ /**
20808
+ * Preview config
20809
+ */
20810
+ interface CampaignPreviewConfigArgs {
20811
+ agentActions?: pulumi.Input<pulumi.Input<enums.connectcampaignsv2.CampaignAgentAction>[]>;
20812
+ bandwidthAllocation: pulumi.Input<number>;
20813
+ timeoutConfig: pulumi.Input<inputs.connectcampaignsv2.CampaignTimeoutConfigArgs>;
20814
+ }
20675
20815
  /**
20676
20816
  * Progressive config
20677
20817
  */
@@ -20820,6 +20960,7 @@ export declare namespace connectcampaignsv2 {
20820
20960
  * Contains predictive outbound mode configuration.
20821
20961
  */
20822
20962
  predictiveConfig?: pulumi.Input<inputs.connectcampaignsv2.CampaignPredictiveConfigArgs>;
20963
+ previewConfig?: pulumi.Input<inputs.connectcampaignsv2.CampaignPreviewConfigArgs>;
20823
20964
  /**
20824
20965
  * Contains progressive telephony outbound mode configuration.
20825
20966
  */
@@ -20845,6 +20986,12 @@ export declare namespace connectcampaignsv2 {
20845
20986
  */
20846
20987
  restrictedPeriods?: pulumi.Input<inputs.connectcampaignsv2.CampaignRestrictedPeriodsArgs>;
20847
20988
  }
20989
+ /**
20990
+ * Timeout Config for preview contacts
20991
+ */
20992
+ interface CampaignTimeoutConfigArgs {
20993
+ durationInSeconds?: pulumi.Input<number>;
20994
+ }
20848
20995
  }
20849
20996
  export declare namespace controltower {
20850
20997
  interface EnabledBaselineParameterArgs {
@@ -29313,7 +29460,7 @@ export declare namespace ecr {
29313
29460
  scanOnPush?: pulumi.Input<boolean>;
29314
29461
  }
29315
29462
  /**
29316
- * Overrides the default image tag mutability setting of the repository for image tags that match the specified filters.
29463
+ * A filter that specifies which image tags should be excluded from the repository's image tag mutability setting.
29317
29464
  */
29318
29465
  interface RepositoryImageTagMutabilityExclusionFilterArgs {
29319
29466
  imageTagMutabilityExclusionFilterType: pulumi.Input<enums.ecr.RepositoryImageTagMutabilityExclusionFilterType>;
@@ -32416,7 +32563,8 @@ export declare namespace elasticloadbalancingv2 {
32416
32563
  */
32417
32564
  fixedResponseConfig?: pulumi.Input<inputs.elasticloadbalancingv2.ListenerFixedResponseConfigArgs>;
32418
32565
  /**
32419
- * Information for creating an action that distributes requests among one or more target groups. For Network Load Balancers, you can specify a single target group. Specify only when ``Type`` is ``forward``. If you specify both ``ForwardConfig`` and ``TargetGroupArn``, you can specify only one target group using ``ForwardConfig`` and it must be the same target group specified in ``TargetGroupArn``.
32566
+ * Information for creating an action that distributes requests among multiple target groups. Specify only when ``Type`` is ``forward``.
32567
+ * If you specify both ``ForwardConfig`` and ``TargetGroupArn``, you can specify only one target group using ``ForwardConfig`` and it must be the same target group specified in ``TargetGroupArn``.
32420
32568
  */
32421
32569
  forwardConfig?: pulumi.Input<inputs.elasticloadbalancingv2.ListenerForwardConfigArgs>;
32422
32570
  /**
@@ -32428,7 +32576,7 @@ export declare namespace elasticloadbalancingv2 {
32428
32576
  */
32429
32577
  redirectConfig?: pulumi.Input<inputs.elasticloadbalancingv2.ListenerRedirectConfigArgs>;
32430
32578
  /**
32431
- * The Amazon Resource Name (ARN) of the target group. Specify only when ``Type`` is ``forward`` and you want to route to a single target group. To route to one or more target groups, use ``ForwardConfig`` instead.
32579
+ * The Amazon Resource Name (ARN) of the target group. Specify only when ``Type`` is ``forward`` and you want to route to a single target group. To route to multiple target groups, you must use ``ForwardConfig`` instead.
32432
32580
  */
32433
32581
  targetGroupArn?: pulumi.Input<string>;
32434
32582
  /**
@@ -32602,7 +32750,8 @@ export declare namespace elasticloadbalancingv2 {
32602
32750
  statusCode: pulumi.Input<string>;
32603
32751
  }
32604
32752
  /**
32605
- * Information for creating an action that distributes requests among one or more target groups. For Network Load Balancers, you can specify a single target group. Specify only when ``Type`` is ``forward``. If you specify both ``ForwardConfig`` and ``TargetGroupArn``, you can specify only one target group using ``ForwardConfig`` and it must be the same target group specified in ``TargetGroupArn``.
32753
+ * Information for creating an action that distributes requests among multiple target groups. Specify only when ``Type`` is ``forward``.
32754
+ * If you specify both ``ForwardConfig`` and ``TargetGroupArn``, you can specify only one target group using ``ForwardConfig`` and it must be the same target group specified in ``TargetGroupArn``.
32606
32755
  */
32607
32756
  interface ListenerForwardConfigArgs {
32608
32757
  /**
@@ -32690,7 +32839,8 @@ export declare namespace elasticloadbalancingv2 {
32690
32839
  */
32691
32840
  fixedResponseConfig?: pulumi.Input<inputs.elasticloadbalancingv2.ListenerRuleFixedResponseConfigArgs>;
32692
32841
  /**
32693
- * Information for creating an action that distributes requests among one or more target groups. For Network Load Balancers, you can specify a single target group. Specify only when ``Type`` is ``forward``. If you specify both ``ForwardConfig`` and ``TargetGroupArn``, you can specify only one target group using ``ForwardConfig`` and it must be the same target group specified in ``TargetGroupArn``.
32842
+ * Information for creating an action that distributes requests among multiple target groups. Specify only when ``Type`` is ``forward``.
32843
+ * If you specify both ``ForwardConfig`` and ``TargetGroupArn``, you can specify only one target group using ``ForwardConfig`` and it must be the same target group specified in ``TargetGroupArn``.
32694
32844
  */
32695
32845
  forwardConfig?: pulumi.Input<inputs.elasticloadbalancingv2.ListenerRuleForwardConfigArgs>;
32696
32846
  /**
@@ -32702,7 +32852,7 @@ export declare namespace elasticloadbalancingv2 {
32702
32852
  */
32703
32853
  redirectConfig?: pulumi.Input<inputs.elasticloadbalancingv2.ListenerRuleRedirectConfigArgs>;
32704
32854
  /**
32705
- * The Amazon Resource Name (ARN) of the target group. Specify only when ``Type`` is ``forward`` and you want to route to a single target group. To route to one or more target groups, use ``ForwardConfig`` instead.
32855
+ * The Amazon Resource Name (ARN) of the target group. Specify only when ``Type`` is ``forward`` and you want to route to a single target group. To route to multiple target groups, you must use ``ForwardConfig`` instead.
32706
32856
  */
32707
32857
  targetGroupArn?: pulumi.Input<string>;
32708
32858
  /**
@@ -32831,7 +32981,8 @@ export declare namespace elasticloadbalancingv2 {
32831
32981
  statusCode: pulumi.Input<string>;
32832
32982
  }
32833
32983
  /**
32834
- * Information for creating an action that distributes requests among one or more target groups. For Network Load Balancers, you can specify a single target group. Specify only when ``Type`` is ``forward``. If you specify both ``ForwardConfig`` and ``TargetGroupArn``, you can specify only one target group using ``ForwardConfig`` and it must be the same target group specified in ``TargetGroupArn``.
32984
+ * Information for creating an action that distributes requests among multiple target groups. Specify only when ``Type`` is ``forward``.
32985
+ * If you specify both ``ForwardConfig`` and ``TargetGroupArn``, you can specify only one target group using ``ForwardConfig`` and it must be the same target group specified in ``TargetGroupArn``.
32835
32986
  */
32836
32987
  interface ListenerRuleForwardConfigArgs {
32837
32988
  /**
@@ -32847,6 +32998,7 @@ export declare namespace elasticloadbalancingv2 {
32847
32998
  * Information about a host header condition.
32848
32999
  */
32849
33000
  interface ListenerRuleHostHeaderConfigArgs {
33001
+ regexValues?: pulumi.Input<pulumi.Input<string>[]>;
32850
33002
  /**
32851
33003
  * The host names. The maximum size of each name is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character). You must include at least one "." character. You can include only alphabetical characters after the final "." character.
32852
33004
  * If you specify multiple strings, the condition is satisfied if one of the strings matches the host name.
@@ -32862,6 +33014,7 @@ export declare namespace elasticloadbalancingv2 {
32862
33014
  * The name of the HTTP header field. The maximum size is 40 characters. The header name is case insensitive. The allowed characters are specified by RFC 7230. Wildcards are not supported.
32863
33015
  */
32864
33016
  httpHeaderName?: pulumi.Input<string>;
33017
+ regexValues?: pulumi.Input<pulumi.Input<string>[]>;
32865
33018
  /**
32866
33019
  * The strings to compare against the value of the HTTP header. The maximum size of each string is 128 characters. The comparison strings are case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).
32867
33020
  * If the same header appears multiple times in the request, we search them in order until a match is found.
@@ -32884,6 +33037,7 @@ export declare namespace elasticloadbalancingv2 {
32884
33037
  * Information about a path pattern condition.
32885
33038
  */
32886
33039
  interface ListenerRulePathPatternConfigArgs {
33040
+ regexValues?: pulumi.Input<pulumi.Input<string>[]>;
32887
33041
  /**
32888
33042
  * The path patterns to compare against the request URL. The maximum size of each string is 128 characters. The comparison is case sensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).
32889
33043
  * If you specify multiple strings, the condition is satisfied if one of them matches the request URL. The path pattern is compared only to the path of the URL, not to its query string.
@@ -32952,6 +33106,13 @@ export declare namespace elasticloadbalancingv2 {
32952
33106
  */
32953
33107
  statusCode: pulumi.Input<string>;
32954
33108
  }
33109
+ interface ListenerRuleRewriteConfigArgs {
33110
+ regex: pulumi.Input<string>;
33111
+ replace: pulumi.Input<string>;
33112
+ }
33113
+ interface ListenerRuleRewriteConfigObjectArgs {
33114
+ rewrites: pulumi.Input<pulumi.Input<inputs.elasticloadbalancingv2.ListenerRuleRewriteConfigArgs>[]>;
33115
+ }
32955
33116
  /**
32956
33117
  * Specifies a condition for a listener rule.
32957
33118
  */
@@ -32986,6 +33147,10 @@ export declare namespace elasticloadbalancingv2 {
32986
33147
  * Information for a query string condition. Specify only when ``Field`` is ``query-string``.
32987
33148
  */
32988
33149
  queryStringConfig?: pulumi.Input<inputs.elasticloadbalancingv2.ListenerRuleQueryStringConfigArgs>;
33150
+ /**
33151
+ * The regular expressions to match against the condition field. The maximum length of each string is 128 characters. Specify only when `Field` is `http-header` , `host-header` , or `path-pattern` .
33152
+ */
33153
+ regexValues?: pulumi.Input<pulumi.Input<string>[]>;
32989
33154
  /**
32990
33155
  * Information for a source IP condition. Specify only when ``Field`` is ``source-ip``.
32991
33156
  */
@@ -33023,7 +33188,7 @@ export declare namespace elasticloadbalancingv2 {
33023
33188
  */
33024
33189
  interface ListenerRuleTargetGroupStickinessConfigArgs {
33025
33190
  /**
33026
- * The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days). You must specify this value when enabling target group stickiness.
33191
+ * [Application Load Balancers] The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days). You must specify this value when enabling target group stickiness.
33027
33192
  */
33028
33193
  durationSeconds?: pulumi.Input<number>;
33029
33194
  /**
@@ -33044,12 +33209,17 @@ export declare namespace elasticloadbalancingv2 {
33044
33209
  */
33045
33210
  weight?: pulumi.Input<number>;
33046
33211
  }
33212
+ interface ListenerRuleTransformArgs {
33213
+ hostHeaderRewriteConfig?: pulumi.Input<inputs.elasticloadbalancingv2.ListenerRuleRewriteConfigObjectArgs>;
33214
+ type: pulumi.Input<string>;
33215
+ urlRewriteConfig?: pulumi.Input<inputs.elasticloadbalancingv2.ListenerRuleRewriteConfigObjectArgs>;
33216
+ }
33047
33217
  /**
33048
33218
  * Information about the target group stickiness for a rule.
33049
33219
  */
33050
33220
  interface ListenerTargetGroupStickinessConfigArgs {
33051
33221
  /**
33052
- * The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days). You must specify this value when enabling target group stickiness.
33222
+ * [Application Load Balancers] The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days). You must specify this value when enabling target group stickiness.
33053
33223
  */
33054
33224
  durationSeconds?: pulumi.Input<number>;
33055
33225
  /**
@@ -33986,6 +34156,23 @@ export declare namespace events {
33986
34156
  */
33987
34157
  route: pulumi.Input<string>;
33988
34158
  }
34159
+ /**
34160
+ * This parameter enables you to limit the permission to accounts that fulfill a certain condition, such as being a member of a certain AWS organization.
34161
+ */
34162
+ interface EventBusPolicyConditionArgs {
34163
+ /**
34164
+ * Specifies the value for the key. Currently, this must be the ID of the organization.
34165
+ */
34166
+ key?: pulumi.Input<string>;
34167
+ /**
34168
+ * Specifies the type of condition. Currently the only supported value is StringEquals.
34169
+ */
34170
+ type?: pulumi.Input<string>;
34171
+ /**
34172
+ * Specifies the key for the condition. Currently the only supported key is aws:PrincipalOrgID.
34173
+ */
34174
+ value?: pulumi.Input<string>;
34175
+ }
33989
34176
  /**
33990
34177
  * The private resource the HTTP request will be sent to.
33991
34178
  */
@@ -38670,6 +38857,19 @@ export declare namespace imagebuilder {
38670
38857
  */
38671
38858
  repositoryName?: pulumi.Input<string>;
38672
38859
  }
38860
+ /**
38861
+ * The settings for starting an image pipeline execution.
38862
+ */
38863
+ interface ImagePipelineExecutionSettingsArgs {
38864
+ /**
38865
+ * The deployment ID of the pipeline, used to trigger new image pipeline executions.
38866
+ */
38867
+ deploymentId?: pulumi.Input<string>;
38868
+ /**
38869
+ * Whether to trigger the image pipeline when the pipeline is updated. False by default.
38870
+ */
38871
+ onUpdate?: pulumi.Input<boolean>;
38872
+ }
38673
38873
  /**
38674
38874
  * Determines if tests should run after building the image. Image Builder defaults to enable tests to run following the image build, before image distribution.
38675
38875
  */
@@ -52791,6 +52991,7 @@ export declare namespace mediapackagev2 {
52791
52991
  * The encryption method to use.
52792
52992
  */
52793
52993
  cmafEncryptionMethod?: pulumi.Input<enums.mediapackagev2.OriginEndpointCmafEncryptionMethod>;
52994
+ ismEncryptionMethod?: pulumi.Input<enums.mediapackagev2.OriginEndpointIsmEncryptionMethod>;
52794
52995
  /**
52795
52996
  * The encryption method to use.
52796
52997
  */
@@ -52912,6 +53113,21 @@ export declare namespace mediapackagev2 {
52912
53113
  */
52913
53114
  urlEncodeChildManifest?: pulumi.Input<boolean>;
52914
53115
  }
53116
+ /**
53117
+ * <p>Configuration details for a Microsoft Smooth Streaming (MSS) manifest associated with an origin endpoint. This includes all the settings and properties that define how the MSS content is packaged and delivered.</p>
53118
+ */
53119
+ interface OriginEndpointMssManifestConfigurationArgs {
53120
+ filterConfiguration?: pulumi.Input<inputs.mediapackagev2.OriginEndpointFilterConfigurationArgs>;
53121
+ manifestLayout?: pulumi.Input<enums.mediapackagev2.OriginEndpointMssManifestLayout>;
53122
+ /**
53123
+ * <p>The name of the MSS manifest. This name is appended to the origin endpoint URL to create the unique path for accessing this specific MSS manifest.</p>
53124
+ */
53125
+ manifestName: pulumi.Input<string>;
53126
+ /**
53127
+ * <p>The duration (in seconds) of the manifest window. This represents the total amount of content available in the manifest at any given time.</p>
53128
+ */
53129
+ manifestWindowSeconds?: pulumi.Input<number>;
53130
+ }
52915
53131
  interface OriginEndpointPolicyCdnAuthConfigurationArgs {
52916
53132
  /**
52917
53133
  * The ARN for the secret in Secrets Manager that your CDN uses for authorization to access the endpoint.
@@ -55063,53 +55279,131 @@ export declare namespace oam {
55063
55279
  }
55064
55280
  export declare namespace observabilityadmin {
55065
55281
  interface OrganizationCentralizationRuleCentralizationRuleArgs {
55282
+ /**
55283
+ * Configuration determining where the telemetry data should be centralized, backed up, as well as encryption configuration for the primary and backup destinations.
55284
+ */
55066
55285
  destination: pulumi.Input<inputs.observabilityadmin.OrganizationCentralizationRuleCentralizationRuleDestinationArgs>;
55286
+ /**
55287
+ * Configuration determining the source of the telemetry data to be centralized.
55288
+ */
55067
55289
  source: pulumi.Input<inputs.observabilityadmin.OrganizationCentralizationRuleCentralizationRuleSourceArgs>;
55068
55290
  }
55069
55291
  interface OrganizationCentralizationRuleCentralizationRuleDestinationArgs {
55292
+ /**
55293
+ * The destination account (within the organization) to which the telemetry data should be centralized.
55294
+ */
55070
55295
  account?: pulumi.Input<string>;
55296
+ /**
55297
+ * Log specific configuration for centralization destination log groups.
55298
+ */
55071
55299
  destinationLogsConfiguration?: pulumi.Input<inputs.observabilityadmin.OrganizationCentralizationRuleDestinationLogsConfigurationArgs>;
55300
+ /**
55301
+ * The primary destination region to which telemetry data should be centralized.
55302
+ */
55072
55303
  region: pulumi.Input<string>;
55073
55304
  }
55074
55305
  interface OrganizationCentralizationRuleCentralizationRuleSourceArgs {
55306
+ /**
55307
+ * The list of source regions from which telemetry data should be centralized.
55308
+ */
55075
55309
  regions: pulumi.Input<pulumi.Input<string>[]>;
55310
+ /**
55311
+ * The organizational scope from which telemetry data should be centralized, specified using organization id, accounts or organizational unit ids.
55312
+ */
55076
55313
  scope?: pulumi.Input<string>;
55314
+ /**
55315
+ * Log specific configuration for centralization source log groups.
55316
+ */
55077
55317
  sourceLogsConfiguration?: pulumi.Input<inputs.observabilityadmin.OrganizationCentralizationRuleSourceLogsConfigurationArgs>;
55078
55318
  }
55079
55319
  interface OrganizationCentralizationRuleDestinationLogsConfigurationArgs {
55320
+ /**
55321
+ * Configuration defining the backup region and an optional KMS key for the backup destination.
55322
+ */
55080
55323
  backupConfiguration?: pulumi.Input<inputs.observabilityadmin.OrganizationCentralizationRuleLogsBackupConfigurationArgs>;
55324
+ /**
55325
+ * The encryption configuration for centralization destination log groups.
55326
+ */
55081
55327
  logsEncryptionConfiguration?: pulumi.Input<inputs.observabilityadmin.OrganizationCentralizationRuleLogsEncryptionConfigurationArgs>;
55082
55328
  }
55083
55329
  interface OrganizationCentralizationRuleLogsBackupConfigurationArgs {
55330
+ /**
55331
+ * KMS Key ARN belonging to the primary destination account and backup region, to encrypt newly created central log groups in the backup destination.
55332
+ */
55084
55333
  kmsKeyArn?: pulumi.Input<string>;
55334
+ /**
55335
+ * Logs specific backup destination region within the primary destination account to which log data should be centralized.
55336
+ */
55085
55337
  region: pulumi.Input<string>;
55086
55338
  }
55087
55339
  interface OrganizationCentralizationRuleLogsEncryptionConfigurationArgs {
55340
+ /**
55341
+ * Conflict resolution strategy for centralization if the encryption strategy is set to CUSTOMER_MANAGED and the destination log group is encrypted with an AWS_OWNED KMS Key. ALLOW lets centralization go through while SKIP prevents centralization into the destination log group.
55342
+ */
55088
55343
  encryptionConflictResolutionStrategy?: pulumi.Input<enums.observabilityadmin.OrganizationCentralizationRuleLogsEncryptionConfigurationEncryptionConflictResolutionStrategy>;
55344
+ /**
55345
+ * Configuration that determines the encryption strategy of the destination log groups. CUSTOMER_MANAGED uses the configured KmsKeyArn to encrypt newly created destination log groups.
55346
+ */
55089
55347
  encryptionStrategy: pulumi.Input<enums.observabilityadmin.OrganizationCentralizationRuleLogsEncryptionConfigurationEncryptionStrategy>;
55348
+ /**
55349
+ * KMS Key ARN belonging to the primary destination account and region, to encrypt newly created central log groups in the primary destination.
55350
+ */
55090
55351
  kmsKeyArn?: pulumi.Input<string>;
55091
55352
  }
55092
55353
  interface OrganizationCentralizationRuleSourceLogsConfigurationArgs {
55354
+ /**
55355
+ * A strategy determining whether to centralize source log groups that are encrypted with customer managed KMS keys (CMK). ALLOW will consider CMK encrypted source log groups for centralization while SKIP will skip CMK encrypted source log groups from centralization.
55356
+ */
55093
55357
  encryptedLogGroupStrategy: pulumi.Input<enums.observabilityadmin.OrganizationCentralizationRuleSourceLogsConfigurationEncryptedLogGroupStrategy>;
55358
+ /**
55359
+ * The selection criteria that specifies which source log groups to centralize. The selection criteria uses the same format as OAM link filters.
55360
+ */
55094
55361
  logGroupSelectionCriteria: pulumi.Input<string>;
55095
55362
  }
55096
55363
  /**
55097
55364
  * The destination configuration for telemetry data
55098
55365
  */
55099
55366
  interface OrganizationTelemetryRuleTelemetryDestinationConfigurationArgs {
55367
+ /**
55368
+ * The pattern used to generate the destination path or name, supporting macros like <resourceId> and <accountId>.
55369
+ */
55100
55370
  destinationPattern?: pulumi.Input<string>;
55371
+ /**
55372
+ * The type of destination for the telemetry data (e.g., "Amazon CloudWatch Logs", "S3").
55373
+ */
55101
55374
  destinationType?: pulumi.Input<enums.observabilityadmin.OrganizationTelemetryRuleDestinationType>;
55375
+ /**
55376
+ * The number of days to retain the telemetry data in the destination.
55377
+ */
55102
55378
  retentionInDays?: pulumi.Input<number>;
55379
+ /**
55380
+ * Configuration parameters specific to VPC Flow Logs when VPC is the resource type.
55381
+ */
55103
55382
  vpcFlowLogParameters?: pulumi.Input<inputs.observabilityadmin.OrganizationTelemetryRuleVpcFlowLogParametersArgs>;
55104
55383
  }
55105
55384
  /**
55106
55385
  * The telemetry rule
55107
55386
  */
55108
55387
  interface OrganizationTelemetryRuleTelemetryRuleArgs {
55388
+ /**
55389
+ * Configuration specifying where and how the telemetry data should be delivered.
55390
+ */
55109
55391
  destinationConfiguration?: pulumi.Input<inputs.observabilityadmin.OrganizationTelemetryRuleTelemetryDestinationConfigurationArgs>;
55392
+ /**
55393
+ * The type of AWS resource to configure telemetry for (e.g., "AWS::EC2::VPC").
55394
+ */
55110
55395
  resourceType: pulumi.Input<enums.observabilityadmin.OrganizationTelemetryRuleResourceType>;
55396
+ /**
55397
+ * The organizational scope to which the rule applies, specified using accounts or organizational units.
55398
+ */
55111
55399
  scope?: pulumi.Input<string>;
55400
+ /**
55401
+ * Criteria for selecting which resources the rule applies to, such as resource tags.
55402
+ */
55112
55403
  selectionCriteria?: pulumi.Input<string>;
55404
+ /**
55405
+ * The type of telemetry to collect (Logs, Metrics, or Traces).
55406
+ */
55113
55407
  telemetryType: pulumi.Input<enums.observabilityadmin.OrganizationTelemetryRuleTelemetryType>;
55114
55408
  }
55115
55409
  /**
@@ -55133,18 +55427,42 @@ export declare namespace observabilityadmin {
55133
55427
  * The telemetry rule
55134
55428
  */
55135
55429
  interface TelemetryRuleArgs {
55430
+ /**
55431
+ * Configuration specifying where and how the telemetry data should be delivered.
55432
+ */
55136
55433
  destinationConfiguration?: pulumi.Input<inputs.observabilityadmin.TelemetryRuleTelemetryDestinationConfigurationArgs>;
55434
+ /**
55435
+ * The type of AWS resource to configure telemetry for (e.g., "AWS::EC2::VPC").
55436
+ */
55137
55437
  resourceType: pulumi.Input<enums.observabilityadmin.TelemetryRuleResourceType>;
55438
+ /**
55439
+ * Criteria for selecting which resources the rule applies to, such as resource tags.
55440
+ */
55138
55441
  selectionCriteria?: pulumi.Input<string>;
55442
+ /**
55443
+ * The type of telemetry to collect (Logs, Metrics, or Traces).
55444
+ */
55139
55445
  telemetryType: pulumi.Input<enums.observabilityadmin.TelemetryRuleTelemetryType>;
55140
55446
  }
55141
55447
  /**
55142
55448
  * The destination configuration for telemetry data
55143
55449
  */
55144
55450
  interface TelemetryRuleTelemetryDestinationConfigurationArgs {
55451
+ /**
55452
+ * The pattern used to generate the destination path or name, supporting macros like <resourceId> and <accountId>.
55453
+ */
55145
55454
  destinationPattern?: pulumi.Input<string>;
55455
+ /**
55456
+ * The type of destination for the telemetry data (e.g., "Amazon CloudWatch Logs", "S3").
55457
+ */
55146
55458
  destinationType?: pulumi.Input<enums.observabilityadmin.TelemetryRuleDestinationType>;
55459
+ /**
55460
+ * The number of days to retain the telemetry data in the destination.
55461
+ */
55147
55462
  retentionInDays?: pulumi.Input<number>;
55463
+ /**
55464
+ * Configuration parameters specific to VPC Flow Logs when VPC is the resource type.
55465
+ */
55148
55466
  vpcFlowLogParameters?: pulumi.Input<inputs.observabilityadmin.TelemetryRuleVpcFlowLogParametersArgs>;
55149
55467
  }
55150
55468
  /**
@@ -56224,6 +56542,9 @@ export declare namespace osis {
56224
56542
  interface PipelineLogPublishingOptionsCloudWatchLogDestinationPropertiesArgs {
56225
56543
  logGroup: pulumi.Input<string>;
56226
56544
  }
56545
+ interface PipelineResourcePolicyArgs {
56546
+ policy: any;
56547
+ }
56227
56548
  /**
56228
56549
  * Container for the values required to configure VPC access for the pipeline. If you don't specify these values, OpenSearch Ingestion Service creates the pipeline with a public endpoint.
56229
56550
  */
@@ -77755,7 +78076,7 @@ export declare namespace quicksight {
77755
78076
  * - `FULL_REFRESH` : A complete refresh of a dataset.
77756
78077
  * - `INCREMENTAL_REFRESH` : A partial refresh of some rows of a dataset, based on the time window specified.
77757
78078
  *
77758
- * For more information on full and incremental refreshes, see [Refreshing SPICE data](https://docs.aws.amazon.com/quicksight/latest/user/refreshing-imported-data.html) in the *QuickSight User Guide* .
78079
+ * For more information on full and incremental refreshes, see [Refreshing SPICE data](https://docs.aws.amazon.com/quicksight/latest/user/refreshing-imported-data.html) in the *Quick Suite User Guide* .
77759
78080
  */
77760
78081
  refreshType?: pulumi.Input<enums.quicksight.RefreshScheduleMapRefreshType>;
77761
78082
  /**
@@ -87904,7 +88225,9 @@ export declare namespace route53 {
87904
88225
  /**
87905
88226
  * The number of consecutive health checks that an endpoint must pass or fail for Amazon Route 53 to change the current status of the endpoint from unhealthy to healthy or vice versa. For more information, see [How Amazon Route 53 Determines Whether an Endpoint Is Healthy](https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-determining-health-of-endpoints.html) in the *Amazon Route 53 Developer Guide* .
87906
88227
  *
87907
- * If you don't specify a value for `FailureThreshold` , the default value is three health checks.
88228
+ * `FailureThreshold` is not supported when you specify a value for `Type` of `RECOVERY_CONTROL` .
88229
+ *
88230
+ * Otherwise, if you don't specify a value for `FailureThreshold` , the default value is three health checks.
87908
88231
  */
87909
88232
  failureThreshold?: pulumi.Input<number>;
87910
88233
  /**
@@ -87980,6 +88303,8 @@ export declare namespace route53 {
87980
88303
  /**
87981
88304
  * Specify whether you want Amazon Route 53 to measure the latency between health checkers in multiple AWS regions and your endpoint, and to display CloudWatch latency graphs on the *Health Checks* page in the Route 53 console.
87982
88305
  *
88306
+ * `MeasureLatency` is not supported when you specify a value for `Type` of `RECOVERY_CONTROL` .
88307
+ *
87983
88308
  * > You can't change the value of `MeasureLatency` after you create a health check.
87984
88309
  */
87985
88310
  measureLatency?: pulumi.Input<boolean>;
@@ -88000,6 +88325,8 @@ export declare namespace route53 {
88000
88325
  /**
88001
88326
  * The number of seconds between the time that Amazon Route 53 gets a response from your endpoint and the time that it sends the next health check request. Each Route 53 health checker makes requests at this interval.
88002
88327
  *
88328
+ * `RequestInterval` is not supported when you specify a value for `Type` of `RECOVERY_CONTROL` .
88329
+ *
88003
88330
  * > You can't change the value of `RequestInterval` after you create a health check.
88004
88331
  *
88005
88332
  * If you don't specify a value for `RequestInterval` , the default value is `30` seconds.
@@ -88309,6 +88636,13 @@ export declare namespace route53resolver {
88309
88636
  serverNameIndication?: pulumi.Input<string>;
88310
88637
  }
88311
88638
  }
88639
+ export declare namespace rtbfabric {
88640
+ interface ResponderGatewayManagedEndpointConfigurationArgs {
88641
+ }
88642
+ interface ResponderGatewayTrustStoreConfigurationArgs {
88643
+ certificateAuthorityCertificates: pulumi.Input<pulumi.Input<string>[]>;
88644
+ }
88645
+ }
88312
88646
  export declare namespace rum {
88313
88647
  /**
88314
88648
  * AppMonitor configuration
@@ -90742,6 +91076,19 @@ export declare namespace sagemaker {
90742
91076
  */
90743
91077
  scheduleExpression: pulumi.Input<string>;
90744
91078
  }
91079
+ /**
91080
+ * Configuration for tiered storage in the SageMaker HyperPod cluster.
91081
+ */
91082
+ interface ClusterTieredStorageConfigArgs {
91083
+ /**
91084
+ * The percentage of instance memory to allocate for tiered storage.
91085
+ */
91086
+ instanceMemoryAllocationPercentage?: pulumi.Input<number>;
91087
+ /**
91088
+ * The mode of tiered storage.
91089
+ */
91090
+ mode: pulumi.Input<enums.sagemaker.ClusterTieredStorageConfigMode>;
91091
+ }
90745
91092
  /**
90746
91093
  * 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.
90747
91094
  */
@@ -91395,6 +91742,9 @@ export declare namespace sagemaker {
91395
91742
  * The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key.
91396
91743
  */
91397
91744
  executionRoleIdentityConfig?: pulumi.Input<enums.sagemaker.DomainSettingsExecutionRoleIdentityConfig>;
91745
+ /**
91746
+ * The IP address type for the domain. Specify `ipv4` for IPv4-only connectivity or `dualstack` for both IPv4 and IPv6 connectivity. When you specify `dualstack` , the subnet must support IPv6 CIDR blocks. If not specified, defaults to `ipv4` .
91747
+ */
91398
91748
  ipAddressType?: pulumi.Input<enums.sagemaker.DomainIpAddressType>;
91399
91749
  /**
91400
91750
  * A collection of settings that configure the `RStudioServerPro` Domain-level app.
@@ -98307,6 +98657,8 @@ export declare namespace ssm {
98307
98657
  /**
98308
98658
  * The number of days after the release date of each patch matched by the rule that the patch is marked as approved in the patch baseline. For example, a value of `7` means that patches are approved seven days after they are released.
98309
98659
  *
98660
+ * Patch Manager evaluates patch release dates using Coordinated Universal Time (UTC). If the day represented by `7` is `2025-11-16` , patches released between `2025-11-16T00:00:00Z` and `2025-11-16T23:59:59Z` will be included in the approval.
98661
+ *
98310
98662
  * This parameter is marked as `Required: No` , but your request must include a value for either `ApproveAfterDays` or `ApproveUntilDate` .
98311
98663
  *
98312
98664
  * Not supported for Debian Server or Ubuntu Server.
@@ -98317,7 +98669,9 @@ export declare namespace ssm {
98317
98669
  /**
98318
98670
  * The cutoff date for auto approval of released patches. Any patches released on or before this date are installed automatically.
98319
98671
  *
98320
- * Enter dates in the format `YYYY-MM-DD` . For example, `2024-12-31` .
98672
+ * Enter dates in the format `YYYY-MM-DD` . For example, `2025-11-16` .
98673
+ *
98674
+ * Patch Manager evaluates patch release dates using Coordinated Universal Time (UTC). If you enter the date `2025-11-16` , patches released between `2025-11-16T00:00:00Z` and `2025-11-16T23:59:59Z` will be included in the approval.
98321
98675
  *
98322
98676
  * This parameter is marked as `Required: No` , but your request must include a value for either `ApproveUntilDate` or `ApproveAfterDays` .
98323
98677
  *
@@ -99340,14 +99694,22 @@ export declare namespace synthetics {
99340
99694
  browserType: pulumi.Input<enums.synthetics.CanaryBrowserType>;
99341
99695
  }
99342
99696
  interface CanaryCodeArgs {
99697
+ /**
99698
+ * `BlueprintTypes` are a list of templates that enable simplified canary creation. You can create canaries for common monitoring scenarios by providing only a JSON configuration file instead of writing custom scripts. `multi-checks` is the only supported value.
99699
+ *
99700
+ * When you specify `BlueprintTypes` , the `Handler` field cannot be specified since the blueprint provides a pre-defined entry point.
99701
+ */
99702
+ blueprintTypes?: pulumi.Input<pulumi.Input<string>[]>;
99343
99703
  /**
99344
99704
  * List of Lambda layers to attach to the canary
99345
99705
  */
99346
99706
  dependencies?: pulumi.Input<pulumi.Input<inputs.synthetics.CanaryDependencyArgs>[]>;
99347
99707
  /**
99348
99708
  * The entry point to use for the source code when running the canary. For canaries that use the `syn-python-selenium-1.0` runtime or a `syn-nodejs.puppeteer` runtime earlier than `syn-nodejs.puppeteer-3.4` , the handler must be specified as `*fileName* .handler` . For `syn-python-selenium-1.1` , `syn-nodejs.puppeteer-3.4` , and later runtimes, the handler can be specified as `*fileName* . *functionName*` , or you can specify a folder where canary scripts reside as `*folder* / *fileName* . *functionName*` .
99709
+ *
99710
+ * This field is required when you don't specify `BlueprintTypes` and is not allowed when you specify `BlueprintTypes` .
99349
99711
  */
99350
- handler: pulumi.Input<string>;
99712
+ handler?: pulumi.Input<string>;
99351
99713
  /**
99352
99714
  * If your canary script is located in S3, specify the bucket name here. The bucket must already exist.
99353
99715
  */
@@ -99450,6 +99812,9 @@ export declare namespace synthetics {
99450
99812
  * List of screenshots used as base reference for visual testing
99451
99813
  */
99452
99814
  baseScreenshots?: pulumi.Input<pulumi.Input<inputs.synthetics.CanaryBaseScreenshotArgs>[]>;
99815
+ /**
99816
+ * The browser type associated with this visual reference configuration. Valid values are `CHROME` and `FIREFOX` .
99817
+ */
99453
99818
  browserType?: pulumi.Input<enums.synthetics.CanaryBrowserType>;
99454
99819
  }
99455
99820
  interface CanaryVpcConfigArgs {
@@ -99896,6 +100261,8 @@ export declare namespace transfer {
99896
100261
  * Replace `0.0.0.0` in the example above with the actual IP address you want to use.
99897
100262
  *
99898
100263
  * > If you change the `PassiveIp` value, you must stop and then restart your Transfer Family server for the change to take effect. For details on using passive mode (PASV) in a NAT environment, see [Configuring your FTPS server behind a firewall or NAT with AWS Transfer Family](https://docs.aws.amazon.com/storage/configuring-your-ftps-server-behind-a-firewall-or-nat-with-aws-transfer-family/) .
100264
+ * >
100265
+ * > Additionally, avoid placing Network Load Balancers (NLBs) or NAT gateways in front of AWS Transfer Family servers. This configuration increases costs and can cause performance issues. When NLBs or NATs are in the communication path, Transfer Family cannot accurately recognize client IP addresses, which impacts connection sharding and limits FTPS servers to only 300 simultaneous connections instead of 10,000. If you must use an NLB, use port 21 for health checks and enable TLS session resumption by setting `TlsSessionResumptionMode = ENFORCED` . For optimal performance, migrate to VPC endpoints with Elastic IP addresses instead of using NLBs. For more details, see [Avoid placing NLBs and NATs in front of AWS Transfer Family](https://docs.aws.amazon.com/transfer/latest/userguide/infrastructure-security.html#nlb-considerations) .
99899
100266
  *
99900
100267
  * *Special values*
99901
100268
  *