@pulumi/datadog 4.58.0-alpha.1760420742 → 4.58.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (69) hide show
  1. package/applicationKey.d.ts +13 -2
  2. package/applicationKey.js +13 -2
  3. package/applicationKey.js.map +1 -1
  4. package/aws/getIntegrationIamPermissionsStandard.d.ts +22 -0
  5. package/aws/getIntegrationIamPermissionsStandard.js +24 -0
  6. package/aws/getIntegrationIamPermissionsStandard.js.map +1 -0
  7. package/aws/index.d.ts +3 -0
  8. package/aws/index.js +4 -1
  9. package/aws/index.js.map +1 -1
  10. package/awsCurConfig.d.ts +40 -0
  11. package/awsCurConfig.js +10 -0
  12. package/awsCurConfig.js.map +1 -1
  13. package/azureUcConfig.d.ts +151 -0
  14. package/azureUcConfig.js +89 -0
  15. package/azureUcConfig.js.map +1 -0
  16. package/customAllocationRule.d.ts +141 -0
  17. package/customAllocationRule.js +91 -0
  18. package/customAllocationRule.js.map +1 -0
  19. package/customAllocationRules.d.ts +61 -0
  20. package/customAllocationRules.js +65 -0
  21. package/customAllocationRules.js.map +1 -0
  22. package/gcpUcConfig.d.ts +192 -0
  23. package/gcpUcConfig.js +116 -0
  24. package/gcpUcConfig.js.map +1 -0
  25. package/getAzureUcConfig.d.ts +98 -0
  26. package/getAzureUcConfig.js +32 -0
  27. package/getAzureUcConfig.js.map +1 -0
  28. package/getCustomAllocationRule.d.ts +88 -0
  29. package/getCustomAllocationRule.js +34 -0
  30. package/getCustomAllocationRule.js.map +1 -0
  31. package/getGcpUcConfig.d.ts +88 -0
  32. package/getGcpUcConfig.js +28 -0
  33. package/getGcpUcConfig.js.map +1 -0
  34. package/getPermissions.d.ts +26 -2
  35. package/getPermissions.js +26 -2
  36. package/getPermissions.js.map +1 -1
  37. package/getRole.d.ts +4 -4
  38. package/getRole.js +4 -4
  39. package/getRoleUsers.d.ts +32 -0
  40. package/getRoleUsers.js +32 -0
  41. package/getRoleUsers.js.map +1 -1
  42. package/getRoles.d.ts +4 -4
  43. package/getRoles.js +4 -4
  44. package/getTagPipelineRuleset.d.ts +66 -0
  45. package/getTagPipelineRuleset.js +30 -0
  46. package/getTagPipelineRuleset.js.map +1 -0
  47. package/index.d.ts +30 -0
  48. package/index.js +47 -5
  49. package/index.js.map +1 -1
  50. package/package.json +2 -2
  51. package/role.d.ts +6 -6
  52. package/role.js +6 -6
  53. package/serviceAccountApplicationKey.d.ts +15 -3
  54. package/serviceAccountApplicationKey.js +15 -3
  55. package/serviceAccountApplicationKey.js.map +1 -1
  56. package/syntheticsPrivateLocation.d.ts +8 -0
  57. package/syntheticsPrivateLocation.js +2 -0
  58. package/syntheticsPrivateLocation.js.map +1 -1
  59. package/tagPipelineRuleset.d.ts +103 -0
  60. package/tagPipelineRuleset.js +73 -0
  61. package/tagPipelineRuleset.js.map +1 -0
  62. package/tagPipelineRulesets.d.ts +73 -0
  63. package/tagPipelineRulesets.js +77 -0
  64. package/tagPipelineRulesets.js.map +1 -0
  65. package/types/input.d.ts +798 -0
  66. package/types/output.d.ts +588 -0
  67. package/userRole.d.ts +16 -8
  68. package/userRole.js +16 -8
  69. package/userRole.js.map +1 -1
package/types/input.d.ts CHANGED
@@ -217,6 +217,42 @@ export interface AwsCurConfigAccountFilters {
217
217
  */
218
218
  includedAccounts?: pulumi.Input<pulumi.Input<string>[]>;
219
219
  }
220
+ export interface AzureUcConfigActualBillConfig {
221
+ /**
222
+ * The name of the configured Azure Export.
223
+ */
224
+ exportName: pulumi.Input<string>;
225
+ /**
226
+ * The path where the Azure Export is saved.
227
+ */
228
+ exportPath: pulumi.Input<string>;
229
+ /**
230
+ * The name of the storage account where the Azure Export is saved.
231
+ */
232
+ storageAccount: pulumi.Input<string>;
233
+ /**
234
+ * The name of the storage container where the Azure Export is saved.
235
+ */
236
+ storageContainer: pulumi.Input<string>;
237
+ }
238
+ export interface AzureUcConfigAmortizedBillConfig {
239
+ /**
240
+ * The name of the configured Azure Export.
241
+ */
242
+ exportName: pulumi.Input<string>;
243
+ /**
244
+ * The path where the Azure Export is saved.
245
+ */
246
+ exportPath: pulumi.Input<string>;
247
+ /**
248
+ * The name of the storage account where the Azure Export is saved.
249
+ */
250
+ storageAccount: pulumi.Input<string>;
251
+ /**
252
+ * The name of the storage container where the Azure Export is saved.
253
+ */
254
+ storageContainer: pulumi.Input<string>;
255
+ }
220
256
  export interface ChildOrganizationApiKey {
221
257
  /**
222
258
  * API key.
@@ -406,6 +442,120 @@ export interface CsmThreatsAgentRuleActionSet {
406
442
  */
407
443
  value?: pulumi.Input<string>;
408
444
  }
445
+ export interface CustomAllocationRuleCostsToAllocate {
446
+ /**
447
+ * The condition to match. Valid values are `=`, `!=`, `is`, `is not`, `like`, `in`, `not in`.
448
+ */
449
+ condition?: pulumi.Input<string>;
450
+ /**
451
+ * The tag key to filter on (e.g., `awsProduct`, `team`, `environment`).
452
+ */
453
+ tag?: pulumi.Input<string>;
454
+ /**
455
+ * The single tag value to match. Use this field for conditions like `=`, `!=`, `is`, `is not`, `like`. Do not use with `in` or `not in` conditions.
456
+ */
457
+ value?: pulumi.Input<string>;
458
+ /**
459
+ * A list of tag values to match. Use this field for `in` or `not in` conditions only. Do not use with single-value conditions.
460
+ */
461
+ values?: pulumi.Input<pulumi.Input<string>[]>;
462
+ }
463
+ export interface CustomAllocationRuleStrategy {
464
+ allocatedBies?: pulumi.Input<pulumi.Input<inputs.CustomAllocationRuleStrategyAllocatedBy>[]>;
465
+ allocatedByFilters?: pulumi.Input<pulumi.Input<inputs.CustomAllocationRuleStrategyAllocatedByFilter>[]>;
466
+ /**
467
+ * List of tag keys used to allocate costs (e.g., `["team", "project"]`). Costs will be distributed across unique values of these tags.
468
+ */
469
+ allocatedByTagKeys?: pulumi.Input<pulumi.Input<string>[]>;
470
+ basedOnCosts?: pulumi.Input<pulumi.Input<inputs.CustomAllocationRuleStrategyBasedOnCost>[]>;
471
+ basedOnTimeseries?: pulumi.Input<inputs.CustomAllocationRuleStrategyBasedOnTimeseries>;
472
+ evaluateGroupedByFilters?: pulumi.Input<pulumi.Input<inputs.CustomAllocationRuleStrategyEvaluateGroupedByFilter>[]>;
473
+ /**
474
+ * List of tag keys used to group costs before allocation. Costs are grouped by these tag values before applying the allocation strategy.
475
+ */
476
+ evaluateGroupedByTagKeys?: pulumi.Input<pulumi.Input<string>[]>;
477
+ /**
478
+ * The granularity level for cost allocation. Valid values are `daily` or `monthly`.
479
+ */
480
+ granularity?: pulumi.Input<string>;
481
+ /**
482
+ * The allocation method. Valid values are `even`, `proportional`, `proportionalTimeseries`, or `percent`.
483
+ */
484
+ method?: pulumi.Input<string>;
485
+ }
486
+ export interface CustomAllocationRuleStrategyAllocatedBy {
487
+ allocatedTags?: pulumi.Input<pulumi.Input<inputs.CustomAllocationRuleStrategyAllocatedByAllocatedTag>[]>;
488
+ /**
489
+ * The percentage of costs to allocate to this target as a decimal (e.g., 0.33 for 33%). Used when `method` is `percent`.
490
+ */
491
+ percentage?: pulumi.Input<number>;
492
+ }
493
+ export interface CustomAllocationRuleStrategyAllocatedByAllocatedTag {
494
+ /**
495
+ * The tag key to allocate costs to (e.g., `team`, `environment`).
496
+ */
497
+ key?: pulumi.Input<string>;
498
+ /**
499
+ * The tag value to allocate costs to (e.g., `backend`, `production`).
500
+ */
501
+ value?: pulumi.Input<string>;
502
+ }
503
+ export interface CustomAllocationRuleStrategyAllocatedByFilter {
504
+ /**
505
+ * The condition to match. Valid values are `=`, `!=`, `is`, `is not`, `like`, `in`, `not in`.
506
+ */
507
+ condition?: pulumi.Input<string>;
508
+ /**
509
+ * The tag key to filter on for allocation targets.
510
+ */
511
+ tag?: pulumi.Input<string>;
512
+ /**
513
+ * The single tag value to match for allocation. Use with conditions like `=`, `!=`, `is`, `is not`, `like`.
514
+ */
515
+ value?: pulumi.Input<string>;
516
+ /**
517
+ * A list of tag values to match for allocation. Use with `in` or `not in` conditions.
518
+ */
519
+ values?: pulumi.Input<pulumi.Input<string>[]>;
520
+ }
521
+ export interface CustomAllocationRuleStrategyBasedOnCost {
522
+ /**
523
+ * The condition to match. Valid values are `=`, `!=`, `is`, `is not`, `like`, `in`, `not in`.
524
+ */
525
+ condition?: pulumi.Input<string>;
526
+ /**
527
+ * The tag key to use as the basis for cost allocation calculations.
528
+ */
529
+ tag?: pulumi.Input<string>;
530
+ /**
531
+ * The single tag value to use for cost calculations. Use with conditions like `=`, `!=`, `is`, `is not`, `like`.
532
+ */
533
+ value?: pulumi.Input<string>;
534
+ /**
535
+ * A list of tag values to use for cost calculations. Use with `in` or `not in` conditions.
536
+ */
537
+ values?: pulumi.Input<pulumi.Input<string>[]>;
538
+ }
539
+ export interface CustomAllocationRuleStrategyBasedOnTimeseries {
540
+ }
541
+ export interface CustomAllocationRuleStrategyEvaluateGroupedByFilter {
542
+ /**
543
+ * The condition to match. Valid values are `=`, `!=`, `is`, `is not`, `like`, `in`, `not in`.
544
+ */
545
+ condition?: pulumi.Input<string>;
546
+ /**
547
+ * The tag key to filter on when grouping costs for evaluation.
548
+ */
549
+ tag?: pulumi.Input<string>;
550
+ /**
551
+ * The single tag value to match when grouping. Use with conditions like `=`, `!=`, `is`, `is not`, `like`.
552
+ */
553
+ value?: pulumi.Input<string>;
554
+ /**
555
+ * A list of tag values to match when grouping. Use with `in` or `not in` conditions.
556
+ */
557
+ values?: pulumi.Input<pulumi.Input<string>[]>;
558
+ }
409
559
  export interface DashboardListDashItem {
410
560
  /**
411
561
  * The ID of the dashboard to add
@@ -9173,6 +9323,78 @@ export interface GetAwsCurConfigAccountFiltersArgs {
9173
9323
  */
9174
9324
  includedAccounts?: pulumi.Input<pulumi.Input<string>[]>;
9175
9325
  }
9326
+ export interface GetAzureUcConfigActualBillConfig {
9327
+ /**
9328
+ * The name of the configured Azure Export.
9329
+ */
9330
+ exportName?: string;
9331
+ /**
9332
+ * The path where the Azure Export is saved.
9333
+ */
9334
+ exportPath?: string;
9335
+ /**
9336
+ * The name of the storage account where the Azure Export is saved.
9337
+ */
9338
+ storageAccount?: string;
9339
+ /**
9340
+ * The name of the storage container where the Azure Export is saved.
9341
+ */
9342
+ storageContainer?: string;
9343
+ }
9344
+ export interface GetAzureUcConfigActualBillConfigArgs {
9345
+ /**
9346
+ * The name of the configured Azure Export.
9347
+ */
9348
+ exportName?: pulumi.Input<string>;
9349
+ /**
9350
+ * The path where the Azure Export is saved.
9351
+ */
9352
+ exportPath?: pulumi.Input<string>;
9353
+ /**
9354
+ * The name of the storage account where the Azure Export is saved.
9355
+ */
9356
+ storageAccount?: pulumi.Input<string>;
9357
+ /**
9358
+ * The name of the storage container where the Azure Export is saved.
9359
+ */
9360
+ storageContainer?: pulumi.Input<string>;
9361
+ }
9362
+ export interface GetAzureUcConfigAmortizedBillConfig {
9363
+ /**
9364
+ * The name of the configured Azure Export.
9365
+ */
9366
+ exportName?: string;
9367
+ /**
9368
+ * The path where the Azure Export is saved.
9369
+ */
9370
+ exportPath?: string;
9371
+ /**
9372
+ * The name of the storage account where the Azure Export is saved.
9373
+ */
9374
+ storageAccount?: string;
9375
+ /**
9376
+ * The name of the storage container where the Azure Export is saved.
9377
+ */
9378
+ storageContainer?: string;
9379
+ }
9380
+ export interface GetAzureUcConfigAmortizedBillConfigArgs {
9381
+ /**
9382
+ * The name of the configured Azure Export.
9383
+ */
9384
+ exportName?: pulumi.Input<string>;
9385
+ /**
9386
+ * The path where the Azure Export is saved.
9387
+ */
9388
+ exportPath?: pulumi.Input<string>;
9389
+ /**
9390
+ * The name of the storage account where the Azure Export is saved.
9391
+ */
9392
+ storageAccount?: pulumi.Input<string>;
9393
+ /**
9394
+ * The name of the storage container where the Azure Export is saved.
9395
+ */
9396
+ storageContainer?: pulumi.Input<string>;
9397
+ }
9176
9398
  export interface GetCostBudgetEntry {
9177
9399
  amount?: number;
9178
9400
  month?: number;
@@ -9191,6 +9413,234 @@ export interface GetCostBudgetEntryTagFilterArgs {
9191
9413
  tagKey?: pulumi.Input<string>;
9192
9414
  tagValue?: pulumi.Input<string>;
9193
9415
  }
9416
+ export interface GetCustomAllocationRuleCostsToAllocate {
9417
+ /**
9418
+ * The condition used to match tags. Valid values are `=`, `!=`, `is`, `is not`, `like`, `in`, `not in`.
9419
+ */
9420
+ condition?: string;
9421
+ /**
9422
+ * The tag key used in the filter.
9423
+ */
9424
+ tag?: string;
9425
+ /**
9426
+ * The tag value used in the filter (for single-value conditions).
9427
+ */
9428
+ value?: string;
9429
+ /**
9430
+ * The list of tag values used in the filter (for multi-value conditions like `in` or `notIn`).
9431
+ */
9432
+ values?: string[];
9433
+ }
9434
+ export interface GetCustomAllocationRuleCostsToAllocateArgs {
9435
+ /**
9436
+ * The condition used to match tags. Valid values are `=`, `!=`, `is`, `is not`, `like`, `in`, `not in`.
9437
+ */
9438
+ condition?: pulumi.Input<string>;
9439
+ /**
9440
+ * The tag key used in the filter.
9441
+ */
9442
+ tag?: pulumi.Input<string>;
9443
+ /**
9444
+ * The tag value used in the filter (for single-value conditions).
9445
+ */
9446
+ value?: pulumi.Input<string>;
9447
+ /**
9448
+ * The list of tag values used in the filter (for multi-value conditions like `in` or `notIn`).
9449
+ */
9450
+ values?: pulumi.Input<pulumi.Input<string>[]>;
9451
+ }
9452
+ export interface GetCustomAllocationRuleStrategy {
9453
+ allocatedBies?: inputs.GetCustomAllocationRuleStrategyAllocatedBy[];
9454
+ allocatedByFilters?: inputs.GetCustomAllocationRuleStrategyAllocatedByFilter[];
9455
+ /**
9456
+ * List of tag keys used to allocate costs.
9457
+ */
9458
+ allocatedByTagKeys?: string[];
9459
+ basedOnCosts?: inputs.GetCustomAllocationRuleStrategyBasedOnCost[];
9460
+ basedOnTimeseries?: inputs.GetCustomAllocationRuleStrategyBasedOnTimeseries;
9461
+ evaluateGroupedByFilters?: inputs.GetCustomAllocationRuleStrategyEvaluateGroupedByFilter[];
9462
+ /**
9463
+ * List of tag keys used to group costs before allocation.
9464
+ */
9465
+ evaluateGroupedByTagKeys?: string[];
9466
+ /**
9467
+ * The granularity level for cost allocation (`daily` or `monthly`).
9468
+ */
9469
+ granularity?: string;
9470
+ /**
9471
+ * The allocation method. Valid values are `even`, `proportional`, `proportionalTimeseries`, or `percent`.
9472
+ */
9473
+ method?: string;
9474
+ }
9475
+ export interface GetCustomAllocationRuleStrategyArgs {
9476
+ allocatedBies?: pulumi.Input<pulumi.Input<inputs.GetCustomAllocationRuleStrategyAllocatedByArgs>[]>;
9477
+ allocatedByFilters?: pulumi.Input<pulumi.Input<inputs.GetCustomAllocationRuleStrategyAllocatedByFilterArgs>[]>;
9478
+ /**
9479
+ * List of tag keys used to allocate costs.
9480
+ */
9481
+ allocatedByTagKeys?: pulumi.Input<pulumi.Input<string>[]>;
9482
+ basedOnCosts?: pulumi.Input<pulumi.Input<inputs.GetCustomAllocationRuleStrategyBasedOnCostArgs>[]>;
9483
+ basedOnTimeseries?: pulumi.Input<inputs.GetCustomAllocationRuleStrategyBasedOnTimeseriesArgs>;
9484
+ evaluateGroupedByFilters?: pulumi.Input<pulumi.Input<inputs.GetCustomAllocationRuleStrategyEvaluateGroupedByFilterArgs>[]>;
9485
+ /**
9486
+ * List of tag keys used to group costs before allocation.
9487
+ */
9488
+ evaluateGroupedByTagKeys?: pulumi.Input<pulumi.Input<string>[]>;
9489
+ /**
9490
+ * The granularity level for cost allocation (`daily` or `monthly`).
9491
+ */
9492
+ granularity?: pulumi.Input<string>;
9493
+ /**
9494
+ * The allocation method. Valid values are `even`, `proportional`, `proportionalTimeseries`, or `percent`.
9495
+ */
9496
+ method?: pulumi.Input<string>;
9497
+ }
9498
+ export interface GetCustomAllocationRuleStrategyAllocatedBy {
9499
+ allocatedTags?: inputs.GetCustomAllocationRuleStrategyAllocatedByAllocatedTag[];
9500
+ /**
9501
+ * The percentage of costs allocated to this target as a decimal (e.g., 0.33 for 33%).
9502
+ */
9503
+ percentage?: number;
9504
+ }
9505
+ export interface GetCustomAllocationRuleStrategyAllocatedByArgs {
9506
+ allocatedTags?: pulumi.Input<pulumi.Input<inputs.GetCustomAllocationRuleStrategyAllocatedByAllocatedTagArgs>[]>;
9507
+ /**
9508
+ * The percentage of costs allocated to this target as a decimal (e.g., 0.33 for 33%).
9509
+ */
9510
+ percentage?: pulumi.Input<number>;
9511
+ }
9512
+ export interface GetCustomAllocationRuleStrategyAllocatedByAllocatedTag {
9513
+ /**
9514
+ * The tag key for cost allocation.
9515
+ */
9516
+ key?: string;
9517
+ /**
9518
+ * The tag value used in the filter (for single-value conditions).
9519
+ */
9520
+ value?: string;
9521
+ }
9522
+ export interface GetCustomAllocationRuleStrategyAllocatedByAllocatedTagArgs {
9523
+ /**
9524
+ * The tag key for cost allocation.
9525
+ */
9526
+ key?: pulumi.Input<string>;
9527
+ /**
9528
+ * The tag value used in the filter (for single-value conditions).
9529
+ */
9530
+ value?: pulumi.Input<string>;
9531
+ }
9532
+ export interface GetCustomAllocationRuleStrategyAllocatedByFilter {
9533
+ /**
9534
+ * The condition used to match tags. Valid values are `=`, `!=`, `is`, `is not`, `like`, `in`, `not in`.
9535
+ */
9536
+ condition?: string;
9537
+ /**
9538
+ * The tag key used in the filter.
9539
+ */
9540
+ tag?: string;
9541
+ /**
9542
+ * The tag value used in the filter (for single-value conditions).
9543
+ */
9544
+ value?: string;
9545
+ /**
9546
+ * The list of tag values used in the filter (for multi-value conditions like `in` or `notIn`).
9547
+ */
9548
+ values?: string[];
9549
+ }
9550
+ export interface GetCustomAllocationRuleStrategyAllocatedByFilterArgs {
9551
+ /**
9552
+ * The condition used to match tags. Valid values are `=`, `!=`, `is`, `is not`, `like`, `in`, `not in`.
9553
+ */
9554
+ condition?: pulumi.Input<string>;
9555
+ /**
9556
+ * The tag key used in the filter.
9557
+ */
9558
+ tag?: pulumi.Input<string>;
9559
+ /**
9560
+ * The tag value used in the filter (for single-value conditions).
9561
+ */
9562
+ value?: pulumi.Input<string>;
9563
+ /**
9564
+ * The list of tag values used in the filter (for multi-value conditions like `in` or `notIn`).
9565
+ */
9566
+ values?: pulumi.Input<pulumi.Input<string>[]>;
9567
+ }
9568
+ export interface GetCustomAllocationRuleStrategyBasedOnCost {
9569
+ /**
9570
+ * The condition used to match tags. Valid values are `=`, `!=`, `is`, `is not`, `like`, `in`, `not in`.
9571
+ */
9572
+ condition?: string;
9573
+ /**
9574
+ * The tag key used in the filter.
9575
+ */
9576
+ tag?: string;
9577
+ /**
9578
+ * The tag value used in the filter (for single-value conditions).
9579
+ */
9580
+ value?: string;
9581
+ /**
9582
+ * The list of tag values used in the filter (for multi-value conditions like `in` or `notIn`).
9583
+ */
9584
+ values?: string[];
9585
+ }
9586
+ export interface GetCustomAllocationRuleStrategyBasedOnCostArgs {
9587
+ /**
9588
+ * The condition used to match tags. Valid values are `=`, `!=`, `is`, `is not`, `like`, `in`, `not in`.
9589
+ */
9590
+ condition?: pulumi.Input<string>;
9591
+ /**
9592
+ * The tag key used in the filter.
9593
+ */
9594
+ tag?: pulumi.Input<string>;
9595
+ /**
9596
+ * The tag value used in the filter (for single-value conditions).
9597
+ */
9598
+ value?: pulumi.Input<string>;
9599
+ /**
9600
+ * The list of tag values used in the filter (for multi-value conditions like `in` or `notIn`).
9601
+ */
9602
+ values?: pulumi.Input<pulumi.Input<string>[]>;
9603
+ }
9604
+ export interface GetCustomAllocationRuleStrategyBasedOnTimeseries {
9605
+ }
9606
+ export interface GetCustomAllocationRuleStrategyBasedOnTimeseriesArgs {
9607
+ }
9608
+ export interface GetCustomAllocationRuleStrategyEvaluateGroupedByFilter {
9609
+ /**
9610
+ * The condition used to match tags. Valid values are `=`, `!=`, `is`, `is not`, `like`, `in`, `not in`.
9611
+ */
9612
+ condition?: string;
9613
+ /**
9614
+ * The tag key used in the filter.
9615
+ */
9616
+ tag?: string;
9617
+ /**
9618
+ * The tag value used in the filter (for single-value conditions).
9619
+ */
9620
+ value?: string;
9621
+ /**
9622
+ * The list of tag values used in the filter (for multi-value conditions like `in` or `notIn`).
9623
+ */
9624
+ values?: string[];
9625
+ }
9626
+ export interface GetCustomAllocationRuleStrategyEvaluateGroupedByFilterArgs {
9627
+ /**
9628
+ * The condition used to match tags. Valid values are `=`, `!=`, `is`, `is not`, `like`, `in`, `not in`.
9629
+ */
9630
+ condition?: pulumi.Input<string>;
9631
+ /**
9632
+ * The tag key used in the filter.
9633
+ */
9634
+ tag?: pulumi.Input<string>;
9635
+ /**
9636
+ * The tag value used in the filter (for single-value conditions).
9637
+ */
9638
+ value?: pulumi.Input<string>;
9639
+ /**
9640
+ * The list of tag values used in the filter (for multi-value conditions like `in` or `notIn`).
9641
+ */
9642
+ values?: pulumi.Input<pulumi.Input<string>[]>;
9643
+ }
9194
9644
  export interface GetIncidentNotificationRuleCondition {
9195
9645
  /**
9196
9646
  * The incident field to evaluate. Common values include: state, severity, services, teams. Custom fields are also supported.
@@ -9211,6 +9661,210 @@ export interface GetIncidentNotificationRuleConditionArgs {
9211
9661
  */
9212
9662
  values?: pulumi.Input<pulumi.Input<string>[]>;
9213
9663
  }
9664
+ export interface GetTagPipelineRulesetRule {
9665
+ /**
9666
+ * Whether the rule is enabled.
9667
+ */
9668
+ enabled?: boolean;
9669
+ /**
9670
+ * The mapping configuration for the rule.
9671
+ */
9672
+ mapping?: inputs.GetTagPipelineRulesetRuleMapping;
9673
+ /**
9674
+ * Rule metadata key-value pairs.
9675
+ */
9676
+ metadata?: {
9677
+ [key: string]: string;
9678
+ };
9679
+ /**
9680
+ * The name of the rule.
9681
+ */
9682
+ name?: string;
9683
+ /**
9684
+ * The query configuration for the rule.
9685
+ */
9686
+ query?: inputs.GetTagPipelineRulesetRuleQuery;
9687
+ /**
9688
+ * The reference table configuration for the rule.
9689
+ */
9690
+ referenceTable?: inputs.GetTagPipelineRulesetRuleReferenceTable;
9691
+ }
9692
+ export interface GetTagPipelineRulesetRuleArgs {
9693
+ /**
9694
+ * Whether the rule is enabled.
9695
+ */
9696
+ enabled?: pulumi.Input<boolean>;
9697
+ /**
9698
+ * The mapping configuration for the rule.
9699
+ */
9700
+ mapping?: pulumi.Input<inputs.GetTagPipelineRulesetRuleMappingArgs>;
9701
+ /**
9702
+ * Rule metadata key-value pairs.
9703
+ */
9704
+ metadata?: pulumi.Input<{
9705
+ [key: string]: pulumi.Input<string>;
9706
+ }>;
9707
+ /**
9708
+ * The name of the rule.
9709
+ */
9710
+ name?: pulumi.Input<string>;
9711
+ /**
9712
+ * The query configuration for the rule.
9713
+ */
9714
+ query?: pulumi.Input<inputs.GetTagPipelineRulesetRuleQueryArgs>;
9715
+ /**
9716
+ * The reference table configuration for the rule.
9717
+ */
9718
+ referenceTable?: pulumi.Input<inputs.GetTagPipelineRulesetRuleReferenceTableArgs>;
9719
+ }
9720
+ export interface GetTagPipelineRulesetRuleMapping {
9721
+ /**
9722
+ * The destination key for the mapping.
9723
+ */
9724
+ destinationKey?: string;
9725
+ /**
9726
+ * Whether to apply the mapping only if the destination key doesn't exist.
9727
+ */
9728
+ ifNotExists?: boolean;
9729
+ /**
9730
+ * The source keys for the mapping.
9731
+ */
9732
+ sourceKeys?: string[];
9733
+ }
9734
+ export interface GetTagPipelineRulesetRuleMappingArgs {
9735
+ /**
9736
+ * The destination key for the mapping.
9737
+ */
9738
+ destinationKey?: pulumi.Input<string>;
9739
+ /**
9740
+ * Whether to apply the mapping only if the destination key doesn't exist.
9741
+ */
9742
+ ifNotExists?: pulumi.Input<boolean>;
9743
+ /**
9744
+ * The source keys for the mapping.
9745
+ */
9746
+ sourceKeys?: pulumi.Input<pulumi.Input<string>[]>;
9747
+ }
9748
+ export interface GetTagPipelineRulesetRuleQuery {
9749
+ /**
9750
+ * The addition configuration for the query.
9751
+ */
9752
+ addition?: inputs.GetTagPipelineRulesetRuleQueryAddition;
9753
+ /**
9754
+ * Whether the query matching is case insensitive.
9755
+ */
9756
+ caseInsensitivity?: boolean;
9757
+ /**
9758
+ * Whether to apply the query only if the key doesn't exist.
9759
+ */
9760
+ ifNotExists?: boolean;
9761
+ /**
9762
+ * The query string.
9763
+ */
9764
+ query?: string;
9765
+ }
9766
+ export interface GetTagPipelineRulesetRuleQueryArgs {
9767
+ /**
9768
+ * The addition configuration for the query.
9769
+ */
9770
+ addition?: pulumi.Input<inputs.GetTagPipelineRulesetRuleQueryAdditionArgs>;
9771
+ /**
9772
+ * Whether the query matching is case insensitive.
9773
+ */
9774
+ caseInsensitivity?: pulumi.Input<boolean>;
9775
+ /**
9776
+ * Whether to apply the query only if the key doesn't exist.
9777
+ */
9778
+ ifNotExists?: pulumi.Input<boolean>;
9779
+ /**
9780
+ * The query string.
9781
+ */
9782
+ query?: pulumi.Input<string>;
9783
+ }
9784
+ export interface GetTagPipelineRulesetRuleQueryAddition {
9785
+ /**
9786
+ * The key to add.
9787
+ */
9788
+ key?: string;
9789
+ /**
9790
+ * The value to add.
9791
+ */
9792
+ value?: string;
9793
+ }
9794
+ export interface GetTagPipelineRulesetRuleQueryAdditionArgs {
9795
+ /**
9796
+ * The key to add.
9797
+ */
9798
+ key?: pulumi.Input<string>;
9799
+ /**
9800
+ * The value to add.
9801
+ */
9802
+ value?: pulumi.Input<string>;
9803
+ }
9804
+ export interface GetTagPipelineRulesetRuleReferenceTable {
9805
+ /**
9806
+ * Whether the reference table lookup is case insensitive.
9807
+ */
9808
+ caseInsensitivity?: boolean;
9809
+ /**
9810
+ * The field pairs for the reference table.
9811
+ */
9812
+ fieldPairs?: inputs.GetTagPipelineRulesetRuleReferenceTableFieldPair[];
9813
+ /**
9814
+ * Whether to apply the reference table only if the key doesn't exist.
9815
+ */
9816
+ ifNotExists?: boolean;
9817
+ /**
9818
+ * The source keys for the reference table lookup.
9819
+ */
9820
+ sourceKeys?: string[];
9821
+ /**
9822
+ * The name of the reference table.
9823
+ */
9824
+ tableName?: string;
9825
+ }
9826
+ export interface GetTagPipelineRulesetRuleReferenceTableArgs {
9827
+ /**
9828
+ * Whether the reference table lookup is case insensitive.
9829
+ */
9830
+ caseInsensitivity?: pulumi.Input<boolean>;
9831
+ /**
9832
+ * The field pairs for the reference table.
9833
+ */
9834
+ fieldPairs?: pulumi.Input<pulumi.Input<inputs.GetTagPipelineRulesetRuleReferenceTableFieldPairArgs>[]>;
9835
+ /**
9836
+ * Whether to apply the reference table only if the key doesn't exist.
9837
+ */
9838
+ ifNotExists?: pulumi.Input<boolean>;
9839
+ /**
9840
+ * The source keys for the reference table lookup.
9841
+ */
9842
+ sourceKeys?: pulumi.Input<pulumi.Input<string>[]>;
9843
+ /**
9844
+ * The name of the reference table.
9845
+ */
9846
+ tableName?: pulumi.Input<string>;
9847
+ }
9848
+ export interface GetTagPipelineRulesetRuleReferenceTableFieldPair {
9849
+ /**
9850
+ * The input column name.
9851
+ */
9852
+ inputColumn?: string;
9853
+ /**
9854
+ * The output key name.
9855
+ */
9856
+ outputKey?: string;
9857
+ }
9858
+ export interface GetTagPipelineRulesetRuleReferenceTableFieldPairArgs {
9859
+ /**
9860
+ * The input column name.
9861
+ */
9862
+ inputColumn?: pulumi.Input<string>;
9863
+ /**
9864
+ * The output key name.
9865
+ */
9866
+ outputKey?: pulumi.Input<string>;
9867
+ }
9214
9868
  export interface GetTeamsTeam {
9215
9869
  /**
9216
9870
  * Free-form markdown description/content for the team's homepage.
@@ -25011,6 +25665,10 @@ export interface SecurityMonitoringRuleOptions {
25011
25665
  * New value rules specific options.
25012
25666
  */
25013
25667
  newValueOptions?: pulumi.Input<inputs.SecurityMonitoringRuleOptionsNewValueOptions>;
25668
+ /**
25669
+ * Options for rules using the sequence detection method.
25670
+ */
25671
+ sequenceDetectionOptions?: pulumi.Input<inputs.SecurityMonitoringRuleOptionsSequenceDetectionOptions>;
25014
25672
  /**
25015
25673
  * Options for rules using the third-party detection method.
25016
25674
  */
@@ -25040,6 +25698,44 @@ export interface SecurityMonitoringRuleOptionsNewValueOptions {
25040
25698
  */
25041
25699
  learningThreshold?: pulumi.Input<number>;
25042
25700
  }
25701
+ export interface SecurityMonitoringRuleOptionsSequenceDetectionOptions {
25702
+ /**
25703
+ * Edges of the step graph.
25704
+ */
25705
+ stepTransitions?: pulumi.Input<pulumi.Input<inputs.SecurityMonitoringRuleOptionsSequenceDetectionOptionsStepTransition>[]>;
25706
+ /**
25707
+ * Sequence steps.
25708
+ */
25709
+ steps?: pulumi.Input<pulumi.Input<inputs.SecurityMonitoringRuleOptionsSequenceDetectionOptionsStep>[]>;
25710
+ }
25711
+ export interface SecurityMonitoringRuleOptionsSequenceDetectionOptionsStep {
25712
+ /**
25713
+ * Condition for the step to match.
25714
+ */
25715
+ condition: pulumi.Input<string>;
25716
+ /**
25717
+ * Evaluation window for the step. Valid values are `0`, `60`, `300`, `600`, `900`, `1800`, `3600`, `7200`, `10800`, `21600`, `43200`, `86400`.
25718
+ */
25719
+ evaluationWindow?: pulumi.Input<number>;
25720
+ /**
25721
+ * Unique name of the step.
25722
+ */
25723
+ name: pulumi.Input<string>;
25724
+ }
25725
+ export interface SecurityMonitoringRuleOptionsSequenceDetectionOptionsStepTransition {
25726
+ /**
25727
+ * Child step name.
25728
+ */
25729
+ child: pulumi.Input<string>;
25730
+ /**
25731
+ * Maximum time allowed to transition from parent to child. Valid values are `0`, `60`, `300`, `600`, `900`, `1800`, `3600`, `7200`, `10800`, `21600`, `43200`, `86400`.
25732
+ */
25733
+ evaluationWindow?: pulumi.Input<number>;
25734
+ /**
25735
+ * Parent step name.
25736
+ */
25737
+ parent: pulumi.Input<string>;
25738
+ }
25043
25739
  export interface SecurityMonitoringRuleOptionsThirdPartyRuleOptions {
25044
25740
  /**
25045
25741
  * Notification targets for the default rule case, when none of the third-party cases match.
@@ -26825,6 +27521,108 @@ export interface SyntheticsTestRequestProxy {
26825
27521
  */
26826
27522
  url: pulumi.Input<string>;
26827
27523
  }
27524
+ export interface TagPipelineRulesetRule {
27525
+ /**
27526
+ * Whether the rule is enabled.
27527
+ */
27528
+ enabled: pulumi.Input<boolean>;
27529
+ /**
27530
+ * The mapping configuration for the rule.
27531
+ */
27532
+ mapping?: pulumi.Input<inputs.TagPipelineRulesetRuleMapping>;
27533
+ /**
27534
+ * Rule metadata key-value pairs.
27535
+ */
27536
+ metadata?: pulumi.Input<{
27537
+ [key: string]: pulumi.Input<string>;
27538
+ }>;
27539
+ /**
27540
+ * The name of the rule.
27541
+ */
27542
+ name: pulumi.Input<string>;
27543
+ /**
27544
+ * The query configuration for the rule.
27545
+ */
27546
+ query?: pulumi.Input<inputs.TagPipelineRulesetRuleQuery>;
27547
+ /**
27548
+ * The reference table configuration for the rule.
27549
+ */
27550
+ referenceTable?: pulumi.Input<inputs.TagPipelineRulesetRuleReferenceTable>;
27551
+ }
27552
+ export interface TagPipelineRulesetRuleMapping {
27553
+ /**
27554
+ * The destination key for the mapping.
27555
+ */
27556
+ destinationKey?: pulumi.Input<string>;
27557
+ /**
27558
+ * Whether to apply the mapping only if the destination key doesn't exist.
27559
+ */
27560
+ ifNotExists?: pulumi.Input<boolean>;
27561
+ /**
27562
+ * The source keys for the mapping.
27563
+ */
27564
+ sourceKeys?: pulumi.Input<pulumi.Input<string>[]>;
27565
+ }
27566
+ export interface TagPipelineRulesetRuleQuery {
27567
+ /**
27568
+ * The addition configuration for the query.
27569
+ */
27570
+ addition?: pulumi.Input<inputs.TagPipelineRulesetRuleQueryAddition>;
27571
+ /**
27572
+ * Whether the query matching is case insensitive.
27573
+ */
27574
+ caseInsensitivity?: pulumi.Input<boolean>;
27575
+ /**
27576
+ * Whether to apply the query only if the key doesn't exist.
27577
+ */
27578
+ ifNotExists?: pulumi.Input<boolean>;
27579
+ /**
27580
+ * The query string.
27581
+ */
27582
+ query?: pulumi.Input<string>;
27583
+ }
27584
+ export interface TagPipelineRulesetRuleQueryAddition {
27585
+ /**
27586
+ * The key to add.
27587
+ */
27588
+ key?: pulumi.Input<string>;
27589
+ /**
27590
+ * The value to add.
27591
+ */
27592
+ value?: pulumi.Input<string>;
27593
+ }
27594
+ export interface TagPipelineRulesetRuleReferenceTable {
27595
+ /**
27596
+ * Whether the reference table lookup is case insensitive.
27597
+ */
27598
+ caseInsensitivity?: pulumi.Input<boolean>;
27599
+ /**
27600
+ * The field pairs for the reference table.
27601
+ */
27602
+ fieldPairs?: pulumi.Input<pulumi.Input<inputs.TagPipelineRulesetRuleReferenceTableFieldPair>[]>;
27603
+ /**
27604
+ * Whether to apply the reference table only if the key doesn't exist.
27605
+ */
27606
+ ifNotExists?: pulumi.Input<boolean>;
27607
+ /**
27608
+ * The source keys for the reference table lookup.
27609
+ */
27610
+ sourceKeys?: pulumi.Input<pulumi.Input<string>[]>;
27611
+ /**
27612
+ * The name of the reference table.
27613
+ */
27614
+ tableName?: pulumi.Input<string>;
27615
+ }
27616
+ export interface TagPipelineRulesetRuleReferenceTableFieldPair {
27617
+ /**
27618
+ * The input column name.
27619
+ */
27620
+ inputColumn?: pulumi.Input<string>;
27621
+ /**
27622
+ * The output key name.
27623
+ */
27624
+ outputKey?: pulumi.Input<string>;
27625
+ }
26828
27626
  export declare namespace aws {
26829
27627
  interface IntegrationAccountAuthConfig {
26830
27628
  /**