pulumi-gcp 7.27.0__py3-none-any.whl → 7.27.0a1718086610__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_gcp/__init__.py +0 -32
- pulumi_gcp/appengine/_inputs.py +0 -40
- pulumi_gcp/appengine/flexible_app_version.py +0 -47
- pulumi_gcp/appengine/outputs.py +0 -51
- pulumi_gcp/bigtable/instance.py +0 -47
- pulumi_gcp/clouddeploy/_inputs.py +0 -16
- pulumi_gcp/clouddeploy/outputs.py +0 -12
- pulumi_gcp/compute/__init__.py +0 -2
- pulumi_gcp/compute/_inputs.py +0 -84
- pulumi_gcp/compute/backend_service.py +0 -54
- pulumi_gcp/compute/disk.py +0 -68
- pulumi_gcp/compute/get_backend_service.py +1 -11
- pulumi_gcp/compute/get_disk.py +1 -11
- pulumi_gcp/compute/get_instance.py +1 -11
- pulumi_gcp/compute/get_instance_group_manager.py +1 -31
- pulumi_gcp/compute/get_instance_template.py +1 -11
- pulumi_gcp/compute/get_region_instance_template.py +1 -11
- pulumi_gcp/compute/instance.py +0 -47
- pulumi_gcp/compute/instance_from_machine_image.py +0 -47
- pulumi_gcp/compute/instance_from_template.py +0 -47
- pulumi_gcp/compute/instance_group_manager.py +0 -185
- pulumi_gcp/compute/instance_template.py +0 -47
- pulumi_gcp/compute/outputs.py +0 -1039
- pulumi_gcp/compute/region_instance_group_manager.py +0 -185
- pulumi_gcp/compute/region_instance_template.py +0 -47
- pulumi_gcp/config/__init__.pyi +0 -2
- pulumi_gcp/config/vars.py +0 -4
- pulumi_gcp/container/_inputs.py +4 -33
- pulumi_gcp/container/cluster.py +0 -61
- pulumi_gcp/container/get_cluster.py +1 -11
- pulumi_gcp/container/outputs.py +4 -48
- pulumi_gcp/dataloss/_inputs.py +19 -185
- pulumi_gcp/dataloss/outputs.py +17 -206
- pulumi_gcp/dataloss/prevention_inspect_template.py +0 -54
- pulumi_gcp/gkebackup/_inputs.py +7 -282
- pulumi_gcp/gkebackup/backup_plan.py +0 -100
- pulumi_gcp/gkebackup/outputs.py +7 -312
- pulumi_gcp/gkebackup/restore_plan.py +0 -326
- pulumi_gcp/gkebackup/restore_plan_iam_binding.py +0 -326
- pulumi_gcp/gkebackup/restore_plan_iam_member.py +0 -326
- pulumi_gcp/gkebackup/restore_plan_iam_policy.py +0 -326
- pulumi_gcp/healthcare/_inputs.py +1 -17
- pulumi_gcp/healthcare/dicom_store.py +0 -2
- pulumi_gcp/healthcare/fhir_store.py +60 -44
- pulumi_gcp/healthcare/outputs.py +1 -15
- pulumi_gcp/integrationconnectors/endpoint_attachment.py +0 -47
- pulumi_gcp/kms/crypto_key.py +7 -14
- pulumi_gcp/netapp/_inputs.py +0 -58
- pulumi_gcp/netapp/outputs.py +0 -67
- pulumi_gcp/netapp/volume.py +0 -54
- pulumi_gcp/networkservices/__init__.py +0 -1
- pulumi_gcp/networkservices/_inputs.py +0 -47
- pulumi_gcp/networkservices/outputs.py +0 -56
- pulumi_gcp/provider.py +0 -20
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/redis/_inputs.py +0 -44
- pulumi_gcp/redis/cluster.py +3 -128
- pulumi_gcp/redis/outputs.py +0 -36
- pulumi_gcp/secretmanager/_inputs.py +0 -20
- pulumi_gcp/secretmanager/outputs.py +0 -20
- pulumi_gcp/secretmanager/secret_iam_binding.py +0 -244
- pulumi_gcp/secretmanager/secret_iam_member.py +0 -244
- pulumi_gcp/secretmanager/secret_iam_policy.py +0 -224
- pulumi_gcp/securitycenter/__init__.py +0 -1
- pulumi_gcp/spanner/__init__.py +0 -1
- pulumi_gcp/spanner/_inputs.py +0 -68
- pulumi_gcp/spanner/outputs.py +0 -73
- pulumi_gcp/sql/_inputs.py +2 -8
- pulumi_gcp/sql/outputs.py +6 -9
- pulumi_gcp/workstations/_inputs.py +1 -51
- pulumi_gcp/workstations/outputs.py +2 -46
- pulumi_gcp/workstations/workstation_config.py +4 -10
- {pulumi_gcp-7.27.0.dist-info → pulumi_gcp-7.27.0a1718086610.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.27.0.dist-info → pulumi_gcp-7.27.0a1718086610.dist-info}/RECORD +76 -81
- pulumi_gcp/compute/get_security_policy.py +0 -214
- pulumi_gcp/compute/project_cloud_armor_tier.py +0 -336
- pulumi_gcp/networkservices/service_lb_policies.py +0 -782
- pulumi_gcp/securitycenter/management_organization_event_threat_detection_custom_module.py +0 -568
- pulumi_gcp/spanner/instance_config.py +0 -569
- {pulumi_gcp-7.27.0.dist-info → pulumi_gcp-7.27.0a1718086610.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.27.0.dist-info → pulumi_gcp-7.27.0a1718086610.dist-info}/top_level.txt +0 -0
pulumi_gcp/dataloss/_inputs.py
CHANGED
@@ -230,7 +230,6 @@ __all__ = [
|
|
230
230
|
'PreventionDiscoveryConfigTargetBigQueryTargetDisabledArgs',
|
231
231
|
'PreventionDiscoveryConfigTargetBigQueryTargetFilterArgs',
|
232
232
|
'PreventionDiscoveryConfigTargetBigQueryTargetFilterOtherTablesArgs',
|
233
|
-
'PreventionDiscoveryConfigTargetBigQueryTargetFilterTableReferenceArgs',
|
234
233
|
'PreventionDiscoveryConfigTargetBigQueryTargetFilterTablesArgs',
|
235
234
|
'PreventionDiscoveryConfigTargetBigQueryTargetFilterTablesIncludeRegexesArgs',
|
236
235
|
'PreventionDiscoveryConfigTargetBigQueryTargetFilterTablesIncludeRegexesPatternArgs',
|
@@ -241,11 +240,9 @@ __all__ = [
|
|
241
240
|
'PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionArgs',
|
242
241
|
'PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionIncludeRegexesArgs',
|
243
242
|
'PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionIncludeRegexesPatternArgs',
|
244
|
-
'PreventionDiscoveryConfigTargetCloudSqlTargetFilterDatabaseResourceReferenceArgs',
|
245
243
|
'PreventionDiscoveryConfigTargetCloudSqlTargetFilterOthersArgs',
|
246
244
|
'PreventionDiscoveryConfigTargetCloudSqlTargetGenerationCadenceArgs',
|
247
245
|
'PreventionDiscoveryConfigTargetCloudSqlTargetGenerationCadenceSchemaModifiedCadenceArgs',
|
248
|
-
'PreventionDiscoveryConfigTargetSecretsTargetArgs',
|
249
246
|
'PreventionInspectTemplateInspectConfigArgs',
|
250
247
|
'PreventionInspectTemplateInspectConfigCustomInfoTypeArgs',
|
251
248
|
'PreventionInspectTemplateInspectConfigCustomInfoTypeDictionaryArgs',
|
@@ -11792,21 +11789,17 @@ class PreventionDiscoveryConfigOrgConfigLocationArgs:
|
|
11792
11789
|
class PreventionDiscoveryConfigTargetArgs:
|
11793
11790
|
def __init__(__self__, *,
|
11794
11791
|
big_query_target: Optional[pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetArgs']] = None,
|
11795
|
-
cloud_sql_target: Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetArgs']] = None
|
11796
|
-
secrets_target: Optional[pulumi.Input['PreventionDiscoveryConfigTargetSecretsTargetArgs']] = None):
|
11792
|
+
cloud_sql_target: Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetArgs']] = None):
|
11797
11793
|
"""
|
11798
11794
|
:param pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetArgs'] big_query_target: BigQuery target for Discovery. The first target to match a table will be the one applied.
|
11799
11795
|
Structure is documented below.
|
11800
11796
|
:param pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetArgs'] cloud_sql_target: Cloud SQL target for Discovery. The first target to match a table will be the one applied.
|
11801
11797
|
Structure is documented below.
|
11802
|
-
:param pulumi.Input['PreventionDiscoveryConfigTargetSecretsTargetArgs'] secrets_target: Discovery target that looks for credentials and secrets stored in cloud resource metadata and reports them as vulnerabilities to Security Command Center. Only one target of this type is allowed.
|
11803
11798
|
"""
|
11804
11799
|
if big_query_target is not None:
|
11805
11800
|
pulumi.set(__self__, "big_query_target", big_query_target)
|
11806
11801
|
if cloud_sql_target is not None:
|
11807
11802
|
pulumi.set(__self__, "cloud_sql_target", cloud_sql_target)
|
11808
|
-
if secrets_target is not None:
|
11809
|
-
pulumi.set(__self__, "secrets_target", secrets_target)
|
11810
11803
|
|
11811
11804
|
@property
|
11812
11805
|
@pulumi.getter(name="bigQueryTarget")
|
@@ -11834,18 +11827,6 @@ class PreventionDiscoveryConfigTargetArgs:
|
|
11834
11827
|
def cloud_sql_target(self, value: Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetArgs']]):
|
11835
11828
|
pulumi.set(self, "cloud_sql_target", value)
|
11836
11829
|
|
11837
|
-
@property
|
11838
|
-
@pulumi.getter(name="secretsTarget")
|
11839
|
-
def secrets_target(self) -> Optional[pulumi.Input['PreventionDiscoveryConfigTargetSecretsTargetArgs']]:
|
11840
|
-
"""
|
11841
|
-
Discovery target that looks for credentials and secrets stored in cloud resource metadata and reports them as vulnerabilities to Security Command Center. Only one target of this type is allowed.
|
11842
|
-
"""
|
11843
|
-
return pulumi.get(self, "secrets_target")
|
11844
|
-
|
11845
|
-
@secrets_target.setter
|
11846
|
-
def secrets_target(self, value: Optional[pulumi.Input['PreventionDiscoveryConfigTargetSecretsTargetArgs']]):
|
11847
|
-
pulumi.set(self, "secrets_target", value)
|
11848
|
-
|
11849
11830
|
|
11850
11831
|
@pulumi.input_type
|
11851
11832
|
class PreventionDiscoveryConfigTargetBigQueryTargetArgs:
|
@@ -12204,19 +12185,14 @@ class PreventionDiscoveryConfigTargetBigQueryTargetDisabledArgs:
|
|
12204
12185
|
class PreventionDiscoveryConfigTargetBigQueryTargetFilterArgs:
|
12205
12186
|
def __init__(__self__, *,
|
12206
12187
|
other_tables: Optional[pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetFilterOtherTablesArgs']] = None,
|
12207
|
-
table_reference: Optional[pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetFilterTableReferenceArgs']] = None,
|
12208
12188
|
tables: Optional[pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetFilterTablesArgs']] = None):
|
12209
12189
|
"""
|
12210
12190
|
: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.
|
12211
|
-
:param pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetFilterTableReferenceArgs'] table_reference: The table to scan. Discovery configurations including this can only include one DiscoveryTarget (the DiscoveryTarget with this TableReference).
|
12212
|
-
Structure is documented below.
|
12213
12191
|
: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.
|
12214
12192
|
Structure is documented below.
|
12215
12193
|
"""
|
12216
12194
|
if other_tables is not None:
|
12217
12195
|
pulumi.set(__self__, "other_tables", other_tables)
|
12218
|
-
if table_reference is not None:
|
12219
|
-
pulumi.set(__self__, "table_reference", table_reference)
|
12220
12196
|
if tables is not None:
|
12221
12197
|
pulumi.set(__self__, "tables", tables)
|
12222
12198
|
|
@@ -12232,19 +12208,6 @@ class PreventionDiscoveryConfigTargetBigQueryTargetFilterArgs:
|
|
12232
12208
|
def other_tables(self, value: Optional[pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetFilterOtherTablesArgs']]):
|
12233
12209
|
pulumi.set(self, "other_tables", value)
|
12234
12210
|
|
12235
|
-
@property
|
12236
|
-
@pulumi.getter(name="tableReference")
|
12237
|
-
def table_reference(self) -> Optional[pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetFilterTableReferenceArgs']]:
|
12238
|
-
"""
|
12239
|
-
The table to scan. Discovery configurations including this can only include one DiscoveryTarget (the DiscoveryTarget with this TableReference).
|
12240
|
-
Structure is documented below.
|
12241
|
-
"""
|
12242
|
-
return pulumi.get(self, "table_reference")
|
12243
|
-
|
12244
|
-
@table_reference.setter
|
12245
|
-
def table_reference(self, value: Optional[pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetFilterTableReferenceArgs']]):
|
12246
|
-
pulumi.set(self, "table_reference", value)
|
12247
|
-
|
12248
12211
|
@property
|
12249
12212
|
@pulumi.getter
|
12250
12213
|
def tables(self) -> Optional[pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetFilterTablesArgs']]:
|
@@ -12265,43 +12228,6 @@ class PreventionDiscoveryConfigTargetBigQueryTargetFilterOtherTablesArgs:
|
|
12265
12228
|
pass
|
12266
12229
|
|
12267
12230
|
|
12268
|
-
@pulumi.input_type
|
12269
|
-
class PreventionDiscoveryConfigTargetBigQueryTargetFilterTableReferenceArgs:
|
12270
|
-
def __init__(__self__, *,
|
12271
|
-
dataset_id: pulumi.Input[str],
|
12272
|
-
table_id: pulumi.Input[str]):
|
12273
|
-
"""
|
12274
|
-
:param pulumi.Input[str] dataset_id: Dataset ID of the table.
|
12275
|
-
:param pulumi.Input[str] table_id: Name of the table.
|
12276
|
-
"""
|
12277
|
-
pulumi.set(__self__, "dataset_id", dataset_id)
|
12278
|
-
pulumi.set(__self__, "table_id", table_id)
|
12279
|
-
|
12280
|
-
@property
|
12281
|
-
@pulumi.getter(name="datasetId")
|
12282
|
-
def dataset_id(self) -> pulumi.Input[str]:
|
12283
|
-
"""
|
12284
|
-
Dataset ID of the table.
|
12285
|
-
"""
|
12286
|
-
return pulumi.get(self, "dataset_id")
|
12287
|
-
|
12288
|
-
@dataset_id.setter
|
12289
|
-
def dataset_id(self, value: pulumi.Input[str]):
|
12290
|
-
pulumi.set(self, "dataset_id", value)
|
12291
|
-
|
12292
|
-
@property
|
12293
|
-
@pulumi.getter(name="tableId")
|
12294
|
-
def table_id(self) -> pulumi.Input[str]:
|
12295
|
-
"""
|
12296
|
-
Name of the table.
|
12297
|
-
"""
|
12298
|
-
return pulumi.get(self, "table_id")
|
12299
|
-
|
12300
|
-
@table_id.setter
|
12301
|
-
def table_id(self, value: pulumi.Input[str]):
|
12302
|
-
pulumi.set(self, "table_id", value)
|
12303
|
-
|
12304
|
-
|
12305
12231
|
@pulumi.input_type
|
12306
12232
|
class PreventionDiscoveryConfigTargetBigQueryTargetFilterTablesArgs:
|
12307
12233
|
def __init__(__self__, *,
|
@@ -12536,19 +12462,14 @@ class PreventionDiscoveryConfigTargetCloudSqlTargetDisabledArgs:
|
|
12536
12462
|
class PreventionDiscoveryConfigTargetCloudSqlTargetFilterArgs:
|
12537
12463
|
def __init__(__self__, *,
|
12538
12464
|
collection: Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionArgs']] = None,
|
12539
|
-
database_resource_reference: Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetFilterDatabaseResourceReferenceArgs']] = None,
|
12540
12465
|
others: Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetFilterOthersArgs']] = None):
|
12541
12466
|
"""
|
12542
12467
|
:param pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionArgs'] collection: A specific set of database resources for this filter to apply to.
|
12543
12468
|
Structure is documented below.
|
12544
|
-
:param pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetFilterDatabaseResourceReferenceArgs'] database_resource_reference: The database resource to scan. Targets including this can only include one target (the target with this database resource reference).
|
12545
|
-
Structure is documented below.
|
12546
12469
|
:param pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetFilterOthersArgs'] others: Catch-all. This should always be the last target in the list because anything above it will apply first. Should only appear once in a configuration. If none is specified, a default one will be added automatically.
|
12547
12470
|
"""
|
12548
12471
|
if collection is not None:
|
12549
12472
|
pulumi.set(__self__, "collection", collection)
|
12550
|
-
if database_resource_reference is not None:
|
12551
|
-
pulumi.set(__self__, "database_resource_reference", database_resource_reference)
|
12552
12473
|
if others is not None:
|
12553
12474
|
pulumi.set(__self__, "others", others)
|
12554
12475
|
|
@@ -12565,19 +12486,6 @@ class PreventionDiscoveryConfigTargetCloudSqlTargetFilterArgs:
|
|
12565
12486
|
def collection(self, value: Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionArgs']]):
|
12566
12487
|
pulumi.set(self, "collection", value)
|
12567
12488
|
|
12568
|
-
@property
|
12569
|
-
@pulumi.getter(name="databaseResourceReference")
|
12570
|
-
def database_resource_reference(self) -> Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetFilterDatabaseResourceReferenceArgs']]:
|
12571
|
-
"""
|
12572
|
-
The database resource to scan. Targets including this can only include one target (the target with this database resource reference).
|
12573
|
-
Structure is documented below.
|
12574
|
-
"""
|
12575
|
-
return pulumi.get(self, "database_resource_reference")
|
12576
|
-
|
12577
|
-
@database_resource_reference.setter
|
12578
|
-
def database_resource_reference(self, value: Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetFilterDatabaseResourceReferenceArgs']]):
|
12579
|
-
pulumi.set(self, "database_resource_reference", value)
|
12580
|
-
|
12581
12489
|
@property
|
12582
12490
|
@pulumi.getter
|
12583
12491
|
def others(self) -> Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetFilterOthersArgs']]:
|
@@ -12712,73 +12620,6 @@ class PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionIncludeRegexe
|
|
12712
12620
|
pulumi.set(self, "project_id_regex", value)
|
12713
12621
|
|
12714
12622
|
|
12715
|
-
@pulumi.input_type
|
12716
|
-
class PreventionDiscoveryConfigTargetCloudSqlTargetFilterDatabaseResourceReferenceArgs:
|
12717
|
-
def __init__(__self__, *,
|
12718
|
-
database: pulumi.Input[str],
|
12719
|
-
database_resource: pulumi.Input[str],
|
12720
|
-
instance: pulumi.Input[str],
|
12721
|
-
project_id: pulumi.Input[str]):
|
12722
|
-
"""
|
12723
|
-
:param pulumi.Input[str] database: Required. Name of a database within the instance.
|
12724
|
-
:param pulumi.Input[str] database_resource: Required. Name of a database resource, for example, a table within the database.
|
12725
|
-
:param pulumi.Input[str] instance: Required. The instance where this resource is located. For example: Cloud SQL instance ID.
|
12726
|
-
:param pulumi.Input[str] project_id: Required. If within a project-level config, then this must match the config's project ID.
|
12727
|
-
"""
|
12728
|
-
pulumi.set(__self__, "database", database)
|
12729
|
-
pulumi.set(__self__, "database_resource", database_resource)
|
12730
|
-
pulumi.set(__self__, "instance", instance)
|
12731
|
-
pulumi.set(__self__, "project_id", project_id)
|
12732
|
-
|
12733
|
-
@property
|
12734
|
-
@pulumi.getter
|
12735
|
-
def database(self) -> pulumi.Input[str]:
|
12736
|
-
"""
|
12737
|
-
Required. Name of a database within the instance.
|
12738
|
-
"""
|
12739
|
-
return pulumi.get(self, "database")
|
12740
|
-
|
12741
|
-
@database.setter
|
12742
|
-
def database(self, value: pulumi.Input[str]):
|
12743
|
-
pulumi.set(self, "database", value)
|
12744
|
-
|
12745
|
-
@property
|
12746
|
-
@pulumi.getter(name="databaseResource")
|
12747
|
-
def database_resource(self) -> pulumi.Input[str]:
|
12748
|
-
"""
|
12749
|
-
Required. Name of a database resource, for example, a table within the database.
|
12750
|
-
"""
|
12751
|
-
return pulumi.get(self, "database_resource")
|
12752
|
-
|
12753
|
-
@database_resource.setter
|
12754
|
-
def database_resource(self, value: pulumi.Input[str]):
|
12755
|
-
pulumi.set(self, "database_resource", value)
|
12756
|
-
|
12757
|
-
@property
|
12758
|
-
@pulumi.getter
|
12759
|
-
def instance(self) -> pulumi.Input[str]:
|
12760
|
-
"""
|
12761
|
-
Required. The instance where this resource is located. For example: Cloud SQL instance ID.
|
12762
|
-
"""
|
12763
|
-
return pulumi.get(self, "instance")
|
12764
|
-
|
12765
|
-
@instance.setter
|
12766
|
-
def instance(self, value: pulumi.Input[str]):
|
12767
|
-
pulumi.set(self, "instance", value)
|
12768
|
-
|
12769
|
-
@property
|
12770
|
-
@pulumi.getter(name="projectId")
|
12771
|
-
def project_id(self) -> pulumi.Input[str]:
|
12772
|
-
"""
|
12773
|
-
Required. If within a project-level config, then this must match the config's project ID.
|
12774
|
-
"""
|
12775
|
-
return pulumi.get(self, "project_id")
|
12776
|
-
|
12777
|
-
@project_id.setter
|
12778
|
-
def project_id(self, value: pulumi.Input[str]):
|
12779
|
-
pulumi.set(self, "project_id", value)
|
12780
|
-
|
12781
|
-
|
12782
12623
|
@pulumi.input_type
|
12783
12624
|
class PreventionDiscoveryConfigTargetCloudSqlTargetFilterOthersArgs:
|
12784
12625
|
def __init__(__self__):
|
@@ -12871,12 +12712,6 @@ class PreventionDiscoveryConfigTargetCloudSqlTargetGenerationCadenceSchemaModifi
|
|
12871
12712
|
pulumi.set(self, "types", value)
|
12872
12713
|
|
12873
12714
|
|
12874
|
-
@pulumi.input_type
|
12875
|
-
class PreventionDiscoveryConfigTargetSecretsTargetArgs:
|
12876
|
-
def __init__(__self__):
|
12877
|
-
pass
|
12878
|
-
|
12879
|
-
|
12880
12715
|
@pulumi.input_type
|
12881
12716
|
class PreventionInspectTemplateInspectConfigArgs:
|
12882
12717
|
def __init__(__self__, *,
|
@@ -13597,34 +13432,21 @@ class PreventionInspectTemplateInspectConfigLimitsArgs:
|
|
13597
13432
|
@pulumi.input_type
|
13598
13433
|
class PreventionInspectTemplateInspectConfigLimitsMaxFindingsPerInfoTypeArgs:
|
13599
13434
|
def __init__(__self__, *,
|
13600
|
-
|
13601
|
-
|
13435
|
+
info_type: pulumi.Input['PreventionInspectTemplateInspectConfigLimitsMaxFindingsPerInfoTypeInfoTypeArgs'],
|
13436
|
+
max_findings: pulumi.Input[int]):
|
13602
13437
|
"""
|
13603
|
-
:param pulumi.Input[int] max_findings: Max findings limit for the given infoType.
|
13604
13438
|
:param pulumi.Input['PreventionInspectTemplateInspectConfigLimitsMaxFindingsPerInfoTypeInfoTypeArgs'] info_type: Type of information the findings limit applies to. Only one limit per infoType should be provided. If InfoTypeLimit does
|
13605
13439
|
not have an infoType, the DLP API applies the limit against all infoTypes that are found but not
|
13606
13440
|
specified in another InfoTypeLimit.
|
13607
13441
|
Structure is documented below.
|
13442
|
+
:param pulumi.Input[int] max_findings: Max findings limit for the given infoType.
|
13608
13443
|
"""
|
13444
|
+
pulumi.set(__self__, "info_type", info_type)
|
13609
13445
|
pulumi.set(__self__, "max_findings", max_findings)
|
13610
|
-
if info_type is not None:
|
13611
|
-
pulumi.set(__self__, "info_type", info_type)
|
13612
|
-
|
13613
|
-
@property
|
13614
|
-
@pulumi.getter(name="maxFindings")
|
13615
|
-
def max_findings(self) -> pulumi.Input[int]:
|
13616
|
-
"""
|
13617
|
-
Max findings limit for the given infoType.
|
13618
|
-
"""
|
13619
|
-
return pulumi.get(self, "max_findings")
|
13620
|
-
|
13621
|
-
@max_findings.setter
|
13622
|
-
def max_findings(self, value: pulumi.Input[int]):
|
13623
|
-
pulumi.set(self, "max_findings", value)
|
13624
13446
|
|
13625
13447
|
@property
|
13626
13448
|
@pulumi.getter(name="infoType")
|
13627
|
-
def info_type(self) ->
|
13449
|
+
def info_type(self) -> pulumi.Input['PreventionInspectTemplateInspectConfigLimitsMaxFindingsPerInfoTypeInfoTypeArgs']:
|
13628
13450
|
"""
|
13629
13451
|
Type of information the findings limit applies to. Only one limit per infoType should be provided. If InfoTypeLimit does
|
13630
13452
|
not have an infoType, the DLP API applies the limit against all infoTypes that are found but not
|
@@ -13634,9 +13456,21 @@ class PreventionInspectTemplateInspectConfigLimitsMaxFindingsPerInfoTypeArgs:
|
|
13634
13456
|
return pulumi.get(self, "info_type")
|
13635
13457
|
|
13636
13458
|
@info_type.setter
|
13637
|
-
def info_type(self, value:
|
13459
|
+
def info_type(self, value: pulumi.Input['PreventionInspectTemplateInspectConfigLimitsMaxFindingsPerInfoTypeInfoTypeArgs']):
|
13638
13460
|
pulumi.set(self, "info_type", value)
|
13639
13461
|
|
13462
|
+
@property
|
13463
|
+
@pulumi.getter(name="maxFindings")
|
13464
|
+
def max_findings(self) -> pulumi.Input[int]:
|
13465
|
+
"""
|
13466
|
+
Max findings limit for the given infoType.
|
13467
|
+
"""
|
13468
|
+
return pulumi.get(self, "max_findings")
|
13469
|
+
|
13470
|
+
@max_findings.setter
|
13471
|
+
def max_findings(self, value: pulumi.Input[int]):
|
13472
|
+
pulumi.set(self, "max_findings", value)
|
13473
|
+
|
13640
13474
|
|
13641
13475
|
@pulumi.input_type
|
13642
13476
|
class PreventionInspectTemplateInspectConfigLimitsMaxFindingsPerInfoTypeInfoTypeArgs:
|