pulumi-gcp 8.14.0__py3-none-any.whl → 8.14.0a1736317789__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.
- pulumi_gcp/__init__.py +0 -32
- pulumi_gcp/applicationintegration/_inputs.py +3 -3
- pulumi_gcp/applicationintegration/outputs.py +2 -2
- pulumi_gcp/beyondcorp/__init__.py +0 -1
- pulumi_gcp/beyondcorp/_inputs.py +0 -93
- pulumi_gcp/beyondcorp/outputs.py +0 -89
- pulumi_gcp/blockchainnodeengine/_inputs.py +3 -3
- pulumi_gcp/blockchainnodeengine/outputs.py +2 -2
- pulumi_gcp/certificateauthority/_inputs.py +6 -6
- pulumi_gcp/certificateauthority/outputs.py +4 -4
- pulumi_gcp/certificatemanager/_inputs.py +3 -3
- pulumi_gcp/certificatemanager/outputs.py +2 -2
- pulumi_gcp/chronicle/__init__.py +0 -2
- pulumi_gcp/chronicle/_inputs.py +0 -388
- pulumi_gcp/chronicle/outputs.py +0 -322
- pulumi_gcp/chronicle/watchlist.py +45 -68
- pulumi_gcp/cloudbuild/_inputs.py +3 -3
- pulumi_gcp/cloudbuild/outputs.py +2 -2
- pulumi_gcp/cloudquota/__init__.py +0 -1
- pulumi_gcp/compute/_inputs.py +33 -33
- pulumi_gcp/compute/instance_group_manager.py +9 -9
- pulumi_gcp/compute/outputs.py +22 -22
- pulumi_gcp/compute/region_instance_group_manager.py +9 -9
- pulumi_gcp/datacatalog/_inputs.py +3 -3
- pulumi_gcp/datacatalog/outputs.py +2 -2
- pulumi_gcp/developerconnect/_inputs.py +42 -910
- pulumi_gcp/developerconnect/connection.py +86 -614
- pulumi_gcp/developerconnect/git_repository_link.py +0 -4
- pulumi_gcp/developerconnect/outputs.py +28 -717
- pulumi_gcp/dns/_inputs.py +20 -124
- pulumi_gcp/dns/outputs.py +16 -90
- pulumi_gcp/dns/record_set.py +0 -82
- pulumi_gcp/edgecontainer/_inputs.py +3 -3
- pulumi_gcp/edgecontainer/outputs.py +2 -2
- pulumi_gcp/gkeonprem/_inputs.py +15 -15
- pulumi_gcp/gkeonprem/outputs.py +10 -10
- pulumi_gcp/gkeonprem/v_mware_cluster.py +1 -1
- pulumi_gcp/iap/_inputs.py +3 -9
- pulumi_gcp/iap/outputs.py +2 -6
- pulumi_gcp/iap/settings.py +63 -63
- pulumi_gcp/identityplatform/_inputs.py +9 -9
- pulumi_gcp/identityplatform/outputs.py +6 -6
- pulumi_gcp/integrationconnectors/_inputs.py +6 -6
- pulumi_gcp/integrationconnectors/outputs.py +4 -4
- pulumi_gcp/monitoring/_inputs.py +3 -3
- pulumi_gcp/monitoring/outputs.py +2 -2
- pulumi_gcp/oracledatabase/_inputs.py +3 -3
- pulumi_gcp/oracledatabase/outputs.py +2 -2
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/sql/_inputs.py +0 -20
- pulumi_gcp/sql/database_instance.py +2 -2
- pulumi_gcp/sql/outputs.py +0 -36
- pulumi_gcp/transcoder/_inputs.py +6 -6
- pulumi_gcp/transcoder/outputs.py +4 -4
- {pulumi_gcp-8.14.0.dist-info → pulumi_gcp-8.14.0a1736317789.dist-info}/METADATA +2 -2
- {pulumi_gcp-8.14.0.dist-info → pulumi_gcp-8.14.0a1736317789.dist-info}/RECORD +58 -62
- {pulumi_gcp-8.14.0.dist-info → pulumi_gcp-8.14.0a1736317789.dist-info}/WHEEL +1 -1
- pulumi_gcp/beyondcorp/security_gateway.py +0 -670
- pulumi_gcp/chronicle/data_access_label.py +0 -690
- pulumi_gcp/chronicle/data_access_scope.py +0 -1094
- pulumi_gcp/cloudquota/s_quota_adjuster_settings.py +0 -336
- {pulumi_gcp-8.14.0.dist-info → pulumi_gcp-8.14.0a1736317789.dist-info}/top_level.txt +0 -0
pulumi_gcp/chronicle/_inputs.py
CHANGED
@@ -15,14 +15,6 @@ else:
|
|
15
15
|
from .. import _utilities
|
16
16
|
|
17
17
|
__all__ = [
|
18
|
-
'DataAccessScopeAllowedDataAccessLabelArgs',
|
19
|
-
'DataAccessScopeAllowedDataAccessLabelArgsDict',
|
20
|
-
'DataAccessScopeAllowedDataAccessLabelIngestionLabelArgs',
|
21
|
-
'DataAccessScopeAllowedDataAccessLabelIngestionLabelArgsDict',
|
22
|
-
'DataAccessScopeDeniedDataAccessLabelArgs',
|
23
|
-
'DataAccessScopeDeniedDataAccessLabelArgsDict',
|
24
|
-
'DataAccessScopeDeniedDataAccessLabelIngestionLabelArgs',
|
25
|
-
'DataAccessScopeDeniedDataAccessLabelIngestionLabelArgsDict',
|
26
18
|
'WatchlistEntityCountArgs',
|
27
19
|
'WatchlistEntityCountArgsDict',
|
28
20
|
'WatchlistEntityPopulationMechanismArgs',
|
@@ -35,386 +27,6 @@ __all__ = [
|
|
35
27
|
|
36
28
|
MYPY = False
|
37
29
|
|
38
|
-
if not MYPY:
|
39
|
-
class DataAccessScopeAllowedDataAccessLabelArgsDict(TypedDict):
|
40
|
-
asset_namespace: NotRequired[pulumi.Input[str]]
|
41
|
-
"""
|
42
|
-
The asset namespace configured in the forwarder
|
43
|
-
of the customer's events.
|
44
|
-
"""
|
45
|
-
data_access_label: NotRequired[pulumi.Input[str]]
|
46
|
-
"""
|
47
|
-
The name of the data access label.
|
48
|
-
"""
|
49
|
-
display_name: NotRequired[pulumi.Input[str]]
|
50
|
-
"""
|
51
|
-
(Output)
|
52
|
-
Output only. The display name of the label.
|
53
|
-
Data access label and log types's name
|
54
|
-
will match the display name of the resource.
|
55
|
-
The asset namespace will match the namespace itself.
|
56
|
-
The ingestion key value pair will match the key of the tuple.
|
57
|
-
"""
|
58
|
-
ingestion_label: NotRequired[pulumi.Input['DataAccessScopeAllowedDataAccessLabelIngestionLabelArgsDict']]
|
59
|
-
"""
|
60
|
-
Representation of an ingestion label type.
|
61
|
-
Structure is documented below.
|
62
|
-
"""
|
63
|
-
log_type: NotRequired[pulumi.Input[str]]
|
64
|
-
"""
|
65
|
-
The name of the log type.
|
66
|
-
"""
|
67
|
-
elif False:
|
68
|
-
DataAccessScopeAllowedDataAccessLabelArgsDict: TypeAlias = Mapping[str, Any]
|
69
|
-
|
70
|
-
@pulumi.input_type
|
71
|
-
class DataAccessScopeAllowedDataAccessLabelArgs:
|
72
|
-
def __init__(__self__, *,
|
73
|
-
asset_namespace: Optional[pulumi.Input[str]] = None,
|
74
|
-
data_access_label: Optional[pulumi.Input[str]] = None,
|
75
|
-
display_name: Optional[pulumi.Input[str]] = None,
|
76
|
-
ingestion_label: Optional[pulumi.Input['DataAccessScopeAllowedDataAccessLabelIngestionLabelArgs']] = None,
|
77
|
-
log_type: Optional[pulumi.Input[str]] = None):
|
78
|
-
"""
|
79
|
-
:param pulumi.Input[str] asset_namespace: The asset namespace configured in the forwarder
|
80
|
-
of the customer's events.
|
81
|
-
:param pulumi.Input[str] data_access_label: The name of the data access label.
|
82
|
-
:param pulumi.Input[str] display_name: (Output)
|
83
|
-
Output only. The display name of the label.
|
84
|
-
Data access label and log types's name
|
85
|
-
will match the display name of the resource.
|
86
|
-
The asset namespace will match the namespace itself.
|
87
|
-
The ingestion key value pair will match the key of the tuple.
|
88
|
-
:param pulumi.Input['DataAccessScopeAllowedDataAccessLabelIngestionLabelArgs'] ingestion_label: Representation of an ingestion label type.
|
89
|
-
Structure is documented below.
|
90
|
-
:param pulumi.Input[str] log_type: The name of the log type.
|
91
|
-
"""
|
92
|
-
if asset_namespace is not None:
|
93
|
-
pulumi.set(__self__, "asset_namespace", asset_namespace)
|
94
|
-
if data_access_label is not None:
|
95
|
-
pulumi.set(__self__, "data_access_label", data_access_label)
|
96
|
-
if display_name is not None:
|
97
|
-
pulumi.set(__self__, "display_name", display_name)
|
98
|
-
if ingestion_label is not None:
|
99
|
-
pulumi.set(__self__, "ingestion_label", ingestion_label)
|
100
|
-
if log_type is not None:
|
101
|
-
pulumi.set(__self__, "log_type", log_type)
|
102
|
-
|
103
|
-
@property
|
104
|
-
@pulumi.getter(name="assetNamespace")
|
105
|
-
def asset_namespace(self) -> Optional[pulumi.Input[str]]:
|
106
|
-
"""
|
107
|
-
The asset namespace configured in the forwarder
|
108
|
-
of the customer's events.
|
109
|
-
"""
|
110
|
-
return pulumi.get(self, "asset_namespace")
|
111
|
-
|
112
|
-
@asset_namespace.setter
|
113
|
-
def asset_namespace(self, value: Optional[pulumi.Input[str]]):
|
114
|
-
pulumi.set(self, "asset_namespace", value)
|
115
|
-
|
116
|
-
@property
|
117
|
-
@pulumi.getter(name="dataAccessLabel")
|
118
|
-
def data_access_label(self) -> Optional[pulumi.Input[str]]:
|
119
|
-
"""
|
120
|
-
The name of the data access label.
|
121
|
-
"""
|
122
|
-
return pulumi.get(self, "data_access_label")
|
123
|
-
|
124
|
-
@data_access_label.setter
|
125
|
-
def data_access_label(self, value: Optional[pulumi.Input[str]]):
|
126
|
-
pulumi.set(self, "data_access_label", value)
|
127
|
-
|
128
|
-
@property
|
129
|
-
@pulumi.getter(name="displayName")
|
130
|
-
def display_name(self) -> Optional[pulumi.Input[str]]:
|
131
|
-
"""
|
132
|
-
(Output)
|
133
|
-
Output only. The display name of the label.
|
134
|
-
Data access label and log types's name
|
135
|
-
will match the display name of the resource.
|
136
|
-
The asset namespace will match the namespace itself.
|
137
|
-
The ingestion key value pair will match the key of the tuple.
|
138
|
-
"""
|
139
|
-
return pulumi.get(self, "display_name")
|
140
|
-
|
141
|
-
@display_name.setter
|
142
|
-
def display_name(self, value: Optional[pulumi.Input[str]]):
|
143
|
-
pulumi.set(self, "display_name", value)
|
144
|
-
|
145
|
-
@property
|
146
|
-
@pulumi.getter(name="ingestionLabel")
|
147
|
-
def ingestion_label(self) -> Optional[pulumi.Input['DataAccessScopeAllowedDataAccessLabelIngestionLabelArgs']]:
|
148
|
-
"""
|
149
|
-
Representation of an ingestion label type.
|
150
|
-
Structure is documented below.
|
151
|
-
"""
|
152
|
-
return pulumi.get(self, "ingestion_label")
|
153
|
-
|
154
|
-
@ingestion_label.setter
|
155
|
-
def ingestion_label(self, value: Optional[pulumi.Input['DataAccessScopeAllowedDataAccessLabelIngestionLabelArgs']]):
|
156
|
-
pulumi.set(self, "ingestion_label", value)
|
157
|
-
|
158
|
-
@property
|
159
|
-
@pulumi.getter(name="logType")
|
160
|
-
def log_type(self) -> Optional[pulumi.Input[str]]:
|
161
|
-
"""
|
162
|
-
The name of the log type.
|
163
|
-
"""
|
164
|
-
return pulumi.get(self, "log_type")
|
165
|
-
|
166
|
-
@log_type.setter
|
167
|
-
def log_type(self, value: Optional[pulumi.Input[str]]):
|
168
|
-
pulumi.set(self, "log_type", value)
|
169
|
-
|
170
|
-
|
171
|
-
if not MYPY:
|
172
|
-
class DataAccessScopeAllowedDataAccessLabelIngestionLabelArgsDict(TypedDict):
|
173
|
-
ingestion_label_key: pulumi.Input[str]
|
174
|
-
"""
|
175
|
-
Required. The key of the ingestion label. Always required.
|
176
|
-
"""
|
177
|
-
ingestion_label_value: NotRequired[pulumi.Input[str]]
|
178
|
-
"""
|
179
|
-
Optional. The value of the ingestion label. Optional. An object
|
180
|
-
with no provided value and some key provided would match
|
181
|
-
against the given key and ANY value.
|
182
|
-
"""
|
183
|
-
elif False:
|
184
|
-
DataAccessScopeAllowedDataAccessLabelIngestionLabelArgsDict: TypeAlias = Mapping[str, Any]
|
185
|
-
|
186
|
-
@pulumi.input_type
|
187
|
-
class DataAccessScopeAllowedDataAccessLabelIngestionLabelArgs:
|
188
|
-
def __init__(__self__, *,
|
189
|
-
ingestion_label_key: pulumi.Input[str],
|
190
|
-
ingestion_label_value: Optional[pulumi.Input[str]] = None):
|
191
|
-
"""
|
192
|
-
:param pulumi.Input[str] ingestion_label_key: Required. The key of the ingestion label. Always required.
|
193
|
-
:param pulumi.Input[str] ingestion_label_value: Optional. The value of the ingestion label. Optional. An object
|
194
|
-
with no provided value and some key provided would match
|
195
|
-
against the given key and ANY value.
|
196
|
-
"""
|
197
|
-
pulumi.set(__self__, "ingestion_label_key", ingestion_label_key)
|
198
|
-
if ingestion_label_value is not None:
|
199
|
-
pulumi.set(__self__, "ingestion_label_value", ingestion_label_value)
|
200
|
-
|
201
|
-
@property
|
202
|
-
@pulumi.getter(name="ingestionLabelKey")
|
203
|
-
def ingestion_label_key(self) -> pulumi.Input[str]:
|
204
|
-
"""
|
205
|
-
Required. The key of the ingestion label. Always required.
|
206
|
-
"""
|
207
|
-
return pulumi.get(self, "ingestion_label_key")
|
208
|
-
|
209
|
-
@ingestion_label_key.setter
|
210
|
-
def ingestion_label_key(self, value: pulumi.Input[str]):
|
211
|
-
pulumi.set(self, "ingestion_label_key", value)
|
212
|
-
|
213
|
-
@property
|
214
|
-
@pulumi.getter(name="ingestionLabelValue")
|
215
|
-
def ingestion_label_value(self) -> Optional[pulumi.Input[str]]:
|
216
|
-
"""
|
217
|
-
Optional. The value of the ingestion label. Optional. An object
|
218
|
-
with no provided value and some key provided would match
|
219
|
-
against the given key and ANY value.
|
220
|
-
"""
|
221
|
-
return pulumi.get(self, "ingestion_label_value")
|
222
|
-
|
223
|
-
@ingestion_label_value.setter
|
224
|
-
def ingestion_label_value(self, value: Optional[pulumi.Input[str]]):
|
225
|
-
pulumi.set(self, "ingestion_label_value", value)
|
226
|
-
|
227
|
-
|
228
|
-
if not MYPY:
|
229
|
-
class DataAccessScopeDeniedDataAccessLabelArgsDict(TypedDict):
|
230
|
-
asset_namespace: NotRequired[pulumi.Input[str]]
|
231
|
-
"""
|
232
|
-
The asset namespace configured in the forwarder
|
233
|
-
of the customer's events.
|
234
|
-
"""
|
235
|
-
data_access_label: NotRequired[pulumi.Input[str]]
|
236
|
-
"""
|
237
|
-
The name of the data access label.
|
238
|
-
"""
|
239
|
-
display_name: NotRequired[pulumi.Input[str]]
|
240
|
-
"""
|
241
|
-
(Output)
|
242
|
-
Output only. The display name of the label.
|
243
|
-
Data access label and log types's name
|
244
|
-
will match the display name of the resource.
|
245
|
-
The asset namespace will match the namespace itself.
|
246
|
-
The ingestion key value pair will match the key of the tuple.
|
247
|
-
"""
|
248
|
-
ingestion_label: NotRequired[pulumi.Input['DataAccessScopeDeniedDataAccessLabelIngestionLabelArgsDict']]
|
249
|
-
"""
|
250
|
-
Representation of an ingestion label type.
|
251
|
-
Structure is documented below.
|
252
|
-
"""
|
253
|
-
log_type: NotRequired[pulumi.Input[str]]
|
254
|
-
"""
|
255
|
-
The name of the log type.
|
256
|
-
"""
|
257
|
-
elif False:
|
258
|
-
DataAccessScopeDeniedDataAccessLabelArgsDict: TypeAlias = Mapping[str, Any]
|
259
|
-
|
260
|
-
@pulumi.input_type
|
261
|
-
class DataAccessScopeDeniedDataAccessLabelArgs:
|
262
|
-
def __init__(__self__, *,
|
263
|
-
asset_namespace: Optional[pulumi.Input[str]] = None,
|
264
|
-
data_access_label: Optional[pulumi.Input[str]] = None,
|
265
|
-
display_name: Optional[pulumi.Input[str]] = None,
|
266
|
-
ingestion_label: Optional[pulumi.Input['DataAccessScopeDeniedDataAccessLabelIngestionLabelArgs']] = None,
|
267
|
-
log_type: Optional[pulumi.Input[str]] = None):
|
268
|
-
"""
|
269
|
-
:param pulumi.Input[str] asset_namespace: The asset namespace configured in the forwarder
|
270
|
-
of the customer's events.
|
271
|
-
:param pulumi.Input[str] data_access_label: The name of the data access label.
|
272
|
-
:param pulumi.Input[str] display_name: (Output)
|
273
|
-
Output only. The display name of the label.
|
274
|
-
Data access label and log types's name
|
275
|
-
will match the display name of the resource.
|
276
|
-
The asset namespace will match the namespace itself.
|
277
|
-
The ingestion key value pair will match the key of the tuple.
|
278
|
-
:param pulumi.Input['DataAccessScopeDeniedDataAccessLabelIngestionLabelArgs'] ingestion_label: Representation of an ingestion label type.
|
279
|
-
Structure is documented below.
|
280
|
-
:param pulumi.Input[str] log_type: The name of the log type.
|
281
|
-
"""
|
282
|
-
if asset_namespace is not None:
|
283
|
-
pulumi.set(__self__, "asset_namespace", asset_namespace)
|
284
|
-
if data_access_label is not None:
|
285
|
-
pulumi.set(__self__, "data_access_label", data_access_label)
|
286
|
-
if display_name is not None:
|
287
|
-
pulumi.set(__self__, "display_name", display_name)
|
288
|
-
if ingestion_label is not None:
|
289
|
-
pulumi.set(__self__, "ingestion_label", ingestion_label)
|
290
|
-
if log_type is not None:
|
291
|
-
pulumi.set(__self__, "log_type", log_type)
|
292
|
-
|
293
|
-
@property
|
294
|
-
@pulumi.getter(name="assetNamespace")
|
295
|
-
def asset_namespace(self) -> Optional[pulumi.Input[str]]:
|
296
|
-
"""
|
297
|
-
The asset namespace configured in the forwarder
|
298
|
-
of the customer's events.
|
299
|
-
"""
|
300
|
-
return pulumi.get(self, "asset_namespace")
|
301
|
-
|
302
|
-
@asset_namespace.setter
|
303
|
-
def asset_namespace(self, value: Optional[pulumi.Input[str]]):
|
304
|
-
pulumi.set(self, "asset_namespace", value)
|
305
|
-
|
306
|
-
@property
|
307
|
-
@pulumi.getter(name="dataAccessLabel")
|
308
|
-
def data_access_label(self) -> Optional[pulumi.Input[str]]:
|
309
|
-
"""
|
310
|
-
The name of the data access label.
|
311
|
-
"""
|
312
|
-
return pulumi.get(self, "data_access_label")
|
313
|
-
|
314
|
-
@data_access_label.setter
|
315
|
-
def data_access_label(self, value: Optional[pulumi.Input[str]]):
|
316
|
-
pulumi.set(self, "data_access_label", value)
|
317
|
-
|
318
|
-
@property
|
319
|
-
@pulumi.getter(name="displayName")
|
320
|
-
def display_name(self) -> Optional[pulumi.Input[str]]:
|
321
|
-
"""
|
322
|
-
(Output)
|
323
|
-
Output only. The display name of the label.
|
324
|
-
Data access label and log types's name
|
325
|
-
will match the display name of the resource.
|
326
|
-
The asset namespace will match the namespace itself.
|
327
|
-
The ingestion key value pair will match the key of the tuple.
|
328
|
-
"""
|
329
|
-
return pulumi.get(self, "display_name")
|
330
|
-
|
331
|
-
@display_name.setter
|
332
|
-
def display_name(self, value: Optional[pulumi.Input[str]]):
|
333
|
-
pulumi.set(self, "display_name", value)
|
334
|
-
|
335
|
-
@property
|
336
|
-
@pulumi.getter(name="ingestionLabel")
|
337
|
-
def ingestion_label(self) -> Optional[pulumi.Input['DataAccessScopeDeniedDataAccessLabelIngestionLabelArgs']]:
|
338
|
-
"""
|
339
|
-
Representation of an ingestion label type.
|
340
|
-
Structure is documented below.
|
341
|
-
"""
|
342
|
-
return pulumi.get(self, "ingestion_label")
|
343
|
-
|
344
|
-
@ingestion_label.setter
|
345
|
-
def ingestion_label(self, value: Optional[pulumi.Input['DataAccessScopeDeniedDataAccessLabelIngestionLabelArgs']]):
|
346
|
-
pulumi.set(self, "ingestion_label", value)
|
347
|
-
|
348
|
-
@property
|
349
|
-
@pulumi.getter(name="logType")
|
350
|
-
def log_type(self) -> Optional[pulumi.Input[str]]:
|
351
|
-
"""
|
352
|
-
The name of the log type.
|
353
|
-
"""
|
354
|
-
return pulumi.get(self, "log_type")
|
355
|
-
|
356
|
-
@log_type.setter
|
357
|
-
def log_type(self, value: Optional[pulumi.Input[str]]):
|
358
|
-
pulumi.set(self, "log_type", value)
|
359
|
-
|
360
|
-
|
361
|
-
if not MYPY:
|
362
|
-
class DataAccessScopeDeniedDataAccessLabelIngestionLabelArgsDict(TypedDict):
|
363
|
-
ingestion_label_key: pulumi.Input[str]
|
364
|
-
"""
|
365
|
-
Required. The key of the ingestion label. Always required.
|
366
|
-
"""
|
367
|
-
ingestion_label_value: NotRequired[pulumi.Input[str]]
|
368
|
-
"""
|
369
|
-
Optional. The value of the ingestion label. Optional. An object
|
370
|
-
with no provided value and some key provided would match
|
371
|
-
against the given key and ANY value.
|
372
|
-
"""
|
373
|
-
elif False:
|
374
|
-
DataAccessScopeDeniedDataAccessLabelIngestionLabelArgsDict: TypeAlias = Mapping[str, Any]
|
375
|
-
|
376
|
-
@pulumi.input_type
|
377
|
-
class DataAccessScopeDeniedDataAccessLabelIngestionLabelArgs:
|
378
|
-
def __init__(__self__, *,
|
379
|
-
ingestion_label_key: pulumi.Input[str],
|
380
|
-
ingestion_label_value: Optional[pulumi.Input[str]] = None):
|
381
|
-
"""
|
382
|
-
:param pulumi.Input[str] ingestion_label_key: Required. The key of the ingestion label. Always required.
|
383
|
-
:param pulumi.Input[str] ingestion_label_value: Optional. The value of the ingestion label. Optional. An object
|
384
|
-
with no provided value and some key provided would match
|
385
|
-
against the given key and ANY value.
|
386
|
-
"""
|
387
|
-
pulumi.set(__self__, "ingestion_label_key", ingestion_label_key)
|
388
|
-
if ingestion_label_value is not None:
|
389
|
-
pulumi.set(__self__, "ingestion_label_value", ingestion_label_value)
|
390
|
-
|
391
|
-
@property
|
392
|
-
@pulumi.getter(name="ingestionLabelKey")
|
393
|
-
def ingestion_label_key(self) -> pulumi.Input[str]:
|
394
|
-
"""
|
395
|
-
Required. The key of the ingestion label. Always required.
|
396
|
-
"""
|
397
|
-
return pulumi.get(self, "ingestion_label_key")
|
398
|
-
|
399
|
-
@ingestion_label_key.setter
|
400
|
-
def ingestion_label_key(self, value: pulumi.Input[str]):
|
401
|
-
pulumi.set(self, "ingestion_label_key", value)
|
402
|
-
|
403
|
-
@property
|
404
|
-
@pulumi.getter(name="ingestionLabelValue")
|
405
|
-
def ingestion_label_value(self) -> Optional[pulumi.Input[str]]:
|
406
|
-
"""
|
407
|
-
Optional. The value of the ingestion label. Optional. An object
|
408
|
-
with no provided value and some key provided would match
|
409
|
-
against the given key and ANY value.
|
410
|
-
"""
|
411
|
-
return pulumi.get(self, "ingestion_label_value")
|
412
|
-
|
413
|
-
@ingestion_label_value.setter
|
414
|
-
def ingestion_label_value(self, value: Optional[pulumi.Input[str]]):
|
415
|
-
pulumi.set(self, "ingestion_label_value", value)
|
416
|
-
|
417
|
-
|
418
30
|
if not MYPY:
|
419
31
|
class WatchlistEntityCountArgsDict(TypedDict):
|
420
32
|
asset: NotRequired[pulumi.Input[int]]
|