pulumi-splunk 1.3.0a1735837426__py3-none-any.whl → 1.3.0a1763793741__py3-none-any.whl

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.
Files changed (39) hide show
  1. pulumi_splunk/__init__.py +2 -1
  2. pulumi_splunk/_inputs.py +1275 -1275
  3. pulumi_splunk/_utilities.py +9 -5
  4. pulumi_splunk/admin_saml_groups.py +37 -36
  5. pulumi_splunk/apps_local.py +210 -209
  6. pulumi_splunk/authentication_users.py +156 -155
  7. pulumi_splunk/authorization_roles.py +224 -223
  8. pulumi_splunk/config/__init__.py +2 -1
  9. pulumi_splunk/config/__init__.pyi +3 -4
  10. pulumi_splunk/config/vars.py +9 -10
  11. pulumi_splunk/configs_conf.py +40 -39
  12. pulumi_splunk/data_ui_views.py +40 -39
  13. pulumi_splunk/generic_acl.py +23 -22
  14. pulumi_splunk/global_http_event_collector.py +122 -121
  15. pulumi_splunk/indexes.py +652 -651
  16. pulumi_splunk/inputs_http_event_collector.py +159 -158
  17. pulumi_splunk/inputs_monitor.py +261 -260
  18. pulumi_splunk/inputs_script.py +159 -158
  19. pulumi_splunk/inputs_tcp_cooked.py +91 -90
  20. pulumi_splunk/inputs_tcp_raw.py +176 -175
  21. pulumi_splunk/inputs_tcp_splunk_tcp_token.py +40 -39
  22. pulumi_splunk/inputs_tcp_ssl.py +88 -87
  23. pulumi_splunk/inputs_udp.py +193 -192
  24. pulumi_splunk/lookup_definition.py +40 -39
  25. pulumi_splunk/lookup_table_file.py +71 -70
  26. pulumi_splunk/outputs.py +857 -857
  27. pulumi_splunk/outputs_tcp_default.py +142 -141
  28. pulumi_splunk/outputs_tcp_group.py +176 -175
  29. pulumi_splunk/outputs_tcp_server.py +176 -175
  30. pulumi_splunk/outputs_tcp_syslog.py +125 -124
  31. pulumi_splunk/provider.py +94 -78
  32. pulumi_splunk/pulumi-plugin.json +1 -1
  33. pulumi_splunk/saved_searches.py +3099 -2886
  34. pulumi_splunk/sh_indexes_manager.py +74 -73
  35. {pulumi_splunk-1.3.0a1735837426.dist-info → pulumi_splunk-1.3.0a1763793741.dist-info}/METADATA +3 -3
  36. pulumi_splunk-1.3.0a1763793741.dist-info/RECORD +39 -0
  37. {pulumi_splunk-1.3.0a1735837426.dist-info → pulumi_splunk-1.3.0a1763793741.dist-info}/WHEEL +1 -1
  38. pulumi_splunk-1.3.0a1735837426.dist-info/RECORD +0 -39
  39. {pulumi_splunk-1.3.0a1735837426.dist-info → pulumi_splunk-1.3.0a1763793741.dist-info}/top_level.txt +0 -0
@@ -1,8 +1,8 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
- import copy
5
+ import builtins as _builtins
6
6
  import warnings
7
7
  import sys
8
8
  import pulumi
@@ -22,37 +22,37 @@ __all__ = ['InputsUdpArgs', 'InputsUdp']
22
22
  class InputsUdpArgs:
23
23
  def __init__(__self__, *,
24
24
  acl: Optional[pulumi.Input['InputsUdpAclArgs']] = None,
25
- connection_host: Optional[pulumi.Input[str]] = None,
26
- disabled: Optional[pulumi.Input[bool]] = None,
27
- host: Optional[pulumi.Input[str]] = None,
28
- index: Optional[pulumi.Input[str]] = None,
29
- name: Optional[pulumi.Input[str]] = None,
30
- no_appending_timestamp: Optional[pulumi.Input[bool]] = None,
31
- no_priority_stripping: Optional[pulumi.Input[bool]] = None,
32
- queue: Optional[pulumi.Input[str]] = None,
33
- restrict_to_host: Optional[pulumi.Input[str]] = None,
34
- source: Optional[pulumi.Input[str]] = None,
35
- sourcetype: Optional[pulumi.Input[str]] = None):
25
+ connection_host: Optional[pulumi.Input[_builtins.str]] = None,
26
+ disabled: Optional[pulumi.Input[_builtins.bool]] = None,
27
+ host: Optional[pulumi.Input[_builtins.str]] = None,
28
+ index: Optional[pulumi.Input[_builtins.str]] = None,
29
+ name: Optional[pulumi.Input[_builtins.str]] = None,
30
+ no_appending_timestamp: Optional[pulumi.Input[_builtins.bool]] = None,
31
+ no_priority_stripping: Optional[pulumi.Input[_builtins.bool]] = None,
32
+ queue: Optional[pulumi.Input[_builtins.str]] = None,
33
+ restrict_to_host: Optional[pulumi.Input[_builtins.str]] = None,
34
+ source: Optional[pulumi.Input[_builtins.str]] = None,
35
+ sourcetype: Optional[pulumi.Input[_builtins.str]] = None):
36
36
  """
37
37
  The set of arguments for constructing a InputsUdp resource.
38
38
  :param pulumi.Input['InputsUdpAclArgs'] acl: The app/user context that is the namespace for the resource
39
- :param pulumi.Input[str] connection_host: Valid values: (ip | dns | none)
39
+ :param pulumi.Input[_builtins.str] connection_host: Valid values: (ip | dns | none)
40
40
  Set the host for the remote server that is sending data.
41
41
  ip sets the host to the IP address of the remote server sending data.
42
42
  dns sets the host to the reverse DNS entry for the IP address of the remote server sending data.
43
43
  none leaves the host as specified in inputs.conf, which is typically the Splunk system hostname.
44
44
  Default value is dns.
45
- :param pulumi.Input[bool] disabled: Indicates if input is disabled.
46
- :param pulumi.Input[str] host: The value to populate in the host field for incoming events. This is used during parsing/indexing, in particular to set the host field. It is also the host field used at search time.
47
- :param pulumi.Input[str] index: Which index events from this input should be stored in. Defaults to default.
48
- :param pulumi.Input[str] name: The UDP port that this input should listen on.
49
- :param pulumi.Input[bool] no_appending_timestamp: If set to true, prevents Splunk software from prepending a timestamp and hostname to incoming events.
50
- :param pulumi.Input[bool] no_priority_stripping: If set to true, Splunk software does not remove the priority field from incoming syslog events.
51
- :param pulumi.Input[str] queue: Which queue events from this input should be sent to. Generally this does not need to be changed.
52
- :param pulumi.Input[str] restrict_to_host: Restrict incoming connections on this port to the host specified here.
45
+ :param pulumi.Input[_builtins.bool] disabled: Indicates if input is disabled.
46
+ :param pulumi.Input[_builtins.str] host: The value to populate in the host field for incoming events. This is used during parsing/indexing, in particular to set the host field. It is also the host field used at search time.
47
+ :param pulumi.Input[_builtins.str] index: Which index events from this input should be stored in. Defaults to default.
48
+ :param pulumi.Input[_builtins.str] name: The UDP port that this input should listen on.
49
+ :param pulumi.Input[_builtins.bool] no_appending_timestamp: If set to true, prevents Splunk software from prepending a timestamp and hostname to incoming events.
50
+ :param pulumi.Input[_builtins.bool] no_priority_stripping: If set to true, Splunk software does not remove the priority field from incoming syslog events.
51
+ :param pulumi.Input[_builtins.str] queue: Which queue events from this input should be sent to. Generally this does not need to be changed.
52
+ :param pulumi.Input[_builtins.str] restrict_to_host: Restrict incoming connections on this port to the host specified here.
53
53
  If this is not set, the value specified in [udp://<remote server>:<port>] in inputs.conf is used.
54
- :param pulumi.Input[str] source: The value to populate in the source field for incoming events. The same source should not be used for multiple data inputs.
55
- :param pulumi.Input[str] sourcetype: The value to populate in the sourcetype field for incoming events.
54
+ :param pulumi.Input[_builtins.str] source: The value to populate in the source field for incoming events. The same source should not be used for multiple data inputs.
55
+ :param pulumi.Input[_builtins.str] sourcetype: The value to populate in the sourcetype field for incoming events.
56
56
  """
57
57
  if acl is not None:
58
58
  pulumi.set(__self__, "acl", acl)
@@ -79,7 +79,7 @@ class InputsUdpArgs:
79
79
  if sourcetype is not None:
80
80
  pulumi.set(__self__, "sourcetype", sourcetype)
81
81
 
82
- @property
82
+ @_builtins.property
83
83
  @pulumi.getter
84
84
  def acl(self) -> Optional[pulumi.Input['InputsUdpAclArgs']]:
85
85
  """
@@ -91,9 +91,9 @@ class InputsUdpArgs:
91
91
  def acl(self, value: Optional[pulumi.Input['InputsUdpAclArgs']]):
92
92
  pulumi.set(self, "acl", value)
93
93
 
94
- @property
94
+ @_builtins.property
95
95
  @pulumi.getter(name="connectionHost")
96
- def connection_host(self) -> Optional[pulumi.Input[str]]:
96
+ def connection_host(self) -> Optional[pulumi.Input[_builtins.str]]:
97
97
  """
98
98
  Valid values: (ip | dns | none)
99
99
  Set the host for the remote server that is sending data.
@@ -105,96 +105,96 @@ class InputsUdpArgs:
105
105
  return pulumi.get(self, "connection_host")
106
106
 
107
107
  @connection_host.setter
108
- def connection_host(self, value: Optional[pulumi.Input[str]]):
108
+ def connection_host(self, value: Optional[pulumi.Input[_builtins.str]]):
109
109
  pulumi.set(self, "connection_host", value)
110
110
 
111
- @property
111
+ @_builtins.property
112
112
  @pulumi.getter
113
- def disabled(self) -> Optional[pulumi.Input[bool]]:
113
+ def disabled(self) -> Optional[pulumi.Input[_builtins.bool]]:
114
114
  """
115
115
  Indicates if input is disabled.
116
116
  """
117
117
  return pulumi.get(self, "disabled")
118
118
 
119
119
  @disabled.setter
120
- def disabled(self, value: Optional[pulumi.Input[bool]]):
120
+ def disabled(self, value: Optional[pulumi.Input[_builtins.bool]]):
121
121
  pulumi.set(self, "disabled", value)
122
122
 
123
- @property
123
+ @_builtins.property
124
124
  @pulumi.getter
125
- def host(self) -> Optional[pulumi.Input[str]]:
125
+ def host(self) -> Optional[pulumi.Input[_builtins.str]]:
126
126
  """
127
127
  The value to populate in the host field for incoming events. This is used during parsing/indexing, in particular to set the host field. It is also the host field used at search time.
128
128
  """
129
129
  return pulumi.get(self, "host")
130
130
 
131
131
  @host.setter
132
- def host(self, value: Optional[pulumi.Input[str]]):
132
+ def host(self, value: Optional[pulumi.Input[_builtins.str]]):
133
133
  pulumi.set(self, "host", value)
134
134
 
135
- @property
135
+ @_builtins.property
136
136
  @pulumi.getter
137
- def index(self) -> Optional[pulumi.Input[str]]:
137
+ def index(self) -> Optional[pulumi.Input[_builtins.str]]:
138
138
  """
139
139
  Which index events from this input should be stored in. Defaults to default.
140
140
  """
141
141
  return pulumi.get(self, "index")
142
142
 
143
143
  @index.setter
144
- def index(self, value: Optional[pulumi.Input[str]]):
144
+ def index(self, value: Optional[pulumi.Input[_builtins.str]]):
145
145
  pulumi.set(self, "index", value)
146
146
 
147
- @property
147
+ @_builtins.property
148
148
  @pulumi.getter
149
- def name(self) -> Optional[pulumi.Input[str]]:
149
+ def name(self) -> Optional[pulumi.Input[_builtins.str]]:
150
150
  """
151
151
  The UDP port that this input should listen on.
152
152
  """
153
153
  return pulumi.get(self, "name")
154
154
 
155
155
  @name.setter
156
- def name(self, value: Optional[pulumi.Input[str]]):
156
+ def name(self, value: Optional[pulumi.Input[_builtins.str]]):
157
157
  pulumi.set(self, "name", value)
158
158
 
159
- @property
159
+ @_builtins.property
160
160
  @pulumi.getter(name="noAppendingTimestamp")
161
- def no_appending_timestamp(self) -> Optional[pulumi.Input[bool]]:
161
+ def no_appending_timestamp(self) -> Optional[pulumi.Input[_builtins.bool]]:
162
162
  """
163
163
  If set to true, prevents Splunk software from prepending a timestamp and hostname to incoming events.
164
164
  """
165
165
  return pulumi.get(self, "no_appending_timestamp")
166
166
 
167
167
  @no_appending_timestamp.setter
168
- def no_appending_timestamp(self, value: Optional[pulumi.Input[bool]]):
168
+ def no_appending_timestamp(self, value: Optional[pulumi.Input[_builtins.bool]]):
169
169
  pulumi.set(self, "no_appending_timestamp", value)
170
170
 
171
- @property
171
+ @_builtins.property
172
172
  @pulumi.getter(name="noPriorityStripping")
173
- def no_priority_stripping(self) -> Optional[pulumi.Input[bool]]:
173
+ def no_priority_stripping(self) -> Optional[pulumi.Input[_builtins.bool]]:
174
174
  """
175
175
  If set to true, Splunk software does not remove the priority field from incoming syslog events.
176
176
  """
177
177
  return pulumi.get(self, "no_priority_stripping")
178
178
 
179
179
  @no_priority_stripping.setter
180
- def no_priority_stripping(self, value: Optional[pulumi.Input[bool]]):
180
+ def no_priority_stripping(self, value: Optional[pulumi.Input[_builtins.bool]]):
181
181
  pulumi.set(self, "no_priority_stripping", value)
182
182
 
183
- @property
183
+ @_builtins.property
184
184
  @pulumi.getter
185
- def queue(self) -> Optional[pulumi.Input[str]]:
185
+ def queue(self) -> Optional[pulumi.Input[_builtins.str]]:
186
186
  """
187
187
  Which queue events from this input should be sent to. Generally this does not need to be changed.
188
188
  """
189
189
  return pulumi.get(self, "queue")
190
190
 
191
191
  @queue.setter
192
- def queue(self, value: Optional[pulumi.Input[str]]):
192
+ def queue(self, value: Optional[pulumi.Input[_builtins.str]]):
193
193
  pulumi.set(self, "queue", value)
194
194
 
195
- @property
195
+ @_builtins.property
196
196
  @pulumi.getter(name="restrictToHost")
197
- def restrict_to_host(self) -> Optional[pulumi.Input[str]]:
197
+ def restrict_to_host(self) -> Optional[pulumi.Input[_builtins.str]]:
198
198
  """
199
199
  Restrict incoming connections on this port to the host specified here.
200
200
  If this is not set, the value specified in [udp://<remote server>:<port>] in inputs.conf is used.
@@ -202,31 +202,31 @@ class InputsUdpArgs:
202
202
  return pulumi.get(self, "restrict_to_host")
203
203
 
204
204
  @restrict_to_host.setter
205
- def restrict_to_host(self, value: Optional[pulumi.Input[str]]):
205
+ def restrict_to_host(self, value: Optional[pulumi.Input[_builtins.str]]):
206
206
  pulumi.set(self, "restrict_to_host", value)
207
207
 
208
- @property
208
+ @_builtins.property
209
209
  @pulumi.getter
210
- def source(self) -> Optional[pulumi.Input[str]]:
210
+ def source(self) -> Optional[pulumi.Input[_builtins.str]]:
211
211
  """
212
212
  The value to populate in the source field for incoming events. The same source should not be used for multiple data inputs.
213
213
  """
214
214
  return pulumi.get(self, "source")
215
215
 
216
216
  @source.setter
217
- def source(self, value: Optional[pulumi.Input[str]]):
217
+ def source(self, value: Optional[pulumi.Input[_builtins.str]]):
218
218
  pulumi.set(self, "source", value)
219
219
 
220
- @property
220
+ @_builtins.property
221
221
  @pulumi.getter
222
- def sourcetype(self) -> Optional[pulumi.Input[str]]:
222
+ def sourcetype(self) -> Optional[pulumi.Input[_builtins.str]]:
223
223
  """
224
224
  The value to populate in the sourcetype field for incoming events.
225
225
  """
226
226
  return pulumi.get(self, "sourcetype")
227
227
 
228
228
  @sourcetype.setter
229
- def sourcetype(self, value: Optional[pulumi.Input[str]]):
229
+ def sourcetype(self, value: Optional[pulumi.Input[_builtins.str]]):
230
230
  pulumi.set(self, "sourcetype", value)
231
231
 
232
232
 
@@ -234,37 +234,37 @@ class InputsUdpArgs:
234
234
  class _InputsUdpState:
235
235
  def __init__(__self__, *,
236
236
  acl: Optional[pulumi.Input['InputsUdpAclArgs']] = None,
237
- connection_host: Optional[pulumi.Input[str]] = None,
238
- disabled: Optional[pulumi.Input[bool]] = None,
239
- host: Optional[pulumi.Input[str]] = None,
240
- index: Optional[pulumi.Input[str]] = None,
241
- name: Optional[pulumi.Input[str]] = None,
242
- no_appending_timestamp: Optional[pulumi.Input[bool]] = None,
243
- no_priority_stripping: Optional[pulumi.Input[bool]] = None,
244
- queue: Optional[pulumi.Input[str]] = None,
245
- restrict_to_host: Optional[pulumi.Input[str]] = None,
246
- source: Optional[pulumi.Input[str]] = None,
247
- sourcetype: Optional[pulumi.Input[str]] = None):
237
+ connection_host: Optional[pulumi.Input[_builtins.str]] = None,
238
+ disabled: Optional[pulumi.Input[_builtins.bool]] = None,
239
+ host: Optional[pulumi.Input[_builtins.str]] = None,
240
+ index: Optional[pulumi.Input[_builtins.str]] = None,
241
+ name: Optional[pulumi.Input[_builtins.str]] = None,
242
+ no_appending_timestamp: Optional[pulumi.Input[_builtins.bool]] = None,
243
+ no_priority_stripping: Optional[pulumi.Input[_builtins.bool]] = None,
244
+ queue: Optional[pulumi.Input[_builtins.str]] = None,
245
+ restrict_to_host: Optional[pulumi.Input[_builtins.str]] = None,
246
+ source: Optional[pulumi.Input[_builtins.str]] = None,
247
+ sourcetype: Optional[pulumi.Input[_builtins.str]] = None):
248
248
  """
249
249
  Input properties used for looking up and filtering InputsUdp resources.
250
250
  :param pulumi.Input['InputsUdpAclArgs'] acl: The app/user context that is the namespace for the resource
251
- :param pulumi.Input[str] connection_host: Valid values: (ip | dns | none)
251
+ :param pulumi.Input[_builtins.str] connection_host: Valid values: (ip | dns | none)
252
252
  Set the host for the remote server that is sending data.
253
253
  ip sets the host to the IP address of the remote server sending data.
254
254
  dns sets the host to the reverse DNS entry for the IP address of the remote server sending data.
255
255
  none leaves the host as specified in inputs.conf, which is typically the Splunk system hostname.
256
256
  Default value is dns.
257
- :param pulumi.Input[bool] disabled: Indicates if input is disabled.
258
- :param pulumi.Input[str] host: The value to populate in the host field for incoming events. This is used during parsing/indexing, in particular to set the host field. It is also the host field used at search time.
259
- :param pulumi.Input[str] index: Which index events from this input should be stored in. Defaults to default.
260
- :param pulumi.Input[str] name: The UDP port that this input should listen on.
261
- :param pulumi.Input[bool] no_appending_timestamp: If set to true, prevents Splunk software from prepending a timestamp and hostname to incoming events.
262
- :param pulumi.Input[bool] no_priority_stripping: If set to true, Splunk software does not remove the priority field from incoming syslog events.
263
- :param pulumi.Input[str] queue: Which queue events from this input should be sent to. Generally this does not need to be changed.
264
- :param pulumi.Input[str] restrict_to_host: Restrict incoming connections on this port to the host specified here.
257
+ :param pulumi.Input[_builtins.bool] disabled: Indicates if input is disabled.
258
+ :param pulumi.Input[_builtins.str] host: The value to populate in the host field for incoming events. This is used during parsing/indexing, in particular to set the host field. It is also the host field used at search time.
259
+ :param pulumi.Input[_builtins.str] index: Which index events from this input should be stored in. Defaults to default.
260
+ :param pulumi.Input[_builtins.str] name: The UDP port that this input should listen on.
261
+ :param pulumi.Input[_builtins.bool] no_appending_timestamp: If set to true, prevents Splunk software from prepending a timestamp and hostname to incoming events.
262
+ :param pulumi.Input[_builtins.bool] no_priority_stripping: If set to true, Splunk software does not remove the priority field from incoming syslog events.
263
+ :param pulumi.Input[_builtins.str] queue: Which queue events from this input should be sent to. Generally this does not need to be changed.
264
+ :param pulumi.Input[_builtins.str] restrict_to_host: Restrict incoming connections on this port to the host specified here.
265
265
  If this is not set, the value specified in [udp://<remote server>:<port>] in inputs.conf is used.
266
- :param pulumi.Input[str] source: The value to populate in the source field for incoming events. The same source should not be used for multiple data inputs.
267
- :param pulumi.Input[str] sourcetype: The value to populate in the sourcetype field for incoming events.
266
+ :param pulumi.Input[_builtins.str] source: The value to populate in the source field for incoming events. The same source should not be used for multiple data inputs.
267
+ :param pulumi.Input[_builtins.str] sourcetype: The value to populate in the sourcetype field for incoming events.
268
268
  """
269
269
  if acl is not None:
270
270
  pulumi.set(__self__, "acl", acl)
@@ -291,7 +291,7 @@ class _InputsUdpState:
291
291
  if sourcetype is not None:
292
292
  pulumi.set(__self__, "sourcetype", sourcetype)
293
293
 
294
- @property
294
+ @_builtins.property
295
295
  @pulumi.getter
296
296
  def acl(self) -> Optional[pulumi.Input['InputsUdpAclArgs']]:
297
297
  """
@@ -303,9 +303,9 @@ class _InputsUdpState:
303
303
  def acl(self, value: Optional[pulumi.Input['InputsUdpAclArgs']]):
304
304
  pulumi.set(self, "acl", value)
305
305
 
306
- @property
306
+ @_builtins.property
307
307
  @pulumi.getter(name="connectionHost")
308
- def connection_host(self) -> Optional[pulumi.Input[str]]:
308
+ def connection_host(self) -> Optional[pulumi.Input[_builtins.str]]:
309
309
  """
310
310
  Valid values: (ip | dns | none)
311
311
  Set the host for the remote server that is sending data.
@@ -317,96 +317,96 @@ class _InputsUdpState:
317
317
  return pulumi.get(self, "connection_host")
318
318
 
319
319
  @connection_host.setter
320
- def connection_host(self, value: Optional[pulumi.Input[str]]):
320
+ def connection_host(self, value: Optional[pulumi.Input[_builtins.str]]):
321
321
  pulumi.set(self, "connection_host", value)
322
322
 
323
- @property
323
+ @_builtins.property
324
324
  @pulumi.getter
325
- def disabled(self) -> Optional[pulumi.Input[bool]]:
325
+ def disabled(self) -> Optional[pulumi.Input[_builtins.bool]]:
326
326
  """
327
327
  Indicates if input is disabled.
328
328
  """
329
329
  return pulumi.get(self, "disabled")
330
330
 
331
331
  @disabled.setter
332
- def disabled(self, value: Optional[pulumi.Input[bool]]):
332
+ def disabled(self, value: Optional[pulumi.Input[_builtins.bool]]):
333
333
  pulumi.set(self, "disabled", value)
334
334
 
335
- @property
335
+ @_builtins.property
336
336
  @pulumi.getter
337
- def host(self) -> Optional[pulumi.Input[str]]:
337
+ def host(self) -> Optional[pulumi.Input[_builtins.str]]:
338
338
  """
339
339
  The value to populate in the host field for incoming events. This is used during parsing/indexing, in particular to set the host field. It is also the host field used at search time.
340
340
  """
341
341
  return pulumi.get(self, "host")
342
342
 
343
343
  @host.setter
344
- def host(self, value: Optional[pulumi.Input[str]]):
344
+ def host(self, value: Optional[pulumi.Input[_builtins.str]]):
345
345
  pulumi.set(self, "host", value)
346
346
 
347
- @property
347
+ @_builtins.property
348
348
  @pulumi.getter
349
- def index(self) -> Optional[pulumi.Input[str]]:
349
+ def index(self) -> Optional[pulumi.Input[_builtins.str]]:
350
350
  """
351
351
  Which index events from this input should be stored in. Defaults to default.
352
352
  """
353
353
  return pulumi.get(self, "index")
354
354
 
355
355
  @index.setter
356
- def index(self, value: Optional[pulumi.Input[str]]):
356
+ def index(self, value: Optional[pulumi.Input[_builtins.str]]):
357
357
  pulumi.set(self, "index", value)
358
358
 
359
- @property
359
+ @_builtins.property
360
360
  @pulumi.getter
361
- def name(self) -> Optional[pulumi.Input[str]]:
361
+ def name(self) -> Optional[pulumi.Input[_builtins.str]]:
362
362
  """
363
363
  The UDP port that this input should listen on.
364
364
  """
365
365
  return pulumi.get(self, "name")
366
366
 
367
367
  @name.setter
368
- def name(self, value: Optional[pulumi.Input[str]]):
368
+ def name(self, value: Optional[pulumi.Input[_builtins.str]]):
369
369
  pulumi.set(self, "name", value)
370
370
 
371
- @property
371
+ @_builtins.property
372
372
  @pulumi.getter(name="noAppendingTimestamp")
373
- def no_appending_timestamp(self) -> Optional[pulumi.Input[bool]]:
373
+ def no_appending_timestamp(self) -> Optional[pulumi.Input[_builtins.bool]]:
374
374
  """
375
375
  If set to true, prevents Splunk software from prepending a timestamp and hostname to incoming events.
376
376
  """
377
377
  return pulumi.get(self, "no_appending_timestamp")
378
378
 
379
379
  @no_appending_timestamp.setter
380
- def no_appending_timestamp(self, value: Optional[pulumi.Input[bool]]):
380
+ def no_appending_timestamp(self, value: Optional[pulumi.Input[_builtins.bool]]):
381
381
  pulumi.set(self, "no_appending_timestamp", value)
382
382
 
383
- @property
383
+ @_builtins.property
384
384
  @pulumi.getter(name="noPriorityStripping")
385
- def no_priority_stripping(self) -> Optional[pulumi.Input[bool]]:
385
+ def no_priority_stripping(self) -> Optional[pulumi.Input[_builtins.bool]]:
386
386
  """
387
387
  If set to true, Splunk software does not remove the priority field from incoming syslog events.
388
388
  """
389
389
  return pulumi.get(self, "no_priority_stripping")
390
390
 
391
391
  @no_priority_stripping.setter
392
- def no_priority_stripping(self, value: Optional[pulumi.Input[bool]]):
392
+ def no_priority_stripping(self, value: Optional[pulumi.Input[_builtins.bool]]):
393
393
  pulumi.set(self, "no_priority_stripping", value)
394
394
 
395
- @property
395
+ @_builtins.property
396
396
  @pulumi.getter
397
- def queue(self) -> Optional[pulumi.Input[str]]:
397
+ def queue(self) -> Optional[pulumi.Input[_builtins.str]]:
398
398
  """
399
399
  Which queue events from this input should be sent to. Generally this does not need to be changed.
400
400
  """
401
401
  return pulumi.get(self, "queue")
402
402
 
403
403
  @queue.setter
404
- def queue(self, value: Optional[pulumi.Input[str]]):
404
+ def queue(self, value: Optional[pulumi.Input[_builtins.str]]):
405
405
  pulumi.set(self, "queue", value)
406
406
 
407
- @property
407
+ @_builtins.property
408
408
  @pulumi.getter(name="restrictToHost")
409
- def restrict_to_host(self) -> Optional[pulumi.Input[str]]:
409
+ def restrict_to_host(self) -> Optional[pulumi.Input[_builtins.str]]:
410
410
  """
411
411
  Restrict incoming connections on this port to the host specified here.
412
412
  If this is not set, the value specified in [udp://<remote server>:<port>] in inputs.conf is used.
@@ -414,51 +414,52 @@ class _InputsUdpState:
414
414
  return pulumi.get(self, "restrict_to_host")
415
415
 
416
416
  @restrict_to_host.setter
417
- def restrict_to_host(self, value: Optional[pulumi.Input[str]]):
417
+ def restrict_to_host(self, value: Optional[pulumi.Input[_builtins.str]]):
418
418
  pulumi.set(self, "restrict_to_host", value)
419
419
 
420
- @property
420
+ @_builtins.property
421
421
  @pulumi.getter
422
- def source(self) -> Optional[pulumi.Input[str]]:
422
+ def source(self) -> Optional[pulumi.Input[_builtins.str]]:
423
423
  """
424
424
  The value to populate in the source field for incoming events. The same source should not be used for multiple data inputs.
425
425
  """
426
426
  return pulumi.get(self, "source")
427
427
 
428
428
  @source.setter
429
- def source(self, value: Optional[pulumi.Input[str]]):
429
+ def source(self, value: Optional[pulumi.Input[_builtins.str]]):
430
430
  pulumi.set(self, "source", value)
431
431
 
432
- @property
432
+ @_builtins.property
433
433
  @pulumi.getter
434
- def sourcetype(self) -> Optional[pulumi.Input[str]]:
434
+ def sourcetype(self) -> Optional[pulumi.Input[_builtins.str]]:
435
435
  """
436
436
  The value to populate in the sourcetype field for incoming events.
437
437
  """
438
438
  return pulumi.get(self, "sourcetype")
439
439
 
440
440
  @sourcetype.setter
441
- def sourcetype(self, value: Optional[pulumi.Input[str]]):
441
+ def sourcetype(self, value: Optional[pulumi.Input[_builtins.str]]):
442
442
  pulumi.set(self, "sourcetype", value)
443
443
 
444
444
 
445
+ @pulumi.type_token("splunk:index/inputsUdp:InputsUdp")
445
446
  class InputsUdp(pulumi.CustomResource):
446
447
  @overload
447
448
  def __init__(__self__,
448
449
  resource_name: str,
449
450
  opts: Optional[pulumi.ResourceOptions] = None,
450
451
  acl: Optional[pulumi.Input[Union['InputsUdpAclArgs', 'InputsUdpAclArgsDict']]] = None,
451
- connection_host: Optional[pulumi.Input[str]] = None,
452
- disabled: Optional[pulumi.Input[bool]] = None,
453
- host: Optional[pulumi.Input[str]] = None,
454
- index: Optional[pulumi.Input[str]] = None,
455
- name: Optional[pulumi.Input[str]] = None,
456
- no_appending_timestamp: Optional[pulumi.Input[bool]] = None,
457
- no_priority_stripping: Optional[pulumi.Input[bool]] = None,
458
- queue: Optional[pulumi.Input[str]] = None,
459
- restrict_to_host: Optional[pulumi.Input[str]] = None,
460
- source: Optional[pulumi.Input[str]] = None,
461
- sourcetype: Optional[pulumi.Input[str]] = None,
452
+ connection_host: Optional[pulumi.Input[_builtins.str]] = None,
453
+ disabled: Optional[pulumi.Input[_builtins.bool]] = None,
454
+ host: Optional[pulumi.Input[_builtins.str]] = None,
455
+ index: Optional[pulumi.Input[_builtins.str]] = None,
456
+ name: Optional[pulumi.Input[_builtins.str]] = None,
457
+ no_appending_timestamp: Optional[pulumi.Input[_builtins.bool]] = None,
458
+ no_priority_stripping: Optional[pulumi.Input[_builtins.bool]] = None,
459
+ queue: Optional[pulumi.Input[_builtins.str]] = None,
460
+ restrict_to_host: Optional[pulumi.Input[_builtins.str]] = None,
461
+ source: Optional[pulumi.Input[_builtins.str]] = None,
462
+ sourcetype: Optional[pulumi.Input[_builtins.str]] = None,
462
463
  __props__=None):
463
464
  """
464
465
  ## # Resource: InputsTcpRaw
@@ -482,23 +483,23 @@ class InputsUdp(pulumi.CustomResource):
482
483
  :param str resource_name: The name of the resource.
483
484
  :param pulumi.ResourceOptions opts: Options for the resource.
484
485
  :param pulumi.Input[Union['InputsUdpAclArgs', 'InputsUdpAclArgsDict']] acl: The app/user context that is the namespace for the resource
485
- :param pulumi.Input[str] connection_host: Valid values: (ip | dns | none)
486
+ :param pulumi.Input[_builtins.str] connection_host: Valid values: (ip | dns | none)
486
487
  Set the host for the remote server that is sending data.
487
488
  ip sets the host to the IP address of the remote server sending data.
488
489
  dns sets the host to the reverse DNS entry for the IP address of the remote server sending data.
489
490
  none leaves the host as specified in inputs.conf, which is typically the Splunk system hostname.
490
491
  Default value is dns.
491
- :param pulumi.Input[bool] disabled: Indicates if input is disabled.
492
- :param pulumi.Input[str] host: The value to populate in the host field for incoming events. This is used during parsing/indexing, in particular to set the host field. It is also the host field used at search time.
493
- :param pulumi.Input[str] index: Which index events from this input should be stored in. Defaults to default.
494
- :param pulumi.Input[str] name: The UDP port that this input should listen on.
495
- :param pulumi.Input[bool] no_appending_timestamp: If set to true, prevents Splunk software from prepending a timestamp and hostname to incoming events.
496
- :param pulumi.Input[bool] no_priority_stripping: If set to true, Splunk software does not remove the priority field from incoming syslog events.
497
- :param pulumi.Input[str] queue: Which queue events from this input should be sent to. Generally this does not need to be changed.
498
- :param pulumi.Input[str] restrict_to_host: Restrict incoming connections on this port to the host specified here.
492
+ :param pulumi.Input[_builtins.bool] disabled: Indicates if input is disabled.
493
+ :param pulumi.Input[_builtins.str] host: The value to populate in the host field for incoming events. This is used during parsing/indexing, in particular to set the host field. It is also the host field used at search time.
494
+ :param pulumi.Input[_builtins.str] index: Which index events from this input should be stored in. Defaults to default.
495
+ :param pulumi.Input[_builtins.str] name: The UDP port that this input should listen on.
496
+ :param pulumi.Input[_builtins.bool] no_appending_timestamp: If set to true, prevents Splunk software from prepending a timestamp and hostname to incoming events.
497
+ :param pulumi.Input[_builtins.bool] no_priority_stripping: If set to true, Splunk software does not remove the priority field from incoming syslog events.
498
+ :param pulumi.Input[_builtins.str] queue: Which queue events from this input should be sent to. Generally this does not need to be changed.
499
+ :param pulumi.Input[_builtins.str] restrict_to_host: Restrict incoming connections on this port to the host specified here.
499
500
  If this is not set, the value specified in [udp://<remote server>:<port>] in inputs.conf is used.
500
- :param pulumi.Input[str] source: The value to populate in the source field for incoming events. The same source should not be used for multiple data inputs.
501
- :param pulumi.Input[str] sourcetype: The value to populate in the sourcetype field for incoming events.
501
+ :param pulumi.Input[_builtins.str] source: The value to populate in the source field for incoming events. The same source should not be used for multiple data inputs.
502
+ :param pulumi.Input[_builtins.str] sourcetype: The value to populate in the sourcetype field for incoming events.
502
503
  """
503
504
  ...
504
505
  @overload
@@ -541,17 +542,17 @@ class InputsUdp(pulumi.CustomResource):
541
542
  resource_name: str,
542
543
  opts: Optional[pulumi.ResourceOptions] = None,
543
544
  acl: Optional[pulumi.Input[Union['InputsUdpAclArgs', 'InputsUdpAclArgsDict']]] = None,
544
- connection_host: Optional[pulumi.Input[str]] = None,
545
- disabled: Optional[pulumi.Input[bool]] = None,
546
- host: Optional[pulumi.Input[str]] = None,
547
- index: Optional[pulumi.Input[str]] = None,
548
- name: Optional[pulumi.Input[str]] = None,
549
- no_appending_timestamp: Optional[pulumi.Input[bool]] = None,
550
- no_priority_stripping: Optional[pulumi.Input[bool]] = None,
551
- queue: Optional[pulumi.Input[str]] = None,
552
- restrict_to_host: Optional[pulumi.Input[str]] = None,
553
- source: Optional[pulumi.Input[str]] = None,
554
- sourcetype: Optional[pulumi.Input[str]] = None,
545
+ connection_host: Optional[pulumi.Input[_builtins.str]] = None,
546
+ disabled: Optional[pulumi.Input[_builtins.bool]] = None,
547
+ host: Optional[pulumi.Input[_builtins.str]] = None,
548
+ index: Optional[pulumi.Input[_builtins.str]] = None,
549
+ name: Optional[pulumi.Input[_builtins.str]] = None,
550
+ no_appending_timestamp: Optional[pulumi.Input[_builtins.bool]] = None,
551
+ no_priority_stripping: Optional[pulumi.Input[_builtins.bool]] = None,
552
+ queue: Optional[pulumi.Input[_builtins.str]] = None,
553
+ restrict_to_host: Optional[pulumi.Input[_builtins.str]] = None,
554
+ source: Optional[pulumi.Input[_builtins.str]] = None,
555
+ sourcetype: Optional[pulumi.Input[_builtins.str]] = None,
555
556
  __props__=None):
556
557
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
557
558
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -584,17 +585,17 @@ class InputsUdp(pulumi.CustomResource):
584
585
  id: pulumi.Input[str],
585
586
  opts: Optional[pulumi.ResourceOptions] = None,
586
587
  acl: Optional[pulumi.Input[Union['InputsUdpAclArgs', 'InputsUdpAclArgsDict']]] = None,
587
- connection_host: Optional[pulumi.Input[str]] = None,
588
- disabled: Optional[pulumi.Input[bool]] = None,
589
- host: Optional[pulumi.Input[str]] = None,
590
- index: Optional[pulumi.Input[str]] = None,
591
- name: Optional[pulumi.Input[str]] = None,
592
- no_appending_timestamp: Optional[pulumi.Input[bool]] = None,
593
- no_priority_stripping: Optional[pulumi.Input[bool]] = None,
594
- queue: Optional[pulumi.Input[str]] = None,
595
- restrict_to_host: Optional[pulumi.Input[str]] = None,
596
- source: Optional[pulumi.Input[str]] = None,
597
- sourcetype: Optional[pulumi.Input[str]] = None) -> 'InputsUdp':
588
+ connection_host: Optional[pulumi.Input[_builtins.str]] = None,
589
+ disabled: Optional[pulumi.Input[_builtins.bool]] = None,
590
+ host: Optional[pulumi.Input[_builtins.str]] = None,
591
+ index: Optional[pulumi.Input[_builtins.str]] = None,
592
+ name: Optional[pulumi.Input[_builtins.str]] = None,
593
+ no_appending_timestamp: Optional[pulumi.Input[_builtins.bool]] = None,
594
+ no_priority_stripping: Optional[pulumi.Input[_builtins.bool]] = None,
595
+ queue: Optional[pulumi.Input[_builtins.str]] = None,
596
+ restrict_to_host: Optional[pulumi.Input[_builtins.str]] = None,
597
+ source: Optional[pulumi.Input[_builtins.str]] = None,
598
+ sourcetype: Optional[pulumi.Input[_builtins.str]] = None) -> 'InputsUdp':
598
599
  """
599
600
  Get an existing InputsUdp resource's state with the given name, id, and optional extra
600
601
  properties used to qualify the lookup.
@@ -603,23 +604,23 @@ class InputsUdp(pulumi.CustomResource):
603
604
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
604
605
  :param pulumi.ResourceOptions opts: Options for the resource.
605
606
  :param pulumi.Input[Union['InputsUdpAclArgs', 'InputsUdpAclArgsDict']] acl: The app/user context that is the namespace for the resource
606
- :param pulumi.Input[str] connection_host: Valid values: (ip | dns | none)
607
+ :param pulumi.Input[_builtins.str] connection_host: Valid values: (ip | dns | none)
607
608
  Set the host for the remote server that is sending data.
608
609
  ip sets the host to the IP address of the remote server sending data.
609
610
  dns sets the host to the reverse DNS entry for the IP address of the remote server sending data.
610
611
  none leaves the host as specified in inputs.conf, which is typically the Splunk system hostname.
611
612
  Default value is dns.
612
- :param pulumi.Input[bool] disabled: Indicates if input is disabled.
613
- :param pulumi.Input[str] host: The value to populate in the host field for incoming events. This is used during parsing/indexing, in particular to set the host field. It is also the host field used at search time.
614
- :param pulumi.Input[str] index: Which index events from this input should be stored in. Defaults to default.
615
- :param pulumi.Input[str] name: The UDP port that this input should listen on.
616
- :param pulumi.Input[bool] no_appending_timestamp: If set to true, prevents Splunk software from prepending a timestamp and hostname to incoming events.
617
- :param pulumi.Input[bool] no_priority_stripping: If set to true, Splunk software does not remove the priority field from incoming syslog events.
618
- :param pulumi.Input[str] queue: Which queue events from this input should be sent to. Generally this does not need to be changed.
619
- :param pulumi.Input[str] restrict_to_host: Restrict incoming connections on this port to the host specified here.
613
+ :param pulumi.Input[_builtins.bool] disabled: Indicates if input is disabled.
614
+ :param pulumi.Input[_builtins.str] host: The value to populate in the host field for incoming events. This is used during parsing/indexing, in particular to set the host field. It is also the host field used at search time.
615
+ :param pulumi.Input[_builtins.str] index: Which index events from this input should be stored in. Defaults to default.
616
+ :param pulumi.Input[_builtins.str] name: The UDP port that this input should listen on.
617
+ :param pulumi.Input[_builtins.bool] no_appending_timestamp: If set to true, prevents Splunk software from prepending a timestamp and hostname to incoming events.
618
+ :param pulumi.Input[_builtins.bool] no_priority_stripping: If set to true, Splunk software does not remove the priority field from incoming syslog events.
619
+ :param pulumi.Input[_builtins.str] queue: Which queue events from this input should be sent to. Generally this does not need to be changed.
620
+ :param pulumi.Input[_builtins.str] restrict_to_host: Restrict incoming connections on this port to the host specified here.
620
621
  If this is not set, the value specified in [udp://<remote server>:<port>] in inputs.conf is used.
621
- :param pulumi.Input[str] source: The value to populate in the source field for incoming events. The same source should not be used for multiple data inputs.
622
- :param pulumi.Input[str] sourcetype: The value to populate in the sourcetype field for incoming events.
622
+ :param pulumi.Input[_builtins.str] source: The value to populate in the source field for incoming events. The same source should not be used for multiple data inputs.
623
+ :param pulumi.Input[_builtins.str] sourcetype: The value to populate in the sourcetype field for incoming events.
623
624
  """
624
625
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
625
626
 
@@ -639,7 +640,7 @@ class InputsUdp(pulumi.CustomResource):
639
640
  __props__.__dict__["sourcetype"] = sourcetype
640
641
  return InputsUdp(resource_name, opts=opts, __props__=__props__)
641
642
 
642
- @property
643
+ @_builtins.property
643
644
  @pulumi.getter
644
645
  def acl(self) -> pulumi.Output['outputs.InputsUdpAcl']:
645
646
  """
@@ -647,9 +648,9 @@ class InputsUdp(pulumi.CustomResource):
647
648
  """
648
649
  return pulumi.get(self, "acl")
649
650
 
650
- @property
651
+ @_builtins.property
651
652
  @pulumi.getter(name="connectionHost")
652
- def connection_host(self) -> pulumi.Output[str]:
653
+ def connection_host(self) -> pulumi.Output[_builtins.str]:
653
654
  """
654
655
  Valid values: (ip | dns | none)
655
656
  Set the host for the remote server that is sending data.
@@ -660,82 +661,82 @@ class InputsUdp(pulumi.CustomResource):
660
661
  """
661
662
  return pulumi.get(self, "connection_host")
662
663
 
663
- @property
664
+ @_builtins.property
664
665
  @pulumi.getter
665
- def disabled(self) -> pulumi.Output[bool]:
666
+ def disabled(self) -> pulumi.Output[_builtins.bool]:
666
667
  """
667
668
  Indicates if input is disabled.
668
669
  """
669
670
  return pulumi.get(self, "disabled")
670
671
 
671
- @property
672
+ @_builtins.property
672
673
  @pulumi.getter
673
- def host(self) -> pulumi.Output[str]:
674
+ def host(self) -> pulumi.Output[_builtins.str]:
674
675
  """
675
676
  The value to populate in the host field for incoming events. This is used during parsing/indexing, in particular to set the host field. It is also the host field used at search time.
676
677
  """
677
678
  return pulumi.get(self, "host")
678
679
 
679
- @property
680
+ @_builtins.property
680
681
  @pulumi.getter
681
- def index(self) -> pulumi.Output[str]:
682
+ def index(self) -> pulumi.Output[_builtins.str]:
682
683
  """
683
684
  Which index events from this input should be stored in. Defaults to default.
684
685
  """
685
686
  return pulumi.get(self, "index")
686
687
 
687
- @property
688
+ @_builtins.property
688
689
  @pulumi.getter
689
- def name(self) -> pulumi.Output[str]:
690
+ def name(self) -> pulumi.Output[_builtins.str]:
690
691
  """
691
692
  The UDP port that this input should listen on.
692
693
  """
693
694
  return pulumi.get(self, "name")
694
695
 
695
- @property
696
+ @_builtins.property
696
697
  @pulumi.getter(name="noAppendingTimestamp")
697
- def no_appending_timestamp(self) -> pulumi.Output[bool]:
698
+ def no_appending_timestamp(self) -> pulumi.Output[_builtins.bool]:
698
699
  """
699
700
  If set to true, prevents Splunk software from prepending a timestamp and hostname to incoming events.
700
701
  """
701
702
  return pulumi.get(self, "no_appending_timestamp")
702
703
 
703
- @property
704
+ @_builtins.property
704
705
  @pulumi.getter(name="noPriorityStripping")
705
- def no_priority_stripping(self) -> pulumi.Output[bool]:
706
+ def no_priority_stripping(self) -> pulumi.Output[_builtins.bool]:
706
707
  """
707
708
  If set to true, Splunk software does not remove the priority field from incoming syslog events.
708
709
  """
709
710
  return pulumi.get(self, "no_priority_stripping")
710
711
 
711
- @property
712
+ @_builtins.property
712
713
  @pulumi.getter
713
- def queue(self) -> pulumi.Output[str]:
714
+ def queue(self) -> pulumi.Output[_builtins.str]:
714
715
  """
715
716
  Which queue events from this input should be sent to. Generally this does not need to be changed.
716
717
  """
717
718
  return pulumi.get(self, "queue")
718
719
 
719
- @property
720
+ @_builtins.property
720
721
  @pulumi.getter(name="restrictToHost")
721
- def restrict_to_host(self) -> pulumi.Output[str]:
722
+ def restrict_to_host(self) -> pulumi.Output[_builtins.str]:
722
723
  """
723
724
  Restrict incoming connections on this port to the host specified here.
724
725
  If this is not set, the value specified in [udp://<remote server>:<port>] in inputs.conf is used.
725
726
  """
726
727
  return pulumi.get(self, "restrict_to_host")
727
728
 
728
- @property
729
+ @_builtins.property
729
730
  @pulumi.getter
730
- def source(self) -> pulumi.Output[str]:
731
+ def source(self) -> pulumi.Output[_builtins.str]:
731
732
  """
732
733
  The value to populate in the source field for incoming events. The same source should not be used for multiple data inputs.
733
734
  """
734
735
  return pulumi.get(self, "source")
735
736
 
736
- @property
737
+ @_builtins.property
737
738
  @pulumi.getter
738
- def sourcetype(self) -> pulumi.Output[str]:
739
+ def sourcetype(self) -> pulumi.Output[_builtins.str]:
739
740
  """
740
741
  The value to populate in the sourcetype field for incoming events.
741
742
  """