@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/splunk",
3
- "version": "v1.3.0-alpha.1715236726+bac92af",
3
+ "version": "v1.3.0-alpha.1715339478+4eace80",
4
4
  "description": "A Pulumi package for creating and managing splunk cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -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 em_event table of ServiceNow.
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 em_event table of ServiceNow.
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 em_event table of ServiceNow.
1781
+ * in the emEvent table of ServiceNow.
1782
1782
  */
1783
1783
  actionSnowEventParamCustomFields?: pulumi.Input<string>;
1784
1784
  /**