@pulumi/datadog 4.32.0 → 4.32.1

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.
@@ -18,8 +18,8 @@ import * as pulumi from "@pulumi/pulumi";
18
18
  * "key2:value2",
19
19
  * ],
20
20
  * accountSpecificNamespaceRules: {
21
- * auto_scaling: false,
22
- * opsworks: false,
21
+ * auto_scaling: "false",
22
+ * opsworks: "false",
23
23
  * },
24
24
  * excludedRegions: [
25
25
  * "us-east-1",
@@ -64,7 +64,7 @@ export declare class Integration extends pulumi.CustomResource {
64
64
  * Enables or disables metric collection for specific AWS namespaces for this AWS account only. A list of namespaces can be found at the [available namespace rules API endpoint](https://docs.datadoghq.com/api/v1/aws-integration/#list-namespace-rules).
65
65
  */
66
66
  readonly accountSpecificNamespaceRules: pulumi.Output<{
67
- [key: string]: any;
67
+ [key: string]: string;
68
68
  } | undefined>;
69
69
  /**
70
70
  * Whether Datadog collects cloud security posture management resources from your AWS account. This includes additional resources not covered under the general resource_collection.
@@ -130,7 +130,7 @@ export interface IntegrationState {
130
130
  * Enables or disables metric collection for specific AWS namespaces for this AWS account only. A list of namespaces can be found at the [available namespace rules API endpoint](https://docs.datadoghq.com/api/v1/aws-integration/#list-namespace-rules).
131
131
  */
132
132
  accountSpecificNamespaceRules?: pulumi.Input<{
133
- [key: string]: any;
133
+ [key: string]: pulumi.Input<string>;
134
134
  }>;
135
135
  /**
136
136
  * Whether Datadog collects cloud security posture management resources from your AWS account. This includes additional resources not covered under the general resource_collection.
@@ -188,7 +188,7 @@ export interface IntegrationArgs {
188
188
  * Enables or disables metric collection for specific AWS namespaces for this AWS account only. A list of namespaces can be found at the [available namespace rules API endpoint](https://docs.datadoghq.com/api/v1/aws-integration/#list-namespace-rules).
189
189
  */
190
190
  accountSpecificNamespaceRules?: pulumi.Input<{
191
- [key: string]: any;
191
+ [key: string]: pulumi.Input<string>;
192
192
  }>;
193
193
  /**
194
194
  * Whether Datadog collects cloud security posture management resources from your AWS account. This includes additional resources not covered under the general resource_collection.
@@ -24,8 +24,8 @@ const utilities = require("../utilities");
24
24
  * "key2:value2",
25
25
  * ],
26
26
  * accountSpecificNamespaceRules: {
27
- * auto_scaling: false,
28
- * opsworks: false,
27
+ * auto_scaling: "false",
28
+ * opsworks: "false",
29
29
  * },
30
30
  * excludedRegions: [
31
31
  * "us-east-1",
@@ -15,7 +15,7 @@ export interface GetSyntheticsLocationsResult {
15
15
  * A map of available Synthetics location IDs to names for Synthetics tests.
16
16
  */
17
17
  readonly locations: {
18
- [key: string]: any;
18
+ [key: string]: string;
19
19
  };
20
20
  }
21
21
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/datadog",
3
- "version": "4.32.0",
3
+ "version": "4.32.1",
4
4
  "description": "A Pulumi package for creating and managing Datadog resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -22,6 +22,6 @@
22
22
  "pulumi": {
23
23
  "resource": true,
24
24
  "name": "datadog",
25
- "version": "4.32.0"
25
+ "version": "4.32.1"
26
26
  }
27
27
  }
@@ -549,13 +549,13 @@ export declare class SyntheticsTest extends pulumi.CustomResource {
549
549
  * Header name and value map.
550
550
  */
551
551
  readonly requestHeaders: pulumi.Output<{
552
- [key: string]: any;
552
+ [key: string]: string;
553
553
  } | undefined>;
554
554
  /**
555
555
  * Metadata to include when performing the gRPC request.
556
556
  */
557
557
  readonly requestMetadata: pulumi.Output<{
558
- [key: string]: any;
558
+ [key: string]: string;
559
559
  } | undefined>;
560
560
  /**
561
561
  * The proxy to perform the test.
@@ -565,7 +565,7 @@ export declare class SyntheticsTest extends pulumi.CustomResource {
565
565
  * Query arguments name and value map.
566
566
  */
567
567
  readonly requestQuery: pulumi.Output<{
568
- [key: string]: any;
568
+ [key: string]: string;
569
569
  } | undefined>;
570
570
  /**
571
571
  * Cookies to be used for a browser test request, using the [Set-Cookie](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie) syntax.
@@ -669,13 +669,13 @@ export interface SyntheticsTestState {
669
669
  * Header name and value map.
670
670
  */
671
671
  requestHeaders?: pulumi.Input<{
672
- [key: string]: any;
672
+ [key: string]: pulumi.Input<string>;
673
673
  }>;
674
674
  /**
675
675
  * Metadata to include when performing the gRPC request.
676
676
  */
677
677
  requestMetadata?: pulumi.Input<{
678
- [key: string]: any;
678
+ [key: string]: pulumi.Input<string>;
679
679
  }>;
680
680
  /**
681
681
  * The proxy to perform the test.
@@ -685,7 +685,7 @@ export interface SyntheticsTestState {
685
685
  * Query arguments name and value map.
686
686
  */
687
687
  requestQuery?: pulumi.Input<{
688
- [key: string]: any;
688
+ [key: string]: pulumi.Input<string>;
689
689
  }>;
690
690
  /**
691
691
  * Cookies to be used for a browser test request, using the [Set-Cookie](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie) syntax.
@@ -777,13 +777,13 @@ export interface SyntheticsTestArgs {
777
777
  * Header name and value map.
778
778
  */
779
779
  requestHeaders?: pulumi.Input<{
780
- [key: string]: any;
780
+ [key: string]: pulumi.Input<string>;
781
781
  }>;
782
782
  /**
783
783
  * Metadata to include when performing the gRPC request.
784
784
  */
785
785
  requestMetadata?: pulumi.Input<{
786
- [key: string]: any;
786
+ [key: string]: pulumi.Input<string>;
787
787
  }>;
788
788
  /**
789
789
  * The proxy to perform the test.
@@ -793,7 +793,7 @@ export interface SyntheticsTestArgs {
793
793
  * Query arguments name and value map.
794
794
  */
795
795
  requestQuery?: pulumi.Input<{
796
- [key: string]: any;
796
+ [key: string]: pulumi.Input<string>;
797
797
  }>;
798
798
  /**
799
799
  * Cookies to be used for a browser test request, using the [Set-Cookie](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie) syntax.
package/types/input.d.ts CHANGED
@@ -20923,13 +20923,13 @@ export interface SyntheticsTestApiStep {
20923
20923
  * Header name and value map.
20924
20924
  */
20925
20925
  requestHeaders?: pulumi.Input<{
20926
- [key: string]: any;
20926
+ [key: string]: pulumi.Input<string>;
20927
20927
  }>;
20928
20928
  /**
20929
20929
  * Metadata to include when performing the gRPC request.
20930
20930
  */
20931
20931
  requestMetadata?: pulumi.Input<{
20932
- [key: string]: any;
20932
+ [key: string]: pulumi.Input<string>;
20933
20933
  }>;
20934
20934
  /**
20935
20935
  * The proxy to perform the test.
@@ -20939,7 +20939,7 @@ export interface SyntheticsTestApiStep {
20939
20939
  * Query arguments name and value map.
20940
20940
  */
20941
20941
  requestQuery?: pulumi.Input<{
20942
- [key: string]: any;
20942
+ [key: string]: pulumi.Input<string>;
20943
20943
  }>;
20944
20944
  retry?: pulumi.Input<inputs.SyntheticsTestApiStepRetry>;
20945
20945
  /**
@@ -21274,7 +21274,7 @@ export interface SyntheticsTestApiStepRequestProxy {
21274
21274
  * Header name and value map.
21275
21275
  */
21276
21276
  headers?: pulumi.Input<{
21277
- [key: string]: any;
21277
+ [key: string]: pulumi.Input<string>;
21278
21278
  }>;
21279
21279
  /**
21280
21280
  * URL of the proxy to perform the test.
@@ -21901,7 +21901,7 @@ export interface SyntheticsTestRequestProxy {
21901
21901
  * Header name and value map.
21902
21902
  */
21903
21903
  headers?: pulumi.Input<{
21904
- [key: string]: any;
21904
+ [key: string]: pulumi.Input<string>;
21905
21905
  }>;
21906
21906
  /**
21907
21907
  * URL of the proxy to perform the test.
package/types/output.d.ts CHANGED
@@ -21529,13 +21529,13 @@ export interface SyntheticsTestApiStep {
21529
21529
  * Header name and value map.
21530
21530
  */
21531
21531
  requestHeaders?: {
21532
- [key: string]: any;
21532
+ [key: string]: string;
21533
21533
  };
21534
21534
  /**
21535
21535
  * Metadata to include when performing the gRPC request.
21536
21536
  */
21537
21537
  requestMetadata?: {
21538
- [key: string]: any;
21538
+ [key: string]: string;
21539
21539
  };
21540
21540
  /**
21541
21541
  * The proxy to perform the test.
@@ -21545,7 +21545,7 @@ export interface SyntheticsTestApiStep {
21545
21545
  * Query arguments name and value map.
21546
21546
  */
21547
21547
  requestQuery?: {
21548
- [key: string]: any;
21548
+ [key: string]: string;
21549
21549
  };
21550
21550
  retry?: outputs.SyntheticsTestApiStepRetry;
21551
21551
  /**
@@ -21880,7 +21880,7 @@ export interface SyntheticsTestApiStepRequestProxy {
21880
21880
  * Header name and value map.
21881
21881
  */
21882
21882
  headers?: {
21883
- [key: string]: any;
21883
+ [key: string]: string;
21884
21884
  };
21885
21885
  /**
21886
21886
  * URL of the proxy to perform the test.
@@ -22507,7 +22507,7 @@ export interface SyntheticsTestRequestProxy {
22507
22507
  * Header name and value map.
22508
22508
  */
22509
22509
  headers?: {
22510
- [key: string]: any;
22510
+ [key: string]: string;
22511
22511
  };
22512
22512
  /**
22513
22513
  * URL of the proxy to perform the test.