@pulumi/datadog 5.5.0 → 5.5.1-alpha.1780635100
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.
- package/package.json +2 -2
- package/types/input.d.ts +4 -0
- package/types/input.d.ts.map +1 -1
- package/types/output.d.ts +8 -0
- package/types/output.d.ts.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/datadog",
|
|
3
|
-
"version": "5.5.
|
|
3
|
+
"version": "5.5.1-alpha.1780635100",
|
|
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.5.
|
|
25
|
+
"version": "5.5.1-alpha.1780635100"
|
|
26
26
|
}
|
|
27
27
|
}
|
package/types/input.d.ts
CHANGED
|
@@ -65426,6 +65426,10 @@ export interface LogsIndexExclusionFilterFilter {
|
|
|
65426
65426
|
* Only logs matching the filter criteria and the query of the parent index will be considered for this exclusion filter.
|
|
65427
65427
|
*/
|
|
65428
65428
|
query?: pulumi.Input<string | undefined>;
|
|
65429
|
+
/**
|
|
65430
|
+
* The log attribute used as the sampling key. When present, logs sharing the same value are excluded or kept together at the configured sample rate (a single attribute path, e.g. `@lambda.request_id`).
|
|
65431
|
+
*/
|
|
65432
|
+
sampleAttribute?: pulumi.Input<string | undefined>;
|
|
65429
65433
|
/**
|
|
65430
65434
|
* The fraction of logs excluded by the exclusion filter, when active.
|
|
65431
65435
|
*/
|