pulumi-gcp 7.21.0__py3-none-any.whl → 7.21.0a1714149635__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 -40
- pulumi_gcp/alloydb/_inputs.py +0 -74
- pulumi_gcp/alloydb/backup.py +12 -0
- pulumi_gcp/alloydb/cluster.py +12 -0
- pulumi_gcp/alloydb/instance.py +81 -90
- pulumi_gcp/alloydb/outputs.py +0 -98
- pulumi_gcp/apigee/environment.py +0 -47
- pulumi_gcp/apigee/sharedflow.py +20 -0
- pulumi_gcp/appengine/flexible_app_version.py +20 -0
- pulumi_gcp/applicationintegration/__init__.py +0 -1
- pulumi_gcp/applicationintegration/_inputs.py +0 -843
- pulumi_gcp/applicationintegration/outputs.py +0 -891
- pulumi_gcp/bigquerydatapolicy/_inputs.py +4 -21
- pulumi_gcp/bigquerydatapolicy/data_policy.py +0 -78
- pulumi_gcp/bigquerydatapolicy/outputs.py +3 -16
- pulumi_gcp/certificateauthority/_inputs.py +12 -92
- pulumi_gcp/certificateauthority/authority.py +27 -117
- pulumi_gcp/certificateauthority/certificate.py +0 -176
- pulumi_gcp/certificateauthority/outputs.py +12 -144
- pulumi_gcp/cloudbuild/worker_pool.py +12 -0
- pulumi_gcp/cloudbuildv2/connection.py +12 -0
- pulumi_gcp/cloudbuildv2/repository.py +12 -0
- pulumi_gcp/clouddeploy/automation.py +12 -0
- pulumi_gcp/clouddeploy/custom_target_type.py +12 -0
- pulumi_gcp/clouddeploy/delivery_pipeline.py +12 -0
- pulumi_gcp/clouddeploy/target.py +12 -0
- pulumi_gcp/cloudrunv2/job.py +12 -0
- pulumi_gcp/cloudrunv2/service.py +12 -0
- pulumi_gcp/composer/__init__.py +0 -1
- pulumi_gcp/composer/environment.py +47 -35
- pulumi_gcp/compute/__init__.py +0 -1
- pulumi_gcp/compute/_inputs.py +58 -121
- pulumi_gcp/compute/forwarding_rule.py +13 -0
- pulumi_gcp/compute/global_address.py +12 -0
- pulumi_gcp/compute/global_forwarding_rule.py +282 -0
- pulumi_gcp/compute/instance_from_machine_image.py +46 -14
- pulumi_gcp/compute/instance_from_template.py +46 -14
- pulumi_gcp/compute/outputs.py +65 -120
- pulumi_gcp/compute/region_instance_template.py +13 -0
- pulumi_gcp/compute/region_target_https_proxy.py +0 -257
- pulumi_gcp/compute/region_url_map.py +470 -0
- pulumi_gcp/container/attached_cluster.py +12 -0
- pulumi_gcp/container/aws_cluster.py +12 -0
- pulumi_gcp/container/aws_node_pool.py +12 -0
- pulumi_gcp/container/azure_cluster.py +12 -0
- pulumi_gcp/container/azure_node_pool.py +12 -0
- pulumi_gcp/container/cluster.py +20 -0
- pulumi_gcp/dataflow/flex_template_job.py +39 -0
- pulumi_gcp/dataloss/__init__.py +0 -1
- pulumi_gcp/dataloss/_inputs.py +0 -1040
- pulumi_gcp/dataloss/outputs.py +0 -1123
- pulumi_gcp/dataproc/cluster.py +20 -0
- pulumi_gcp/dataproc/workflow_template.py +26 -21
- pulumi_gcp/deploymentmanager/deployment.py +34 -0
- pulumi_gcp/dns/_inputs.py +2 -2
- pulumi_gcp/dns/outputs.py +2 -2
- pulumi_gcp/dns/record_set.py +36 -2
- pulumi_gcp/filestore/get_instance.py +1 -11
- pulumi_gcp/filestore/instance.py +0 -101
- pulumi_gcp/firebase/_inputs.py +0 -16
- pulumi_gcp/firebase/android_app.py +27 -0
- pulumi_gcp/firebase/app_check_play_integrity_config.py +0 -20
- pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +0 -10
- pulumi_gcp/firebase/app_check_service_config.py +125 -0
- pulumi_gcp/firebase/apple_app.py +27 -0
- pulumi_gcp/firebase/hosting_custom_domain.py +27 -0
- pulumi_gcp/firebase/hosting_version.py +0 -44
- pulumi_gcp/firebase/outputs.py +0 -12
- pulumi_gcp/firebase/web_app.py +20 -0
- pulumi_gcp/firestore/database.py +68 -0
- pulumi_gcp/gkeonprem/bare_metal_admin_cluster.py +12 -0
- pulumi_gcp/gkeonprem/bare_metal_cluster.py +12 -0
- pulumi_gcp/gkeonprem/bare_metal_node_pool.py +12 -0
- pulumi_gcp/gkeonprem/v_mware_cluster.py +12 -0
- pulumi_gcp/gkeonprem/v_mware_node_pool.py +12 -0
- pulumi_gcp/logging/folder_sink.py +0 -54
- pulumi_gcp/logging/organization_sink.py +0 -54
- pulumi_gcp/monitoring/_inputs.py +2 -46
- pulumi_gcp/monitoring/outputs.py +2 -40
- pulumi_gcp/monitoring/uptime_check_config.py +0 -6
- pulumi_gcp/netapp/active_directory.py +20 -0
- pulumi_gcp/netapp/volume_replication.py +68 -0
- pulumi_gcp/networkconnectivity/__init__.py +0 -1
- pulumi_gcp/secretmanager/get_secret.py +3 -13
- pulumi_gcp/secretmanager/outputs.py +1 -20
- pulumi_gcp/secretmanager/secret.py +15 -90
- pulumi_gcp/servicenetworking/connection.py +20 -0
- pulumi_gcp/spanner/database.py +41 -0
- pulumi_gcp/spanner/instance.py +40 -0
- pulumi_gcp/storage/__init__.py +0 -1
- pulumi_gcp/storage/bucket.py +12 -0
- pulumi_gcp/storage/outputs.py +0 -63
- pulumi_gcp/workstations/workstation.py +12 -0
- pulumi_gcp/workstations/workstation_cluster.py +12 -0
- pulumi_gcp/workstations/workstation_config.py +12 -0
- {pulumi_gcp-7.21.0.dist-info → pulumi_gcp-7.21.0a1714149635.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.21.0.dist-info → pulumi_gcp-7.21.0a1714149635.dist-info}/RECORD +99 -105
- pulumi_gcp/applicationintegration/auth_config.py +0 -998
- pulumi_gcp/composer/user_workloads_secret.py +0 -441
- pulumi_gcp/compute/security_policy_rule.py +0 -850
- pulumi_gcp/dataloss/prevention_discovery_config.py +0 -737
- pulumi_gcp/networkconnectivity/internal_range.py +0 -1024
- pulumi_gcp/storage/get_bucket_objects.py +0 -153
- {pulumi_gcp-7.21.0.dist-info → pulumi_gcp-7.21.0a1714149635.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.21.0.dist-info → pulumi_gcp-7.21.0a1714149635.dist-info}/top_level.txt +0 -0
pulumi_gcp/dataloss/_inputs.py
CHANGED
@@ -208,31 +208,6 @@ __all__ = [
|
|
208
208
|
'PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppressionConditionExpressionsConditionsConditionValueArgs',
|
209
209
|
'PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppressionConditionExpressionsConditionsConditionValueDateValueArgs',
|
210
210
|
'PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppressionConditionExpressionsConditionsConditionValueTimeValueArgs',
|
211
|
-
'PreventionDiscoveryConfigActionArgs',
|
212
|
-
'PreventionDiscoveryConfigActionExportDataArgs',
|
213
|
-
'PreventionDiscoveryConfigActionExportDataProfileTableArgs',
|
214
|
-
'PreventionDiscoveryConfigActionPubSubNotificationArgs',
|
215
|
-
'PreventionDiscoveryConfigActionPubSubNotificationPubsubConditionArgs',
|
216
|
-
'PreventionDiscoveryConfigActionPubSubNotificationPubsubConditionExpressionsArgs',
|
217
|
-
'PreventionDiscoveryConfigActionPubSubNotificationPubsubConditionExpressionsConditionArgs',
|
218
|
-
'PreventionDiscoveryConfigErrorArgs',
|
219
|
-
'PreventionDiscoveryConfigErrorDetailsArgs',
|
220
|
-
'PreventionDiscoveryConfigOrgConfigArgs',
|
221
|
-
'PreventionDiscoveryConfigOrgConfigLocationArgs',
|
222
|
-
'PreventionDiscoveryConfigTargetArgs',
|
223
|
-
'PreventionDiscoveryConfigTargetBigQueryTargetArgs',
|
224
|
-
'PreventionDiscoveryConfigTargetBigQueryTargetCadenceArgs',
|
225
|
-
'PreventionDiscoveryConfigTargetBigQueryTargetCadenceSchemaModifiedCadenceArgs',
|
226
|
-
'PreventionDiscoveryConfigTargetBigQueryTargetCadenceTableModifiedCadenceArgs',
|
227
|
-
'PreventionDiscoveryConfigTargetBigQueryTargetConditionsArgs',
|
228
|
-
'PreventionDiscoveryConfigTargetBigQueryTargetConditionsOrConditionsArgs',
|
229
|
-
'PreventionDiscoveryConfigTargetBigQueryTargetConditionsTypesArgs',
|
230
|
-
'PreventionDiscoveryConfigTargetBigQueryTargetDisabledArgs',
|
231
|
-
'PreventionDiscoveryConfigTargetBigQueryTargetFilterArgs',
|
232
|
-
'PreventionDiscoveryConfigTargetBigQueryTargetFilterOtherTablesArgs',
|
233
|
-
'PreventionDiscoveryConfigTargetBigQueryTargetFilterTablesArgs',
|
234
|
-
'PreventionDiscoveryConfigTargetBigQueryTargetFilterTablesIncludeRegexesArgs',
|
235
|
-
'PreventionDiscoveryConfigTargetBigQueryTargetFilterTablesIncludeRegexesPatternArgs',
|
236
211
|
'PreventionInspectTemplateInspectConfigArgs',
|
237
212
|
'PreventionInspectTemplateInspectConfigCustomInfoTypeArgs',
|
238
213
|
'PreventionInspectTemplateInspectConfigCustomInfoTypeDictionaryArgs',
|
@@ -11290,1021 +11265,6 @@ class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSup
|
|
11290
11265
|
pulumi.set(self, "seconds", value)
|
11291
11266
|
|
11292
11267
|
|
11293
|
-
@pulumi.input_type
|
11294
|
-
class PreventionDiscoveryConfigActionArgs:
|
11295
|
-
def __init__(__self__, *,
|
11296
|
-
export_data: Optional[pulumi.Input['PreventionDiscoveryConfigActionExportDataArgs']] = None,
|
11297
|
-
pub_sub_notification: Optional[pulumi.Input['PreventionDiscoveryConfigActionPubSubNotificationArgs']] = None):
|
11298
|
-
"""
|
11299
|
-
:param pulumi.Input['PreventionDiscoveryConfigActionExportDataArgs'] export_data: Export data profiles into a provided location
|
11300
|
-
Structure is documented below.
|
11301
|
-
:param pulumi.Input['PreventionDiscoveryConfigActionPubSubNotificationArgs'] pub_sub_notification: Publish a message into the Pub/Sub topic.
|
11302
|
-
Structure is documented below.
|
11303
|
-
"""
|
11304
|
-
if export_data is not None:
|
11305
|
-
pulumi.set(__self__, "export_data", export_data)
|
11306
|
-
if pub_sub_notification is not None:
|
11307
|
-
pulumi.set(__self__, "pub_sub_notification", pub_sub_notification)
|
11308
|
-
|
11309
|
-
@property
|
11310
|
-
@pulumi.getter(name="exportData")
|
11311
|
-
def export_data(self) -> Optional[pulumi.Input['PreventionDiscoveryConfigActionExportDataArgs']]:
|
11312
|
-
"""
|
11313
|
-
Export data profiles into a provided location
|
11314
|
-
Structure is documented below.
|
11315
|
-
"""
|
11316
|
-
return pulumi.get(self, "export_data")
|
11317
|
-
|
11318
|
-
@export_data.setter
|
11319
|
-
def export_data(self, value: Optional[pulumi.Input['PreventionDiscoveryConfigActionExportDataArgs']]):
|
11320
|
-
pulumi.set(self, "export_data", value)
|
11321
|
-
|
11322
|
-
@property
|
11323
|
-
@pulumi.getter(name="pubSubNotification")
|
11324
|
-
def pub_sub_notification(self) -> Optional[pulumi.Input['PreventionDiscoveryConfigActionPubSubNotificationArgs']]:
|
11325
|
-
"""
|
11326
|
-
Publish a message into the Pub/Sub topic.
|
11327
|
-
Structure is documented below.
|
11328
|
-
"""
|
11329
|
-
return pulumi.get(self, "pub_sub_notification")
|
11330
|
-
|
11331
|
-
@pub_sub_notification.setter
|
11332
|
-
def pub_sub_notification(self, value: Optional[pulumi.Input['PreventionDiscoveryConfigActionPubSubNotificationArgs']]):
|
11333
|
-
pulumi.set(self, "pub_sub_notification", value)
|
11334
|
-
|
11335
|
-
|
11336
|
-
@pulumi.input_type
|
11337
|
-
class PreventionDiscoveryConfigActionExportDataArgs:
|
11338
|
-
def __init__(__self__, *,
|
11339
|
-
profile_table: Optional[pulumi.Input['PreventionDiscoveryConfigActionExportDataProfileTableArgs']] = None):
|
11340
|
-
"""
|
11341
|
-
:param pulumi.Input['PreventionDiscoveryConfigActionExportDataProfileTableArgs'] profile_table: Store all table and column profiles in an existing table or a new table in an existing dataset. Each re-generation will result in a new row in BigQuery
|
11342
|
-
Structure is documented below.
|
11343
|
-
"""
|
11344
|
-
if profile_table is not None:
|
11345
|
-
pulumi.set(__self__, "profile_table", profile_table)
|
11346
|
-
|
11347
|
-
@property
|
11348
|
-
@pulumi.getter(name="profileTable")
|
11349
|
-
def profile_table(self) -> Optional[pulumi.Input['PreventionDiscoveryConfigActionExportDataProfileTableArgs']]:
|
11350
|
-
"""
|
11351
|
-
Store all table and column profiles in an existing table or a new table in an existing dataset. Each re-generation will result in a new row in BigQuery
|
11352
|
-
Structure is documented below.
|
11353
|
-
"""
|
11354
|
-
return pulumi.get(self, "profile_table")
|
11355
|
-
|
11356
|
-
@profile_table.setter
|
11357
|
-
def profile_table(self, value: Optional[pulumi.Input['PreventionDiscoveryConfigActionExportDataProfileTableArgs']]):
|
11358
|
-
pulumi.set(self, "profile_table", value)
|
11359
|
-
|
11360
|
-
|
11361
|
-
@pulumi.input_type
|
11362
|
-
class PreventionDiscoveryConfigActionExportDataProfileTableArgs:
|
11363
|
-
def __init__(__self__, *,
|
11364
|
-
dataset_id: Optional[pulumi.Input[str]] = None,
|
11365
|
-
project_id: Optional[pulumi.Input[str]] = None,
|
11366
|
-
table_id: Optional[pulumi.Input[str]] = None):
|
11367
|
-
"""
|
11368
|
-
:param pulumi.Input[str] dataset_id: Dataset Id of the table
|
11369
|
-
:param pulumi.Input[str] project_id: The Google Cloud Platform project ID of the project containing the table. If omitted, the project ID is inferred from the API call.
|
11370
|
-
:param pulumi.Input[str] table_id: Name of the table
|
11371
|
-
"""
|
11372
|
-
if dataset_id is not None:
|
11373
|
-
pulumi.set(__self__, "dataset_id", dataset_id)
|
11374
|
-
if project_id is not None:
|
11375
|
-
pulumi.set(__self__, "project_id", project_id)
|
11376
|
-
if table_id is not None:
|
11377
|
-
pulumi.set(__self__, "table_id", table_id)
|
11378
|
-
|
11379
|
-
@property
|
11380
|
-
@pulumi.getter(name="datasetId")
|
11381
|
-
def dataset_id(self) -> Optional[pulumi.Input[str]]:
|
11382
|
-
"""
|
11383
|
-
Dataset Id of the table
|
11384
|
-
"""
|
11385
|
-
return pulumi.get(self, "dataset_id")
|
11386
|
-
|
11387
|
-
@dataset_id.setter
|
11388
|
-
def dataset_id(self, value: Optional[pulumi.Input[str]]):
|
11389
|
-
pulumi.set(self, "dataset_id", value)
|
11390
|
-
|
11391
|
-
@property
|
11392
|
-
@pulumi.getter(name="projectId")
|
11393
|
-
def project_id(self) -> Optional[pulumi.Input[str]]:
|
11394
|
-
"""
|
11395
|
-
The Google Cloud Platform project ID of the project containing the table. If omitted, the project ID is inferred from the API call.
|
11396
|
-
"""
|
11397
|
-
return pulumi.get(self, "project_id")
|
11398
|
-
|
11399
|
-
@project_id.setter
|
11400
|
-
def project_id(self, value: Optional[pulumi.Input[str]]):
|
11401
|
-
pulumi.set(self, "project_id", value)
|
11402
|
-
|
11403
|
-
@property
|
11404
|
-
@pulumi.getter(name="tableId")
|
11405
|
-
def table_id(self) -> Optional[pulumi.Input[str]]:
|
11406
|
-
"""
|
11407
|
-
Name of the table
|
11408
|
-
"""
|
11409
|
-
return pulumi.get(self, "table_id")
|
11410
|
-
|
11411
|
-
@table_id.setter
|
11412
|
-
def table_id(self, value: Optional[pulumi.Input[str]]):
|
11413
|
-
pulumi.set(self, "table_id", value)
|
11414
|
-
|
11415
|
-
|
11416
|
-
@pulumi.input_type
|
11417
|
-
class PreventionDiscoveryConfigActionPubSubNotificationArgs:
|
11418
|
-
def __init__(__self__, *,
|
11419
|
-
detail_of_message: Optional[pulumi.Input[str]] = None,
|
11420
|
-
event: Optional[pulumi.Input[str]] = None,
|
11421
|
-
pubsub_condition: Optional[pulumi.Input['PreventionDiscoveryConfigActionPubSubNotificationPubsubConditionArgs']] = None,
|
11422
|
-
topic: Optional[pulumi.Input[str]] = None):
|
11423
|
-
"""
|
11424
|
-
:param pulumi.Input[str] detail_of_message: How much data to include in the pub/sub message.
|
11425
|
-
Possible values are: `TABLE_PROFILE`, `RESOURCE_NAME`.
|
11426
|
-
:param pulumi.Input[str] event: The type of event that triggers a Pub/Sub. At most one PubSubNotification per EventType is permitted.
|
11427
|
-
Possible values are: `NEW_PROFILE`, `CHANGED_PROFILE`, `SCORE_INCREASED`, `ERROR_CHANGED`.
|
11428
|
-
:param pulumi.Input['PreventionDiscoveryConfigActionPubSubNotificationPubsubConditionArgs'] pubsub_condition: Conditions for triggering pubsub
|
11429
|
-
Structure is documented below.
|
11430
|
-
:param pulumi.Input[str] topic: Cloud Pub/Sub topic to send notifications to. Format is projects/{project}/topics/{topic}.
|
11431
|
-
"""
|
11432
|
-
if detail_of_message is not None:
|
11433
|
-
pulumi.set(__self__, "detail_of_message", detail_of_message)
|
11434
|
-
if event is not None:
|
11435
|
-
pulumi.set(__self__, "event", event)
|
11436
|
-
if pubsub_condition is not None:
|
11437
|
-
pulumi.set(__self__, "pubsub_condition", pubsub_condition)
|
11438
|
-
if topic is not None:
|
11439
|
-
pulumi.set(__self__, "topic", topic)
|
11440
|
-
|
11441
|
-
@property
|
11442
|
-
@pulumi.getter(name="detailOfMessage")
|
11443
|
-
def detail_of_message(self) -> Optional[pulumi.Input[str]]:
|
11444
|
-
"""
|
11445
|
-
How much data to include in the pub/sub message.
|
11446
|
-
Possible values are: `TABLE_PROFILE`, `RESOURCE_NAME`.
|
11447
|
-
"""
|
11448
|
-
return pulumi.get(self, "detail_of_message")
|
11449
|
-
|
11450
|
-
@detail_of_message.setter
|
11451
|
-
def detail_of_message(self, value: Optional[pulumi.Input[str]]):
|
11452
|
-
pulumi.set(self, "detail_of_message", value)
|
11453
|
-
|
11454
|
-
@property
|
11455
|
-
@pulumi.getter
|
11456
|
-
def event(self) -> Optional[pulumi.Input[str]]:
|
11457
|
-
"""
|
11458
|
-
The type of event that triggers a Pub/Sub. At most one PubSubNotification per EventType is permitted.
|
11459
|
-
Possible values are: `NEW_PROFILE`, `CHANGED_PROFILE`, `SCORE_INCREASED`, `ERROR_CHANGED`.
|
11460
|
-
"""
|
11461
|
-
return pulumi.get(self, "event")
|
11462
|
-
|
11463
|
-
@event.setter
|
11464
|
-
def event(self, value: Optional[pulumi.Input[str]]):
|
11465
|
-
pulumi.set(self, "event", value)
|
11466
|
-
|
11467
|
-
@property
|
11468
|
-
@pulumi.getter(name="pubsubCondition")
|
11469
|
-
def pubsub_condition(self) -> Optional[pulumi.Input['PreventionDiscoveryConfigActionPubSubNotificationPubsubConditionArgs']]:
|
11470
|
-
"""
|
11471
|
-
Conditions for triggering pubsub
|
11472
|
-
Structure is documented below.
|
11473
|
-
"""
|
11474
|
-
return pulumi.get(self, "pubsub_condition")
|
11475
|
-
|
11476
|
-
@pubsub_condition.setter
|
11477
|
-
def pubsub_condition(self, value: Optional[pulumi.Input['PreventionDiscoveryConfigActionPubSubNotificationPubsubConditionArgs']]):
|
11478
|
-
pulumi.set(self, "pubsub_condition", value)
|
11479
|
-
|
11480
|
-
@property
|
11481
|
-
@pulumi.getter
|
11482
|
-
def topic(self) -> Optional[pulumi.Input[str]]:
|
11483
|
-
"""
|
11484
|
-
Cloud Pub/Sub topic to send notifications to. Format is projects/{project}/topics/{topic}.
|
11485
|
-
"""
|
11486
|
-
return pulumi.get(self, "topic")
|
11487
|
-
|
11488
|
-
@topic.setter
|
11489
|
-
def topic(self, value: Optional[pulumi.Input[str]]):
|
11490
|
-
pulumi.set(self, "topic", value)
|
11491
|
-
|
11492
|
-
|
11493
|
-
@pulumi.input_type
|
11494
|
-
class PreventionDiscoveryConfigActionPubSubNotificationPubsubConditionArgs:
|
11495
|
-
def __init__(__self__, *,
|
11496
|
-
expressions: Optional[pulumi.Input['PreventionDiscoveryConfigActionPubSubNotificationPubsubConditionExpressionsArgs']] = None):
|
11497
|
-
"""
|
11498
|
-
:param pulumi.Input['PreventionDiscoveryConfigActionPubSubNotificationPubsubConditionExpressionsArgs'] expressions: An expression
|
11499
|
-
Structure is documented below.
|
11500
|
-
"""
|
11501
|
-
if expressions is not None:
|
11502
|
-
pulumi.set(__self__, "expressions", expressions)
|
11503
|
-
|
11504
|
-
@property
|
11505
|
-
@pulumi.getter
|
11506
|
-
def expressions(self) -> Optional[pulumi.Input['PreventionDiscoveryConfigActionPubSubNotificationPubsubConditionExpressionsArgs']]:
|
11507
|
-
"""
|
11508
|
-
An expression
|
11509
|
-
Structure is documented below.
|
11510
|
-
"""
|
11511
|
-
return pulumi.get(self, "expressions")
|
11512
|
-
|
11513
|
-
@expressions.setter
|
11514
|
-
def expressions(self, value: Optional[pulumi.Input['PreventionDiscoveryConfigActionPubSubNotificationPubsubConditionExpressionsArgs']]):
|
11515
|
-
pulumi.set(self, "expressions", value)
|
11516
|
-
|
11517
|
-
|
11518
|
-
@pulumi.input_type
|
11519
|
-
class PreventionDiscoveryConfigActionPubSubNotificationPubsubConditionExpressionsArgs:
|
11520
|
-
def __init__(__self__, *,
|
11521
|
-
conditions: Optional[pulumi.Input[Sequence[pulumi.Input['PreventionDiscoveryConfigActionPubSubNotificationPubsubConditionExpressionsConditionArgs']]]] = None,
|
11522
|
-
logical_operator: Optional[pulumi.Input[str]] = None):
|
11523
|
-
"""
|
11524
|
-
:param pulumi.Input[Sequence[pulumi.Input['PreventionDiscoveryConfigActionPubSubNotificationPubsubConditionExpressionsConditionArgs']]] conditions: Conditions to apply to the expression
|
11525
|
-
Structure is documented below.
|
11526
|
-
:param pulumi.Input[str] logical_operator: The operator to apply to the collection of conditions
|
11527
|
-
Possible values are: `OR`, `AND`.
|
11528
|
-
"""
|
11529
|
-
if conditions is not None:
|
11530
|
-
pulumi.set(__self__, "conditions", conditions)
|
11531
|
-
if logical_operator is not None:
|
11532
|
-
pulumi.set(__self__, "logical_operator", logical_operator)
|
11533
|
-
|
11534
|
-
@property
|
11535
|
-
@pulumi.getter
|
11536
|
-
def conditions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PreventionDiscoveryConfigActionPubSubNotificationPubsubConditionExpressionsConditionArgs']]]]:
|
11537
|
-
"""
|
11538
|
-
Conditions to apply to the expression
|
11539
|
-
Structure is documented below.
|
11540
|
-
"""
|
11541
|
-
return pulumi.get(self, "conditions")
|
11542
|
-
|
11543
|
-
@conditions.setter
|
11544
|
-
def conditions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['PreventionDiscoveryConfigActionPubSubNotificationPubsubConditionExpressionsConditionArgs']]]]):
|
11545
|
-
pulumi.set(self, "conditions", value)
|
11546
|
-
|
11547
|
-
@property
|
11548
|
-
@pulumi.getter(name="logicalOperator")
|
11549
|
-
def logical_operator(self) -> Optional[pulumi.Input[str]]:
|
11550
|
-
"""
|
11551
|
-
The operator to apply to the collection of conditions
|
11552
|
-
Possible values are: `OR`, `AND`.
|
11553
|
-
"""
|
11554
|
-
return pulumi.get(self, "logical_operator")
|
11555
|
-
|
11556
|
-
@logical_operator.setter
|
11557
|
-
def logical_operator(self, value: Optional[pulumi.Input[str]]):
|
11558
|
-
pulumi.set(self, "logical_operator", value)
|
11559
|
-
|
11560
|
-
|
11561
|
-
@pulumi.input_type
|
11562
|
-
class PreventionDiscoveryConfigActionPubSubNotificationPubsubConditionExpressionsConditionArgs:
|
11563
|
-
def __init__(__self__, *,
|
11564
|
-
minimum_risk_score: Optional[pulumi.Input[str]] = None,
|
11565
|
-
minimum_sensitivity_score: Optional[pulumi.Input[str]] = None):
|
11566
|
-
"""
|
11567
|
-
:param pulumi.Input[str] minimum_risk_score: The minimum data risk score that triggers the condition.
|
11568
|
-
Possible values are: `HIGH`, `MEDIUM_OR_HIGH`.
|
11569
|
-
:param pulumi.Input[str] minimum_sensitivity_score: The minimum sensitivity level that triggers the condition.
|
11570
|
-
Possible values are: `HIGH`, `MEDIUM_OR_HIGH`.
|
11571
|
-
"""
|
11572
|
-
if minimum_risk_score is not None:
|
11573
|
-
pulumi.set(__self__, "minimum_risk_score", minimum_risk_score)
|
11574
|
-
if minimum_sensitivity_score is not None:
|
11575
|
-
pulumi.set(__self__, "minimum_sensitivity_score", minimum_sensitivity_score)
|
11576
|
-
|
11577
|
-
@property
|
11578
|
-
@pulumi.getter(name="minimumRiskScore")
|
11579
|
-
def minimum_risk_score(self) -> Optional[pulumi.Input[str]]:
|
11580
|
-
"""
|
11581
|
-
The minimum data risk score that triggers the condition.
|
11582
|
-
Possible values are: `HIGH`, `MEDIUM_OR_HIGH`.
|
11583
|
-
"""
|
11584
|
-
return pulumi.get(self, "minimum_risk_score")
|
11585
|
-
|
11586
|
-
@minimum_risk_score.setter
|
11587
|
-
def minimum_risk_score(self, value: Optional[pulumi.Input[str]]):
|
11588
|
-
pulumi.set(self, "minimum_risk_score", value)
|
11589
|
-
|
11590
|
-
@property
|
11591
|
-
@pulumi.getter(name="minimumSensitivityScore")
|
11592
|
-
def minimum_sensitivity_score(self) -> Optional[pulumi.Input[str]]:
|
11593
|
-
"""
|
11594
|
-
The minimum sensitivity level that triggers the condition.
|
11595
|
-
Possible values are: `HIGH`, `MEDIUM_OR_HIGH`.
|
11596
|
-
"""
|
11597
|
-
return pulumi.get(self, "minimum_sensitivity_score")
|
11598
|
-
|
11599
|
-
@minimum_sensitivity_score.setter
|
11600
|
-
def minimum_sensitivity_score(self, value: Optional[pulumi.Input[str]]):
|
11601
|
-
pulumi.set(self, "minimum_sensitivity_score", value)
|
11602
|
-
|
11603
|
-
|
11604
|
-
@pulumi.input_type
|
11605
|
-
class PreventionDiscoveryConfigErrorArgs:
|
11606
|
-
def __init__(__self__, *,
|
11607
|
-
details: Optional[pulumi.Input['PreventionDiscoveryConfigErrorDetailsArgs']] = None,
|
11608
|
-
timestamp: Optional[pulumi.Input[str]] = None):
|
11609
|
-
"""
|
11610
|
-
:param pulumi.Input['PreventionDiscoveryConfigErrorDetailsArgs'] details: A list of messages that carry the error details.
|
11611
|
-
:param pulumi.Input[str] timestamp: The times the error occurred. List includes the oldest timestamp and the last 9 timestamps.
|
11612
|
-
"""
|
11613
|
-
if details is not None:
|
11614
|
-
pulumi.set(__self__, "details", details)
|
11615
|
-
if timestamp is not None:
|
11616
|
-
pulumi.set(__self__, "timestamp", timestamp)
|
11617
|
-
|
11618
|
-
@property
|
11619
|
-
@pulumi.getter
|
11620
|
-
def details(self) -> Optional[pulumi.Input['PreventionDiscoveryConfigErrorDetailsArgs']]:
|
11621
|
-
"""
|
11622
|
-
A list of messages that carry the error details.
|
11623
|
-
"""
|
11624
|
-
return pulumi.get(self, "details")
|
11625
|
-
|
11626
|
-
@details.setter
|
11627
|
-
def details(self, value: Optional[pulumi.Input['PreventionDiscoveryConfigErrorDetailsArgs']]):
|
11628
|
-
pulumi.set(self, "details", value)
|
11629
|
-
|
11630
|
-
@property
|
11631
|
-
@pulumi.getter
|
11632
|
-
def timestamp(self) -> Optional[pulumi.Input[str]]:
|
11633
|
-
"""
|
11634
|
-
The times the error occurred. List includes the oldest timestamp and the last 9 timestamps.
|
11635
|
-
"""
|
11636
|
-
return pulumi.get(self, "timestamp")
|
11637
|
-
|
11638
|
-
@timestamp.setter
|
11639
|
-
def timestamp(self, value: Optional[pulumi.Input[str]]):
|
11640
|
-
pulumi.set(self, "timestamp", value)
|
11641
|
-
|
11642
|
-
|
11643
|
-
@pulumi.input_type
|
11644
|
-
class PreventionDiscoveryConfigErrorDetailsArgs:
|
11645
|
-
def __init__(__self__, *,
|
11646
|
-
code: Optional[pulumi.Input[int]] = None,
|
11647
|
-
details: Optional[pulumi.Input[Sequence[pulumi.Input[Mapping[str, Any]]]]] = None,
|
11648
|
-
message: Optional[pulumi.Input[str]] = None):
|
11649
|
-
"""
|
11650
|
-
:param pulumi.Input[int] code: The status code, which should be an enum value of google.rpc.Code.
|
11651
|
-
:param pulumi.Input[Sequence[pulumi.Input[Mapping[str, Any]]]] details: A list of messages that carry the error details.
|
11652
|
-
:param pulumi.Input[str] message: A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
|
11653
|
-
"""
|
11654
|
-
if code is not None:
|
11655
|
-
pulumi.set(__self__, "code", code)
|
11656
|
-
if details is not None:
|
11657
|
-
pulumi.set(__self__, "details", details)
|
11658
|
-
if message is not None:
|
11659
|
-
pulumi.set(__self__, "message", message)
|
11660
|
-
|
11661
|
-
@property
|
11662
|
-
@pulumi.getter
|
11663
|
-
def code(self) -> Optional[pulumi.Input[int]]:
|
11664
|
-
"""
|
11665
|
-
The status code, which should be an enum value of google.rpc.Code.
|
11666
|
-
"""
|
11667
|
-
return pulumi.get(self, "code")
|
11668
|
-
|
11669
|
-
@code.setter
|
11670
|
-
def code(self, value: Optional[pulumi.Input[int]]):
|
11671
|
-
pulumi.set(self, "code", value)
|
11672
|
-
|
11673
|
-
@property
|
11674
|
-
@pulumi.getter
|
11675
|
-
def details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Mapping[str, Any]]]]]:
|
11676
|
-
"""
|
11677
|
-
A list of messages that carry the error details.
|
11678
|
-
"""
|
11679
|
-
return pulumi.get(self, "details")
|
11680
|
-
|
11681
|
-
@details.setter
|
11682
|
-
def details(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Mapping[str, Any]]]]]):
|
11683
|
-
pulumi.set(self, "details", value)
|
11684
|
-
|
11685
|
-
@property
|
11686
|
-
@pulumi.getter
|
11687
|
-
def message(self) -> Optional[pulumi.Input[str]]:
|
11688
|
-
"""
|
11689
|
-
A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
|
11690
|
-
"""
|
11691
|
-
return pulumi.get(self, "message")
|
11692
|
-
|
11693
|
-
@message.setter
|
11694
|
-
def message(self, value: Optional[pulumi.Input[str]]):
|
11695
|
-
pulumi.set(self, "message", value)
|
11696
|
-
|
11697
|
-
|
11698
|
-
@pulumi.input_type
|
11699
|
-
class PreventionDiscoveryConfigOrgConfigArgs:
|
11700
|
-
def __init__(__self__, *,
|
11701
|
-
location: Optional[pulumi.Input['PreventionDiscoveryConfigOrgConfigLocationArgs']] = None,
|
11702
|
-
project_id: Optional[pulumi.Input[str]] = None):
|
11703
|
-
"""
|
11704
|
-
:param pulumi.Input['PreventionDiscoveryConfigOrgConfigLocationArgs'] location: The data to scan folder org or project
|
11705
|
-
Structure is documented below.
|
11706
|
-
:param pulumi.Input[str] project_id: The project that will run the scan. The DLP service account that exists within this project must have access to all resources that are profiled, and the cloud DLP API must be enabled.
|
11707
|
-
"""
|
11708
|
-
if location is not None:
|
11709
|
-
pulumi.set(__self__, "location", location)
|
11710
|
-
if project_id is not None:
|
11711
|
-
pulumi.set(__self__, "project_id", project_id)
|
11712
|
-
|
11713
|
-
@property
|
11714
|
-
@pulumi.getter
|
11715
|
-
def location(self) -> Optional[pulumi.Input['PreventionDiscoveryConfigOrgConfigLocationArgs']]:
|
11716
|
-
"""
|
11717
|
-
The data to scan folder org or project
|
11718
|
-
Structure is documented below.
|
11719
|
-
"""
|
11720
|
-
return pulumi.get(self, "location")
|
11721
|
-
|
11722
|
-
@location.setter
|
11723
|
-
def location(self, value: Optional[pulumi.Input['PreventionDiscoveryConfigOrgConfigLocationArgs']]):
|
11724
|
-
pulumi.set(self, "location", value)
|
11725
|
-
|
11726
|
-
@property
|
11727
|
-
@pulumi.getter(name="projectId")
|
11728
|
-
def project_id(self) -> Optional[pulumi.Input[str]]:
|
11729
|
-
"""
|
11730
|
-
The project that will run the scan. The DLP service account that exists within this project must have access to all resources that are profiled, and the cloud DLP API must be enabled.
|
11731
|
-
"""
|
11732
|
-
return pulumi.get(self, "project_id")
|
11733
|
-
|
11734
|
-
@project_id.setter
|
11735
|
-
def project_id(self, value: Optional[pulumi.Input[str]]):
|
11736
|
-
pulumi.set(self, "project_id", value)
|
11737
|
-
|
11738
|
-
|
11739
|
-
@pulumi.input_type
|
11740
|
-
class PreventionDiscoveryConfigOrgConfigLocationArgs:
|
11741
|
-
def __init__(__self__, *,
|
11742
|
-
folder_id: Optional[pulumi.Input[str]] = None,
|
11743
|
-
organization_id: Optional[pulumi.Input[str]] = None):
|
11744
|
-
"""
|
11745
|
-
:param pulumi.Input[str] folder_id: The ID for the folder within an organization to scan
|
11746
|
-
:param pulumi.Input[str] organization_id: The ID of an organization to scan
|
11747
|
-
"""
|
11748
|
-
if folder_id is not None:
|
11749
|
-
pulumi.set(__self__, "folder_id", folder_id)
|
11750
|
-
if organization_id is not None:
|
11751
|
-
pulumi.set(__self__, "organization_id", organization_id)
|
11752
|
-
|
11753
|
-
@property
|
11754
|
-
@pulumi.getter(name="folderId")
|
11755
|
-
def folder_id(self) -> Optional[pulumi.Input[str]]:
|
11756
|
-
"""
|
11757
|
-
The ID for the folder within an organization to scan
|
11758
|
-
"""
|
11759
|
-
return pulumi.get(self, "folder_id")
|
11760
|
-
|
11761
|
-
@folder_id.setter
|
11762
|
-
def folder_id(self, value: Optional[pulumi.Input[str]]):
|
11763
|
-
pulumi.set(self, "folder_id", value)
|
11764
|
-
|
11765
|
-
@property
|
11766
|
-
@pulumi.getter(name="organizationId")
|
11767
|
-
def organization_id(self) -> Optional[pulumi.Input[str]]:
|
11768
|
-
"""
|
11769
|
-
The ID of an organization to scan
|
11770
|
-
"""
|
11771
|
-
return pulumi.get(self, "organization_id")
|
11772
|
-
|
11773
|
-
@organization_id.setter
|
11774
|
-
def organization_id(self, value: Optional[pulumi.Input[str]]):
|
11775
|
-
pulumi.set(self, "organization_id", value)
|
11776
|
-
|
11777
|
-
|
11778
|
-
@pulumi.input_type
|
11779
|
-
class PreventionDiscoveryConfigTargetArgs:
|
11780
|
-
def __init__(__self__, *,
|
11781
|
-
big_query_target: Optional[pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetArgs']] = None):
|
11782
|
-
"""
|
11783
|
-
:param pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetArgs'] big_query_target: BigQuery target for Discovery. The first target to match a table will be the one applied.
|
11784
|
-
Structure is documented below.
|
11785
|
-
"""
|
11786
|
-
if big_query_target is not None:
|
11787
|
-
pulumi.set(__self__, "big_query_target", big_query_target)
|
11788
|
-
|
11789
|
-
@property
|
11790
|
-
@pulumi.getter(name="bigQueryTarget")
|
11791
|
-
def big_query_target(self) -> Optional[pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetArgs']]:
|
11792
|
-
"""
|
11793
|
-
BigQuery target for Discovery. The first target to match a table will be the one applied.
|
11794
|
-
Structure is documented below.
|
11795
|
-
"""
|
11796
|
-
return pulumi.get(self, "big_query_target")
|
11797
|
-
|
11798
|
-
@big_query_target.setter
|
11799
|
-
def big_query_target(self, value: Optional[pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetArgs']]):
|
11800
|
-
pulumi.set(self, "big_query_target", value)
|
11801
|
-
|
11802
|
-
|
11803
|
-
@pulumi.input_type
|
11804
|
-
class PreventionDiscoveryConfigTargetBigQueryTargetArgs:
|
11805
|
-
def __init__(__self__, *,
|
11806
|
-
cadence: Optional[pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetCadenceArgs']] = None,
|
11807
|
-
conditions: Optional[pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetConditionsArgs']] = None,
|
11808
|
-
disabled: Optional[pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetDisabledArgs']] = None,
|
11809
|
-
filter: Optional[pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetFilterArgs']] = None):
|
11810
|
-
"""
|
11811
|
-
:param pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetCadenceArgs'] cadence: How often and when to update profiles. New tables that match both the fiter and conditions are scanned as quickly as possible depending on system capacity.
|
11812
|
-
Structure is documented below.
|
11813
|
-
:param pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetConditionsArgs'] conditions: In addition to matching the filter, these conditions must be true before a profile is generated
|
11814
|
-
Structure is documented below.
|
11815
|
-
:param pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetDisabledArgs'] disabled: Tables that match this filter will not have profiles created.
|
11816
|
-
:param pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetFilterArgs'] filter: Required. The tables the discovery cadence applies to. The first target with a matching filter will be the one to apply to a table
|
11817
|
-
Structure is documented below.
|
11818
|
-
"""
|
11819
|
-
if cadence is not None:
|
11820
|
-
pulumi.set(__self__, "cadence", cadence)
|
11821
|
-
if conditions is not None:
|
11822
|
-
pulumi.set(__self__, "conditions", conditions)
|
11823
|
-
if disabled is not None:
|
11824
|
-
pulumi.set(__self__, "disabled", disabled)
|
11825
|
-
if filter is not None:
|
11826
|
-
pulumi.set(__self__, "filter", filter)
|
11827
|
-
|
11828
|
-
@property
|
11829
|
-
@pulumi.getter
|
11830
|
-
def cadence(self) -> Optional[pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetCadenceArgs']]:
|
11831
|
-
"""
|
11832
|
-
How often and when to update profiles. New tables that match both the fiter and conditions are scanned as quickly as possible depending on system capacity.
|
11833
|
-
Structure is documented below.
|
11834
|
-
"""
|
11835
|
-
return pulumi.get(self, "cadence")
|
11836
|
-
|
11837
|
-
@cadence.setter
|
11838
|
-
def cadence(self, value: Optional[pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetCadenceArgs']]):
|
11839
|
-
pulumi.set(self, "cadence", value)
|
11840
|
-
|
11841
|
-
@property
|
11842
|
-
@pulumi.getter
|
11843
|
-
def conditions(self) -> Optional[pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetConditionsArgs']]:
|
11844
|
-
"""
|
11845
|
-
In addition to matching the filter, these conditions must be true before a profile is generated
|
11846
|
-
Structure is documented below.
|
11847
|
-
"""
|
11848
|
-
return pulumi.get(self, "conditions")
|
11849
|
-
|
11850
|
-
@conditions.setter
|
11851
|
-
def conditions(self, value: Optional[pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetConditionsArgs']]):
|
11852
|
-
pulumi.set(self, "conditions", value)
|
11853
|
-
|
11854
|
-
@property
|
11855
|
-
@pulumi.getter
|
11856
|
-
def disabled(self) -> Optional[pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetDisabledArgs']]:
|
11857
|
-
"""
|
11858
|
-
Tables that match this filter will not have profiles created.
|
11859
|
-
"""
|
11860
|
-
return pulumi.get(self, "disabled")
|
11861
|
-
|
11862
|
-
@disabled.setter
|
11863
|
-
def disabled(self, value: Optional[pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetDisabledArgs']]):
|
11864
|
-
pulumi.set(self, "disabled", value)
|
11865
|
-
|
11866
|
-
@property
|
11867
|
-
@pulumi.getter
|
11868
|
-
def filter(self) -> Optional[pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetFilterArgs']]:
|
11869
|
-
"""
|
11870
|
-
Required. The tables the discovery cadence applies to. The first target with a matching filter will be the one to apply to a table
|
11871
|
-
Structure is documented below.
|
11872
|
-
"""
|
11873
|
-
return pulumi.get(self, "filter")
|
11874
|
-
|
11875
|
-
@filter.setter
|
11876
|
-
def filter(self, value: Optional[pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetFilterArgs']]):
|
11877
|
-
pulumi.set(self, "filter", value)
|
11878
|
-
|
11879
|
-
|
11880
|
-
@pulumi.input_type
|
11881
|
-
class PreventionDiscoveryConfigTargetBigQueryTargetCadenceArgs:
|
11882
|
-
def __init__(__self__, *,
|
11883
|
-
schema_modified_cadence: Optional[pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetCadenceSchemaModifiedCadenceArgs']] = None,
|
11884
|
-
table_modified_cadence: Optional[pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetCadenceTableModifiedCadenceArgs']] = None):
|
11885
|
-
"""
|
11886
|
-
:param pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetCadenceSchemaModifiedCadenceArgs'] schema_modified_cadence: Governs when to update data profiles when a schema is modified
|
11887
|
-
Structure is documented below.
|
11888
|
-
:param pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetCadenceTableModifiedCadenceArgs'] table_modified_cadence: Governs when to update profile when a table is modified.
|
11889
|
-
Structure is documented below.
|
11890
|
-
"""
|
11891
|
-
if schema_modified_cadence is not None:
|
11892
|
-
pulumi.set(__self__, "schema_modified_cadence", schema_modified_cadence)
|
11893
|
-
if table_modified_cadence is not None:
|
11894
|
-
pulumi.set(__self__, "table_modified_cadence", table_modified_cadence)
|
11895
|
-
|
11896
|
-
@property
|
11897
|
-
@pulumi.getter(name="schemaModifiedCadence")
|
11898
|
-
def schema_modified_cadence(self) -> Optional[pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetCadenceSchemaModifiedCadenceArgs']]:
|
11899
|
-
"""
|
11900
|
-
Governs when to update data profiles when a schema is modified
|
11901
|
-
Structure is documented below.
|
11902
|
-
"""
|
11903
|
-
return pulumi.get(self, "schema_modified_cadence")
|
11904
|
-
|
11905
|
-
@schema_modified_cadence.setter
|
11906
|
-
def schema_modified_cadence(self, value: Optional[pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetCadenceSchemaModifiedCadenceArgs']]):
|
11907
|
-
pulumi.set(self, "schema_modified_cadence", value)
|
11908
|
-
|
11909
|
-
@property
|
11910
|
-
@pulumi.getter(name="tableModifiedCadence")
|
11911
|
-
def table_modified_cadence(self) -> Optional[pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetCadenceTableModifiedCadenceArgs']]:
|
11912
|
-
"""
|
11913
|
-
Governs when to update profile when a table is modified.
|
11914
|
-
Structure is documented below.
|
11915
|
-
"""
|
11916
|
-
return pulumi.get(self, "table_modified_cadence")
|
11917
|
-
|
11918
|
-
@table_modified_cadence.setter
|
11919
|
-
def table_modified_cadence(self, value: Optional[pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetCadenceTableModifiedCadenceArgs']]):
|
11920
|
-
pulumi.set(self, "table_modified_cadence", value)
|
11921
|
-
|
11922
|
-
|
11923
|
-
@pulumi.input_type
|
11924
|
-
class PreventionDiscoveryConfigTargetBigQueryTargetCadenceSchemaModifiedCadenceArgs:
|
11925
|
-
def __init__(__self__, *,
|
11926
|
-
frequency: Optional[pulumi.Input[str]] = None,
|
11927
|
-
types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
11928
|
-
"""
|
11929
|
-
:param pulumi.Input[str] frequency: How frequently profiles may be updated when schemas are modified. Default to monthly
|
11930
|
-
Possible values are: `UPDATE_FREQUENCY_NEVER`, `UPDATE_FREQUENCY_DAILY`, `UPDATE_FREQUENCY_MONTHLY`.
|
11931
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] types: The type of events to consider when deciding if the table's schema has been modified and should have the profile updated. Defaults to NEW_COLUMN.
|
11932
|
-
Each value may be one of: `SCHEMA_NEW_COLUMNS`, `SCHEMA_REMOVED_COLUMNS`.
|
11933
|
-
"""
|
11934
|
-
if frequency is not None:
|
11935
|
-
pulumi.set(__self__, "frequency", frequency)
|
11936
|
-
if types is not None:
|
11937
|
-
pulumi.set(__self__, "types", types)
|
11938
|
-
|
11939
|
-
@property
|
11940
|
-
@pulumi.getter
|
11941
|
-
def frequency(self) -> Optional[pulumi.Input[str]]:
|
11942
|
-
"""
|
11943
|
-
How frequently profiles may be updated when schemas are modified. Default to monthly
|
11944
|
-
Possible values are: `UPDATE_FREQUENCY_NEVER`, `UPDATE_FREQUENCY_DAILY`, `UPDATE_FREQUENCY_MONTHLY`.
|
11945
|
-
"""
|
11946
|
-
return pulumi.get(self, "frequency")
|
11947
|
-
|
11948
|
-
@frequency.setter
|
11949
|
-
def frequency(self, value: Optional[pulumi.Input[str]]):
|
11950
|
-
pulumi.set(self, "frequency", value)
|
11951
|
-
|
11952
|
-
@property
|
11953
|
-
@pulumi.getter
|
11954
|
-
def types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
11955
|
-
"""
|
11956
|
-
The type of events to consider when deciding if the table's schema has been modified and should have the profile updated. Defaults to NEW_COLUMN.
|
11957
|
-
Each value may be one of: `SCHEMA_NEW_COLUMNS`, `SCHEMA_REMOVED_COLUMNS`.
|
11958
|
-
"""
|
11959
|
-
return pulumi.get(self, "types")
|
11960
|
-
|
11961
|
-
@types.setter
|
11962
|
-
def types(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
11963
|
-
pulumi.set(self, "types", value)
|
11964
|
-
|
11965
|
-
|
11966
|
-
@pulumi.input_type
|
11967
|
-
class PreventionDiscoveryConfigTargetBigQueryTargetCadenceTableModifiedCadenceArgs:
|
11968
|
-
def __init__(__self__, *,
|
11969
|
-
frequency: Optional[pulumi.Input[str]] = None,
|
11970
|
-
types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
11971
|
-
"""
|
11972
|
-
:param pulumi.Input[str] frequency: How frequently data profiles can be updated when tables are modified. Defaults to never.
|
11973
|
-
Possible values are: `UPDATE_FREQUENCY_NEVER`, `UPDATE_FREQUENCY_DAILY`, `UPDATE_FREQUENCY_MONTHLY`.
|
11974
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] types: The type of events to consider when deciding if the table has been modified and should have the profile updated. Defaults to MODIFIED_TIMESTAMP
|
11975
|
-
Each value may be one of: `TABLE_MODIFIED_TIMESTAMP`.
|
11976
|
-
"""
|
11977
|
-
if frequency is not None:
|
11978
|
-
pulumi.set(__self__, "frequency", frequency)
|
11979
|
-
if types is not None:
|
11980
|
-
pulumi.set(__self__, "types", types)
|
11981
|
-
|
11982
|
-
@property
|
11983
|
-
@pulumi.getter
|
11984
|
-
def frequency(self) -> Optional[pulumi.Input[str]]:
|
11985
|
-
"""
|
11986
|
-
How frequently data profiles can be updated when tables are modified. Defaults to never.
|
11987
|
-
Possible values are: `UPDATE_FREQUENCY_NEVER`, `UPDATE_FREQUENCY_DAILY`, `UPDATE_FREQUENCY_MONTHLY`.
|
11988
|
-
"""
|
11989
|
-
return pulumi.get(self, "frequency")
|
11990
|
-
|
11991
|
-
@frequency.setter
|
11992
|
-
def frequency(self, value: Optional[pulumi.Input[str]]):
|
11993
|
-
pulumi.set(self, "frequency", value)
|
11994
|
-
|
11995
|
-
@property
|
11996
|
-
@pulumi.getter
|
11997
|
-
def types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
11998
|
-
"""
|
11999
|
-
The type of events to consider when deciding if the table has been modified and should have the profile updated. Defaults to MODIFIED_TIMESTAMP
|
12000
|
-
Each value may be one of: `TABLE_MODIFIED_TIMESTAMP`.
|
12001
|
-
"""
|
12002
|
-
return pulumi.get(self, "types")
|
12003
|
-
|
12004
|
-
@types.setter
|
12005
|
-
def types(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
12006
|
-
pulumi.set(self, "types", value)
|
12007
|
-
|
12008
|
-
|
12009
|
-
@pulumi.input_type
|
12010
|
-
class PreventionDiscoveryConfigTargetBigQueryTargetConditionsArgs:
|
12011
|
-
def __init__(__self__, *,
|
12012
|
-
created_after: Optional[pulumi.Input[str]] = None,
|
12013
|
-
or_conditions: Optional[pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetConditionsOrConditionsArgs']] = None,
|
12014
|
-
type_collection: Optional[pulumi.Input[str]] = None,
|
12015
|
-
types: Optional[pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetConditionsTypesArgs']] = None):
|
12016
|
-
"""
|
12017
|
-
:param pulumi.Input[str] created_after: A timestamp in RFC3339 UTC "Zulu" format with nanosecond resolution and upto nine fractional digits.
|
12018
|
-
:param pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetConditionsOrConditionsArgs'] or_conditions: At least one of the conditions must be true for a table to be scanned.
|
12019
|
-
Structure is documented below.
|
12020
|
-
:param pulumi.Input[str] type_collection: Restrict discovery to categories of table types. Currently view, materialized view, snapshot and non-biglake external tables are supported.
|
12021
|
-
Possible values are: `BIG_QUERY_COLLECTION_ALL_TYPES`, `BIG_QUERY_COLLECTION_ONLY_SUPPORTED_TYPES`.
|
12022
|
-
:param pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetConditionsTypesArgs'] types: Restrict discovery to specific table type
|
12023
|
-
Structure is documented below.
|
12024
|
-
"""
|
12025
|
-
if created_after is not None:
|
12026
|
-
pulumi.set(__self__, "created_after", created_after)
|
12027
|
-
if or_conditions is not None:
|
12028
|
-
pulumi.set(__self__, "or_conditions", or_conditions)
|
12029
|
-
if type_collection is not None:
|
12030
|
-
pulumi.set(__self__, "type_collection", type_collection)
|
12031
|
-
if types is not None:
|
12032
|
-
pulumi.set(__self__, "types", types)
|
12033
|
-
|
12034
|
-
@property
|
12035
|
-
@pulumi.getter(name="createdAfter")
|
12036
|
-
def created_after(self) -> Optional[pulumi.Input[str]]:
|
12037
|
-
"""
|
12038
|
-
A timestamp in RFC3339 UTC "Zulu" format with nanosecond resolution and upto nine fractional digits.
|
12039
|
-
"""
|
12040
|
-
return pulumi.get(self, "created_after")
|
12041
|
-
|
12042
|
-
@created_after.setter
|
12043
|
-
def created_after(self, value: Optional[pulumi.Input[str]]):
|
12044
|
-
pulumi.set(self, "created_after", value)
|
12045
|
-
|
12046
|
-
@property
|
12047
|
-
@pulumi.getter(name="orConditions")
|
12048
|
-
def or_conditions(self) -> Optional[pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetConditionsOrConditionsArgs']]:
|
12049
|
-
"""
|
12050
|
-
At least one of the conditions must be true for a table to be scanned.
|
12051
|
-
Structure is documented below.
|
12052
|
-
"""
|
12053
|
-
return pulumi.get(self, "or_conditions")
|
12054
|
-
|
12055
|
-
@or_conditions.setter
|
12056
|
-
def or_conditions(self, value: Optional[pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetConditionsOrConditionsArgs']]):
|
12057
|
-
pulumi.set(self, "or_conditions", value)
|
12058
|
-
|
12059
|
-
@property
|
12060
|
-
@pulumi.getter(name="typeCollection")
|
12061
|
-
def type_collection(self) -> Optional[pulumi.Input[str]]:
|
12062
|
-
"""
|
12063
|
-
Restrict discovery to categories of table types. Currently view, materialized view, snapshot and non-biglake external tables are supported.
|
12064
|
-
Possible values are: `BIG_QUERY_COLLECTION_ALL_TYPES`, `BIG_QUERY_COLLECTION_ONLY_SUPPORTED_TYPES`.
|
12065
|
-
"""
|
12066
|
-
return pulumi.get(self, "type_collection")
|
12067
|
-
|
12068
|
-
@type_collection.setter
|
12069
|
-
def type_collection(self, value: Optional[pulumi.Input[str]]):
|
12070
|
-
pulumi.set(self, "type_collection", value)
|
12071
|
-
|
12072
|
-
@property
|
12073
|
-
@pulumi.getter
|
12074
|
-
def types(self) -> Optional[pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetConditionsTypesArgs']]:
|
12075
|
-
"""
|
12076
|
-
Restrict discovery to specific table type
|
12077
|
-
Structure is documented below.
|
12078
|
-
"""
|
12079
|
-
return pulumi.get(self, "types")
|
12080
|
-
|
12081
|
-
@types.setter
|
12082
|
-
def types(self, value: Optional[pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetConditionsTypesArgs']]):
|
12083
|
-
pulumi.set(self, "types", value)
|
12084
|
-
|
12085
|
-
|
12086
|
-
@pulumi.input_type
|
12087
|
-
class PreventionDiscoveryConfigTargetBigQueryTargetConditionsOrConditionsArgs:
|
12088
|
-
def __init__(__self__, *,
|
12089
|
-
min_age: Optional[pulumi.Input[str]] = None,
|
12090
|
-
min_row_count: Optional[pulumi.Input[int]] = None):
|
12091
|
-
"""
|
12092
|
-
:param pulumi.Input[str] min_age: Duration format. The minimum age a table must have before Cloud DLP can profile it. Value greater than 1.
|
12093
|
-
:param pulumi.Input[int] min_row_count: Minimum number of rows that should be present before Cloud DLP profiles as a table.
|
12094
|
-
"""
|
12095
|
-
if min_age is not None:
|
12096
|
-
pulumi.set(__self__, "min_age", min_age)
|
12097
|
-
if min_row_count is not None:
|
12098
|
-
pulumi.set(__self__, "min_row_count", min_row_count)
|
12099
|
-
|
12100
|
-
@property
|
12101
|
-
@pulumi.getter(name="minAge")
|
12102
|
-
def min_age(self) -> Optional[pulumi.Input[str]]:
|
12103
|
-
"""
|
12104
|
-
Duration format. The minimum age a table must have before Cloud DLP can profile it. Value greater than 1.
|
12105
|
-
"""
|
12106
|
-
return pulumi.get(self, "min_age")
|
12107
|
-
|
12108
|
-
@min_age.setter
|
12109
|
-
def min_age(self, value: Optional[pulumi.Input[str]]):
|
12110
|
-
pulumi.set(self, "min_age", value)
|
12111
|
-
|
12112
|
-
@property
|
12113
|
-
@pulumi.getter(name="minRowCount")
|
12114
|
-
def min_row_count(self) -> Optional[pulumi.Input[int]]:
|
12115
|
-
"""
|
12116
|
-
Minimum number of rows that should be present before Cloud DLP profiles as a table.
|
12117
|
-
"""
|
12118
|
-
return pulumi.get(self, "min_row_count")
|
12119
|
-
|
12120
|
-
@min_row_count.setter
|
12121
|
-
def min_row_count(self, value: Optional[pulumi.Input[int]]):
|
12122
|
-
pulumi.set(self, "min_row_count", value)
|
12123
|
-
|
12124
|
-
|
12125
|
-
@pulumi.input_type
|
12126
|
-
class PreventionDiscoveryConfigTargetBigQueryTargetConditionsTypesArgs:
|
12127
|
-
def __init__(__self__, *,
|
12128
|
-
types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
12129
|
-
"""
|
12130
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] types: A set of BiqQuery table types
|
12131
|
-
Each value may be one of: `BIG_QUERY_TABLE_TYPE_TABLE`, `BIG_QUERY_TABLE_TYPE_EXTERNAL_BIG_LAKE`.
|
12132
|
-
"""
|
12133
|
-
if types is not None:
|
12134
|
-
pulumi.set(__self__, "types", types)
|
12135
|
-
|
12136
|
-
@property
|
12137
|
-
@pulumi.getter
|
12138
|
-
def types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
12139
|
-
"""
|
12140
|
-
A set of BiqQuery table types
|
12141
|
-
Each value may be one of: `BIG_QUERY_TABLE_TYPE_TABLE`, `BIG_QUERY_TABLE_TYPE_EXTERNAL_BIG_LAKE`.
|
12142
|
-
"""
|
12143
|
-
return pulumi.get(self, "types")
|
12144
|
-
|
12145
|
-
@types.setter
|
12146
|
-
def types(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
12147
|
-
pulumi.set(self, "types", value)
|
12148
|
-
|
12149
|
-
|
12150
|
-
@pulumi.input_type
|
12151
|
-
class PreventionDiscoveryConfigTargetBigQueryTargetDisabledArgs:
|
12152
|
-
def __init__(__self__):
|
12153
|
-
pass
|
12154
|
-
|
12155
|
-
|
12156
|
-
@pulumi.input_type
|
12157
|
-
class PreventionDiscoveryConfigTargetBigQueryTargetFilterArgs:
|
12158
|
-
def __init__(__self__, *,
|
12159
|
-
other_tables: Optional[pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetFilterOtherTablesArgs']] = None,
|
12160
|
-
tables: Optional[pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetFilterTablesArgs']] = None):
|
12161
|
-
"""
|
12162
|
-
:param pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetFilterOtherTablesArgs'] other_tables: Catch-all. This should always be the last filter in the list because anything above it will apply first.
|
12163
|
-
:param pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetFilterTablesArgs'] tables: A specific set of tables for this filter to apply to. A table collection must be specified in only one filter per config.
|
12164
|
-
Structure is documented below.
|
12165
|
-
"""
|
12166
|
-
if other_tables is not None:
|
12167
|
-
pulumi.set(__self__, "other_tables", other_tables)
|
12168
|
-
if tables is not None:
|
12169
|
-
pulumi.set(__self__, "tables", tables)
|
12170
|
-
|
12171
|
-
@property
|
12172
|
-
@pulumi.getter(name="otherTables")
|
12173
|
-
def other_tables(self) -> Optional[pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetFilterOtherTablesArgs']]:
|
12174
|
-
"""
|
12175
|
-
Catch-all. This should always be the last filter in the list because anything above it will apply first.
|
12176
|
-
"""
|
12177
|
-
return pulumi.get(self, "other_tables")
|
12178
|
-
|
12179
|
-
@other_tables.setter
|
12180
|
-
def other_tables(self, value: Optional[pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetFilterOtherTablesArgs']]):
|
12181
|
-
pulumi.set(self, "other_tables", value)
|
12182
|
-
|
12183
|
-
@property
|
12184
|
-
@pulumi.getter
|
12185
|
-
def tables(self) -> Optional[pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetFilterTablesArgs']]:
|
12186
|
-
"""
|
12187
|
-
A specific set of tables for this filter to apply to. A table collection must be specified in only one filter per config.
|
12188
|
-
Structure is documented below.
|
12189
|
-
"""
|
12190
|
-
return pulumi.get(self, "tables")
|
12191
|
-
|
12192
|
-
@tables.setter
|
12193
|
-
def tables(self, value: Optional[pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetFilterTablesArgs']]):
|
12194
|
-
pulumi.set(self, "tables", value)
|
12195
|
-
|
12196
|
-
|
12197
|
-
@pulumi.input_type
|
12198
|
-
class PreventionDiscoveryConfigTargetBigQueryTargetFilterOtherTablesArgs:
|
12199
|
-
def __init__(__self__):
|
12200
|
-
pass
|
12201
|
-
|
12202
|
-
|
12203
|
-
@pulumi.input_type
|
12204
|
-
class PreventionDiscoveryConfigTargetBigQueryTargetFilterTablesArgs:
|
12205
|
-
def __init__(__self__, *,
|
12206
|
-
include_regexes: Optional[pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetFilterTablesIncludeRegexesArgs']] = None):
|
12207
|
-
"""
|
12208
|
-
:param pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetFilterTablesIncludeRegexesArgs'] include_regexes: A collection of regular expressions to match a BQ table against.
|
12209
|
-
Structure is documented below.
|
12210
|
-
"""
|
12211
|
-
if include_regexes is not None:
|
12212
|
-
pulumi.set(__self__, "include_regexes", include_regexes)
|
12213
|
-
|
12214
|
-
@property
|
12215
|
-
@pulumi.getter(name="includeRegexes")
|
12216
|
-
def include_regexes(self) -> Optional[pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetFilterTablesIncludeRegexesArgs']]:
|
12217
|
-
"""
|
12218
|
-
A collection of regular expressions to match a BQ table against.
|
12219
|
-
Structure is documented below.
|
12220
|
-
"""
|
12221
|
-
return pulumi.get(self, "include_regexes")
|
12222
|
-
|
12223
|
-
@include_regexes.setter
|
12224
|
-
def include_regexes(self, value: Optional[pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetFilterTablesIncludeRegexesArgs']]):
|
12225
|
-
pulumi.set(self, "include_regexes", value)
|
12226
|
-
|
12227
|
-
|
12228
|
-
@pulumi.input_type
|
12229
|
-
class PreventionDiscoveryConfigTargetBigQueryTargetFilterTablesIncludeRegexesArgs:
|
12230
|
-
def __init__(__self__, *,
|
12231
|
-
patterns: Optional[pulumi.Input[Sequence[pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetFilterTablesIncludeRegexesPatternArgs']]]] = None):
|
12232
|
-
"""
|
12233
|
-
:param pulumi.Input[Sequence[pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetFilterTablesIncludeRegexesPatternArgs']]] patterns: A single BigQuery regular expression pattern to match against one or more tables, datasets, or projects that contain BigQuery tables.
|
12234
|
-
Structure is documented below.
|
12235
|
-
"""
|
12236
|
-
if patterns is not None:
|
12237
|
-
pulumi.set(__self__, "patterns", patterns)
|
12238
|
-
|
12239
|
-
@property
|
12240
|
-
@pulumi.getter
|
12241
|
-
def patterns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetFilterTablesIncludeRegexesPatternArgs']]]]:
|
12242
|
-
"""
|
12243
|
-
A single BigQuery regular expression pattern to match against one or more tables, datasets, or projects that contain BigQuery tables.
|
12244
|
-
Structure is documented below.
|
12245
|
-
"""
|
12246
|
-
return pulumi.get(self, "patterns")
|
12247
|
-
|
12248
|
-
@patterns.setter
|
12249
|
-
def patterns(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetFilterTablesIncludeRegexesPatternArgs']]]]):
|
12250
|
-
pulumi.set(self, "patterns", value)
|
12251
|
-
|
12252
|
-
|
12253
|
-
@pulumi.input_type
|
12254
|
-
class PreventionDiscoveryConfigTargetBigQueryTargetFilterTablesIncludeRegexesPatternArgs:
|
12255
|
-
def __init__(__self__, *,
|
12256
|
-
dataset_id_regex: Optional[pulumi.Input[str]] = None,
|
12257
|
-
project_id_regex: Optional[pulumi.Input[str]] = None,
|
12258
|
-
table_id_regex: Optional[pulumi.Input[str]] = None):
|
12259
|
-
"""
|
12260
|
-
:param pulumi.Input[str] dataset_id_regex: if unset, this property matches all datasets
|
12261
|
-
:param pulumi.Input[str] project_id_regex: For organizations, if unset, will match all projects. Has no effect for data profile configurations created within a project.
|
12262
|
-
:param pulumi.Input[str] table_id_regex: if unset, this property matches all tables
|
12263
|
-
"""
|
12264
|
-
if dataset_id_regex is not None:
|
12265
|
-
pulumi.set(__self__, "dataset_id_regex", dataset_id_regex)
|
12266
|
-
if project_id_regex is not None:
|
12267
|
-
pulumi.set(__self__, "project_id_regex", project_id_regex)
|
12268
|
-
if table_id_regex is not None:
|
12269
|
-
pulumi.set(__self__, "table_id_regex", table_id_regex)
|
12270
|
-
|
12271
|
-
@property
|
12272
|
-
@pulumi.getter(name="datasetIdRegex")
|
12273
|
-
def dataset_id_regex(self) -> Optional[pulumi.Input[str]]:
|
12274
|
-
"""
|
12275
|
-
if unset, this property matches all datasets
|
12276
|
-
"""
|
12277
|
-
return pulumi.get(self, "dataset_id_regex")
|
12278
|
-
|
12279
|
-
@dataset_id_regex.setter
|
12280
|
-
def dataset_id_regex(self, value: Optional[pulumi.Input[str]]):
|
12281
|
-
pulumi.set(self, "dataset_id_regex", value)
|
12282
|
-
|
12283
|
-
@property
|
12284
|
-
@pulumi.getter(name="projectIdRegex")
|
12285
|
-
def project_id_regex(self) -> Optional[pulumi.Input[str]]:
|
12286
|
-
"""
|
12287
|
-
For organizations, if unset, will match all projects. Has no effect for data profile configurations created within a project.
|
12288
|
-
"""
|
12289
|
-
return pulumi.get(self, "project_id_regex")
|
12290
|
-
|
12291
|
-
@project_id_regex.setter
|
12292
|
-
def project_id_regex(self, value: Optional[pulumi.Input[str]]):
|
12293
|
-
pulumi.set(self, "project_id_regex", value)
|
12294
|
-
|
12295
|
-
@property
|
12296
|
-
@pulumi.getter(name="tableIdRegex")
|
12297
|
-
def table_id_regex(self) -> Optional[pulumi.Input[str]]:
|
12298
|
-
"""
|
12299
|
-
if unset, this property matches all tables
|
12300
|
-
"""
|
12301
|
-
return pulumi.get(self, "table_id_regex")
|
12302
|
-
|
12303
|
-
@table_id_regex.setter
|
12304
|
-
def table_id_regex(self, value: Optional[pulumi.Input[str]]):
|
12305
|
-
pulumi.set(self, "table_id_regex", value)
|
12306
|
-
|
12307
|
-
|
12308
11268
|
@pulumi.input_type
|
12309
11269
|
class PreventionInspectTemplateInspectConfigArgs:
|
12310
11270
|
def __init__(__self__, *,
|