pulumi-gcp 8.14.0a1736853524__py3-none-any.whl → 8.15.0__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 +110 -0
- pulumi_gcp/accesscontextmanager/access_level_condition.py +28 -0
- pulumi_gcp/accesscontextmanager/egress_policy.py +28 -0
- pulumi_gcp/accesscontextmanager/ingress_policy.py +28 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_egress_policy.py +28 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_ingress_policy.py +28 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_resource.py +28 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +28 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +28 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_resource.py +56 -0
- pulumi_gcp/apigee/__init__.py +1 -0
- pulumi_gcp/apigee/environment_addons_config.py +266 -0
- pulumi_gcp/applicationintegration/_inputs.py +3 -3
- pulumi_gcp/applicationintegration/outputs.py +2 -2
- pulumi_gcp/artifactregistry/repository.py +32 -2
- pulumi_gcp/beyondcorp/__init__.py +1 -0
- pulumi_gcp/beyondcorp/_inputs.py +93 -0
- pulumi_gcp/beyondcorp/outputs.py +89 -0
- pulumi_gcp/beyondcorp/security_gateway.py +670 -0
- pulumi_gcp/bigquery/connection.py +2 -2
- pulumi_gcp/bigquery/routine.py +2 -2
- pulumi_gcp/billing/project_info.py +4 -4
- 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 +5 -0
- pulumi_gcp/chronicle/_inputs.py +767 -0
- pulumi_gcp/chronicle/data_access_label.py +690 -0
- pulumi_gcp/chronicle/data_access_scope.py +1094 -0
- pulumi_gcp/chronicle/outputs.py +624 -0
- pulumi_gcp/chronicle/reference_list.py +788 -0
- pulumi_gcp/chronicle/rule.py +1308 -0
- pulumi_gcp/chronicle/rule_deployment.py +849 -0
- pulumi_gcp/chronicle/watchlist.py +68 -45
- pulumi_gcp/cloudbuild/_inputs.py +3 -3
- pulumi_gcp/cloudbuild/outputs.py +2 -2
- pulumi_gcp/cloudquota/__init__.py +1 -0
- pulumi_gcp/cloudquota/s_quota_adjuster_settings.py +336 -0
- pulumi_gcp/colab/__init__.py +10 -0
- pulumi_gcp/colab/_inputs.py +359 -0
- pulumi_gcp/colab/outputs.py +344 -0
- pulumi_gcp/colab/runtime_template.py +1160 -0
- pulumi_gcp/compute/_inputs.py +42 -42
- pulumi_gcp/compute/instance_group_manager.py +9 -9
- pulumi_gcp/compute/interconnect_attachment.py +7 -7
- pulumi_gcp/compute/outputs.py +28 -28
- pulumi_gcp/compute/region_instance_group_manager.py +9 -9
- pulumi_gcp/compute/route.py +8 -16
- pulumi_gcp/compute/subnetwork.py +7 -7
- pulumi_gcp/compute/target_instance.py +4 -4
- pulumi_gcp/compute/url_map.py +4 -0
- pulumi_gcp/config/__init__.pyi +6 -0
- pulumi_gcp/config/vars.py +12 -0
- pulumi_gcp/databasemigrationservice/connection_profile.py +6 -6
- pulumi_gcp/datacatalog/_inputs.py +3 -3
- pulumi_gcp/datacatalog/outputs.py +2 -2
- pulumi_gcp/dataplex/entry_type.py +2 -2
- pulumi_gcp/dataplex/task.py +16 -16
- pulumi_gcp/dataproc/batch.py +10 -10
- pulumi_gcp/developerconnect/_inputs.py +910 -42
- pulumi_gcp/developerconnect/connection.py +614 -86
- pulumi_gcp/developerconnect/git_repository_link.py +4 -0
- pulumi_gcp/developerconnect/outputs.py +717 -28
- pulumi_gcp/discoveryengine/_inputs.py +54 -0
- pulumi_gcp/discoveryengine/data_store.py +94 -0
- pulumi_gcp/discoveryengine/outputs.py +51 -0
- pulumi_gcp/dns/_inputs.py +124 -20
- pulumi_gcp/dns/outputs.py +90 -16
- pulumi_gcp/dns/record_set.py +82 -0
- pulumi_gcp/edgecontainer/_inputs.py +3 -3
- pulumi_gcp/edgecontainer/outputs.py +2 -2
- pulumi_gcp/edgenetwork/__init__.py +1 -0
- pulumi_gcp/edgenetwork/interconnect_attachment.py +941 -0
- pulumi_gcp/firestore/field.py +4 -4
- pulumi_gcp/gemini/code_repository_index.py +47 -0
- pulumi_gcp/gkehub/membership_binding.py +6 -6
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
- pulumi_gcp/gkehub/namespace.py +4 -4
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
- 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 +9 -3
- pulumi_gcp/iap/outputs.py +6 -2
- pulumi_gcp/iap/settings.py +63 -63
- pulumi_gcp/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/identityplatform/_inputs.py +9 -9
- pulumi_gcp/identityplatform/outputs.py +6 -6
- pulumi_gcp/integrationconnectors/_inputs.py +6 -6
- pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
- pulumi_gcp/integrationconnectors/outputs.py +4 -4
- pulumi_gcp/monitoring/_inputs.py +3 -3
- pulumi_gcp/monitoring/outputs.py +2 -2
- pulumi_gcp/networkconnectivity/spoke.py +14 -14
- pulumi_gcp/networksecurity/authz_policy.py +0 -202
- pulumi_gcp/oracledatabase/_inputs.py +3 -3
- pulumi_gcp/oracledatabase/outputs.py +2 -2
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/parametermanager/__init__.py +13 -0
- pulumi_gcp/parametermanager/_inputs.py +174 -0
- pulumi_gcp/parametermanager/get_regional_parameter.py +230 -0
- pulumi_gcp/parametermanager/outputs.py +191 -0
- pulumi_gcp/parametermanager/parameter.py +706 -0
- pulumi_gcp/parametermanager/regional_parameter.py +762 -0
- pulumi_gcp/parametermanager/regional_parameter_version.py +558 -0
- pulumi_gcp/provider.py +60 -0
- pulumi_gcp/pubsub/subscription.py +6 -6
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/sql/_inputs.py +74 -0
- pulumi_gcp/sql/database_instance.py +80 -18
- pulumi_gcp/sql/get_database_instance.py +12 -1
- pulumi_gcp/sql/outputs.py +158 -0
- pulumi_gcp/sql/source_representation_instance.py +7 -14
- pulumi_gcp/transcoder/_inputs.py +6 -6
- pulumi_gcp/transcoder/outputs.py +4 -4
- pulumi_gcp/vertex/ai_endpoint.py +4 -4
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- {pulumi_gcp-8.14.0a1736853524.dist-info → pulumi_gcp-8.15.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.14.0a1736853524.dist-info → pulumi_gcp-8.15.0.dist-info}/RECORD +124 -104
- {pulumi_gcp-8.14.0a1736853524.dist-info → pulumi_gcp-8.15.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.14.0a1736853524.dist-info → pulumi_gcp-8.15.0.dist-info}/top_level.txt +0 -0
pulumi_gcp/chronicle/_inputs.py
CHANGED
@@ -15,6 +15,26 @@ 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
|
+
'ReferenceListEntryArgs',
|
27
|
+
'ReferenceListEntryArgsDict',
|
28
|
+
'ReferenceListScopeInfoArgs',
|
29
|
+
'ReferenceListScopeInfoArgsDict',
|
30
|
+
'ReferenceListScopeInfoReferenceListScopeArgs',
|
31
|
+
'ReferenceListScopeInfoReferenceListScopeArgsDict',
|
32
|
+
'RuleCompilationDiagnosticArgs',
|
33
|
+
'RuleCompilationDiagnosticArgsDict',
|
34
|
+
'RuleCompilationDiagnosticPositionArgs',
|
35
|
+
'RuleCompilationDiagnosticPositionArgsDict',
|
36
|
+
'RuleSeverityArgs',
|
37
|
+
'RuleSeverityArgsDict',
|
18
38
|
'WatchlistEntityCountArgs',
|
19
39
|
'WatchlistEntityCountArgsDict',
|
20
40
|
'WatchlistEntityPopulationMechanismArgs',
|
@@ -27,6 +47,753 @@ __all__ = [
|
|
27
47
|
|
28
48
|
MYPY = False
|
29
49
|
|
50
|
+
if not MYPY:
|
51
|
+
class DataAccessScopeAllowedDataAccessLabelArgsDict(TypedDict):
|
52
|
+
asset_namespace: NotRequired[pulumi.Input[str]]
|
53
|
+
"""
|
54
|
+
The asset namespace configured in the forwarder
|
55
|
+
of the customer's events.
|
56
|
+
"""
|
57
|
+
data_access_label: NotRequired[pulumi.Input[str]]
|
58
|
+
"""
|
59
|
+
The name of the data access label.
|
60
|
+
"""
|
61
|
+
display_name: NotRequired[pulumi.Input[str]]
|
62
|
+
"""
|
63
|
+
(Output)
|
64
|
+
Output only. The display name of the label.
|
65
|
+
Data access label and log types's name
|
66
|
+
will match the display name of the resource.
|
67
|
+
The asset namespace will match the namespace itself.
|
68
|
+
The ingestion key value pair will match the key of the tuple.
|
69
|
+
"""
|
70
|
+
ingestion_label: NotRequired[pulumi.Input['DataAccessScopeAllowedDataAccessLabelIngestionLabelArgsDict']]
|
71
|
+
"""
|
72
|
+
Representation of an ingestion label type.
|
73
|
+
Structure is documented below.
|
74
|
+
"""
|
75
|
+
log_type: NotRequired[pulumi.Input[str]]
|
76
|
+
"""
|
77
|
+
The name of the log type.
|
78
|
+
"""
|
79
|
+
elif False:
|
80
|
+
DataAccessScopeAllowedDataAccessLabelArgsDict: TypeAlias = Mapping[str, Any]
|
81
|
+
|
82
|
+
@pulumi.input_type
|
83
|
+
class DataAccessScopeAllowedDataAccessLabelArgs:
|
84
|
+
def __init__(__self__, *,
|
85
|
+
asset_namespace: Optional[pulumi.Input[str]] = None,
|
86
|
+
data_access_label: Optional[pulumi.Input[str]] = None,
|
87
|
+
display_name: Optional[pulumi.Input[str]] = None,
|
88
|
+
ingestion_label: Optional[pulumi.Input['DataAccessScopeAllowedDataAccessLabelIngestionLabelArgs']] = None,
|
89
|
+
log_type: Optional[pulumi.Input[str]] = None):
|
90
|
+
"""
|
91
|
+
:param pulumi.Input[str] asset_namespace: The asset namespace configured in the forwarder
|
92
|
+
of the customer's events.
|
93
|
+
:param pulumi.Input[str] data_access_label: The name of the data access label.
|
94
|
+
:param pulumi.Input[str] display_name: (Output)
|
95
|
+
Output only. The display name of the label.
|
96
|
+
Data access label and log types's name
|
97
|
+
will match the display name of the resource.
|
98
|
+
The asset namespace will match the namespace itself.
|
99
|
+
The ingestion key value pair will match the key of the tuple.
|
100
|
+
:param pulumi.Input['DataAccessScopeAllowedDataAccessLabelIngestionLabelArgs'] ingestion_label: Representation of an ingestion label type.
|
101
|
+
Structure is documented below.
|
102
|
+
:param pulumi.Input[str] log_type: The name of the log type.
|
103
|
+
"""
|
104
|
+
if asset_namespace is not None:
|
105
|
+
pulumi.set(__self__, "asset_namespace", asset_namespace)
|
106
|
+
if data_access_label is not None:
|
107
|
+
pulumi.set(__self__, "data_access_label", data_access_label)
|
108
|
+
if display_name is not None:
|
109
|
+
pulumi.set(__self__, "display_name", display_name)
|
110
|
+
if ingestion_label is not None:
|
111
|
+
pulumi.set(__self__, "ingestion_label", ingestion_label)
|
112
|
+
if log_type is not None:
|
113
|
+
pulumi.set(__self__, "log_type", log_type)
|
114
|
+
|
115
|
+
@property
|
116
|
+
@pulumi.getter(name="assetNamespace")
|
117
|
+
def asset_namespace(self) -> Optional[pulumi.Input[str]]:
|
118
|
+
"""
|
119
|
+
The asset namespace configured in the forwarder
|
120
|
+
of the customer's events.
|
121
|
+
"""
|
122
|
+
return pulumi.get(self, "asset_namespace")
|
123
|
+
|
124
|
+
@asset_namespace.setter
|
125
|
+
def asset_namespace(self, value: Optional[pulumi.Input[str]]):
|
126
|
+
pulumi.set(self, "asset_namespace", value)
|
127
|
+
|
128
|
+
@property
|
129
|
+
@pulumi.getter(name="dataAccessLabel")
|
130
|
+
def data_access_label(self) -> Optional[pulumi.Input[str]]:
|
131
|
+
"""
|
132
|
+
The name of the data access label.
|
133
|
+
"""
|
134
|
+
return pulumi.get(self, "data_access_label")
|
135
|
+
|
136
|
+
@data_access_label.setter
|
137
|
+
def data_access_label(self, value: Optional[pulumi.Input[str]]):
|
138
|
+
pulumi.set(self, "data_access_label", value)
|
139
|
+
|
140
|
+
@property
|
141
|
+
@pulumi.getter(name="displayName")
|
142
|
+
def display_name(self) -> Optional[pulumi.Input[str]]:
|
143
|
+
"""
|
144
|
+
(Output)
|
145
|
+
Output only. The display name of the label.
|
146
|
+
Data access label and log types's name
|
147
|
+
will match the display name of the resource.
|
148
|
+
The asset namespace will match the namespace itself.
|
149
|
+
The ingestion key value pair will match the key of the tuple.
|
150
|
+
"""
|
151
|
+
return pulumi.get(self, "display_name")
|
152
|
+
|
153
|
+
@display_name.setter
|
154
|
+
def display_name(self, value: Optional[pulumi.Input[str]]):
|
155
|
+
pulumi.set(self, "display_name", value)
|
156
|
+
|
157
|
+
@property
|
158
|
+
@pulumi.getter(name="ingestionLabel")
|
159
|
+
def ingestion_label(self) -> Optional[pulumi.Input['DataAccessScopeAllowedDataAccessLabelIngestionLabelArgs']]:
|
160
|
+
"""
|
161
|
+
Representation of an ingestion label type.
|
162
|
+
Structure is documented below.
|
163
|
+
"""
|
164
|
+
return pulumi.get(self, "ingestion_label")
|
165
|
+
|
166
|
+
@ingestion_label.setter
|
167
|
+
def ingestion_label(self, value: Optional[pulumi.Input['DataAccessScopeAllowedDataAccessLabelIngestionLabelArgs']]):
|
168
|
+
pulumi.set(self, "ingestion_label", value)
|
169
|
+
|
170
|
+
@property
|
171
|
+
@pulumi.getter(name="logType")
|
172
|
+
def log_type(self) -> Optional[pulumi.Input[str]]:
|
173
|
+
"""
|
174
|
+
The name of the log type.
|
175
|
+
"""
|
176
|
+
return pulumi.get(self, "log_type")
|
177
|
+
|
178
|
+
@log_type.setter
|
179
|
+
def log_type(self, value: Optional[pulumi.Input[str]]):
|
180
|
+
pulumi.set(self, "log_type", value)
|
181
|
+
|
182
|
+
|
183
|
+
if not MYPY:
|
184
|
+
class DataAccessScopeAllowedDataAccessLabelIngestionLabelArgsDict(TypedDict):
|
185
|
+
ingestion_label_key: pulumi.Input[str]
|
186
|
+
"""
|
187
|
+
Required. The key of the ingestion label. Always required.
|
188
|
+
"""
|
189
|
+
ingestion_label_value: NotRequired[pulumi.Input[str]]
|
190
|
+
"""
|
191
|
+
Optional. The value of the ingestion label. Optional. An object
|
192
|
+
with no provided value and some key provided would match
|
193
|
+
against the given key and ANY value.
|
194
|
+
"""
|
195
|
+
elif False:
|
196
|
+
DataAccessScopeAllowedDataAccessLabelIngestionLabelArgsDict: TypeAlias = Mapping[str, Any]
|
197
|
+
|
198
|
+
@pulumi.input_type
|
199
|
+
class DataAccessScopeAllowedDataAccessLabelIngestionLabelArgs:
|
200
|
+
def __init__(__self__, *,
|
201
|
+
ingestion_label_key: pulumi.Input[str],
|
202
|
+
ingestion_label_value: Optional[pulumi.Input[str]] = None):
|
203
|
+
"""
|
204
|
+
:param pulumi.Input[str] ingestion_label_key: Required. The key of the ingestion label. Always required.
|
205
|
+
:param pulumi.Input[str] ingestion_label_value: Optional. The value of the ingestion label. Optional. An object
|
206
|
+
with no provided value and some key provided would match
|
207
|
+
against the given key and ANY value.
|
208
|
+
"""
|
209
|
+
pulumi.set(__self__, "ingestion_label_key", ingestion_label_key)
|
210
|
+
if ingestion_label_value is not None:
|
211
|
+
pulumi.set(__self__, "ingestion_label_value", ingestion_label_value)
|
212
|
+
|
213
|
+
@property
|
214
|
+
@pulumi.getter(name="ingestionLabelKey")
|
215
|
+
def ingestion_label_key(self) -> pulumi.Input[str]:
|
216
|
+
"""
|
217
|
+
Required. The key of the ingestion label. Always required.
|
218
|
+
"""
|
219
|
+
return pulumi.get(self, "ingestion_label_key")
|
220
|
+
|
221
|
+
@ingestion_label_key.setter
|
222
|
+
def ingestion_label_key(self, value: pulumi.Input[str]):
|
223
|
+
pulumi.set(self, "ingestion_label_key", value)
|
224
|
+
|
225
|
+
@property
|
226
|
+
@pulumi.getter(name="ingestionLabelValue")
|
227
|
+
def ingestion_label_value(self) -> Optional[pulumi.Input[str]]:
|
228
|
+
"""
|
229
|
+
Optional. The value of the ingestion label. Optional. An object
|
230
|
+
with no provided value and some key provided would match
|
231
|
+
against the given key and ANY value.
|
232
|
+
"""
|
233
|
+
return pulumi.get(self, "ingestion_label_value")
|
234
|
+
|
235
|
+
@ingestion_label_value.setter
|
236
|
+
def ingestion_label_value(self, value: Optional[pulumi.Input[str]]):
|
237
|
+
pulumi.set(self, "ingestion_label_value", value)
|
238
|
+
|
239
|
+
|
240
|
+
if not MYPY:
|
241
|
+
class DataAccessScopeDeniedDataAccessLabelArgsDict(TypedDict):
|
242
|
+
asset_namespace: NotRequired[pulumi.Input[str]]
|
243
|
+
"""
|
244
|
+
The asset namespace configured in the forwarder
|
245
|
+
of the customer's events.
|
246
|
+
"""
|
247
|
+
data_access_label: NotRequired[pulumi.Input[str]]
|
248
|
+
"""
|
249
|
+
The name of the data access label.
|
250
|
+
"""
|
251
|
+
display_name: NotRequired[pulumi.Input[str]]
|
252
|
+
"""
|
253
|
+
(Output)
|
254
|
+
Output only. The display name of the label.
|
255
|
+
Data access label and log types's name
|
256
|
+
will match the display name of the resource.
|
257
|
+
The asset namespace will match the namespace itself.
|
258
|
+
The ingestion key value pair will match the key of the tuple.
|
259
|
+
"""
|
260
|
+
ingestion_label: NotRequired[pulumi.Input['DataAccessScopeDeniedDataAccessLabelIngestionLabelArgsDict']]
|
261
|
+
"""
|
262
|
+
Representation of an ingestion label type.
|
263
|
+
Structure is documented below.
|
264
|
+
"""
|
265
|
+
log_type: NotRequired[pulumi.Input[str]]
|
266
|
+
"""
|
267
|
+
The name of the log type.
|
268
|
+
"""
|
269
|
+
elif False:
|
270
|
+
DataAccessScopeDeniedDataAccessLabelArgsDict: TypeAlias = Mapping[str, Any]
|
271
|
+
|
272
|
+
@pulumi.input_type
|
273
|
+
class DataAccessScopeDeniedDataAccessLabelArgs:
|
274
|
+
def __init__(__self__, *,
|
275
|
+
asset_namespace: Optional[pulumi.Input[str]] = None,
|
276
|
+
data_access_label: Optional[pulumi.Input[str]] = None,
|
277
|
+
display_name: Optional[pulumi.Input[str]] = None,
|
278
|
+
ingestion_label: Optional[pulumi.Input['DataAccessScopeDeniedDataAccessLabelIngestionLabelArgs']] = None,
|
279
|
+
log_type: Optional[pulumi.Input[str]] = None):
|
280
|
+
"""
|
281
|
+
:param pulumi.Input[str] asset_namespace: The asset namespace configured in the forwarder
|
282
|
+
of the customer's events.
|
283
|
+
:param pulumi.Input[str] data_access_label: The name of the data access label.
|
284
|
+
:param pulumi.Input[str] display_name: (Output)
|
285
|
+
Output only. The display name of the label.
|
286
|
+
Data access label and log types's name
|
287
|
+
will match the display name of the resource.
|
288
|
+
The asset namespace will match the namespace itself.
|
289
|
+
The ingestion key value pair will match the key of the tuple.
|
290
|
+
:param pulumi.Input['DataAccessScopeDeniedDataAccessLabelIngestionLabelArgs'] ingestion_label: Representation of an ingestion label type.
|
291
|
+
Structure is documented below.
|
292
|
+
:param pulumi.Input[str] log_type: The name of the log type.
|
293
|
+
"""
|
294
|
+
if asset_namespace is not None:
|
295
|
+
pulumi.set(__self__, "asset_namespace", asset_namespace)
|
296
|
+
if data_access_label is not None:
|
297
|
+
pulumi.set(__self__, "data_access_label", data_access_label)
|
298
|
+
if display_name is not None:
|
299
|
+
pulumi.set(__self__, "display_name", display_name)
|
300
|
+
if ingestion_label is not None:
|
301
|
+
pulumi.set(__self__, "ingestion_label", ingestion_label)
|
302
|
+
if log_type is not None:
|
303
|
+
pulumi.set(__self__, "log_type", log_type)
|
304
|
+
|
305
|
+
@property
|
306
|
+
@pulumi.getter(name="assetNamespace")
|
307
|
+
def asset_namespace(self) -> Optional[pulumi.Input[str]]:
|
308
|
+
"""
|
309
|
+
The asset namespace configured in the forwarder
|
310
|
+
of the customer's events.
|
311
|
+
"""
|
312
|
+
return pulumi.get(self, "asset_namespace")
|
313
|
+
|
314
|
+
@asset_namespace.setter
|
315
|
+
def asset_namespace(self, value: Optional[pulumi.Input[str]]):
|
316
|
+
pulumi.set(self, "asset_namespace", value)
|
317
|
+
|
318
|
+
@property
|
319
|
+
@pulumi.getter(name="dataAccessLabel")
|
320
|
+
def data_access_label(self) -> Optional[pulumi.Input[str]]:
|
321
|
+
"""
|
322
|
+
The name of the data access label.
|
323
|
+
"""
|
324
|
+
return pulumi.get(self, "data_access_label")
|
325
|
+
|
326
|
+
@data_access_label.setter
|
327
|
+
def data_access_label(self, value: Optional[pulumi.Input[str]]):
|
328
|
+
pulumi.set(self, "data_access_label", value)
|
329
|
+
|
330
|
+
@property
|
331
|
+
@pulumi.getter(name="displayName")
|
332
|
+
def display_name(self) -> Optional[pulumi.Input[str]]:
|
333
|
+
"""
|
334
|
+
(Output)
|
335
|
+
Output only. The display name of the label.
|
336
|
+
Data access label and log types's name
|
337
|
+
will match the display name of the resource.
|
338
|
+
The asset namespace will match the namespace itself.
|
339
|
+
The ingestion key value pair will match the key of the tuple.
|
340
|
+
"""
|
341
|
+
return pulumi.get(self, "display_name")
|
342
|
+
|
343
|
+
@display_name.setter
|
344
|
+
def display_name(self, value: Optional[pulumi.Input[str]]):
|
345
|
+
pulumi.set(self, "display_name", value)
|
346
|
+
|
347
|
+
@property
|
348
|
+
@pulumi.getter(name="ingestionLabel")
|
349
|
+
def ingestion_label(self) -> Optional[pulumi.Input['DataAccessScopeDeniedDataAccessLabelIngestionLabelArgs']]:
|
350
|
+
"""
|
351
|
+
Representation of an ingestion label type.
|
352
|
+
Structure is documented below.
|
353
|
+
"""
|
354
|
+
return pulumi.get(self, "ingestion_label")
|
355
|
+
|
356
|
+
@ingestion_label.setter
|
357
|
+
def ingestion_label(self, value: Optional[pulumi.Input['DataAccessScopeDeniedDataAccessLabelIngestionLabelArgs']]):
|
358
|
+
pulumi.set(self, "ingestion_label", value)
|
359
|
+
|
360
|
+
@property
|
361
|
+
@pulumi.getter(name="logType")
|
362
|
+
def log_type(self) -> Optional[pulumi.Input[str]]:
|
363
|
+
"""
|
364
|
+
The name of the log type.
|
365
|
+
"""
|
366
|
+
return pulumi.get(self, "log_type")
|
367
|
+
|
368
|
+
@log_type.setter
|
369
|
+
def log_type(self, value: Optional[pulumi.Input[str]]):
|
370
|
+
pulumi.set(self, "log_type", value)
|
371
|
+
|
372
|
+
|
373
|
+
if not MYPY:
|
374
|
+
class DataAccessScopeDeniedDataAccessLabelIngestionLabelArgsDict(TypedDict):
|
375
|
+
ingestion_label_key: pulumi.Input[str]
|
376
|
+
"""
|
377
|
+
Required. The key of the ingestion label. Always required.
|
378
|
+
"""
|
379
|
+
ingestion_label_value: NotRequired[pulumi.Input[str]]
|
380
|
+
"""
|
381
|
+
Optional. The value of the ingestion label. Optional. An object
|
382
|
+
with no provided value and some key provided would match
|
383
|
+
against the given key and ANY value.
|
384
|
+
"""
|
385
|
+
elif False:
|
386
|
+
DataAccessScopeDeniedDataAccessLabelIngestionLabelArgsDict: TypeAlias = Mapping[str, Any]
|
387
|
+
|
388
|
+
@pulumi.input_type
|
389
|
+
class DataAccessScopeDeniedDataAccessLabelIngestionLabelArgs:
|
390
|
+
def __init__(__self__, *,
|
391
|
+
ingestion_label_key: pulumi.Input[str],
|
392
|
+
ingestion_label_value: Optional[pulumi.Input[str]] = None):
|
393
|
+
"""
|
394
|
+
:param pulumi.Input[str] ingestion_label_key: Required. The key of the ingestion label. Always required.
|
395
|
+
:param pulumi.Input[str] ingestion_label_value: Optional. The value of the ingestion label. Optional. An object
|
396
|
+
with no provided value and some key provided would match
|
397
|
+
against the given key and ANY value.
|
398
|
+
"""
|
399
|
+
pulumi.set(__self__, "ingestion_label_key", ingestion_label_key)
|
400
|
+
if ingestion_label_value is not None:
|
401
|
+
pulumi.set(__self__, "ingestion_label_value", ingestion_label_value)
|
402
|
+
|
403
|
+
@property
|
404
|
+
@pulumi.getter(name="ingestionLabelKey")
|
405
|
+
def ingestion_label_key(self) -> pulumi.Input[str]:
|
406
|
+
"""
|
407
|
+
Required. The key of the ingestion label. Always required.
|
408
|
+
"""
|
409
|
+
return pulumi.get(self, "ingestion_label_key")
|
410
|
+
|
411
|
+
@ingestion_label_key.setter
|
412
|
+
def ingestion_label_key(self, value: pulumi.Input[str]):
|
413
|
+
pulumi.set(self, "ingestion_label_key", value)
|
414
|
+
|
415
|
+
@property
|
416
|
+
@pulumi.getter(name="ingestionLabelValue")
|
417
|
+
def ingestion_label_value(self) -> Optional[pulumi.Input[str]]:
|
418
|
+
"""
|
419
|
+
Optional. The value of the ingestion label. Optional. An object
|
420
|
+
with no provided value and some key provided would match
|
421
|
+
against the given key and ANY value.
|
422
|
+
"""
|
423
|
+
return pulumi.get(self, "ingestion_label_value")
|
424
|
+
|
425
|
+
@ingestion_label_value.setter
|
426
|
+
def ingestion_label_value(self, value: Optional[pulumi.Input[str]]):
|
427
|
+
pulumi.set(self, "ingestion_label_value", value)
|
428
|
+
|
429
|
+
|
430
|
+
if not MYPY:
|
431
|
+
class ReferenceListEntryArgsDict(TypedDict):
|
432
|
+
value: pulumi.Input[str]
|
433
|
+
"""
|
434
|
+
Required. The value of the entry. Maximum length is 512 characters.
|
435
|
+
|
436
|
+
- - -
|
437
|
+
"""
|
438
|
+
elif False:
|
439
|
+
ReferenceListEntryArgsDict: TypeAlias = Mapping[str, Any]
|
440
|
+
|
441
|
+
@pulumi.input_type
|
442
|
+
class ReferenceListEntryArgs:
|
443
|
+
def __init__(__self__, *,
|
444
|
+
value: pulumi.Input[str]):
|
445
|
+
"""
|
446
|
+
:param pulumi.Input[str] value: Required. The value of the entry. Maximum length is 512 characters.
|
447
|
+
|
448
|
+
- - -
|
449
|
+
"""
|
450
|
+
pulumi.set(__self__, "value", value)
|
451
|
+
|
452
|
+
@property
|
453
|
+
@pulumi.getter
|
454
|
+
def value(self) -> pulumi.Input[str]:
|
455
|
+
"""
|
456
|
+
Required. The value of the entry. Maximum length is 512 characters.
|
457
|
+
|
458
|
+
- - -
|
459
|
+
"""
|
460
|
+
return pulumi.get(self, "value")
|
461
|
+
|
462
|
+
@value.setter
|
463
|
+
def value(self, value: pulumi.Input[str]):
|
464
|
+
pulumi.set(self, "value", value)
|
465
|
+
|
466
|
+
|
467
|
+
if not MYPY:
|
468
|
+
class ReferenceListScopeInfoArgsDict(TypedDict):
|
469
|
+
reference_list_scope: pulumi.Input['ReferenceListScopeInfoReferenceListScopeArgsDict']
|
470
|
+
"""
|
471
|
+
ReferenceListScope specifies the list of scope names of the reference list.
|
472
|
+
Structure is documented below.
|
473
|
+
"""
|
474
|
+
elif False:
|
475
|
+
ReferenceListScopeInfoArgsDict: TypeAlias = Mapping[str, Any]
|
476
|
+
|
477
|
+
@pulumi.input_type
|
478
|
+
class ReferenceListScopeInfoArgs:
|
479
|
+
def __init__(__self__, *,
|
480
|
+
reference_list_scope: pulumi.Input['ReferenceListScopeInfoReferenceListScopeArgs']):
|
481
|
+
"""
|
482
|
+
:param pulumi.Input['ReferenceListScopeInfoReferenceListScopeArgs'] reference_list_scope: ReferenceListScope specifies the list of scope names of the reference list.
|
483
|
+
Structure is documented below.
|
484
|
+
"""
|
485
|
+
pulumi.set(__self__, "reference_list_scope", reference_list_scope)
|
486
|
+
|
487
|
+
@property
|
488
|
+
@pulumi.getter(name="referenceListScope")
|
489
|
+
def reference_list_scope(self) -> pulumi.Input['ReferenceListScopeInfoReferenceListScopeArgs']:
|
490
|
+
"""
|
491
|
+
ReferenceListScope specifies the list of scope names of the reference list.
|
492
|
+
Structure is documented below.
|
493
|
+
"""
|
494
|
+
return pulumi.get(self, "reference_list_scope")
|
495
|
+
|
496
|
+
@reference_list_scope.setter
|
497
|
+
def reference_list_scope(self, value: pulumi.Input['ReferenceListScopeInfoReferenceListScopeArgs']):
|
498
|
+
pulumi.set(self, "reference_list_scope", value)
|
499
|
+
|
500
|
+
|
501
|
+
if not MYPY:
|
502
|
+
class ReferenceListScopeInfoReferenceListScopeArgsDict(TypedDict):
|
503
|
+
scope_names: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
504
|
+
"""
|
505
|
+
Optional. The list of scope names of the reference list. The scope names should be
|
506
|
+
full resource names and should be of the format:
|
507
|
+
"projects/{project}/locations/{location}/instances/{instance}/dataAccessScopes/{scope_name}".
|
508
|
+
"""
|
509
|
+
elif False:
|
510
|
+
ReferenceListScopeInfoReferenceListScopeArgsDict: TypeAlias = Mapping[str, Any]
|
511
|
+
|
512
|
+
@pulumi.input_type
|
513
|
+
class ReferenceListScopeInfoReferenceListScopeArgs:
|
514
|
+
def __init__(__self__, *,
|
515
|
+
scope_names: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
516
|
+
"""
|
517
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] scope_names: Optional. The list of scope names of the reference list. The scope names should be
|
518
|
+
full resource names and should be of the format:
|
519
|
+
"projects/{project}/locations/{location}/instances/{instance}/dataAccessScopes/{scope_name}".
|
520
|
+
"""
|
521
|
+
if scope_names is not None:
|
522
|
+
pulumi.set(__self__, "scope_names", scope_names)
|
523
|
+
|
524
|
+
@property
|
525
|
+
@pulumi.getter(name="scopeNames")
|
526
|
+
def scope_names(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
527
|
+
"""
|
528
|
+
Optional. The list of scope names of the reference list. The scope names should be
|
529
|
+
full resource names and should be of the format:
|
530
|
+
"projects/{project}/locations/{location}/instances/{instance}/dataAccessScopes/{scope_name}".
|
531
|
+
"""
|
532
|
+
return pulumi.get(self, "scope_names")
|
533
|
+
|
534
|
+
@scope_names.setter
|
535
|
+
def scope_names(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
536
|
+
pulumi.set(self, "scope_names", value)
|
537
|
+
|
538
|
+
|
539
|
+
if not MYPY:
|
540
|
+
class RuleCompilationDiagnosticArgsDict(TypedDict):
|
541
|
+
message: NotRequired[pulumi.Input[str]]
|
542
|
+
"""
|
543
|
+
(Output)
|
544
|
+
Output only. The diagnostic message.
|
545
|
+
"""
|
546
|
+
position: NotRequired[pulumi.Input['RuleCompilationDiagnosticPositionArgsDict']]
|
547
|
+
"""
|
548
|
+
CompilationPosition represents the location of a compilation diagnostic in
|
549
|
+
rule text.
|
550
|
+
Structure is documented below.
|
551
|
+
"""
|
552
|
+
severity: NotRequired[pulumi.Input[str]]
|
553
|
+
"""
|
554
|
+
(Output)
|
555
|
+
Output only. The severity of a rule's compilation diagnostic.
|
556
|
+
Possible values:
|
557
|
+
SEVERITY_UNSPECIFIED
|
558
|
+
WARNING
|
559
|
+
ERROR
|
560
|
+
"""
|
561
|
+
uri: NotRequired[pulumi.Input[str]]
|
562
|
+
"""
|
563
|
+
(Output)
|
564
|
+
Output only. Link to documentation that describes a diagnostic in more detail.
|
565
|
+
"""
|
566
|
+
elif False:
|
567
|
+
RuleCompilationDiagnosticArgsDict: TypeAlias = Mapping[str, Any]
|
568
|
+
|
569
|
+
@pulumi.input_type
|
570
|
+
class RuleCompilationDiagnosticArgs:
|
571
|
+
def __init__(__self__, *,
|
572
|
+
message: Optional[pulumi.Input[str]] = None,
|
573
|
+
position: Optional[pulumi.Input['RuleCompilationDiagnosticPositionArgs']] = None,
|
574
|
+
severity: Optional[pulumi.Input[str]] = None,
|
575
|
+
uri: Optional[pulumi.Input[str]] = None):
|
576
|
+
"""
|
577
|
+
:param pulumi.Input[str] message: (Output)
|
578
|
+
Output only. The diagnostic message.
|
579
|
+
:param pulumi.Input['RuleCompilationDiagnosticPositionArgs'] position: CompilationPosition represents the location of a compilation diagnostic in
|
580
|
+
rule text.
|
581
|
+
Structure is documented below.
|
582
|
+
:param pulumi.Input[str] severity: (Output)
|
583
|
+
Output only. The severity of a rule's compilation diagnostic.
|
584
|
+
Possible values:
|
585
|
+
SEVERITY_UNSPECIFIED
|
586
|
+
WARNING
|
587
|
+
ERROR
|
588
|
+
:param pulumi.Input[str] uri: (Output)
|
589
|
+
Output only. Link to documentation that describes a diagnostic in more detail.
|
590
|
+
"""
|
591
|
+
if message is not None:
|
592
|
+
pulumi.set(__self__, "message", message)
|
593
|
+
if position is not None:
|
594
|
+
pulumi.set(__self__, "position", position)
|
595
|
+
if severity is not None:
|
596
|
+
pulumi.set(__self__, "severity", severity)
|
597
|
+
if uri is not None:
|
598
|
+
pulumi.set(__self__, "uri", uri)
|
599
|
+
|
600
|
+
@property
|
601
|
+
@pulumi.getter
|
602
|
+
def message(self) -> Optional[pulumi.Input[str]]:
|
603
|
+
"""
|
604
|
+
(Output)
|
605
|
+
Output only. The diagnostic message.
|
606
|
+
"""
|
607
|
+
return pulumi.get(self, "message")
|
608
|
+
|
609
|
+
@message.setter
|
610
|
+
def message(self, value: Optional[pulumi.Input[str]]):
|
611
|
+
pulumi.set(self, "message", value)
|
612
|
+
|
613
|
+
@property
|
614
|
+
@pulumi.getter
|
615
|
+
def position(self) -> Optional[pulumi.Input['RuleCompilationDiagnosticPositionArgs']]:
|
616
|
+
"""
|
617
|
+
CompilationPosition represents the location of a compilation diagnostic in
|
618
|
+
rule text.
|
619
|
+
Structure is documented below.
|
620
|
+
"""
|
621
|
+
return pulumi.get(self, "position")
|
622
|
+
|
623
|
+
@position.setter
|
624
|
+
def position(self, value: Optional[pulumi.Input['RuleCompilationDiagnosticPositionArgs']]):
|
625
|
+
pulumi.set(self, "position", value)
|
626
|
+
|
627
|
+
@property
|
628
|
+
@pulumi.getter
|
629
|
+
def severity(self) -> Optional[pulumi.Input[str]]:
|
630
|
+
"""
|
631
|
+
(Output)
|
632
|
+
Output only. The severity of a rule's compilation diagnostic.
|
633
|
+
Possible values:
|
634
|
+
SEVERITY_UNSPECIFIED
|
635
|
+
WARNING
|
636
|
+
ERROR
|
637
|
+
"""
|
638
|
+
return pulumi.get(self, "severity")
|
639
|
+
|
640
|
+
@severity.setter
|
641
|
+
def severity(self, value: Optional[pulumi.Input[str]]):
|
642
|
+
pulumi.set(self, "severity", value)
|
643
|
+
|
644
|
+
@property
|
645
|
+
@pulumi.getter
|
646
|
+
def uri(self) -> Optional[pulumi.Input[str]]:
|
647
|
+
"""
|
648
|
+
(Output)
|
649
|
+
Output only. Link to documentation that describes a diagnostic in more detail.
|
650
|
+
"""
|
651
|
+
return pulumi.get(self, "uri")
|
652
|
+
|
653
|
+
@uri.setter
|
654
|
+
def uri(self, value: Optional[pulumi.Input[str]]):
|
655
|
+
pulumi.set(self, "uri", value)
|
656
|
+
|
657
|
+
|
658
|
+
if not MYPY:
|
659
|
+
class RuleCompilationDiagnosticPositionArgsDict(TypedDict):
|
660
|
+
end_column: NotRequired[pulumi.Input[int]]
|
661
|
+
"""
|
662
|
+
(Output)
|
663
|
+
Output only. End column number, beginning at 1.
|
664
|
+
"""
|
665
|
+
end_line: NotRequired[pulumi.Input[int]]
|
666
|
+
"""
|
667
|
+
(Output)
|
668
|
+
Output only. End line number, beginning at 1.
|
669
|
+
"""
|
670
|
+
start_column: NotRequired[pulumi.Input[int]]
|
671
|
+
"""
|
672
|
+
(Output)
|
673
|
+
Output only. Start column number, beginning at 1.
|
674
|
+
"""
|
675
|
+
start_line: NotRequired[pulumi.Input[int]]
|
676
|
+
"""
|
677
|
+
(Output)
|
678
|
+
Output only. Start line number, beginning at 1.
|
679
|
+
"""
|
680
|
+
elif False:
|
681
|
+
RuleCompilationDiagnosticPositionArgsDict: TypeAlias = Mapping[str, Any]
|
682
|
+
|
683
|
+
@pulumi.input_type
|
684
|
+
class RuleCompilationDiagnosticPositionArgs:
|
685
|
+
def __init__(__self__, *,
|
686
|
+
end_column: Optional[pulumi.Input[int]] = None,
|
687
|
+
end_line: Optional[pulumi.Input[int]] = None,
|
688
|
+
start_column: Optional[pulumi.Input[int]] = None,
|
689
|
+
start_line: Optional[pulumi.Input[int]] = None):
|
690
|
+
"""
|
691
|
+
:param pulumi.Input[int] end_column: (Output)
|
692
|
+
Output only. End column number, beginning at 1.
|
693
|
+
:param pulumi.Input[int] end_line: (Output)
|
694
|
+
Output only. End line number, beginning at 1.
|
695
|
+
:param pulumi.Input[int] start_column: (Output)
|
696
|
+
Output only. Start column number, beginning at 1.
|
697
|
+
:param pulumi.Input[int] start_line: (Output)
|
698
|
+
Output only. Start line number, beginning at 1.
|
699
|
+
"""
|
700
|
+
if end_column is not None:
|
701
|
+
pulumi.set(__self__, "end_column", end_column)
|
702
|
+
if end_line is not None:
|
703
|
+
pulumi.set(__self__, "end_line", end_line)
|
704
|
+
if start_column is not None:
|
705
|
+
pulumi.set(__self__, "start_column", start_column)
|
706
|
+
if start_line is not None:
|
707
|
+
pulumi.set(__self__, "start_line", start_line)
|
708
|
+
|
709
|
+
@property
|
710
|
+
@pulumi.getter(name="endColumn")
|
711
|
+
def end_column(self) -> Optional[pulumi.Input[int]]:
|
712
|
+
"""
|
713
|
+
(Output)
|
714
|
+
Output only. End column number, beginning at 1.
|
715
|
+
"""
|
716
|
+
return pulumi.get(self, "end_column")
|
717
|
+
|
718
|
+
@end_column.setter
|
719
|
+
def end_column(self, value: Optional[pulumi.Input[int]]):
|
720
|
+
pulumi.set(self, "end_column", value)
|
721
|
+
|
722
|
+
@property
|
723
|
+
@pulumi.getter(name="endLine")
|
724
|
+
def end_line(self) -> Optional[pulumi.Input[int]]:
|
725
|
+
"""
|
726
|
+
(Output)
|
727
|
+
Output only. End line number, beginning at 1.
|
728
|
+
"""
|
729
|
+
return pulumi.get(self, "end_line")
|
730
|
+
|
731
|
+
@end_line.setter
|
732
|
+
def end_line(self, value: Optional[pulumi.Input[int]]):
|
733
|
+
pulumi.set(self, "end_line", value)
|
734
|
+
|
735
|
+
@property
|
736
|
+
@pulumi.getter(name="startColumn")
|
737
|
+
def start_column(self) -> Optional[pulumi.Input[int]]:
|
738
|
+
"""
|
739
|
+
(Output)
|
740
|
+
Output only. Start column number, beginning at 1.
|
741
|
+
"""
|
742
|
+
return pulumi.get(self, "start_column")
|
743
|
+
|
744
|
+
@start_column.setter
|
745
|
+
def start_column(self, value: Optional[pulumi.Input[int]]):
|
746
|
+
pulumi.set(self, "start_column", value)
|
747
|
+
|
748
|
+
@property
|
749
|
+
@pulumi.getter(name="startLine")
|
750
|
+
def start_line(self) -> Optional[pulumi.Input[int]]:
|
751
|
+
"""
|
752
|
+
(Output)
|
753
|
+
Output only. Start line number, beginning at 1.
|
754
|
+
"""
|
755
|
+
return pulumi.get(self, "start_line")
|
756
|
+
|
757
|
+
@start_line.setter
|
758
|
+
def start_line(self, value: Optional[pulumi.Input[int]]):
|
759
|
+
pulumi.set(self, "start_line", value)
|
760
|
+
|
761
|
+
|
762
|
+
if not MYPY:
|
763
|
+
class RuleSeverityArgsDict(TypedDict):
|
764
|
+
display_name: NotRequired[pulumi.Input[str]]
|
765
|
+
"""
|
766
|
+
The display name of the severity level. Extracted from the meta section of
|
767
|
+
the rule text.
|
768
|
+
"""
|
769
|
+
elif False:
|
770
|
+
RuleSeverityArgsDict: TypeAlias = Mapping[str, Any]
|
771
|
+
|
772
|
+
@pulumi.input_type
|
773
|
+
class RuleSeverityArgs:
|
774
|
+
def __init__(__self__, *,
|
775
|
+
display_name: Optional[pulumi.Input[str]] = None):
|
776
|
+
"""
|
777
|
+
:param pulumi.Input[str] display_name: The display name of the severity level. Extracted from the meta section of
|
778
|
+
the rule text.
|
779
|
+
"""
|
780
|
+
if display_name is not None:
|
781
|
+
pulumi.set(__self__, "display_name", display_name)
|
782
|
+
|
783
|
+
@property
|
784
|
+
@pulumi.getter(name="displayName")
|
785
|
+
def display_name(self) -> Optional[pulumi.Input[str]]:
|
786
|
+
"""
|
787
|
+
The display name of the severity level. Extracted from the meta section of
|
788
|
+
the rule text.
|
789
|
+
"""
|
790
|
+
return pulumi.get(self, "display_name")
|
791
|
+
|
792
|
+
@display_name.setter
|
793
|
+
def display_name(self, value: Optional[pulumi.Input[str]]):
|
794
|
+
pulumi.set(self, "display_name", value)
|
795
|
+
|
796
|
+
|
30
797
|
if not MYPY:
|
31
798
|
class WatchlistEntityCountArgsDict(TypedDict):
|
32
799
|
asset: NotRequired[pulumi.Input[int]]
|