@pulumi/datadog 5.8.0-alpha.1783234616 → 5.8.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.
@@ -87,7 +87,7 @@ export declare class CloudConfigurationRule extends pulumi.CustomResource {
87
87
  */
88
88
  readonly groupBies: pulumi.Output<string[] | undefined>;
89
89
  /**
90
- * The message associated to the rule that will be shown in findings and signals.
90
+ * The message associated to the rule that will be shown in findings and signals. For cloud configuration rules, the message is rendered in the finding side panel. When the message is written as Markdown, you can use the following top-level section headers to control where each part appears in the finding: `Description` and `Rationale` appear under **What Happened**, `Remediation` appears in its own **Remediation** section, and `References` are shown separately. All of these sections are optional and can appear in any order; a typical message uses only `Description` and `Remediation`. Use level-2 (`##`) headers for each section. If none of these headers are present, the entire message is shown as the description.
91
91
  */
92
92
  readonly message: pulumi.Output<string>;
93
93
  /**
@@ -144,7 +144,7 @@ export interface CloudConfigurationRuleState {
144
144
  */
145
145
  groupBies?: pulumi.Input<pulumi.Input<string>[] | undefined>;
146
146
  /**
147
- * The message associated to the rule that will be shown in findings and signals.
147
+ * The message associated to the rule that will be shown in findings and signals. For cloud configuration rules, the message is rendered in the finding side panel. When the message is written as Markdown, you can use the following top-level section headers to control where each part appears in the finding: `Description` and `Rationale` appear under **What Happened**, `Remediation` appears in its own **Remediation** section, and `References` are shown separately. All of these sections are optional and can appear in any order; a typical message uses only `Description` and `Remediation`. Use level-2 (`##`) headers for each section. If none of these headers are present, the entire message is shown as the description.
148
148
  */
149
149
  message?: pulumi.Input<string | undefined>;
150
150
  /**
@@ -193,7 +193,7 @@ export interface CloudConfigurationRuleArgs {
193
193
  */
194
194
  groupBies?: pulumi.Input<pulumi.Input<string>[] | undefined>;
195
195
  /**
196
- * The message associated to the rule that will be shown in findings and signals.
196
+ * The message associated to the rule that will be shown in findings and signals. For cloud configuration rules, the message is rendered in the finding side panel. When the message is written as Markdown, you can use the following top-level section headers to control where each part appears in the finding: `Description` and `Rationale` appear under **What Happened**, `Remediation` appears in its own **Remediation** section, and `References` are shown separately. All of these sections are optional and can appear in any order; a typical message uses only `Description` and `Remediation`. Use level-2 (`##`) headers for each section. If none of these headers are present, the entire message is shown as the description.
197
197
  */
198
198
  message: pulumi.Input<string>;
199
199
  /**
@@ -27,6 +27,10 @@ export interface GetSecurityMonitoringCriticalAssetArgs {
27
27
  * A collection of values returned by getSecurityMonitoringCriticalAsset.
28
28
  */
29
29
  export interface GetSecurityMonitoringCriticalAssetResult {
30
+ /**
31
+ * A description of the critical asset.
32
+ */
33
+ readonly description: string;
30
34
  /**
31
35
  * Whether the critical asset is enabled.
32
36
  */
@@ -1 +1 @@
1
- {"version":3,"file":"getSecurityMonitoringCriticalAsset.d.ts","sourceRoot":"","sources":["../getSecurityMonitoringCriticalAsset.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAGzC;;;;;;;;;;;;;GAaG;AACH,wBAAgB,kCAAkC,CAAC,IAAI,EAAE,sCAAsC,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,aAAa,GAAG,OAAO,CAAC,wCAAwC,CAAC,CAK/K;AAED;;GAEG;AACH,MAAM,WAAW,sCAAsC;IACnD;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;CACd;AAED;;GAEG;AACH,MAAM,WAAW,wCAAwC;IACrD;;OAEG;IACH,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC;IAC1B;;OAEG;IACH,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB;;OAEG;IACH,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAC;IAC3B;;OAEG;IACH,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;IAC1B;;OAEG;IACH,QAAQ,CAAC,IAAI,EAAE,MAAM,EAAE,CAAC;CAC3B;AACD;;;;;;;;;;;;;GAaG;AACH,wBAAgB,wCAAwC,CAAC,IAAI,EAAE,4CAA4C,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,mBAAmB,GAAG,MAAM,CAAC,MAAM,CAAC,wCAAwC,CAAC,CAKvM;AAED;;GAEG;AACH,MAAM,WAAW,4CAA4C;IACzD;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;CAC5B"}
1
+ {"version":3,"file":"getSecurityMonitoringCriticalAsset.d.ts","sourceRoot":"","sources":["../getSecurityMonitoringCriticalAsset.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAGzC;;;;;;;;;;;;;GAaG;AACH,wBAAgB,kCAAkC,CAAC,IAAI,EAAE,sCAAsC,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,aAAa,GAAG,OAAO,CAAC,wCAAwC,CAAC,CAK/K;AAED;;GAEG;AACH,MAAM,WAAW,sCAAsC;IACnD;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;CACd;AAED;;GAEG;AACH,MAAM,WAAW,wCAAwC;IACrD;;OAEG;IACH,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B;;OAEG;IACH,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC;IAC1B;;OAEG;IACH,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB;;OAEG;IACH,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAC;IAC3B;;OAEG;IACH,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;IAC1B;;OAEG;IACH,QAAQ,CAAC,IAAI,EAAE,MAAM,EAAE,CAAC;CAC3B;AACD;;;;;;;;;;;;;GAaG;AACH,wBAAgB,wCAAwC,CAAC,IAAI,EAAE,4CAA4C,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,mBAAmB,GAAG,MAAM,CAAC,MAAM,CAAC,wCAAwC,CAAC,CAKvM;AAED;;GAEG;AACH,MAAM,WAAW,4CAA4C;IACzD;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;CAC5B"}
@@ -1 +1 @@
1
- {"version":3,"file":"getSecurityMonitoringCriticalAsset.js","sourceRoot":"","sources":["../getSecurityMonitoringCriticalAsset.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AACzC,uDAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,kCAAkC,CAAC,IAA4C,EAAE,IAA2B;IACxH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qFAAqF,EAAE;QAChH,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gFAKC;AAyCD;;;;;;;;;;;;;GAaG;AACH,SAAgB,wCAAwC,CAAC,IAAkD,EAAE,IAAiC;IAC1I,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,qFAAqF,EAAE;QACtH,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4FAKC"}
1
+ {"version":3,"file":"getSecurityMonitoringCriticalAsset.js","sourceRoot":"","sources":["../getSecurityMonitoringCriticalAsset.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AACzC,uDAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,kCAAkC,CAAC,IAA4C,EAAE,IAA2B;IACxH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qFAAqF,EAAE;QAChH,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gFAKC;AA6CD;;;;;;;;;;;;;GAaG;AACH,SAAgB,wCAAwC,CAAC,IAAkD,EAAE,IAAiC;IAC1I,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,qFAAqF,EAAE;QACtH,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4FAKC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/datadog",
3
- "version": "5.8.0-alpha.1783234616",
3
+ "version": "5.8.0",
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": "5.8.0-alpha.1783234616"
25
+ "version": "5.8.0"
26
26
  }
27
27
  }
@@ -44,6 +44,10 @@ export declare class SecurityMonitoringCriticalAsset extends pulumi.CustomResour
44
44
  * when multiple copies of the Pulumi SDK have been loaded into the same process.
45
45
  */
46
46
  static isInstance(obj: any): obj is SecurityMonitoringCriticalAsset;
47
+ /**
48
+ * A description of the critical asset.
49
+ */
50
+ readonly description: pulumi.Output<string | undefined>;
47
51
  /**
48
52
  * Whether the critical asset is enabled. Defaults to `true`.
49
53
  */
@@ -77,6 +81,10 @@ export declare class SecurityMonitoringCriticalAsset extends pulumi.CustomResour
77
81
  * Input properties used for looking up and filtering SecurityMonitoringCriticalAsset resources.
78
82
  */
79
83
  export interface SecurityMonitoringCriticalAssetState {
84
+ /**
85
+ * A description of the critical asset.
86
+ */
87
+ description?: pulumi.Input<string | undefined>;
80
88
  /**
81
89
  * Whether the critical asset is enabled. Defaults to `true`.
82
90
  */
@@ -102,6 +110,10 @@ export interface SecurityMonitoringCriticalAssetState {
102
110
  * The set of arguments for constructing a SecurityMonitoringCriticalAsset resource.
103
111
  */
104
112
  export interface SecurityMonitoringCriticalAssetArgs {
113
+ /**
114
+ * A description of the critical asset.
115
+ */
116
+ description?: pulumi.Input<string | undefined>;
105
117
  /**
106
118
  * Whether the critical asset is enabled. Defaults to `true`.
107
119
  */
@@ -1 +1 @@
1
- {"version":3,"file":"securityMonitoringCriticalAsset.d.ts","sourceRoot":"","sources":["../securityMonitoringCriticalAsset.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAGzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,qBAAa,+BAAgC,SAAQ,MAAM,CAAC,cAAc;IACtE;;;;;;;;OAQG;WACW,GAAG,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE,KAAK,CAAC,EAAE,oCAAoC,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB,GAAG,+BAA+B;IAOhL;;;OAGG;WACW,UAAU,CAAC,GAAG,EAAE,GAAG,GAAG,GAAG,IAAI,+BAA+B;IAO1E;;OAEG;IACH,SAAwB,OAAO,EAAE,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;IACxD;;OAEG;IACH,SAAwB,KAAK,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACrD;;OAEG;IACH,SAAwB,SAAS,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACzD;;OAEG;IACH,SAAwB,QAAQ,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACxD;;OAEG;IACH,SAAwB,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,SAAS,CAAC,CAAC;IAElE;;;;;;OAMG;gBACS,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,mCAAmC,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB;CA+B3G;AAED;;GAEG;AACH,MAAM,WAAW,oCAAoC;IACjD;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,GAAG,SAAS,CAAC,CAAC;IAC5C;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACzC;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC7C;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC5C;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,GAAG,SAAS,CAAC,CAAC;CAC3D;AAED;;GAEG;AACH,MAAM,WAAW,mCAAmC;IAChD;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,GAAG,SAAS,CAAC,CAAC;IAC5C;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC5B;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAChC;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC/B;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,GAAG,SAAS,CAAC,CAAC;CAC3D"}
1
+ {"version":3,"file":"securityMonitoringCriticalAsset.d.ts","sourceRoot":"","sources":["../securityMonitoringCriticalAsset.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAGzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,qBAAa,+BAAgC,SAAQ,MAAM,CAAC,cAAc;IACtE;;;;;;;;OAQG;WACW,GAAG,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE,KAAK,CAAC,EAAE,oCAAoC,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB,GAAG,+BAA+B;IAOhL;;;OAGG;WACW,UAAU,CAAC,GAAG,EAAE,GAAG,GAAG,GAAG,IAAI,+BAA+B;IAO1E;;OAEG;IACH,SAAwB,WAAW,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACvE;;OAEG;IACH,SAAwB,OAAO,EAAE,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;IACxD;;OAEG;IACH,SAAwB,KAAK,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACrD;;OAEG;IACH,SAAwB,SAAS,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACzD;;OAEG;IACH,SAAwB,QAAQ,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACxD;;OAEG;IACH,SAAwB,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,SAAS,CAAC,CAAC;IAElE;;;;;;OAMG;gBACS,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,mCAAmC,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB;CAiC3G;AAED;;GAEG;AACH,MAAM,WAAW,oCAAoC;IACjD;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC/C;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,GAAG,SAAS,CAAC,CAAC;IAC5C;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACzC;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC7C;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC5C;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,GAAG,SAAS,CAAC,CAAC;CAC3D;AAED;;GAEG;AACH,MAAM,WAAW,mCAAmC;IAChD;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC/C;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,GAAG,SAAS,CAAC,CAAC;IAC5C;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC5B;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAChC;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC/B;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,GAAG,SAAS,CAAC,CAAC;CAC3D"}
@@ -87,6 +87,7 @@ class SecurityMonitoringCriticalAsset extends pulumi.CustomResource {
87
87
  opts = opts || {};
88
88
  if (opts.id) {
89
89
  const state = argsOrState;
90
+ resourceInputs["description"] = state?.description;
90
91
  resourceInputs["enabled"] = state?.enabled;
91
92
  resourceInputs["query"] = state?.query;
92
93
  resourceInputs["ruleQuery"] = state?.ruleQuery;
@@ -104,6 +105,7 @@ class SecurityMonitoringCriticalAsset extends pulumi.CustomResource {
104
105
  if (args?.severity === undefined && !opts.urn) {
105
106
  throw new Error("Missing required property 'severity'");
106
107
  }
108
+ resourceInputs["description"] = args?.description;
107
109
  resourceInputs["enabled"] = args?.enabled;
108
110
  resourceInputs["query"] = args?.query;
109
111
  resourceInputs["ruleQuery"] = args?.ruleQuery;
@@ -1 +1 @@
1
- {"version":3,"file":"securityMonitoringCriticalAsset.js","sourceRoot":"","sources":["../securityMonitoringCriticalAsset.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AACzC,uDAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,MAAa,+BAAgC,SAAQ,MAAM,CAAC,cAAc;IACtE;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA4C,EAAE,IAAmC;QAC1I,OAAO,IAAI,+BAA+B,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACtF,CAAC;IAED,gBAAgB;IACT,MAAM,CAAU,YAAY,GAAG,+EAA+E,CAAC;IAEtH;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,+BAA+B,CAAC,YAAY,CAAC;IAChF,CAAC;IA+BD,YAAY,IAAY,EAAE,WAAwF,EAAE,IAAmC;QACnJ,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA+D,CAAC;YAC9E,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,EAAE,KAAK,CAAC;YACvC,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;YAC/C,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;YAC7C,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;SACxC;aAAM;YACH,MAAM,IAAI,GAAG,WAA8D,CAAC;YAC5E,IAAI,IAAI,EAAE,KAAK,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACxC,MAAM,IAAI,KAAK,CAAC,mCAAmC,CAAC,CAAC;aACxD;YACD,IAAI,IAAI,EAAE,SAAS,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC5C,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,IAAI,IAAI,EAAE,QAAQ,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC3C,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,EAAE,KAAK,CAAC;YACtC,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,EAAE,SAAS,CAAC;YAC9C,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;SACvC;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,+BAA+B,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACpF,CAAC;;AAtFL,0EAuFC"}
1
+ {"version":3,"file":"securityMonitoringCriticalAsset.js","sourceRoot":"","sources":["../securityMonitoringCriticalAsset.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AACzC,uDAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,MAAa,+BAAgC,SAAQ,MAAM,CAAC,cAAc;IACtE;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA4C,EAAE,IAAmC;QAC1I,OAAO,IAAI,+BAA+B,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACtF,CAAC;IAED,gBAAgB;IACT,MAAM,CAAU,YAAY,GAAG,+EAA+E,CAAC;IAEtH;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,+BAA+B,CAAC,YAAY,CAAC;IAChF,CAAC;IAmCD,YAAY,IAAY,EAAE,WAAwF,EAAE,IAAmC;QACnJ,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA+D,CAAC;YAC9E,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,EAAE,KAAK,CAAC;YACvC,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;YAC/C,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;YAC7C,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;SACxC;aAAM;YACH,MAAM,IAAI,GAAG,WAA8D,CAAC;YAC5E,IAAI,IAAI,EAAE,KAAK,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACxC,MAAM,IAAI,KAAK,CAAC,mCAAmC,CAAC,CAAC;aACxD;YACD,IAAI,IAAI,EAAE,SAAS,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC5C,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,IAAI,IAAI,EAAE,QAAQ,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC3C,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,EAAE,KAAK,CAAC;YACtC,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,EAAE,SAAS,CAAC;YAC9C,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;SACvC;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,+BAA+B,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACpF,CAAC;;AA5FL,0EA6FC"}
package/types/input.d.ts CHANGED
@@ -64371,9 +64371,13 @@ export interface LogsArchiveGcsArchive {
64371
64371
  }
64372
64372
  export interface LogsArchiveS3Archive {
64373
64373
  /**
64374
- * Your AWS account id.
64374
+ * Your AWS access key id, used as an alternative to `accountId`/`roleName`.
64375
64375
  */
64376
- accountId: pulumi.Input<string>;
64376
+ accessKeyId?: pulumi.Input<string | undefined>;
64377
+ /**
64378
+ * Your AWS account id. Required with `roleName`; mutually exclusive with `accessKeyId`.
64379
+ */
64380
+ accountId?: pulumi.Input<string | undefined>;
64377
64381
  /**
64378
64382
  * Name of your s3 bucket.
64379
64383
  */
@@ -64391,9 +64395,9 @@ export interface LogsArchiveS3Archive {
64391
64395
  */
64392
64396
  path?: pulumi.Input<string | undefined>;
64393
64397
  /**
64394
- * Your AWS role name
64398
+ * Your AWS role name. Required with `accountId`; mutually exclusive with `accessKeyId`.
64395
64399
  */
64396
- roleName: pulumi.Input<string>;
64400
+ roleName?: pulumi.Input<string | undefined>;
64397
64401
  /**
64398
64402
  * The AWS S3 storage class used to upload the logs. Valid values are `STANDARD`, `STANDARD_IA`, `ONEZONE_IA`, `INTELLIGENT_TIERING`, `GLACIER_IR`. Defaults to `"STANDARD"`.
64399
64403
  */
@@ -67212,6 +67216,10 @@ export interface ObservabilityPipelineConfigDestination {
67212
67216
  * The `azureStorage` destination forwards logs to an Azure Blob Storage container.
67213
67217
  */
67214
67218
  azureStorages?: pulumi.Input<pulumi.Input<inputs.ObservabilityPipelineConfigDestinationAzureStorage>[] | undefined>;
67219
+ /**
67220
+ * The `clickhouse` destination forwards logs to a ClickHouse server via HTTP.
67221
+ */
67222
+ clickhouse?: pulumi.Input<inputs.ObservabilityPipelineConfigDestinationClickhouse | undefined>;
67215
67223
  /**
67216
67224
  * The `cloudPrem` destination sends logs to Datadog CloudPrem.
67217
67225
  */
@@ -67702,6 +67710,152 @@ export interface ObservabilityPipelineConfigDestinationAzureStorageBufferMemory
67702
67710
  */
67703
67711
  whenFull?: pulumi.Input<string | undefined>;
67704
67712
  }
67713
+ export interface ObservabilityPipelineConfigDestinationClickhouse {
67714
+ /**
67715
+ * Authentication strategy for ClickHouse HTTP requests. Only `basic` strategy is supported.
67716
+ */
67717
+ auth?: pulumi.Input<inputs.ObservabilityPipelineConfigDestinationClickhouseAuth | undefined>;
67718
+ /**
67719
+ * Batching configuration for ClickHouse inserts.
67720
+ */
67721
+ batch?: pulumi.Input<inputs.ObservabilityPipelineConfigDestinationClickhouseBatch | undefined>;
67722
+ /**
67723
+ * Batch encoding configuration. Required when `format` is `arrowStream`.
67724
+ */
67725
+ batchEncoding?: pulumi.Input<inputs.ObservabilityPipelineConfigDestinationClickhouseBatchEncoding | undefined>;
67726
+ /**
67727
+ * Configuration for buffer settings on destination components. Exactly one of `disk` or `memory` must be specified.
67728
+ */
67729
+ buffer?: pulumi.Input<inputs.ObservabilityPipelineConfigDestinationClickhouseBuffer | undefined>;
67730
+ /**
67731
+ * Compression for outbound HTTP requests. Use `algorithm = "gzip"` or `algorithm = "none"`.
67732
+ */
67733
+ compression?: pulumi.Input<inputs.ObservabilityPipelineConfigDestinationClickhouseCompression | undefined>;
67734
+ /**
67735
+ * Optional name of the ClickHouse database to write to. When omitted, the user's default database is used.
67736
+ */
67737
+ database?: pulumi.Input<string | undefined>;
67738
+ /**
67739
+ * If `true`, enables flexible DateTime parsing on the server side.
67740
+ */
67741
+ dateTimeBestEffort?: pulumi.Input<boolean | undefined>;
67742
+ /**
67743
+ * Name of the environment variable or secret that holds the ClickHouse HTTP endpoint URL. Defaults to `DESTINATION_CLICKHOUSE_ENDPOINT_URL`.
67744
+ */
67745
+ endpointUrlKey?: pulumi.Input<string | undefined>;
67746
+ /**
67747
+ * Insert format for events. `jsonEachRow` maps event fields to columns by name. `jsonAsObject` and `jsonAsString` insert each event into a single JSON or String column. `arrowStream` batches events with Apache Arrow IPC streaming and requires `batchEncoding`. Valid values are `jsonEachRow`, `jsonAsObject`, `jsonAsString`, `arrowStream`.
67748
+ */
67749
+ format?: pulumi.Input<string | undefined>;
67750
+ /**
67751
+ * If `true`, fields not present in the target table schema are dropped instead of causing insert errors. When unset, the ClickHouse server's own `inputFormatSkipUnknownFields` setting applies.
67752
+ */
67753
+ skipUnknownFields?: pulumi.Input<boolean | undefined>;
67754
+ /**
67755
+ * Target ClickHouse table name.
67756
+ */
67757
+ table: pulumi.Input<string>;
67758
+ /**
67759
+ * Configuration for enabling TLS encryption between the pipeline component and external services.
67760
+ */
67761
+ tls?: pulumi.Input<inputs.ObservabilityPipelineConfigDestinationClickhouseTls | undefined>;
67762
+ }
67763
+ export interface ObservabilityPipelineConfigDestinationClickhouseAuth {
67764
+ /**
67765
+ * Name of the environment variable or secret that holds the ClickHouse password. Defaults to `DESTINATION_CLICKHOUSE_PASSWORD`.
67766
+ */
67767
+ passwordKey?: pulumi.Input<string | undefined>;
67768
+ /**
67769
+ * Authentication strategy. Must be `basic`. Valid values are `basic`.
67770
+ */
67771
+ strategy: pulumi.Input<string>;
67772
+ /**
67773
+ * Name of the environment variable or secret that holds the ClickHouse username. Defaults to `DESTINATION_CLICKHOUSE_USERNAME`.
67774
+ */
67775
+ usernameKey?: pulumi.Input<string | undefined>;
67776
+ }
67777
+ export interface ObservabilityPipelineConfigDestinationClickhouseBatch {
67778
+ /**
67779
+ * Maximum number of events per batch. Value must be at least 1.
67780
+ */
67781
+ maxEvents?: pulumi.Input<number | undefined>;
67782
+ /**
67783
+ * Maximum time in seconds before a partial batch is flushed. Value must be between 1 and 65535.
67784
+ */
67785
+ timeoutSecs?: pulumi.Input<number | undefined>;
67786
+ }
67787
+ export interface ObservabilityPipelineConfigDestinationClickhouseBatchEncoding {
67788
+ /**
67789
+ * If `true`, allows null values for non-nullable fields in the ClickHouse schema. Defaults to `false`.
67790
+ */
67791
+ allowNullableFields?: pulumi.Input<boolean | undefined>;
67792
+ /**
67793
+ * Batch encoding codec. Must be `arrowStream`. Valid values are `arrowStream`.
67794
+ */
67795
+ codec: pulumi.Input<string>;
67796
+ }
67797
+ export interface ObservabilityPipelineConfigDestinationClickhouseBuffer {
67798
+ /**
67799
+ * Options for configuring a disk buffer. Cannot be used with `memory`.
67800
+ */
67801
+ disk?: pulumi.Input<inputs.ObservabilityPipelineConfigDestinationClickhouseBufferDisk | undefined>;
67802
+ /**
67803
+ * Options for configuring a memory buffer. Cannot be used with `disk`.
67804
+ */
67805
+ memory?: pulumi.Input<inputs.ObservabilityPipelineConfigDestinationClickhouseBufferMemory | undefined>;
67806
+ }
67807
+ export interface ObservabilityPipelineConfigDestinationClickhouseBufferDisk {
67808
+ /**
67809
+ * Maximum size of the disk buffer (in bytes).
67810
+ */
67811
+ maxSize?: pulumi.Input<number | undefined>;
67812
+ /**
67813
+ * Behavior when the buffer is full. Valid values are `block` or `dropNewest`. Defaults to `"block"`.
67814
+ */
67815
+ whenFull?: pulumi.Input<string | undefined>;
67816
+ }
67817
+ export interface ObservabilityPipelineConfigDestinationClickhouseBufferMemory {
67818
+ /**
67819
+ * Maximum events for the memory buffer.
67820
+ */
67821
+ maxEvents?: pulumi.Input<number | undefined>;
67822
+ /**
67823
+ * Maximum size of the memory buffer (in bytes).
67824
+ */
67825
+ maxSize?: pulumi.Input<number | undefined>;
67826
+ /**
67827
+ * Behavior when the buffer is full. Valid values are `block` or `dropNewest`. Defaults to `"block"`.
67828
+ */
67829
+ whenFull?: pulumi.Input<string | undefined>;
67830
+ }
67831
+ export interface ObservabilityPipelineConfigDestinationClickhouseCompression {
67832
+ /**
67833
+ * Compression algorithm. Valid values are `gzip` and `none`. Valid values are `gzip`, `none`.
67834
+ */
67835
+ algorithm: pulumi.Input<string>;
67836
+ /**
67837
+ * Compression level (1–9). Only valid when `algorithm` is `gzip`. Value must be between 1 and 9.
67838
+ */
67839
+ level?: pulumi.Input<number | undefined>;
67840
+ }
67841
+ export interface ObservabilityPipelineConfigDestinationClickhouseTls {
67842
+ /**
67843
+ * Path to the Certificate Authority (CA) file used to validate the server's TLS certificate.
67844
+ */
67845
+ caFile?: pulumi.Input<string | undefined>;
67846
+ /**
67847
+ * Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services.
67848
+ */
67849
+ crtFile: pulumi.Input<string>;
67850
+ /**
67851
+ * Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication.
67852
+ */
67853
+ keyFile?: pulumi.Input<string | undefined>;
67854
+ /**
67855
+ * Name of the environment variable or secret that holds the passphrase for the private key file.
67856
+ */
67857
+ keyPassKey?: pulumi.Input<string | undefined>;
67858
+ }
67705
67859
  export interface ObservabilityPipelineConfigDestinationCloudPrem {
67706
67860
  /**
67707
67861
  * Configuration for buffer settings on destination components. Exactly one of `disk` or `memory` must be specified.
@@ -69873,17 +70027,59 @@ export interface ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMap
69873
70027
  }
69874
70028
  export interface ObservabilityPipelineConfigProcessorGroupProcessorParseGrok {
69875
70029
  /**
69876
- * If set to `true`, disables the default Grok rules provided by Datadog.
70030
+ * If set to `true`, disables the default Grok rules provided by Datadog. Defaults to `false`.
69877
70031
  */
69878
70032
  disableLibraryRules?: pulumi.Input<boolean | undefined>;
70033
+ /**
70034
+ * The log field to parse with the Grok rules. Defaults to `"message"`.
70035
+ */
70036
+ field?: pulumi.Input<string | undefined>;
70037
+ /**
70038
+ * A Grok parsing rule that targets logs matching a Datadog search query.
70039
+ */
70040
+ includeRules?: pulumi.Input<pulumi.Input<inputs.ObservabilityPipelineConfigProcessorGroupProcessorParseGrokIncludeRule>[] | undefined>;
69879
70041
  /**
69880
70042
  * The list of Grok parsing rules. If multiple parsing rules are provided, they are evaluated in order. The first successful match is applied.
69881
70043
  */
69882
- rules: pulumi.Input<pulumi.Input<inputs.ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRule>[]>;
70044
+ rules?: pulumi.Input<pulumi.Input<inputs.ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRule>[] | undefined>;
70045
+ }
70046
+ export interface ObservabilityPipelineConfigProcessorGroupProcessorParseGrokIncludeRule {
70047
+ /**
70048
+ * A Datadog search query used to determine which logs this Grok rule targets.
70049
+ */
70050
+ include: pulumi.Input<string>;
70051
+ /**
70052
+ * A list of Grok parsing rules that define how to extract fields. Each rule must contain a name and a valid Grok pattern.
70053
+ */
70054
+ matchRules: pulumi.Input<pulumi.Input<inputs.ObservabilityPipelineConfigProcessorGroupProcessorParseGrokIncludeRuleMatchRule>[]>;
70055
+ /**
70056
+ * A list of helper Grok rules that can be referenced by the parsing rules.
70057
+ */
70058
+ supportRules?: pulumi.Input<pulumi.Input<inputs.ObservabilityPipelineConfigProcessorGroupProcessorParseGrokIncludeRuleSupportRule>[] | undefined>;
70059
+ }
70060
+ export interface ObservabilityPipelineConfigProcessorGroupProcessorParseGrokIncludeRuleMatchRule {
70061
+ /**
70062
+ * The name of the rule.
70063
+ */
70064
+ name: pulumi.Input<string>;
70065
+ /**
70066
+ * The definition of the Grok rule.
70067
+ */
70068
+ rule: pulumi.Input<string>;
70069
+ }
70070
+ export interface ObservabilityPipelineConfigProcessorGroupProcessorParseGrokIncludeRuleSupportRule {
70071
+ /**
70072
+ * The name of the helper Grok rule.
70073
+ */
70074
+ name: pulumi.Input<string>;
70075
+ /**
70076
+ * The definition of the helper Grok rule.
70077
+ */
70078
+ rule: pulumi.Input<string>;
69883
70079
  }
69884
70080
  export interface ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRule {
69885
70081
  /**
69886
- * A list of Grok parsing rules that define how to extract fields from the source field. Each rule must contain a name and a valid Grok pattern.
70082
+ * A list of Grok parsing rules that define how to extract fields. Each rule must contain a name and a valid Grok pattern.
69887
70083
  */
69888
70084
  matchRules: pulumi.Input<pulumi.Input<inputs.ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRuleMatchRule>[]>;
69889
70085
  /**
@@ -70382,6 +70578,10 @@ export interface ObservabilityPipelineConfigSource {
70382
70578
  * The `syslogNg` source listens for logs over TCP or UDP from a `syslog-ng` server using the syslog protocol.
70383
70579
  */
70384
70580
  syslogNgs?: pulumi.Input<pulumi.Input<inputs.ObservabilityPipelineConfigSourceSyslogNg>[] | undefined>;
70581
+ /**
70582
+ * The `websocket` source establishes a persistent WebSocket connection to a remote endpoint and ingests log events as they are pushed by the server.
70583
+ */
70584
+ websocket?: pulumi.Input<inputs.ObservabilityPipelineConfigSourceWebsocket | undefined>;
70385
70585
  }
70386
70586
  export interface ObservabilityPipelineConfigSourceAmazonDataFirehose {
70387
70587
  /**
@@ -71137,6 +71337,62 @@ export interface ObservabilityPipelineConfigSourceSyslogNgTls {
71137
71337
  */
71138
71338
  verifyCertificate?: pulumi.Input<boolean | undefined>;
71139
71339
  }
71340
+ export interface ObservabilityPipelineConfigSourceWebsocket {
71341
+ /**
71342
+ * The authentication strategy used when connecting to the WebSocket server. Valid values are `none`, `basic`, `bearer`, `custom`.
71343
+ */
71344
+ authStrategy: pulumi.Input<string>;
71345
+ /**
71346
+ * Name of the environment variable or secret that holds a custom header value. Used when `authStrategy` is `custom`.
71347
+ */
71348
+ customKey?: pulumi.Input<string | undefined>;
71349
+ /**
71350
+ * The decoding format used to interpret incoming log events. Valid values are `bytes`, `gelf`, `json`, `syslog`.
71351
+ */
71352
+ decoding: pulumi.Input<string>;
71353
+ /**
71354
+ * Name of the environment variable or secret that holds the password. Used when `authStrategy` is `basic`.
71355
+ */
71356
+ passwordKey?: pulumi.Input<string | undefined>;
71357
+ /**
71358
+ * TLS configuration for the WebSocket connection. Set `mode` to `enabled` for server-certificate validation only, or `withClientCert` to additionally present a client certificate.
71359
+ */
71360
+ tls?: pulumi.Input<inputs.ObservabilityPipelineConfigSourceWebsocketTls | undefined>;
71361
+ /**
71362
+ * Name of the environment variable or secret that holds the bearer token. Used when `authStrategy` is `bearer`.
71363
+ */
71364
+ tokenKey?: pulumi.Input<string | undefined>;
71365
+ /**
71366
+ * Name of the environment variable or secret that holds the WebSocket URI to connect to.
71367
+ */
71368
+ uriKey?: pulumi.Input<string | undefined>;
71369
+ /**
71370
+ * Name of the environment variable or secret that holds the username. Used when `authStrategy` is `basic`.
71371
+ */
71372
+ usernameKey?: pulumi.Input<string | undefined>;
71373
+ }
71374
+ export interface ObservabilityPipelineConfigSourceWebsocketTls {
71375
+ /**
71376
+ * Path to the Certificate Authority (CA) file used to validate the server's TLS certificate.
71377
+ */
71378
+ caFile?: pulumi.Input<string | undefined>;
71379
+ /**
71380
+ * Path to the client certificate file. Required when `mode` is `withClientCert`.
71381
+ */
71382
+ crtFile?: pulumi.Input<string | undefined>;
71383
+ /**
71384
+ * Path to the private key file associated with the client certificate.
71385
+ */
71386
+ keyFile?: pulumi.Input<string | undefined>;
71387
+ /**
71388
+ * Name of the environment variable or secret that holds the passphrase for the private key file.
71389
+ */
71390
+ keyPassKey?: pulumi.Input<string | undefined>;
71391
+ /**
71392
+ * The TLS mode. Use `enabled` for server-only TLS, or `withClientCert` for mutual TLS with a client certificate. Valid values are `enabled`, `withClientCert`.
71393
+ */
71394
+ mode: pulumi.Input<string>;
71395
+ }
71140
71396
  export interface OnCallEscalationPolicyStep {
71141
71397
  /**
71142
71398
  * Specifies how this escalation step will assign targets. Can be `default` (page all targets at once) or `round-robin`. Valid values are `default`, `round-robin`. Defaults to `"default"`.