@pulumi/splunk 1.3.0-alpha.1715236726 → 1.3.0-alpha.1715339478
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 +1 -1
- package/savedSearches.d.ts +3 -3
package/package.json
CHANGED
package/savedSearches.d.ts
CHANGED
|
@@ -420,7 +420,7 @@ export declare class SavedSearches extends pulumi.CustomResource {
|
|
|
420
420
|
/**
|
|
421
421
|
* The custom fields which are configured at the ServiceNow Instance. You can pass the custom fields and their values in
|
|
422
422
|
* the || separated format. For example, custom_field1=value1||custom_field2=value2||...custom_fields used must be present
|
|
423
|
-
* in the
|
|
423
|
+
* in the emEvent table of ServiceNow.
|
|
424
424
|
*/
|
|
425
425
|
readonly actionSnowEventParamCustomFields: pulumi.Output<string>;
|
|
426
426
|
/**
|
|
@@ -1111,7 +1111,7 @@ export interface SavedSearchesState {
|
|
|
1111
1111
|
/**
|
|
1112
1112
|
* The custom fields which are configured at the ServiceNow Instance. You can pass the custom fields and their values in
|
|
1113
1113
|
* the || separated format. For example, custom_field1=value1||custom_field2=value2||...custom_fields used must be present
|
|
1114
|
-
* in the
|
|
1114
|
+
* in the emEvent table of ServiceNow.
|
|
1115
1115
|
*/
|
|
1116
1116
|
actionSnowEventParamCustomFields?: pulumi.Input<string>;
|
|
1117
1117
|
/**
|
|
@@ -1778,7 +1778,7 @@ export interface SavedSearchesArgs {
|
|
|
1778
1778
|
/**
|
|
1779
1779
|
* The custom fields which are configured at the ServiceNow Instance. You can pass the custom fields and their values in
|
|
1780
1780
|
* the || separated format. For example, custom_field1=value1||custom_field2=value2||...custom_fields used must be present
|
|
1781
|
-
* in the
|
|
1781
|
+
* in the emEvent table of ServiceNow.
|
|
1782
1782
|
*/
|
|
1783
1783
|
actionSnowEventParamCustomFields?: pulumi.Input<string>;
|
|
1784
1784
|
/**
|