@pulumi/wavefront 1.4.0-alpha.1684391615 → 1.4.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.
- package/alert.d.ts +12 -12
- package/package.json +2 -2
- package/package.json.dev +2 -2
package/alert.d.ts
CHANGED
|
@@ -57,11 +57,11 @@ export declare class Alert extends pulumi.CustomResource {
|
|
|
57
57
|
*/
|
|
58
58
|
readonly alertType: pulumi.Output<string | undefined>;
|
|
59
59
|
/**
|
|
60
|
-
* A list of users or groups that can modify this resource.
|
|
60
|
+
* A list of valid users or groups that can modify this resource on a tenant.
|
|
61
61
|
*/
|
|
62
62
|
readonly canModifies: pulumi.Output<string[]>;
|
|
63
63
|
/**
|
|
64
|
-
* A list of users or groups that can view this resource.
|
|
64
|
+
* A list of valid users or groups that can view this resource on a tenant. Default is Empty list.
|
|
65
65
|
*/
|
|
66
66
|
readonly canViews: pulumi.Output<string[] | undefined>;
|
|
67
67
|
/**
|
|
@@ -98,7 +98,7 @@ export declare class Alert extends pulumi.CustomResource {
|
|
|
98
98
|
*/
|
|
99
99
|
readonly notificationResendFrequencyMinutes: pulumi.Output<number | undefined>;
|
|
100
100
|
/**
|
|
101
|
-
* The specified query is executed every `processRateMinutes` minutes.
|
|
101
|
+
* The specified query is executed every `processRateMinutes` minutes. Default value is 5 minutes.
|
|
102
102
|
*/
|
|
103
103
|
readonly processRateMinutes: pulumi.Output<number | undefined>;
|
|
104
104
|
/**
|
|
@@ -122,7 +122,7 @@ export declare class Alert extends pulumi.CustomResource {
|
|
|
122
122
|
*/
|
|
123
123
|
readonly target: pulumi.Output<string | undefined>;
|
|
124
124
|
/**
|
|
125
|
-
* Targets for severity
|
|
125
|
+
* A string to string map of Targets for severity.
|
|
126
126
|
*/
|
|
127
127
|
readonly thresholdTargets: pulumi.Output<{
|
|
128
128
|
[key: string]: string;
|
|
@@ -151,11 +151,11 @@ export interface AlertState {
|
|
|
151
151
|
*/
|
|
152
152
|
alertType?: pulumi.Input<string>;
|
|
153
153
|
/**
|
|
154
|
-
* A list of users or groups that can modify this resource.
|
|
154
|
+
* A list of valid users or groups that can modify this resource on a tenant.
|
|
155
155
|
*/
|
|
156
156
|
canModifies?: pulumi.Input<pulumi.Input<string>[]>;
|
|
157
157
|
/**
|
|
158
|
-
* A list of users or groups that can view this resource.
|
|
158
|
+
* A list of valid users or groups that can view this resource on a tenant. Default is Empty list.
|
|
159
159
|
*/
|
|
160
160
|
canViews?: pulumi.Input<pulumi.Input<string>[]>;
|
|
161
161
|
/**
|
|
@@ -192,7 +192,7 @@ export interface AlertState {
|
|
|
192
192
|
*/
|
|
193
193
|
notificationResendFrequencyMinutes?: pulumi.Input<number>;
|
|
194
194
|
/**
|
|
195
|
-
* The specified query is executed every `processRateMinutes` minutes.
|
|
195
|
+
* The specified query is executed every `processRateMinutes` minutes. Default value is 5 minutes.
|
|
196
196
|
*/
|
|
197
197
|
processRateMinutes?: pulumi.Input<number>;
|
|
198
198
|
/**
|
|
@@ -216,7 +216,7 @@ export interface AlertState {
|
|
|
216
216
|
*/
|
|
217
217
|
target?: pulumi.Input<string>;
|
|
218
218
|
/**
|
|
219
|
-
* Targets for severity
|
|
219
|
+
* A string to string map of Targets for severity.
|
|
220
220
|
*/
|
|
221
221
|
thresholdTargets?: pulumi.Input<{
|
|
222
222
|
[key: string]: pulumi.Input<string>;
|
|
@@ -237,11 +237,11 @@ export interface AlertArgs {
|
|
|
237
237
|
*/
|
|
238
238
|
alertType?: pulumi.Input<string>;
|
|
239
239
|
/**
|
|
240
|
-
* A list of users or groups that can modify this resource.
|
|
240
|
+
* A list of valid users or groups that can modify this resource on a tenant.
|
|
241
241
|
*/
|
|
242
242
|
canModifies?: pulumi.Input<pulumi.Input<string>[]>;
|
|
243
243
|
/**
|
|
244
|
-
* A list of users or groups that can view this resource.
|
|
244
|
+
* A list of valid users or groups that can view this resource on a tenant. Default is Empty list.
|
|
245
245
|
*/
|
|
246
246
|
canViews?: pulumi.Input<pulumi.Input<string>[]>;
|
|
247
247
|
/**
|
|
@@ -278,7 +278,7 @@ export interface AlertArgs {
|
|
|
278
278
|
*/
|
|
279
279
|
notificationResendFrequencyMinutes?: pulumi.Input<number>;
|
|
280
280
|
/**
|
|
281
|
-
* The specified query is executed every `processRateMinutes` minutes.
|
|
281
|
+
* The specified query is executed every `processRateMinutes` minutes. Default value is 5 minutes.
|
|
282
282
|
*/
|
|
283
283
|
processRateMinutes?: pulumi.Input<number>;
|
|
284
284
|
/**
|
|
@@ -302,7 +302,7 @@ export interface AlertArgs {
|
|
|
302
302
|
*/
|
|
303
303
|
target?: pulumi.Input<string>;
|
|
304
304
|
/**
|
|
305
|
-
* Targets for severity
|
|
305
|
+
* A string to string map of Targets for severity.
|
|
306
306
|
*/
|
|
307
307
|
thresholdTargets?: pulumi.Input<{
|
|
308
308
|
[key: string]: pulumi.Input<string>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/wavefront",
|
|
3
|
-
"version": "v1.4.0
|
|
3
|
+
"version": "v1.4.0",
|
|
4
4
|
"description": "A Pulumi package for creating and managing wavefront cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"scripts": {
|
|
13
13
|
"build": "tsc",
|
|
14
|
-
"install": "node scripts/install-pulumi-plugin.js resource wavefront v1.4.0
|
|
14
|
+
"install": "node scripts/install-pulumi-plugin.js resource wavefront v1.4.0"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@pulumi/pulumi": "^3.0.0"
|
package/package.json.dev
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/wavefront",
|
|
3
|
-
"version": "v1.4.0
|
|
3
|
+
"version": "v1.4.0",
|
|
4
4
|
"description": "A Pulumi package for creating and managing wavefront cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"scripts": {
|
|
13
13
|
"build": "tsc",
|
|
14
|
-
"install": "node scripts/install-pulumi-plugin.js resource wavefront v1.4.0
|
|
14
|
+
"install": "node scripts/install-pulumi-plugin.js resource wavefront v1.4.0"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@pulumi/pulumi": "^3.0.0"
|