@pulumi/datadog 4.36.0-alpha.1731504468 → 4.36.1-alpha.1731671521
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.
|
@@ -45,7 +45,7 @@ export declare class IntegrationTagFilter extends pulumi.CustomResource {
|
|
|
45
45
|
*/
|
|
46
46
|
readonly accountId: pulumi.Output<string>;
|
|
47
47
|
/**
|
|
48
|
-
* The namespace associated with the tag filter entry. Valid values are `elb`, `applicationElb`, `sqs`, `rds`, `custom`, `networkElb`, `lambda`.
|
|
48
|
+
* The namespace associated with the tag filter entry. Valid values are `elb`, `applicationElb`, `sqs`, `rds`, `custom`, `networkElb`, `lambda`, `stepFunctions`.
|
|
49
49
|
*/
|
|
50
50
|
readonly namespace: pulumi.Output<string>;
|
|
51
51
|
/**
|
|
@@ -70,7 +70,7 @@ export interface IntegrationTagFilterState {
|
|
|
70
70
|
*/
|
|
71
71
|
accountId?: pulumi.Input<string>;
|
|
72
72
|
/**
|
|
73
|
-
* The namespace associated with the tag filter entry. Valid values are `elb`, `applicationElb`, `sqs`, `rds`, `custom`, `networkElb`, `lambda`.
|
|
73
|
+
* The namespace associated with the tag filter entry. Valid values are `elb`, `applicationElb`, `sqs`, `rds`, `custom`, `networkElb`, `lambda`, `stepFunctions`.
|
|
74
74
|
*/
|
|
75
75
|
namespace?: pulumi.Input<string>;
|
|
76
76
|
/**
|
|
@@ -87,7 +87,7 @@ export interface IntegrationTagFilterArgs {
|
|
|
87
87
|
*/
|
|
88
88
|
accountId: pulumi.Input<string>;
|
|
89
89
|
/**
|
|
90
|
-
* The namespace associated with the tag filter entry. Valid values are `elb`, `applicationElb`, `sqs`, `rds`, `custom`, `networkElb`, `lambda`.
|
|
90
|
+
* The namespace associated with the tag filter entry. Valid values are `elb`, `applicationElb`, `sqs`, `rds`, `custom`, `networkElb`, `lambda`, `stepFunctions`.
|
|
91
91
|
*/
|
|
92
92
|
namespace: pulumi.Input<string>;
|
|
93
93
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/datadog",
|
|
3
|
-
"version": "4.36.
|
|
3
|
+
"version": "4.36.1-alpha.1731671521",
|
|
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.36.
|
|
25
|
+
"version": "4.36.1-alpha.1731671521"
|
|
26
26
|
}
|
|
27
27
|
}
|