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/outputs.py
CHANGED
@@ -16,12 +16,636 @@ from .. import _utilities
|
|
16
16
|
from . import outputs
|
17
17
|
|
18
18
|
__all__ = [
|
19
|
+
'DataAccessScopeAllowedDataAccessLabel',
|
20
|
+
'DataAccessScopeAllowedDataAccessLabelIngestionLabel',
|
21
|
+
'DataAccessScopeDeniedDataAccessLabel',
|
22
|
+
'DataAccessScopeDeniedDataAccessLabelIngestionLabel',
|
23
|
+
'ReferenceListEntry',
|
24
|
+
'ReferenceListScopeInfo',
|
25
|
+
'ReferenceListScopeInfoReferenceListScope',
|
26
|
+
'RuleCompilationDiagnostic',
|
27
|
+
'RuleCompilationDiagnosticPosition',
|
28
|
+
'RuleSeverity',
|
19
29
|
'WatchlistEntityCount',
|
20
30
|
'WatchlistEntityPopulationMechanism',
|
21
31
|
'WatchlistEntityPopulationMechanismManual',
|
22
32
|
'WatchlistWatchlistUserPreferences',
|
23
33
|
]
|
24
34
|
|
35
|
+
@pulumi.output_type
|
36
|
+
class DataAccessScopeAllowedDataAccessLabel(dict):
|
37
|
+
@staticmethod
|
38
|
+
def __key_warning(key: str):
|
39
|
+
suggest = None
|
40
|
+
if key == "assetNamespace":
|
41
|
+
suggest = "asset_namespace"
|
42
|
+
elif key == "dataAccessLabel":
|
43
|
+
suggest = "data_access_label"
|
44
|
+
elif key == "displayName":
|
45
|
+
suggest = "display_name"
|
46
|
+
elif key == "ingestionLabel":
|
47
|
+
suggest = "ingestion_label"
|
48
|
+
elif key == "logType":
|
49
|
+
suggest = "log_type"
|
50
|
+
|
51
|
+
if suggest:
|
52
|
+
pulumi.log.warn(f"Key '{key}' not found in DataAccessScopeAllowedDataAccessLabel. Access the value via the '{suggest}' property getter instead.")
|
53
|
+
|
54
|
+
def __getitem__(self, key: str) -> Any:
|
55
|
+
DataAccessScopeAllowedDataAccessLabel.__key_warning(key)
|
56
|
+
return super().__getitem__(key)
|
57
|
+
|
58
|
+
def get(self, key: str, default = None) -> Any:
|
59
|
+
DataAccessScopeAllowedDataAccessLabel.__key_warning(key)
|
60
|
+
return super().get(key, default)
|
61
|
+
|
62
|
+
def __init__(__self__, *,
|
63
|
+
asset_namespace: Optional[str] = None,
|
64
|
+
data_access_label: Optional[str] = None,
|
65
|
+
display_name: Optional[str] = None,
|
66
|
+
ingestion_label: Optional['outputs.DataAccessScopeAllowedDataAccessLabelIngestionLabel'] = None,
|
67
|
+
log_type: Optional[str] = None):
|
68
|
+
"""
|
69
|
+
:param str asset_namespace: The asset namespace configured in the forwarder
|
70
|
+
of the customer's events.
|
71
|
+
:param str data_access_label: The name of the data access label.
|
72
|
+
:param str display_name: (Output)
|
73
|
+
Output only. The display name of the label.
|
74
|
+
Data access label and log types's name
|
75
|
+
will match the display name of the resource.
|
76
|
+
The asset namespace will match the namespace itself.
|
77
|
+
The ingestion key value pair will match the key of the tuple.
|
78
|
+
:param 'DataAccessScopeAllowedDataAccessLabelIngestionLabelArgs' ingestion_label: Representation of an ingestion label type.
|
79
|
+
Structure is documented below.
|
80
|
+
:param str log_type: The name of the log type.
|
81
|
+
"""
|
82
|
+
if asset_namespace is not None:
|
83
|
+
pulumi.set(__self__, "asset_namespace", asset_namespace)
|
84
|
+
if data_access_label is not None:
|
85
|
+
pulumi.set(__self__, "data_access_label", data_access_label)
|
86
|
+
if display_name is not None:
|
87
|
+
pulumi.set(__self__, "display_name", display_name)
|
88
|
+
if ingestion_label is not None:
|
89
|
+
pulumi.set(__self__, "ingestion_label", ingestion_label)
|
90
|
+
if log_type is not None:
|
91
|
+
pulumi.set(__self__, "log_type", log_type)
|
92
|
+
|
93
|
+
@property
|
94
|
+
@pulumi.getter(name="assetNamespace")
|
95
|
+
def asset_namespace(self) -> Optional[str]:
|
96
|
+
"""
|
97
|
+
The asset namespace configured in the forwarder
|
98
|
+
of the customer's events.
|
99
|
+
"""
|
100
|
+
return pulumi.get(self, "asset_namespace")
|
101
|
+
|
102
|
+
@property
|
103
|
+
@pulumi.getter(name="dataAccessLabel")
|
104
|
+
def data_access_label(self) -> Optional[str]:
|
105
|
+
"""
|
106
|
+
The name of the data access label.
|
107
|
+
"""
|
108
|
+
return pulumi.get(self, "data_access_label")
|
109
|
+
|
110
|
+
@property
|
111
|
+
@pulumi.getter(name="displayName")
|
112
|
+
def display_name(self) -> Optional[str]:
|
113
|
+
"""
|
114
|
+
(Output)
|
115
|
+
Output only. The display name of the label.
|
116
|
+
Data access label and log types's name
|
117
|
+
will match the display name of the resource.
|
118
|
+
The asset namespace will match the namespace itself.
|
119
|
+
The ingestion key value pair will match the key of the tuple.
|
120
|
+
"""
|
121
|
+
return pulumi.get(self, "display_name")
|
122
|
+
|
123
|
+
@property
|
124
|
+
@pulumi.getter(name="ingestionLabel")
|
125
|
+
def ingestion_label(self) -> Optional['outputs.DataAccessScopeAllowedDataAccessLabelIngestionLabel']:
|
126
|
+
"""
|
127
|
+
Representation of an ingestion label type.
|
128
|
+
Structure is documented below.
|
129
|
+
"""
|
130
|
+
return pulumi.get(self, "ingestion_label")
|
131
|
+
|
132
|
+
@property
|
133
|
+
@pulumi.getter(name="logType")
|
134
|
+
def log_type(self) -> Optional[str]:
|
135
|
+
"""
|
136
|
+
The name of the log type.
|
137
|
+
"""
|
138
|
+
return pulumi.get(self, "log_type")
|
139
|
+
|
140
|
+
|
141
|
+
@pulumi.output_type
|
142
|
+
class DataAccessScopeAllowedDataAccessLabelIngestionLabel(dict):
|
143
|
+
@staticmethod
|
144
|
+
def __key_warning(key: str):
|
145
|
+
suggest = None
|
146
|
+
if key == "ingestionLabelKey":
|
147
|
+
suggest = "ingestion_label_key"
|
148
|
+
elif key == "ingestionLabelValue":
|
149
|
+
suggest = "ingestion_label_value"
|
150
|
+
|
151
|
+
if suggest:
|
152
|
+
pulumi.log.warn(f"Key '{key}' not found in DataAccessScopeAllowedDataAccessLabelIngestionLabel. Access the value via the '{suggest}' property getter instead.")
|
153
|
+
|
154
|
+
def __getitem__(self, key: str) -> Any:
|
155
|
+
DataAccessScopeAllowedDataAccessLabelIngestionLabel.__key_warning(key)
|
156
|
+
return super().__getitem__(key)
|
157
|
+
|
158
|
+
def get(self, key: str, default = None) -> Any:
|
159
|
+
DataAccessScopeAllowedDataAccessLabelIngestionLabel.__key_warning(key)
|
160
|
+
return super().get(key, default)
|
161
|
+
|
162
|
+
def __init__(__self__, *,
|
163
|
+
ingestion_label_key: str,
|
164
|
+
ingestion_label_value: Optional[str] = None):
|
165
|
+
"""
|
166
|
+
:param str ingestion_label_key: Required. The key of the ingestion label. Always required.
|
167
|
+
:param str ingestion_label_value: Optional. The value of the ingestion label. Optional. An object
|
168
|
+
with no provided value and some key provided would match
|
169
|
+
against the given key and ANY value.
|
170
|
+
"""
|
171
|
+
pulumi.set(__self__, "ingestion_label_key", ingestion_label_key)
|
172
|
+
if ingestion_label_value is not None:
|
173
|
+
pulumi.set(__self__, "ingestion_label_value", ingestion_label_value)
|
174
|
+
|
175
|
+
@property
|
176
|
+
@pulumi.getter(name="ingestionLabelKey")
|
177
|
+
def ingestion_label_key(self) -> str:
|
178
|
+
"""
|
179
|
+
Required. The key of the ingestion label. Always required.
|
180
|
+
"""
|
181
|
+
return pulumi.get(self, "ingestion_label_key")
|
182
|
+
|
183
|
+
@property
|
184
|
+
@pulumi.getter(name="ingestionLabelValue")
|
185
|
+
def ingestion_label_value(self) -> Optional[str]:
|
186
|
+
"""
|
187
|
+
Optional. The value of the ingestion label. Optional. An object
|
188
|
+
with no provided value and some key provided would match
|
189
|
+
against the given key and ANY value.
|
190
|
+
"""
|
191
|
+
return pulumi.get(self, "ingestion_label_value")
|
192
|
+
|
193
|
+
|
194
|
+
@pulumi.output_type
|
195
|
+
class DataAccessScopeDeniedDataAccessLabel(dict):
|
196
|
+
@staticmethod
|
197
|
+
def __key_warning(key: str):
|
198
|
+
suggest = None
|
199
|
+
if key == "assetNamespace":
|
200
|
+
suggest = "asset_namespace"
|
201
|
+
elif key == "dataAccessLabel":
|
202
|
+
suggest = "data_access_label"
|
203
|
+
elif key == "displayName":
|
204
|
+
suggest = "display_name"
|
205
|
+
elif key == "ingestionLabel":
|
206
|
+
suggest = "ingestion_label"
|
207
|
+
elif key == "logType":
|
208
|
+
suggest = "log_type"
|
209
|
+
|
210
|
+
if suggest:
|
211
|
+
pulumi.log.warn(f"Key '{key}' not found in DataAccessScopeDeniedDataAccessLabel. Access the value via the '{suggest}' property getter instead.")
|
212
|
+
|
213
|
+
def __getitem__(self, key: str) -> Any:
|
214
|
+
DataAccessScopeDeniedDataAccessLabel.__key_warning(key)
|
215
|
+
return super().__getitem__(key)
|
216
|
+
|
217
|
+
def get(self, key: str, default = None) -> Any:
|
218
|
+
DataAccessScopeDeniedDataAccessLabel.__key_warning(key)
|
219
|
+
return super().get(key, default)
|
220
|
+
|
221
|
+
def __init__(__self__, *,
|
222
|
+
asset_namespace: Optional[str] = None,
|
223
|
+
data_access_label: Optional[str] = None,
|
224
|
+
display_name: Optional[str] = None,
|
225
|
+
ingestion_label: Optional['outputs.DataAccessScopeDeniedDataAccessLabelIngestionLabel'] = None,
|
226
|
+
log_type: Optional[str] = None):
|
227
|
+
"""
|
228
|
+
:param str asset_namespace: The asset namespace configured in the forwarder
|
229
|
+
of the customer's events.
|
230
|
+
:param str data_access_label: The name of the data access label.
|
231
|
+
:param str display_name: (Output)
|
232
|
+
Output only. The display name of the label.
|
233
|
+
Data access label and log types's name
|
234
|
+
will match the display name of the resource.
|
235
|
+
The asset namespace will match the namespace itself.
|
236
|
+
The ingestion key value pair will match the key of the tuple.
|
237
|
+
:param 'DataAccessScopeDeniedDataAccessLabelIngestionLabelArgs' ingestion_label: Representation of an ingestion label type.
|
238
|
+
Structure is documented below.
|
239
|
+
:param str log_type: The name of the log type.
|
240
|
+
"""
|
241
|
+
if asset_namespace is not None:
|
242
|
+
pulumi.set(__self__, "asset_namespace", asset_namespace)
|
243
|
+
if data_access_label is not None:
|
244
|
+
pulumi.set(__self__, "data_access_label", data_access_label)
|
245
|
+
if display_name is not None:
|
246
|
+
pulumi.set(__self__, "display_name", display_name)
|
247
|
+
if ingestion_label is not None:
|
248
|
+
pulumi.set(__self__, "ingestion_label", ingestion_label)
|
249
|
+
if log_type is not None:
|
250
|
+
pulumi.set(__self__, "log_type", log_type)
|
251
|
+
|
252
|
+
@property
|
253
|
+
@pulumi.getter(name="assetNamespace")
|
254
|
+
def asset_namespace(self) -> Optional[str]:
|
255
|
+
"""
|
256
|
+
The asset namespace configured in the forwarder
|
257
|
+
of the customer's events.
|
258
|
+
"""
|
259
|
+
return pulumi.get(self, "asset_namespace")
|
260
|
+
|
261
|
+
@property
|
262
|
+
@pulumi.getter(name="dataAccessLabel")
|
263
|
+
def data_access_label(self) -> Optional[str]:
|
264
|
+
"""
|
265
|
+
The name of the data access label.
|
266
|
+
"""
|
267
|
+
return pulumi.get(self, "data_access_label")
|
268
|
+
|
269
|
+
@property
|
270
|
+
@pulumi.getter(name="displayName")
|
271
|
+
def display_name(self) -> Optional[str]:
|
272
|
+
"""
|
273
|
+
(Output)
|
274
|
+
Output only. The display name of the label.
|
275
|
+
Data access label and log types's name
|
276
|
+
will match the display name of the resource.
|
277
|
+
The asset namespace will match the namespace itself.
|
278
|
+
The ingestion key value pair will match the key of the tuple.
|
279
|
+
"""
|
280
|
+
return pulumi.get(self, "display_name")
|
281
|
+
|
282
|
+
@property
|
283
|
+
@pulumi.getter(name="ingestionLabel")
|
284
|
+
def ingestion_label(self) -> Optional['outputs.DataAccessScopeDeniedDataAccessLabelIngestionLabel']:
|
285
|
+
"""
|
286
|
+
Representation of an ingestion label type.
|
287
|
+
Structure is documented below.
|
288
|
+
"""
|
289
|
+
return pulumi.get(self, "ingestion_label")
|
290
|
+
|
291
|
+
@property
|
292
|
+
@pulumi.getter(name="logType")
|
293
|
+
def log_type(self) -> Optional[str]:
|
294
|
+
"""
|
295
|
+
The name of the log type.
|
296
|
+
"""
|
297
|
+
return pulumi.get(self, "log_type")
|
298
|
+
|
299
|
+
|
300
|
+
@pulumi.output_type
|
301
|
+
class DataAccessScopeDeniedDataAccessLabelIngestionLabel(dict):
|
302
|
+
@staticmethod
|
303
|
+
def __key_warning(key: str):
|
304
|
+
suggest = None
|
305
|
+
if key == "ingestionLabelKey":
|
306
|
+
suggest = "ingestion_label_key"
|
307
|
+
elif key == "ingestionLabelValue":
|
308
|
+
suggest = "ingestion_label_value"
|
309
|
+
|
310
|
+
if suggest:
|
311
|
+
pulumi.log.warn(f"Key '{key}' not found in DataAccessScopeDeniedDataAccessLabelIngestionLabel. Access the value via the '{suggest}' property getter instead.")
|
312
|
+
|
313
|
+
def __getitem__(self, key: str) -> Any:
|
314
|
+
DataAccessScopeDeniedDataAccessLabelIngestionLabel.__key_warning(key)
|
315
|
+
return super().__getitem__(key)
|
316
|
+
|
317
|
+
def get(self, key: str, default = None) -> Any:
|
318
|
+
DataAccessScopeDeniedDataAccessLabelIngestionLabel.__key_warning(key)
|
319
|
+
return super().get(key, default)
|
320
|
+
|
321
|
+
def __init__(__self__, *,
|
322
|
+
ingestion_label_key: str,
|
323
|
+
ingestion_label_value: Optional[str] = None):
|
324
|
+
"""
|
325
|
+
:param str ingestion_label_key: Required. The key of the ingestion label. Always required.
|
326
|
+
:param str ingestion_label_value: Optional. The value of the ingestion label. Optional. An object
|
327
|
+
with no provided value and some key provided would match
|
328
|
+
against the given key and ANY value.
|
329
|
+
"""
|
330
|
+
pulumi.set(__self__, "ingestion_label_key", ingestion_label_key)
|
331
|
+
if ingestion_label_value is not None:
|
332
|
+
pulumi.set(__self__, "ingestion_label_value", ingestion_label_value)
|
333
|
+
|
334
|
+
@property
|
335
|
+
@pulumi.getter(name="ingestionLabelKey")
|
336
|
+
def ingestion_label_key(self) -> str:
|
337
|
+
"""
|
338
|
+
Required. The key of the ingestion label. Always required.
|
339
|
+
"""
|
340
|
+
return pulumi.get(self, "ingestion_label_key")
|
341
|
+
|
342
|
+
@property
|
343
|
+
@pulumi.getter(name="ingestionLabelValue")
|
344
|
+
def ingestion_label_value(self) -> Optional[str]:
|
345
|
+
"""
|
346
|
+
Optional. The value of the ingestion label. Optional. An object
|
347
|
+
with no provided value and some key provided would match
|
348
|
+
against the given key and ANY value.
|
349
|
+
"""
|
350
|
+
return pulumi.get(self, "ingestion_label_value")
|
351
|
+
|
352
|
+
|
353
|
+
@pulumi.output_type
|
354
|
+
class ReferenceListEntry(dict):
|
355
|
+
def __init__(__self__, *,
|
356
|
+
value: str):
|
357
|
+
"""
|
358
|
+
:param str value: Required. The value of the entry. Maximum length is 512 characters.
|
359
|
+
|
360
|
+
- - -
|
361
|
+
"""
|
362
|
+
pulumi.set(__self__, "value", value)
|
363
|
+
|
364
|
+
@property
|
365
|
+
@pulumi.getter
|
366
|
+
def value(self) -> str:
|
367
|
+
"""
|
368
|
+
Required. The value of the entry. Maximum length is 512 characters.
|
369
|
+
|
370
|
+
- - -
|
371
|
+
"""
|
372
|
+
return pulumi.get(self, "value")
|
373
|
+
|
374
|
+
|
375
|
+
@pulumi.output_type
|
376
|
+
class ReferenceListScopeInfo(dict):
|
377
|
+
@staticmethod
|
378
|
+
def __key_warning(key: str):
|
379
|
+
suggest = None
|
380
|
+
if key == "referenceListScope":
|
381
|
+
suggest = "reference_list_scope"
|
382
|
+
|
383
|
+
if suggest:
|
384
|
+
pulumi.log.warn(f"Key '{key}' not found in ReferenceListScopeInfo. Access the value via the '{suggest}' property getter instead.")
|
385
|
+
|
386
|
+
def __getitem__(self, key: str) -> Any:
|
387
|
+
ReferenceListScopeInfo.__key_warning(key)
|
388
|
+
return super().__getitem__(key)
|
389
|
+
|
390
|
+
def get(self, key: str, default = None) -> Any:
|
391
|
+
ReferenceListScopeInfo.__key_warning(key)
|
392
|
+
return super().get(key, default)
|
393
|
+
|
394
|
+
def __init__(__self__, *,
|
395
|
+
reference_list_scope: 'outputs.ReferenceListScopeInfoReferenceListScope'):
|
396
|
+
"""
|
397
|
+
:param 'ReferenceListScopeInfoReferenceListScopeArgs' reference_list_scope: ReferenceListScope specifies the list of scope names of the reference list.
|
398
|
+
Structure is documented below.
|
399
|
+
"""
|
400
|
+
pulumi.set(__self__, "reference_list_scope", reference_list_scope)
|
401
|
+
|
402
|
+
@property
|
403
|
+
@pulumi.getter(name="referenceListScope")
|
404
|
+
def reference_list_scope(self) -> 'outputs.ReferenceListScopeInfoReferenceListScope':
|
405
|
+
"""
|
406
|
+
ReferenceListScope specifies the list of scope names of the reference list.
|
407
|
+
Structure is documented below.
|
408
|
+
"""
|
409
|
+
return pulumi.get(self, "reference_list_scope")
|
410
|
+
|
411
|
+
|
412
|
+
@pulumi.output_type
|
413
|
+
class ReferenceListScopeInfoReferenceListScope(dict):
|
414
|
+
@staticmethod
|
415
|
+
def __key_warning(key: str):
|
416
|
+
suggest = None
|
417
|
+
if key == "scopeNames":
|
418
|
+
suggest = "scope_names"
|
419
|
+
|
420
|
+
if suggest:
|
421
|
+
pulumi.log.warn(f"Key '{key}' not found in ReferenceListScopeInfoReferenceListScope. Access the value via the '{suggest}' property getter instead.")
|
422
|
+
|
423
|
+
def __getitem__(self, key: str) -> Any:
|
424
|
+
ReferenceListScopeInfoReferenceListScope.__key_warning(key)
|
425
|
+
return super().__getitem__(key)
|
426
|
+
|
427
|
+
def get(self, key: str, default = None) -> Any:
|
428
|
+
ReferenceListScopeInfoReferenceListScope.__key_warning(key)
|
429
|
+
return super().get(key, default)
|
430
|
+
|
431
|
+
def __init__(__self__, *,
|
432
|
+
scope_names: Optional[Sequence[str]] = None):
|
433
|
+
"""
|
434
|
+
:param Sequence[str] scope_names: Optional. The list of scope names of the reference list. The scope names should be
|
435
|
+
full resource names and should be of the format:
|
436
|
+
"projects/{project}/locations/{location}/instances/{instance}/dataAccessScopes/{scope_name}".
|
437
|
+
"""
|
438
|
+
if scope_names is not None:
|
439
|
+
pulumi.set(__self__, "scope_names", scope_names)
|
440
|
+
|
441
|
+
@property
|
442
|
+
@pulumi.getter(name="scopeNames")
|
443
|
+
def scope_names(self) -> Optional[Sequence[str]]:
|
444
|
+
"""
|
445
|
+
Optional. The list of scope names of the reference list. The scope names should be
|
446
|
+
full resource names and should be of the format:
|
447
|
+
"projects/{project}/locations/{location}/instances/{instance}/dataAccessScopes/{scope_name}".
|
448
|
+
"""
|
449
|
+
return pulumi.get(self, "scope_names")
|
450
|
+
|
451
|
+
|
452
|
+
@pulumi.output_type
|
453
|
+
class RuleCompilationDiagnostic(dict):
|
454
|
+
def __init__(__self__, *,
|
455
|
+
message: Optional[str] = None,
|
456
|
+
position: Optional['outputs.RuleCompilationDiagnosticPosition'] = None,
|
457
|
+
severity: Optional[str] = None,
|
458
|
+
uri: Optional[str] = None):
|
459
|
+
"""
|
460
|
+
:param str message: (Output)
|
461
|
+
Output only. The diagnostic message.
|
462
|
+
:param 'RuleCompilationDiagnosticPositionArgs' position: CompilationPosition represents the location of a compilation diagnostic in
|
463
|
+
rule text.
|
464
|
+
Structure is documented below.
|
465
|
+
:param str severity: (Output)
|
466
|
+
Output only. The severity of a rule's compilation diagnostic.
|
467
|
+
Possible values:
|
468
|
+
SEVERITY_UNSPECIFIED
|
469
|
+
WARNING
|
470
|
+
ERROR
|
471
|
+
:param str uri: (Output)
|
472
|
+
Output only. Link to documentation that describes a diagnostic in more detail.
|
473
|
+
"""
|
474
|
+
if message is not None:
|
475
|
+
pulumi.set(__self__, "message", message)
|
476
|
+
if position is not None:
|
477
|
+
pulumi.set(__self__, "position", position)
|
478
|
+
if severity is not None:
|
479
|
+
pulumi.set(__self__, "severity", severity)
|
480
|
+
if uri is not None:
|
481
|
+
pulumi.set(__self__, "uri", uri)
|
482
|
+
|
483
|
+
@property
|
484
|
+
@pulumi.getter
|
485
|
+
def message(self) -> Optional[str]:
|
486
|
+
"""
|
487
|
+
(Output)
|
488
|
+
Output only. The diagnostic message.
|
489
|
+
"""
|
490
|
+
return pulumi.get(self, "message")
|
491
|
+
|
492
|
+
@property
|
493
|
+
@pulumi.getter
|
494
|
+
def position(self) -> Optional['outputs.RuleCompilationDiagnosticPosition']:
|
495
|
+
"""
|
496
|
+
CompilationPosition represents the location of a compilation diagnostic in
|
497
|
+
rule text.
|
498
|
+
Structure is documented below.
|
499
|
+
"""
|
500
|
+
return pulumi.get(self, "position")
|
501
|
+
|
502
|
+
@property
|
503
|
+
@pulumi.getter
|
504
|
+
def severity(self) -> Optional[str]:
|
505
|
+
"""
|
506
|
+
(Output)
|
507
|
+
Output only. The severity of a rule's compilation diagnostic.
|
508
|
+
Possible values:
|
509
|
+
SEVERITY_UNSPECIFIED
|
510
|
+
WARNING
|
511
|
+
ERROR
|
512
|
+
"""
|
513
|
+
return pulumi.get(self, "severity")
|
514
|
+
|
515
|
+
@property
|
516
|
+
@pulumi.getter
|
517
|
+
def uri(self) -> Optional[str]:
|
518
|
+
"""
|
519
|
+
(Output)
|
520
|
+
Output only. Link to documentation that describes a diagnostic in more detail.
|
521
|
+
"""
|
522
|
+
return pulumi.get(self, "uri")
|
523
|
+
|
524
|
+
|
525
|
+
@pulumi.output_type
|
526
|
+
class RuleCompilationDiagnosticPosition(dict):
|
527
|
+
@staticmethod
|
528
|
+
def __key_warning(key: str):
|
529
|
+
suggest = None
|
530
|
+
if key == "endColumn":
|
531
|
+
suggest = "end_column"
|
532
|
+
elif key == "endLine":
|
533
|
+
suggest = "end_line"
|
534
|
+
elif key == "startColumn":
|
535
|
+
suggest = "start_column"
|
536
|
+
elif key == "startLine":
|
537
|
+
suggest = "start_line"
|
538
|
+
|
539
|
+
if suggest:
|
540
|
+
pulumi.log.warn(f"Key '{key}' not found in RuleCompilationDiagnosticPosition. Access the value via the '{suggest}' property getter instead.")
|
541
|
+
|
542
|
+
def __getitem__(self, key: str) -> Any:
|
543
|
+
RuleCompilationDiagnosticPosition.__key_warning(key)
|
544
|
+
return super().__getitem__(key)
|
545
|
+
|
546
|
+
def get(self, key: str, default = None) -> Any:
|
547
|
+
RuleCompilationDiagnosticPosition.__key_warning(key)
|
548
|
+
return super().get(key, default)
|
549
|
+
|
550
|
+
def __init__(__self__, *,
|
551
|
+
end_column: Optional[int] = None,
|
552
|
+
end_line: Optional[int] = None,
|
553
|
+
start_column: Optional[int] = None,
|
554
|
+
start_line: Optional[int] = None):
|
555
|
+
"""
|
556
|
+
:param int end_column: (Output)
|
557
|
+
Output only. End column number, beginning at 1.
|
558
|
+
:param int end_line: (Output)
|
559
|
+
Output only. End line number, beginning at 1.
|
560
|
+
:param int start_column: (Output)
|
561
|
+
Output only. Start column number, beginning at 1.
|
562
|
+
:param int start_line: (Output)
|
563
|
+
Output only. Start line number, beginning at 1.
|
564
|
+
"""
|
565
|
+
if end_column is not None:
|
566
|
+
pulumi.set(__self__, "end_column", end_column)
|
567
|
+
if end_line is not None:
|
568
|
+
pulumi.set(__self__, "end_line", end_line)
|
569
|
+
if start_column is not None:
|
570
|
+
pulumi.set(__self__, "start_column", start_column)
|
571
|
+
if start_line is not None:
|
572
|
+
pulumi.set(__self__, "start_line", start_line)
|
573
|
+
|
574
|
+
@property
|
575
|
+
@pulumi.getter(name="endColumn")
|
576
|
+
def end_column(self) -> Optional[int]:
|
577
|
+
"""
|
578
|
+
(Output)
|
579
|
+
Output only. End column number, beginning at 1.
|
580
|
+
"""
|
581
|
+
return pulumi.get(self, "end_column")
|
582
|
+
|
583
|
+
@property
|
584
|
+
@pulumi.getter(name="endLine")
|
585
|
+
def end_line(self) -> Optional[int]:
|
586
|
+
"""
|
587
|
+
(Output)
|
588
|
+
Output only. End line number, beginning at 1.
|
589
|
+
"""
|
590
|
+
return pulumi.get(self, "end_line")
|
591
|
+
|
592
|
+
@property
|
593
|
+
@pulumi.getter(name="startColumn")
|
594
|
+
def start_column(self) -> Optional[int]:
|
595
|
+
"""
|
596
|
+
(Output)
|
597
|
+
Output only. Start column number, beginning at 1.
|
598
|
+
"""
|
599
|
+
return pulumi.get(self, "start_column")
|
600
|
+
|
601
|
+
@property
|
602
|
+
@pulumi.getter(name="startLine")
|
603
|
+
def start_line(self) -> Optional[int]:
|
604
|
+
"""
|
605
|
+
(Output)
|
606
|
+
Output only. Start line number, beginning at 1.
|
607
|
+
"""
|
608
|
+
return pulumi.get(self, "start_line")
|
609
|
+
|
610
|
+
|
611
|
+
@pulumi.output_type
|
612
|
+
class RuleSeverity(dict):
|
613
|
+
@staticmethod
|
614
|
+
def __key_warning(key: str):
|
615
|
+
suggest = None
|
616
|
+
if key == "displayName":
|
617
|
+
suggest = "display_name"
|
618
|
+
|
619
|
+
if suggest:
|
620
|
+
pulumi.log.warn(f"Key '{key}' not found in RuleSeverity. Access the value via the '{suggest}' property getter instead.")
|
621
|
+
|
622
|
+
def __getitem__(self, key: str) -> Any:
|
623
|
+
RuleSeverity.__key_warning(key)
|
624
|
+
return super().__getitem__(key)
|
625
|
+
|
626
|
+
def get(self, key: str, default = None) -> Any:
|
627
|
+
RuleSeverity.__key_warning(key)
|
628
|
+
return super().get(key, default)
|
629
|
+
|
630
|
+
def __init__(__self__, *,
|
631
|
+
display_name: Optional[str] = None):
|
632
|
+
"""
|
633
|
+
:param str display_name: The display name of the severity level. Extracted from the meta section of
|
634
|
+
the rule text.
|
635
|
+
"""
|
636
|
+
if display_name is not None:
|
637
|
+
pulumi.set(__self__, "display_name", display_name)
|
638
|
+
|
639
|
+
@property
|
640
|
+
@pulumi.getter(name="displayName")
|
641
|
+
def display_name(self) -> Optional[str]:
|
642
|
+
"""
|
643
|
+
The display name of the severity level. Extracted from the meta section of
|
644
|
+
the rule text.
|
645
|
+
"""
|
646
|
+
return pulumi.get(self, "display_name")
|
647
|
+
|
648
|
+
|
25
649
|
@pulumi.output_type
|
26
650
|
class WatchlistEntityCount(dict):
|
27
651
|
def __init__(__self__, *,
|