pulumi-gcp 7.33.0a1721974181__py3-none-any.whl → 7.34.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.

Potentially problematic release.


This version of pulumi-gcp might be problematic. Click here for more details.

Files changed (78) hide show
  1. pulumi_gcp/__init__.py +40 -0
  2. pulumi_gcp/alloydb/_inputs.py +174 -0
  3. pulumi_gcp/alloydb/instance.py +54 -0
  4. pulumi_gcp/alloydb/outputs.py +133 -0
  5. pulumi_gcp/apigee/__init__.py +2 -0
  6. pulumi_gcp/apigee/environment_keyvaluemaps.py +370 -0
  7. pulumi_gcp/apigee/environment_keyvaluemaps_entries.py +440 -0
  8. pulumi_gcp/apigee/instance.py +2 -2
  9. pulumi_gcp/apigee/nat_address.py +2 -2
  10. pulumi_gcp/apigee/organization.py +4 -4
  11. pulumi_gcp/apphub/service_project_attachment.py +11 -11
  12. pulumi_gcp/bigquery/_inputs.py +36 -0
  13. pulumi_gcp/bigquery/app_profile.py +54 -0
  14. pulumi_gcp/bigquery/outputs.py +38 -0
  15. pulumi_gcp/bigquery/reservation.py +34 -4
  16. pulumi_gcp/bigquery/table.py +65 -21
  17. pulumi_gcp/bigtable/table.py +27 -26
  18. pulumi_gcp/certificateauthority/authority.py +4 -4
  19. pulumi_gcp/cloudfunctions/function.py +47 -0
  20. pulumi_gcp/cloudfunctions/get_function.py +11 -1
  21. pulumi_gcp/cloudfunctionsv2/function.py +2 -2
  22. pulumi_gcp/cloudrun/_inputs.py +24 -21
  23. pulumi_gcp/cloudrun/outputs.py +20 -24
  24. pulumi_gcp/cloudrunv2/_inputs.py +3 -0
  25. pulumi_gcp/cloudrunv2/outputs.py +4 -0
  26. pulumi_gcp/compute/__init__.py +2 -0
  27. pulumi_gcp/compute/_inputs.py +2334 -329
  28. pulumi_gcp/compute/backend_service.py +6 -0
  29. pulumi_gcp/compute/outputs.py +1466 -7
  30. pulumi_gcp/compute/public_advertised_prefix.py +30 -2
  31. pulumi_gcp/compute/resize_request.py +782 -0
  32. pulumi_gcp/compute/router_peer.py +437 -0
  33. pulumi_gcp/compute/router_route_policy.py +616 -0
  34. pulumi_gcp/compute/service_attachment.py +7 -14
  35. pulumi_gcp/container/_inputs.py +215 -18
  36. pulumi_gcp/container/node_pool.py +0 -14
  37. pulumi_gcp/container/outputs.py +226 -12
  38. pulumi_gcp/databasemigrationservice/private_connection.py +10 -6
  39. pulumi_gcp/dataloss/_inputs.py +707 -21
  40. pulumi_gcp/dataloss/outputs.py +588 -14
  41. pulumi_gcp/datastore/data_store_index.py +24 -12
  42. pulumi_gcp/datastream/_inputs.py +83 -3
  43. pulumi_gcp/datastream/outputs.py +51 -3
  44. pulumi_gcp/datastream/stream.py +170 -0
  45. pulumi_gcp/firebase/database_instance.py +8 -8
  46. pulumi_gcp/firebase/hosting_site.py +8 -8
  47. pulumi_gcp/firestore/index.py +10 -10
  48. pulumi_gcp/gkeonprem/_inputs.py +78 -78
  49. pulumi_gcp/gkeonprem/outputs.py +52 -52
  50. pulumi_gcp/iap/client.py +4 -4
  51. pulumi_gcp/integrationconnectors/_inputs.py +30 -30
  52. pulumi_gcp/integrationconnectors/outputs.py +20 -20
  53. pulumi_gcp/netapp/volume.py +1 -1
  54. pulumi_gcp/networkconnectivity/_inputs.py +3 -6
  55. pulumi_gcp/networkconnectivity/hub.py +60 -49
  56. pulumi_gcp/networkconnectivity/outputs.py +2 -4
  57. pulumi_gcp/networkconnectivity/spoke.py +159 -104
  58. pulumi_gcp/networksecurity/tls_inspection_policy.py +2 -2
  59. pulumi_gcp/orgpolicy/policy.py +4 -4
  60. pulumi_gcp/projects/get_project_service.py +11 -1
  61. pulumi_gcp/projects/service.py +68 -0
  62. pulumi_gcp/projects/service_identity.py +30 -2
  63. pulumi_gcp/pubsub/subscription.py +6 -6
  64. pulumi_gcp/pulumi-plugin.json +1 -1
  65. pulumi_gcp/securesourcemanager/instance.py +528 -4
  66. pulumi_gcp/securitycenter/__init__.py +1 -0
  67. pulumi_gcp/securitycenter/v2_organization_mute_config.py +673 -0
  68. pulumi_gcp/sql/database_instance.py +2 -2
  69. pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
  70. pulumi_gcp/vmwareengine/get_private_cloud.py +21 -1
  71. pulumi_gcp/vmwareengine/private_cloud.py +121 -2
  72. pulumi_gcp/workbench/_inputs.py +77 -0
  73. pulumi_gcp/workbench/instance.py +18 -4
  74. pulumi_gcp/workbench/outputs.py +67 -1
  75. {pulumi_gcp-7.33.0a1721974181.dist-info → pulumi_gcp-7.34.0.dist-info}/METADATA +1 -1
  76. {pulumi_gcp-7.33.0a1721974181.dist-info → pulumi_gcp-7.34.0.dist-info}/RECORD +78 -73
  77. {pulumi_gcp-7.33.0a1721974181.dist-info → pulumi_gcp-7.34.0.dist-info}/WHEEL +1 -1
  78. {pulumi_gcp-7.33.0a1721974181.dist-info → pulumi_gcp-7.34.0.dist-info}/top_level.txt +0 -0
@@ -485,6 +485,32 @@ __all__ = [
485
485
  'PreventionDiscoveryConfigTargetCloudSqlTargetGenerationCadenceArgsDict',
486
486
  'PreventionDiscoveryConfigTargetCloudSqlTargetGenerationCadenceSchemaModifiedCadenceArgs',
487
487
  'PreventionDiscoveryConfigTargetCloudSqlTargetGenerationCadenceSchemaModifiedCadenceArgsDict',
488
+ 'PreventionDiscoveryConfigTargetCloudStorageTargetArgs',
489
+ 'PreventionDiscoveryConfigTargetCloudStorageTargetArgsDict',
490
+ 'PreventionDiscoveryConfigTargetCloudStorageTargetConditionsArgs',
491
+ 'PreventionDiscoveryConfigTargetCloudStorageTargetConditionsArgsDict',
492
+ 'PreventionDiscoveryConfigTargetCloudStorageTargetConditionsCloudStorageConditionsArgs',
493
+ 'PreventionDiscoveryConfigTargetCloudStorageTargetConditionsCloudStorageConditionsArgsDict',
494
+ 'PreventionDiscoveryConfigTargetCloudStorageTargetDisabledArgs',
495
+ 'PreventionDiscoveryConfigTargetCloudStorageTargetDisabledArgsDict',
496
+ 'PreventionDiscoveryConfigTargetCloudStorageTargetFilterArgs',
497
+ 'PreventionDiscoveryConfigTargetCloudStorageTargetFilterArgsDict',
498
+ 'PreventionDiscoveryConfigTargetCloudStorageTargetFilterCloudStorageResourceReferenceArgs',
499
+ 'PreventionDiscoveryConfigTargetCloudStorageTargetFilterCloudStorageResourceReferenceArgsDict',
500
+ 'PreventionDiscoveryConfigTargetCloudStorageTargetFilterCollectionArgs',
501
+ 'PreventionDiscoveryConfigTargetCloudStorageTargetFilterCollectionArgsDict',
502
+ 'PreventionDiscoveryConfigTargetCloudStorageTargetFilterCollectionIncludeRegexesArgs',
503
+ 'PreventionDiscoveryConfigTargetCloudStorageTargetFilterCollectionIncludeRegexesArgsDict',
504
+ 'PreventionDiscoveryConfigTargetCloudStorageTargetFilterCollectionIncludeRegexesPatternArgs',
505
+ 'PreventionDiscoveryConfigTargetCloudStorageTargetFilterCollectionIncludeRegexesPatternArgsDict',
506
+ 'PreventionDiscoveryConfigTargetCloudStorageTargetFilterCollectionIncludeRegexesPatternCloudStorageRegexArgs',
507
+ 'PreventionDiscoveryConfigTargetCloudStorageTargetFilterCollectionIncludeRegexesPatternCloudStorageRegexArgsDict',
508
+ 'PreventionDiscoveryConfigTargetCloudStorageTargetFilterOthersArgs',
509
+ 'PreventionDiscoveryConfigTargetCloudStorageTargetFilterOthersArgsDict',
510
+ 'PreventionDiscoveryConfigTargetCloudStorageTargetGenerationCadenceArgs',
511
+ 'PreventionDiscoveryConfigTargetCloudStorageTargetGenerationCadenceArgsDict',
512
+ 'PreventionDiscoveryConfigTargetCloudStorageTargetGenerationCadenceInspectTemplateModifiedCadenceArgs',
513
+ 'PreventionDiscoveryConfigTargetCloudStorageTargetGenerationCadenceInspectTemplateModifiedCadenceArgsDict',
488
514
  'PreventionDiscoveryConfigTargetSecretsTargetArgs',
489
515
  'PreventionDiscoveryConfigTargetSecretsTargetArgsDict',
490
516
  'PreventionInspectTemplateInspectConfigArgs',
@@ -15988,6 +16014,11 @@ if not MYPY:
15988
16014
  Cloud SQL target for Discovery. The first target to match a table will be the one applied.
15989
16015
  Structure is documented below.
15990
16016
  """
16017
+ cloud_storage_target: NotRequired[pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetArgsDict']]
16018
+ """
16019
+ Cloud Storage target for Discovery. The first target to match a bucket will be the one applied.
16020
+ Structure is documented below.
16021
+ """
15991
16022
  secrets_target: NotRequired[pulumi.Input['PreventionDiscoveryConfigTargetSecretsTargetArgsDict']]
15992
16023
  """
15993
16024
  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.
@@ -16000,18 +16031,23 @@ class PreventionDiscoveryConfigTargetArgs:
16000
16031
  def __init__(__self__, *,
16001
16032
  big_query_target: Optional[pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetArgs']] = None,
16002
16033
  cloud_sql_target: Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetArgs']] = None,
16034
+ cloud_storage_target: Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetArgs']] = None,
16003
16035
  secrets_target: Optional[pulumi.Input['PreventionDiscoveryConfigTargetSecretsTargetArgs']] = None):
16004
16036
  """
16005
16037
  :param pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetArgs'] big_query_target: BigQuery target for Discovery. The first target to match a table will be the one applied.
16006
16038
  Structure is documented below.
16007
16039
  :param pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetArgs'] cloud_sql_target: Cloud SQL target for Discovery. The first target to match a table will be the one applied.
16008
16040
  Structure is documented below.
16041
+ :param pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetArgs'] cloud_storage_target: Cloud Storage target for Discovery. The first target to match a bucket will be the one applied.
16042
+ Structure is documented below.
16009
16043
  :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.
16010
16044
  """
16011
16045
  if big_query_target is not None:
16012
16046
  pulumi.set(__self__, "big_query_target", big_query_target)
16013
16047
  if cloud_sql_target is not None:
16014
16048
  pulumi.set(__self__, "cloud_sql_target", cloud_sql_target)
16049
+ if cloud_storage_target is not None:
16050
+ pulumi.set(__self__, "cloud_storage_target", cloud_storage_target)
16015
16051
  if secrets_target is not None:
16016
16052
  pulumi.set(__self__, "secrets_target", secrets_target)
16017
16053
 
@@ -16041,6 +16077,19 @@ class PreventionDiscoveryConfigTargetArgs:
16041
16077
  def cloud_sql_target(self, value: Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetArgs']]):
16042
16078
  pulumi.set(self, "cloud_sql_target", value)
16043
16079
 
16080
+ @property
16081
+ @pulumi.getter(name="cloudStorageTarget")
16082
+ def cloud_storage_target(self) -> Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetArgs']]:
16083
+ """
16084
+ Cloud Storage target for Discovery. The first target to match a bucket will be the one applied.
16085
+ Structure is documented below.
16086
+ """
16087
+ return pulumi.get(self, "cloud_storage_target")
16088
+
16089
+ @cloud_storage_target.setter
16090
+ def cloud_storage_target(self, value: Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetArgs']]):
16091
+ pulumi.set(self, "cloud_storage_target", value)
16092
+
16044
16093
  @property
16045
16094
  @pulumi.getter(name="secretsTarget")
16046
16095
  def secrets_target(self) -> Optional[pulumi.Input['PreventionDiscoveryConfigTargetSecretsTargetArgs']]:
@@ -16333,7 +16382,7 @@ if not MYPY:
16333
16382
  class PreventionDiscoveryConfigTargetBigQueryTargetConditionsArgsDict(TypedDict):
16334
16383
  created_after: NotRequired[pulumi.Input[str]]
16335
16384
  """
16336
- A timestamp in RFC3339 UTC "Zulu" format with nanosecond resolution and upto nine fractional digits.
16385
+ File store must have been created after this date. Used to avoid backfilling. A timestamp in RFC3339 UTC "Zulu" format with nanosecond resolution and upto nine fractional digits.
16337
16386
  """
16338
16387
  or_conditions: NotRequired[pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetConditionsOrConditionsArgsDict']]
16339
16388
  """
@@ -16361,7 +16410,7 @@ class PreventionDiscoveryConfigTargetBigQueryTargetConditionsArgs:
16361
16410
  type_collection: Optional[pulumi.Input[str]] = None,
16362
16411
  types: Optional[pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetConditionsTypesArgs']] = None):
16363
16412
  """
16364
- :param pulumi.Input[str] created_after: A timestamp in RFC3339 UTC "Zulu" format with nanosecond resolution and upto nine fractional digits.
16413
+ :param pulumi.Input[str] created_after: File store must have been created after this date. Used to avoid backfilling. A timestamp in RFC3339 UTC "Zulu" format with nanosecond resolution and upto nine fractional digits.
16365
16414
  :param pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetConditionsOrConditionsArgs'] or_conditions: At least one of the conditions must be true for a table to be scanned.
16366
16415
  Structure is documented below.
16367
16416
  :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.
@@ -16382,7 +16431,7 @@ class PreventionDiscoveryConfigTargetBigQueryTargetConditionsArgs:
16382
16431
  @pulumi.getter(name="createdAfter")
16383
16432
  def created_after(self) -> Optional[pulumi.Input[str]]:
16384
16433
  """
16385
- A timestamp in RFC3339 UTC "Zulu" format with nanosecond resolution and upto nine fractional digits.
16434
+ File store must have been created after this date. Used to avoid backfilling. A timestamp in RFC3339 UTC "Zulu" format with nanosecond resolution and upto nine fractional digits.
16386
16435
  """
16387
16436
  return pulumi.get(self, "created_after")
16388
16437
 
@@ -16708,7 +16757,7 @@ if not MYPY:
16708
16757
  class PreventionDiscoveryConfigTargetBigQueryTargetFilterTablesIncludeRegexesArgsDict(TypedDict):
16709
16758
  patterns: NotRequired[pulumi.Input[Sequence[pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetFilterTablesIncludeRegexesPatternArgsDict']]]]
16710
16759
  """
16711
- A group of regular expression patterns to match against one or more database resources. Maximum of 100 entries. The sum of all regular expressions' length can't exceed 10 KiB.
16760
+ The group of regular expression patterns to match against one or more file stores. Maximum of 100 entries. The sum of all lengths of regular expressions can't exceed 10 KiB.
16712
16761
  Structure is documented below.
16713
16762
  """
16714
16763
  elif False:
@@ -16719,7 +16768,7 @@ class PreventionDiscoveryConfigTargetBigQueryTargetFilterTablesIncludeRegexesArg
16719
16768
  def __init__(__self__, *,
16720
16769
  patterns: Optional[pulumi.Input[Sequence[pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetFilterTablesIncludeRegexesPatternArgs']]]] = None):
16721
16770
  """
16722
- :param pulumi.Input[Sequence[pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetFilterTablesIncludeRegexesPatternArgs']]] patterns: A group of regular expression patterns to match against one or more database resources. Maximum of 100 entries. The sum of all regular expressions' length can't exceed 10 KiB.
16771
+ :param pulumi.Input[Sequence[pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetFilterTablesIncludeRegexesPatternArgs']]] patterns: The group of regular expression patterns to match against one or more file stores. Maximum of 100 entries. The sum of all lengths of regular expressions can't exceed 10 KiB.
16723
16772
  Structure is documented below.
16724
16773
  """
16725
16774
  if patterns is not None:
@@ -16729,7 +16778,7 @@ class PreventionDiscoveryConfigTargetBigQueryTargetFilterTablesIncludeRegexesArg
16729
16778
  @pulumi.getter
16730
16779
  def patterns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PreventionDiscoveryConfigTargetBigQueryTargetFilterTablesIncludeRegexesPatternArgs']]]]:
16731
16780
  """
16732
- A group of regular expression patterns to match against one or more database resources. Maximum of 100 entries. The sum of all regular expressions' length can't exceed 10 KiB.
16781
+ The group of regular expression patterns to match against one or more file stores. Maximum of 100 entries. The sum of all lengths of regular expressions can't exceed 10 KiB.
16733
16782
  Structure is documented below.
16734
16783
  """
16735
16784
  return pulumi.get(self, "patterns")
@@ -16985,7 +17034,7 @@ if not MYPY:
16985
17034
  class PreventionDiscoveryConfigTargetCloudSqlTargetFilterArgsDict(TypedDict):
16986
17035
  collection: NotRequired[pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionArgsDict']]
16987
17036
  """
16988
- A specific set of database resources for this filter to apply to.
17037
+ A specific set of buckets for this filter to apply to.
16989
17038
  Structure is documented below.
16990
17039
  """
16991
17040
  database_resource_reference: NotRequired[pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetFilterDatabaseResourceReferenceArgsDict']]
@@ -16995,7 +17044,7 @@ if not MYPY:
16995
17044
  """
16996
17045
  others: NotRequired[pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetFilterOthersArgsDict']]
16997
17046
  """
16998
- 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.
17047
+ Match discovery resources not covered by any other filter.
16999
17048
  """
17000
17049
  elif False:
17001
17050
  PreventionDiscoveryConfigTargetCloudSqlTargetFilterArgsDict: TypeAlias = Mapping[str, Any]
@@ -17007,11 +17056,11 @@ class PreventionDiscoveryConfigTargetCloudSqlTargetFilterArgs:
17007
17056
  database_resource_reference: Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetFilterDatabaseResourceReferenceArgs']] = None,
17008
17057
  others: Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetFilterOthersArgs']] = None):
17009
17058
  """
17010
- :param pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionArgs'] collection: A specific set of database resources for this filter to apply to.
17059
+ :param pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionArgs'] collection: A specific set of buckets for this filter to apply to.
17011
17060
  Structure is documented below.
17012
17061
  :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).
17013
17062
  Structure is documented below.
17014
- :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.
17063
+ :param pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetFilterOthersArgs'] others: Match discovery resources not covered by any other filter.
17015
17064
  """
17016
17065
  if collection is not None:
17017
17066
  pulumi.set(__self__, "collection", collection)
@@ -17024,7 +17073,7 @@ class PreventionDiscoveryConfigTargetCloudSqlTargetFilterArgs:
17024
17073
  @pulumi.getter
17025
17074
  def collection(self) -> Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionArgs']]:
17026
17075
  """
17027
- A specific set of database resources for this filter to apply to.
17076
+ A specific set of buckets for this filter to apply to.
17028
17077
  Structure is documented below.
17029
17078
  """
17030
17079
  return pulumi.get(self, "collection")
@@ -17050,7 +17099,7 @@ class PreventionDiscoveryConfigTargetCloudSqlTargetFilterArgs:
17050
17099
  @pulumi.getter
17051
17100
  def others(self) -> Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetFilterOthersArgs']]:
17052
17101
  """
17053
- 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.
17102
+ Match discovery resources not covered by any other filter.
17054
17103
  """
17055
17104
  return pulumi.get(self, "others")
17056
17105
 
@@ -17063,7 +17112,7 @@ if not MYPY:
17063
17112
  class PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionArgsDict(TypedDict):
17064
17113
  include_regexes: NotRequired[pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionIncludeRegexesArgsDict']]
17065
17114
  """
17066
- A collection of regular expressions to match a database resource against.
17115
+ A collection of regular expressions to match a file store against.
17067
17116
  Structure is documented below.
17068
17117
  """
17069
17118
  elif False:
@@ -17074,7 +17123,7 @@ class PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionArgs:
17074
17123
  def __init__(__self__, *,
17075
17124
  include_regexes: Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionIncludeRegexesArgs']] = None):
17076
17125
  """
17077
- :param pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionIncludeRegexesArgs'] include_regexes: A collection of regular expressions to match a database resource against.
17126
+ :param pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionIncludeRegexesArgs'] include_regexes: A collection of regular expressions to match a file store against.
17078
17127
  Structure is documented below.
17079
17128
  """
17080
17129
  if include_regexes is not None:
@@ -17084,7 +17133,7 @@ class PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionArgs:
17084
17133
  @pulumi.getter(name="includeRegexes")
17085
17134
  def include_regexes(self) -> Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionIncludeRegexesArgs']]:
17086
17135
  """
17087
- A collection of regular expressions to match a database resource against.
17136
+ A collection of regular expressions to match a file store against.
17088
17137
  Structure is documented below.
17089
17138
  """
17090
17139
  return pulumi.get(self, "include_regexes")
@@ -17098,7 +17147,7 @@ if not MYPY:
17098
17147
  class PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionIncludeRegexesArgsDict(TypedDict):
17099
17148
  patterns: NotRequired[pulumi.Input[Sequence[pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionIncludeRegexesPatternArgsDict']]]]
17100
17149
  """
17101
- A group of regular expression patterns to match against one or more database resources. Maximum of 100 entries. The sum of all regular expressions' length can't exceed 10 KiB.
17150
+ The group of regular expression patterns to match against one or more file stores. Maximum of 100 entries. The sum of all lengths of regular expressions can't exceed 10 KiB.
17102
17151
  Structure is documented below.
17103
17152
  """
17104
17153
  elif False:
@@ -17109,7 +17158,7 @@ class PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionIncludeRegexe
17109
17158
  def __init__(__self__, *,
17110
17159
  patterns: Optional[pulumi.Input[Sequence[pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionIncludeRegexesPatternArgs']]]] = None):
17111
17160
  """
17112
- :param pulumi.Input[Sequence[pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionIncludeRegexesPatternArgs']]] patterns: A group of regular expression patterns to match against one or more database resources. Maximum of 100 entries. The sum of all regular expressions' length can't exceed 10 KiB.
17161
+ :param pulumi.Input[Sequence[pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionIncludeRegexesPatternArgs']]] patterns: The group of regular expression patterns to match against one or more file stores. Maximum of 100 entries. The sum of all lengths of regular expressions can't exceed 10 KiB.
17113
17162
  Structure is documented below.
17114
17163
  """
17115
17164
  if patterns is not None:
@@ -17119,7 +17168,7 @@ class PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionIncludeRegexe
17119
17168
  @pulumi.getter
17120
17169
  def patterns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionIncludeRegexesPatternArgs']]]]:
17121
17170
  """
17122
- A group of regular expression patterns to match against one or more database resources. Maximum of 100 entries. The sum of all regular expressions' length can't exceed 10 KiB.
17171
+ The group of regular expression patterns to match against one or more file stores. Maximum of 100 entries. The sum of all lengths of regular expressions can't exceed 10 KiB.
17123
17172
  Structure is documented below.
17124
17173
  """
17125
17174
  return pulumi.get(self, "patterns")
@@ -17325,7 +17374,7 @@ if not MYPY:
17325
17374
  class PreventionDiscoveryConfigTargetCloudSqlTargetGenerationCadenceArgsDict(TypedDict):
17326
17375
  refresh_frequency: NotRequired[pulumi.Input[str]]
17327
17376
  """
17328
- Data changes (non-schema changes) in Cloud SQL tables can't trigger reprofiling. If you set this field, profiles are refreshed at this frequency regardless of whether the underlying tables have changes. Defaults to never.
17377
+ Data changes in Cloud Storage can't trigger reprofiling. If you set this field, profiles are refreshed at this frequency regardless of whether the underlying buckets have changes. Defaults to never.
17329
17378
  Possible values are: `UPDATE_FREQUENCY_NEVER`, `UPDATE_FREQUENCY_DAILY`, `UPDATE_FREQUENCY_MONTHLY`.
17330
17379
  """
17331
17380
  schema_modified_cadence: NotRequired[pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetGenerationCadenceSchemaModifiedCadenceArgsDict']]
@@ -17342,7 +17391,7 @@ class PreventionDiscoveryConfigTargetCloudSqlTargetGenerationCadenceArgs:
17342
17391
  refresh_frequency: Optional[pulumi.Input[str]] = None,
17343
17392
  schema_modified_cadence: Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetGenerationCadenceSchemaModifiedCadenceArgs']] = None):
17344
17393
  """
17345
- :param pulumi.Input[str] refresh_frequency: Data changes (non-schema changes) in Cloud SQL tables can't trigger reprofiling. If you set this field, profiles are refreshed at this frequency regardless of whether the underlying tables have changes. Defaults to never.
17394
+ :param pulumi.Input[str] refresh_frequency: Data changes in Cloud Storage can't trigger reprofiling. If you set this field, profiles are refreshed at this frequency regardless of whether the underlying buckets have changes. Defaults to never.
17346
17395
  Possible values are: `UPDATE_FREQUENCY_NEVER`, `UPDATE_FREQUENCY_DAILY`, `UPDATE_FREQUENCY_MONTHLY`.
17347
17396
  :param pulumi.Input['PreventionDiscoveryConfigTargetCloudSqlTargetGenerationCadenceSchemaModifiedCadenceArgs'] schema_modified_cadence: Governs when to update data profiles when a schema is modified
17348
17397
  Structure is documented below.
@@ -17356,7 +17405,7 @@ class PreventionDiscoveryConfigTargetCloudSqlTargetGenerationCadenceArgs:
17356
17405
  @pulumi.getter(name="refreshFrequency")
17357
17406
  def refresh_frequency(self) -> Optional[pulumi.Input[str]]:
17358
17407
  """
17359
- Data changes (non-schema changes) in Cloud SQL tables can't trigger reprofiling. If you set this field, profiles are refreshed at this frequency regardless of whether the underlying tables have changes. Defaults to never.
17408
+ Data changes in Cloud Storage can't trigger reprofiling. If you set this field, profiles are refreshed at this frequency regardless of whether the underlying buckets have changes. Defaults to never.
17360
17409
  Possible values are: `UPDATE_FREQUENCY_NEVER`, `UPDATE_FREQUENCY_DAILY`, `UPDATE_FREQUENCY_MONTHLY`.
17361
17410
  """
17362
17411
  return pulumi.get(self, "refresh_frequency")
@@ -17437,6 +17486,643 @@ class PreventionDiscoveryConfigTargetCloudSqlTargetGenerationCadenceSchemaModifi
17437
17486
  pulumi.set(self, "types", value)
17438
17487
 
17439
17488
 
17489
+ if not MYPY:
17490
+ class PreventionDiscoveryConfigTargetCloudStorageTargetArgsDict(TypedDict):
17491
+ filter: pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetFilterArgsDict']
17492
+ """
17493
+ The buckets the generation_cadence applies to. The first target with a matching filter will be the one to apply to a bucket.
17494
+ Structure is documented below.
17495
+ """
17496
+ conditions: NotRequired[pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetConditionsArgsDict']]
17497
+ """
17498
+ In addition to matching the filter, these conditions must be true before a profile is generated.
17499
+ Structure is documented below.
17500
+ """
17501
+ disabled: NotRequired[pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetDisabledArgsDict']]
17502
+ """
17503
+ Disable profiling for buckets that match this filter.
17504
+ """
17505
+ generation_cadence: NotRequired[pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetGenerationCadenceArgsDict']]
17506
+ """
17507
+ How often and when to update profiles. New buckets that match both the filter and conditions are scanned as quickly as possible depending on system capacity.
17508
+ Structure is documented below.
17509
+ """
17510
+ elif False:
17511
+ PreventionDiscoveryConfigTargetCloudStorageTargetArgsDict: TypeAlias = Mapping[str, Any]
17512
+
17513
+ @pulumi.input_type
17514
+ class PreventionDiscoveryConfigTargetCloudStorageTargetArgs:
17515
+ def __init__(__self__, *,
17516
+ filter: pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetFilterArgs'],
17517
+ conditions: Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetConditionsArgs']] = None,
17518
+ disabled: Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetDisabledArgs']] = None,
17519
+ generation_cadence: Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetGenerationCadenceArgs']] = None):
17520
+ """
17521
+ :param pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetFilterArgs'] filter: The buckets the generation_cadence applies to. The first target with a matching filter will be the one to apply to a bucket.
17522
+ Structure is documented below.
17523
+ :param pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetConditionsArgs'] conditions: In addition to matching the filter, these conditions must be true before a profile is generated.
17524
+ Structure is documented below.
17525
+ :param pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetDisabledArgs'] disabled: Disable profiling for buckets that match this filter.
17526
+ :param pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetGenerationCadenceArgs'] generation_cadence: How often and when to update profiles. New buckets that match both the filter and conditions are scanned as quickly as possible depending on system capacity.
17527
+ Structure is documented below.
17528
+ """
17529
+ pulumi.set(__self__, "filter", filter)
17530
+ if conditions is not None:
17531
+ pulumi.set(__self__, "conditions", conditions)
17532
+ if disabled is not None:
17533
+ pulumi.set(__self__, "disabled", disabled)
17534
+ if generation_cadence is not None:
17535
+ pulumi.set(__self__, "generation_cadence", generation_cadence)
17536
+
17537
+ @property
17538
+ @pulumi.getter
17539
+ def filter(self) -> pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetFilterArgs']:
17540
+ """
17541
+ The buckets the generation_cadence applies to. The first target with a matching filter will be the one to apply to a bucket.
17542
+ Structure is documented below.
17543
+ """
17544
+ return pulumi.get(self, "filter")
17545
+
17546
+ @filter.setter
17547
+ def filter(self, value: pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetFilterArgs']):
17548
+ pulumi.set(self, "filter", value)
17549
+
17550
+ @property
17551
+ @pulumi.getter
17552
+ def conditions(self) -> Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetConditionsArgs']]:
17553
+ """
17554
+ In addition to matching the filter, these conditions must be true before a profile is generated.
17555
+ Structure is documented below.
17556
+ """
17557
+ return pulumi.get(self, "conditions")
17558
+
17559
+ @conditions.setter
17560
+ def conditions(self, value: Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetConditionsArgs']]):
17561
+ pulumi.set(self, "conditions", value)
17562
+
17563
+ @property
17564
+ @pulumi.getter
17565
+ def disabled(self) -> Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetDisabledArgs']]:
17566
+ """
17567
+ Disable profiling for buckets that match this filter.
17568
+ """
17569
+ return pulumi.get(self, "disabled")
17570
+
17571
+ @disabled.setter
17572
+ def disabled(self, value: Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetDisabledArgs']]):
17573
+ pulumi.set(self, "disabled", value)
17574
+
17575
+ @property
17576
+ @pulumi.getter(name="generationCadence")
17577
+ def generation_cadence(self) -> Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetGenerationCadenceArgs']]:
17578
+ """
17579
+ How often and when to update profiles. New buckets that match both the filter and conditions are scanned as quickly as possible depending on system capacity.
17580
+ Structure is documented below.
17581
+ """
17582
+ return pulumi.get(self, "generation_cadence")
17583
+
17584
+ @generation_cadence.setter
17585
+ def generation_cadence(self, value: Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetGenerationCadenceArgs']]):
17586
+ pulumi.set(self, "generation_cadence", value)
17587
+
17588
+
17589
+ if not MYPY:
17590
+ class PreventionDiscoveryConfigTargetCloudStorageTargetConditionsArgsDict(TypedDict):
17591
+ cloud_storage_conditions: NotRequired[pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetConditionsCloudStorageConditionsArgsDict']]
17592
+ """
17593
+ Cloud Storage conditions.
17594
+ Structure is documented below.
17595
+ """
17596
+ created_after: NotRequired[pulumi.Input[str]]
17597
+ """
17598
+ File store must have been created after this date. Used to avoid backfilling. A timestamp in RFC3339 UTC "Zulu" format with nanosecond resolution and upto nine fractional digits.
17599
+ """
17600
+ min_age: NotRequired[pulumi.Input[str]]
17601
+ """
17602
+ Duration format. Minimum age a file store must have. If set, the value must be 1 hour or greater.
17603
+ """
17604
+ elif False:
17605
+ PreventionDiscoveryConfigTargetCloudStorageTargetConditionsArgsDict: TypeAlias = Mapping[str, Any]
17606
+
17607
+ @pulumi.input_type
17608
+ class PreventionDiscoveryConfigTargetCloudStorageTargetConditionsArgs:
17609
+ def __init__(__self__, *,
17610
+ cloud_storage_conditions: Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetConditionsCloudStorageConditionsArgs']] = None,
17611
+ created_after: Optional[pulumi.Input[str]] = None,
17612
+ min_age: Optional[pulumi.Input[str]] = None):
17613
+ """
17614
+ :param pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetConditionsCloudStorageConditionsArgs'] cloud_storage_conditions: Cloud Storage conditions.
17615
+ Structure is documented below.
17616
+ :param pulumi.Input[str] created_after: File store must have been created after this date. Used to avoid backfilling. A timestamp in RFC3339 UTC "Zulu" format with nanosecond resolution and upto nine fractional digits.
17617
+ :param pulumi.Input[str] min_age: Duration format. Minimum age a file store must have. If set, the value must be 1 hour or greater.
17618
+ """
17619
+ if cloud_storage_conditions is not None:
17620
+ pulumi.set(__self__, "cloud_storage_conditions", cloud_storage_conditions)
17621
+ if created_after is not None:
17622
+ pulumi.set(__self__, "created_after", created_after)
17623
+ if min_age is not None:
17624
+ pulumi.set(__self__, "min_age", min_age)
17625
+
17626
+ @property
17627
+ @pulumi.getter(name="cloudStorageConditions")
17628
+ def cloud_storage_conditions(self) -> Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetConditionsCloudStorageConditionsArgs']]:
17629
+ """
17630
+ Cloud Storage conditions.
17631
+ Structure is documented below.
17632
+ """
17633
+ return pulumi.get(self, "cloud_storage_conditions")
17634
+
17635
+ @cloud_storage_conditions.setter
17636
+ def cloud_storage_conditions(self, value: Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetConditionsCloudStorageConditionsArgs']]):
17637
+ pulumi.set(self, "cloud_storage_conditions", value)
17638
+
17639
+ @property
17640
+ @pulumi.getter(name="createdAfter")
17641
+ def created_after(self) -> Optional[pulumi.Input[str]]:
17642
+ """
17643
+ File store must have been created after this date. Used to avoid backfilling. A timestamp in RFC3339 UTC "Zulu" format with nanosecond resolution and upto nine fractional digits.
17644
+ """
17645
+ return pulumi.get(self, "created_after")
17646
+
17647
+ @created_after.setter
17648
+ def created_after(self, value: Optional[pulumi.Input[str]]):
17649
+ pulumi.set(self, "created_after", value)
17650
+
17651
+ @property
17652
+ @pulumi.getter(name="minAge")
17653
+ def min_age(self) -> Optional[pulumi.Input[str]]:
17654
+ """
17655
+ Duration format. Minimum age a file store must have. If set, the value must be 1 hour or greater.
17656
+ """
17657
+ return pulumi.get(self, "min_age")
17658
+
17659
+ @min_age.setter
17660
+ def min_age(self, value: Optional[pulumi.Input[str]]):
17661
+ pulumi.set(self, "min_age", value)
17662
+
17663
+
17664
+ if not MYPY:
17665
+ class PreventionDiscoveryConfigTargetCloudStorageTargetConditionsCloudStorageConditionsArgsDict(TypedDict):
17666
+ included_bucket_attributes: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
17667
+ """
17668
+ Only objects with the specified attributes will be scanned. Defaults to [ALL_SUPPORTED_BUCKETS] if unset.
17669
+ Each value may be one of: `ALL_SUPPORTED_BUCKETS`, `AUTOCLASS_DISABLED`, `AUTOCLASS_ENABLED`.
17670
+ """
17671
+ included_object_attributes: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
17672
+ """
17673
+ Only objects with the specified attributes will be scanned. If an object has one of the specified attributes but is inside an excluded bucket, it will not be scanned. Defaults to [ALL_SUPPORTED_OBJECTS]. A profile will be created even if no objects match the included_object_attributes.
17674
+ Each value may be one of: `ALL_SUPPORTED_OBJECTS`, `STANDARD`, `NEARLINE`, `COLDLINE`, `ARCHIVE`, `REGIONAL`, `MULTI_REGIONAL`, `DURABLE_REDUCED_AVAILABILITY`.
17675
+ """
17676
+ elif False:
17677
+ PreventionDiscoveryConfigTargetCloudStorageTargetConditionsCloudStorageConditionsArgsDict: TypeAlias = Mapping[str, Any]
17678
+
17679
+ @pulumi.input_type
17680
+ class PreventionDiscoveryConfigTargetCloudStorageTargetConditionsCloudStorageConditionsArgs:
17681
+ def __init__(__self__, *,
17682
+ included_bucket_attributes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
17683
+ included_object_attributes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
17684
+ """
17685
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] included_bucket_attributes: Only objects with the specified attributes will be scanned. Defaults to [ALL_SUPPORTED_BUCKETS] if unset.
17686
+ Each value may be one of: `ALL_SUPPORTED_BUCKETS`, `AUTOCLASS_DISABLED`, `AUTOCLASS_ENABLED`.
17687
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] included_object_attributes: Only objects with the specified attributes will be scanned. If an object has one of the specified attributes but is inside an excluded bucket, it will not be scanned. Defaults to [ALL_SUPPORTED_OBJECTS]. A profile will be created even if no objects match the included_object_attributes.
17688
+ Each value may be one of: `ALL_SUPPORTED_OBJECTS`, `STANDARD`, `NEARLINE`, `COLDLINE`, `ARCHIVE`, `REGIONAL`, `MULTI_REGIONAL`, `DURABLE_REDUCED_AVAILABILITY`.
17689
+ """
17690
+ if included_bucket_attributes is not None:
17691
+ pulumi.set(__self__, "included_bucket_attributes", included_bucket_attributes)
17692
+ if included_object_attributes is not None:
17693
+ pulumi.set(__self__, "included_object_attributes", included_object_attributes)
17694
+
17695
+ @property
17696
+ @pulumi.getter(name="includedBucketAttributes")
17697
+ def included_bucket_attributes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
17698
+ """
17699
+ Only objects with the specified attributes will be scanned. Defaults to [ALL_SUPPORTED_BUCKETS] if unset.
17700
+ Each value may be one of: `ALL_SUPPORTED_BUCKETS`, `AUTOCLASS_DISABLED`, `AUTOCLASS_ENABLED`.
17701
+ """
17702
+ return pulumi.get(self, "included_bucket_attributes")
17703
+
17704
+ @included_bucket_attributes.setter
17705
+ def included_bucket_attributes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
17706
+ pulumi.set(self, "included_bucket_attributes", value)
17707
+
17708
+ @property
17709
+ @pulumi.getter(name="includedObjectAttributes")
17710
+ def included_object_attributes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
17711
+ """
17712
+ Only objects with the specified attributes will be scanned. If an object has one of the specified attributes but is inside an excluded bucket, it will not be scanned. Defaults to [ALL_SUPPORTED_OBJECTS]. A profile will be created even if no objects match the included_object_attributes.
17713
+ Each value may be one of: `ALL_SUPPORTED_OBJECTS`, `STANDARD`, `NEARLINE`, `COLDLINE`, `ARCHIVE`, `REGIONAL`, `MULTI_REGIONAL`, `DURABLE_REDUCED_AVAILABILITY`.
17714
+ """
17715
+ return pulumi.get(self, "included_object_attributes")
17716
+
17717
+ @included_object_attributes.setter
17718
+ def included_object_attributes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
17719
+ pulumi.set(self, "included_object_attributes", value)
17720
+
17721
+
17722
+ if not MYPY:
17723
+ class PreventionDiscoveryConfigTargetCloudStorageTargetDisabledArgsDict(TypedDict):
17724
+ pass
17725
+ elif False:
17726
+ PreventionDiscoveryConfigTargetCloudStorageTargetDisabledArgsDict: TypeAlias = Mapping[str, Any]
17727
+
17728
+ @pulumi.input_type
17729
+ class PreventionDiscoveryConfigTargetCloudStorageTargetDisabledArgs:
17730
+ def __init__(__self__):
17731
+ pass
17732
+
17733
+
17734
+ if not MYPY:
17735
+ class PreventionDiscoveryConfigTargetCloudStorageTargetFilterArgsDict(TypedDict):
17736
+ cloud_storage_resource_reference: NotRequired[pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetFilterCloudStorageResourceReferenceArgsDict']]
17737
+ """
17738
+ The bucket to scan. Targets including this can only include one target (the target with this bucket). This enables profiling the contents of a single bucket, while the other options allow for easy profiling of many buckets within a project or an organization.
17739
+ Structure is documented below.
17740
+ """
17741
+ collection: NotRequired[pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetFilterCollectionArgsDict']]
17742
+ """
17743
+ A specific set of buckets for this filter to apply to.
17744
+ Structure is documented below.
17745
+ """
17746
+ others: NotRequired[pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetFilterOthersArgsDict']]
17747
+ """
17748
+ Match discovery resources not covered by any other filter.
17749
+ """
17750
+ elif False:
17751
+ PreventionDiscoveryConfigTargetCloudStorageTargetFilterArgsDict: TypeAlias = Mapping[str, Any]
17752
+
17753
+ @pulumi.input_type
17754
+ class PreventionDiscoveryConfigTargetCloudStorageTargetFilterArgs:
17755
+ def __init__(__self__, *,
17756
+ cloud_storage_resource_reference: Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetFilterCloudStorageResourceReferenceArgs']] = None,
17757
+ collection: Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetFilterCollectionArgs']] = None,
17758
+ others: Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetFilterOthersArgs']] = None):
17759
+ """
17760
+ :param pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetFilterCloudStorageResourceReferenceArgs'] cloud_storage_resource_reference: The bucket to scan. Targets including this can only include one target (the target with this bucket). This enables profiling the contents of a single bucket, while the other options allow for easy profiling of many buckets within a project or an organization.
17761
+ Structure is documented below.
17762
+ :param pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetFilterCollectionArgs'] collection: A specific set of buckets for this filter to apply to.
17763
+ Structure is documented below.
17764
+ :param pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetFilterOthersArgs'] others: Match discovery resources not covered by any other filter.
17765
+ """
17766
+ if cloud_storage_resource_reference is not None:
17767
+ pulumi.set(__self__, "cloud_storage_resource_reference", cloud_storage_resource_reference)
17768
+ if collection is not None:
17769
+ pulumi.set(__self__, "collection", collection)
17770
+ if others is not None:
17771
+ pulumi.set(__self__, "others", others)
17772
+
17773
+ @property
17774
+ @pulumi.getter(name="cloudStorageResourceReference")
17775
+ def cloud_storage_resource_reference(self) -> Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetFilterCloudStorageResourceReferenceArgs']]:
17776
+ """
17777
+ The bucket to scan. Targets including this can only include one target (the target with this bucket). This enables profiling the contents of a single bucket, while the other options allow for easy profiling of many buckets within a project or an organization.
17778
+ Structure is documented below.
17779
+ """
17780
+ return pulumi.get(self, "cloud_storage_resource_reference")
17781
+
17782
+ @cloud_storage_resource_reference.setter
17783
+ def cloud_storage_resource_reference(self, value: Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetFilterCloudStorageResourceReferenceArgs']]):
17784
+ pulumi.set(self, "cloud_storage_resource_reference", value)
17785
+
17786
+ @property
17787
+ @pulumi.getter
17788
+ def collection(self) -> Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetFilterCollectionArgs']]:
17789
+ """
17790
+ A specific set of buckets for this filter to apply to.
17791
+ Structure is documented below.
17792
+ """
17793
+ return pulumi.get(self, "collection")
17794
+
17795
+ @collection.setter
17796
+ def collection(self, value: Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetFilterCollectionArgs']]):
17797
+ pulumi.set(self, "collection", value)
17798
+
17799
+ @property
17800
+ @pulumi.getter
17801
+ def others(self) -> Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetFilterOthersArgs']]:
17802
+ """
17803
+ Match discovery resources not covered by any other filter.
17804
+ """
17805
+ return pulumi.get(self, "others")
17806
+
17807
+ @others.setter
17808
+ def others(self, value: Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetFilterOthersArgs']]):
17809
+ pulumi.set(self, "others", value)
17810
+
17811
+
17812
+ if not MYPY:
17813
+ class PreventionDiscoveryConfigTargetCloudStorageTargetFilterCloudStorageResourceReferenceArgsDict(TypedDict):
17814
+ bucket_name: NotRequired[pulumi.Input[str]]
17815
+ """
17816
+ The bucket to scan.
17817
+ """
17818
+ project_id: NotRequired[pulumi.Input[str]]
17819
+ """
17820
+ If within a project-level config, then this must match the config's project id.
17821
+ """
17822
+ elif False:
17823
+ PreventionDiscoveryConfigTargetCloudStorageTargetFilterCloudStorageResourceReferenceArgsDict: TypeAlias = Mapping[str, Any]
17824
+
17825
+ @pulumi.input_type
17826
+ class PreventionDiscoveryConfigTargetCloudStorageTargetFilterCloudStorageResourceReferenceArgs:
17827
+ def __init__(__self__, *,
17828
+ bucket_name: Optional[pulumi.Input[str]] = None,
17829
+ project_id: Optional[pulumi.Input[str]] = None):
17830
+ """
17831
+ :param pulumi.Input[str] bucket_name: The bucket to scan.
17832
+ :param pulumi.Input[str] project_id: If within a project-level config, then this must match the config's project id.
17833
+ """
17834
+ if bucket_name is not None:
17835
+ pulumi.set(__self__, "bucket_name", bucket_name)
17836
+ if project_id is not None:
17837
+ pulumi.set(__self__, "project_id", project_id)
17838
+
17839
+ @property
17840
+ @pulumi.getter(name="bucketName")
17841
+ def bucket_name(self) -> Optional[pulumi.Input[str]]:
17842
+ """
17843
+ The bucket to scan.
17844
+ """
17845
+ return pulumi.get(self, "bucket_name")
17846
+
17847
+ @bucket_name.setter
17848
+ def bucket_name(self, value: Optional[pulumi.Input[str]]):
17849
+ pulumi.set(self, "bucket_name", value)
17850
+
17851
+ @property
17852
+ @pulumi.getter(name="projectId")
17853
+ def project_id(self) -> Optional[pulumi.Input[str]]:
17854
+ """
17855
+ If within a project-level config, then this must match the config's project id.
17856
+ """
17857
+ return pulumi.get(self, "project_id")
17858
+
17859
+ @project_id.setter
17860
+ def project_id(self, value: Optional[pulumi.Input[str]]):
17861
+ pulumi.set(self, "project_id", value)
17862
+
17863
+
17864
+ if not MYPY:
17865
+ class PreventionDiscoveryConfigTargetCloudStorageTargetFilterCollectionArgsDict(TypedDict):
17866
+ include_regexes: NotRequired[pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetFilterCollectionIncludeRegexesArgsDict']]
17867
+ """
17868
+ A collection of regular expressions to match a file store against.
17869
+ Structure is documented below.
17870
+ """
17871
+ elif False:
17872
+ PreventionDiscoveryConfigTargetCloudStorageTargetFilterCollectionArgsDict: TypeAlias = Mapping[str, Any]
17873
+
17874
+ @pulumi.input_type
17875
+ class PreventionDiscoveryConfigTargetCloudStorageTargetFilterCollectionArgs:
17876
+ def __init__(__self__, *,
17877
+ include_regexes: Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetFilterCollectionIncludeRegexesArgs']] = None):
17878
+ """
17879
+ :param pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetFilterCollectionIncludeRegexesArgs'] include_regexes: A collection of regular expressions to match a file store against.
17880
+ Structure is documented below.
17881
+ """
17882
+ if include_regexes is not None:
17883
+ pulumi.set(__self__, "include_regexes", include_regexes)
17884
+
17885
+ @property
17886
+ @pulumi.getter(name="includeRegexes")
17887
+ def include_regexes(self) -> Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetFilterCollectionIncludeRegexesArgs']]:
17888
+ """
17889
+ A collection of regular expressions to match a file store against.
17890
+ Structure is documented below.
17891
+ """
17892
+ return pulumi.get(self, "include_regexes")
17893
+
17894
+ @include_regexes.setter
17895
+ def include_regexes(self, value: Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetFilterCollectionIncludeRegexesArgs']]):
17896
+ pulumi.set(self, "include_regexes", value)
17897
+
17898
+
17899
+ if not MYPY:
17900
+ class PreventionDiscoveryConfigTargetCloudStorageTargetFilterCollectionIncludeRegexesArgsDict(TypedDict):
17901
+ patterns: NotRequired[pulumi.Input[Sequence[pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetFilterCollectionIncludeRegexesPatternArgsDict']]]]
17902
+ """
17903
+ The group of regular expression patterns to match against one or more file stores. Maximum of 100 entries. The sum of all lengths of regular expressions can't exceed 10 KiB.
17904
+ Structure is documented below.
17905
+ """
17906
+ elif False:
17907
+ PreventionDiscoveryConfigTargetCloudStorageTargetFilterCollectionIncludeRegexesArgsDict: TypeAlias = Mapping[str, Any]
17908
+
17909
+ @pulumi.input_type
17910
+ class PreventionDiscoveryConfigTargetCloudStorageTargetFilterCollectionIncludeRegexesArgs:
17911
+ def __init__(__self__, *,
17912
+ patterns: Optional[pulumi.Input[Sequence[pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetFilterCollectionIncludeRegexesPatternArgs']]]] = None):
17913
+ """
17914
+ :param pulumi.Input[Sequence[pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetFilterCollectionIncludeRegexesPatternArgs']]] patterns: The group of regular expression patterns to match against one or more file stores. Maximum of 100 entries. The sum of all lengths of regular expressions can't exceed 10 KiB.
17915
+ Structure is documented below.
17916
+ """
17917
+ if patterns is not None:
17918
+ pulumi.set(__self__, "patterns", patterns)
17919
+
17920
+ @property
17921
+ @pulumi.getter
17922
+ def patterns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetFilterCollectionIncludeRegexesPatternArgs']]]]:
17923
+ """
17924
+ The group of regular expression patterns to match against one or more file stores. Maximum of 100 entries. The sum of all lengths of regular expressions can't exceed 10 KiB.
17925
+ Structure is documented below.
17926
+ """
17927
+ return pulumi.get(self, "patterns")
17928
+
17929
+ @patterns.setter
17930
+ def patterns(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetFilterCollectionIncludeRegexesPatternArgs']]]]):
17931
+ pulumi.set(self, "patterns", value)
17932
+
17933
+
17934
+ if not MYPY:
17935
+ class PreventionDiscoveryConfigTargetCloudStorageTargetFilterCollectionIncludeRegexesPatternArgsDict(TypedDict):
17936
+ cloud_storage_regex: NotRequired[pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetFilterCollectionIncludeRegexesPatternCloudStorageRegexArgsDict']]
17937
+ """
17938
+ Regex for Cloud Storage.
17939
+ Structure is documented below.
17940
+ """
17941
+ elif False:
17942
+ PreventionDiscoveryConfigTargetCloudStorageTargetFilterCollectionIncludeRegexesPatternArgsDict: TypeAlias = Mapping[str, Any]
17943
+
17944
+ @pulumi.input_type
17945
+ class PreventionDiscoveryConfigTargetCloudStorageTargetFilterCollectionIncludeRegexesPatternArgs:
17946
+ def __init__(__self__, *,
17947
+ cloud_storage_regex: Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetFilterCollectionIncludeRegexesPatternCloudStorageRegexArgs']] = None):
17948
+ """
17949
+ :param pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetFilterCollectionIncludeRegexesPatternCloudStorageRegexArgs'] cloud_storage_regex: Regex for Cloud Storage.
17950
+ Structure is documented below.
17951
+ """
17952
+ if cloud_storage_regex is not None:
17953
+ pulumi.set(__self__, "cloud_storage_regex", cloud_storage_regex)
17954
+
17955
+ @property
17956
+ @pulumi.getter(name="cloudStorageRegex")
17957
+ def cloud_storage_regex(self) -> Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetFilterCollectionIncludeRegexesPatternCloudStorageRegexArgs']]:
17958
+ """
17959
+ Regex for Cloud Storage.
17960
+ Structure is documented below.
17961
+ """
17962
+ return pulumi.get(self, "cloud_storage_regex")
17963
+
17964
+ @cloud_storage_regex.setter
17965
+ def cloud_storage_regex(self, value: Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetFilterCollectionIncludeRegexesPatternCloudStorageRegexArgs']]):
17966
+ pulumi.set(self, "cloud_storage_regex", value)
17967
+
17968
+
17969
+ if not MYPY:
17970
+ class PreventionDiscoveryConfigTargetCloudStorageTargetFilterCollectionIncludeRegexesPatternCloudStorageRegexArgsDict(TypedDict):
17971
+ bucket_name_regex: NotRequired[pulumi.Input[str]]
17972
+ """
17973
+ Regex to test the bucket name against. If empty, all buckets match. Example: "marketing2021" or "(marketing)\\d{4}" will both match the bucket gs://marketing2021
17974
+ """
17975
+ project_id_regex: NotRequired[pulumi.Input[str]]
17976
+ """
17977
+ For organizations, if unset, will match all projects.
17978
+ """
17979
+ elif False:
17980
+ PreventionDiscoveryConfigTargetCloudStorageTargetFilterCollectionIncludeRegexesPatternCloudStorageRegexArgsDict: TypeAlias = Mapping[str, Any]
17981
+
17982
+ @pulumi.input_type
17983
+ class PreventionDiscoveryConfigTargetCloudStorageTargetFilterCollectionIncludeRegexesPatternCloudStorageRegexArgs:
17984
+ def __init__(__self__, *,
17985
+ bucket_name_regex: Optional[pulumi.Input[str]] = None,
17986
+ project_id_regex: Optional[pulumi.Input[str]] = None):
17987
+ """
17988
+ :param pulumi.Input[str] bucket_name_regex: Regex to test the bucket name against. If empty, all buckets match. Example: "marketing2021" or "(marketing)\\d{4}" will both match the bucket gs://marketing2021
17989
+ :param pulumi.Input[str] project_id_regex: For organizations, if unset, will match all projects.
17990
+ """
17991
+ if bucket_name_regex is not None:
17992
+ pulumi.set(__self__, "bucket_name_regex", bucket_name_regex)
17993
+ if project_id_regex is not None:
17994
+ pulumi.set(__self__, "project_id_regex", project_id_regex)
17995
+
17996
+ @property
17997
+ @pulumi.getter(name="bucketNameRegex")
17998
+ def bucket_name_regex(self) -> Optional[pulumi.Input[str]]:
17999
+ """
18000
+ Regex to test the bucket name against. If empty, all buckets match. Example: "marketing2021" or "(marketing)\\d{4}" will both match the bucket gs://marketing2021
18001
+ """
18002
+ return pulumi.get(self, "bucket_name_regex")
18003
+
18004
+ @bucket_name_regex.setter
18005
+ def bucket_name_regex(self, value: Optional[pulumi.Input[str]]):
18006
+ pulumi.set(self, "bucket_name_regex", value)
18007
+
18008
+ @property
18009
+ @pulumi.getter(name="projectIdRegex")
18010
+ def project_id_regex(self) -> Optional[pulumi.Input[str]]:
18011
+ """
18012
+ For organizations, if unset, will match all projects.
18013
+ """
18014
+ return pulumi.get(self, "project_id_regex")
18015
+
18016
+ @project_id_regex.setter
18017
+ def project_id_regex(self, value: Optional[pulumi.Input[str]]):
18018
+ pulumi.set(self, "project_id_regex", value)
18019
+
18020
+
18021
+ if not MYPY:
18022
+ class PreventionDiscoveryConfigTargetCloudStorageTargetFilterOthersArgsDict(TypedDict):
18023
+ pass
18024
+ elif False:
18025
+ PreventionDiscoveryConfigTargetCloudStorageTargetFilterOthersArgsDict: TypeAlias = Mapping[str, Any]
18026
+
18027
+ @pulumi.input_type
18028
+ class PreventionDiscoveryConfigTargetCloudStorageTargetFilterOthersArgs:
18029
+ def __init__(__self__):
18030
+ pass
18031
+
18032
+
18033
+ if not MYPY:
18034
+ class PreventionDiscoveryConfigTargetCloudStorageTargetGenerationCadenceArgsDict(TypedDict):
18035
+ inspect_template_modified_cadence: NotRequired[pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetGenerationCadenceInspectTemplateModifiedCadenceArgsDict']]
18036
+ """
18037
+ Governs when to update data profiles when the inspection rules defined by the `InspectTemplate` change. If not set, changing the template will not cause a data profile to update.
18038
+ Structure is documented below.
18039
+ """
18040
+ refresh_frequency: NotRequired[pulumi.Input[str]]
18041
+ """
18042
+ Data changes in Cloud Storage can't trigger reprofiling. If you set this field, profiles are refreshed at this frequency regardless of whether the underlying buckets have changes. Defaults to never.
18043
+ Possible values are: `UPDATE_FREQUENCY_NEVER`, `UPDATE_FREQUENCY_DAILY`, `UPDATE_FREQUENCY_MONTHLY`.
18044
+ """
18045
+ elif False:
18046
+ PreventionDiscoveryConfigTargetCloudStorageTargetGenerationCadenceArgsDict: TypeAlias = Mapping[str, Any]
18047
+
18048
+ @pulumi.input_type
18049
+ class PreventionDiscoveryConfigTargetCloudStorageTargetGenerationCadenceArgs:
18050
+ def __init__(__self__, *,
18051
+ inspect_template_modified_cadence: Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetGenerationCadenceInspectTemplateModifiedCadenceArgs']] = None,
18052
+ refresh_frequency: Optional[pulumi.Input[str]] = None):
18053
+ """
18054
+ :param pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetGenerationCadenceInspectTemplateModifiedCadenceArgs'] inspect_template_modified_cadence: Governs when to update data profiles when the inspection rules defined by the `InspectTemplate` change. If not set, changing the template will not cause a data profile to update.
18055
+ Structure is documented below.
18056
+ :param pulumi.Input[str] refresh_frequency: Data changes in Cloud Storage can't trigger reprofiling. If you set this field, profiles are refreshed at this frequency regardless of whether the underlying buckets have changes. Defaults to never.
18057
+ Possible values are: `UPDATE_FREQUENCY_NEVER`, `UPDATE_FREQUENCY_DAILY`, `UPDATE_FREQUENCY_MONTHLY`.
18058
+ """
18059
+ if inspect_template_modified_cadence is not None:
18060
+ pulumi.set(__self__, "inspect_template_modified_cadence", inspect_template_modified_cadence)
18061
+ if refresh_frequency is not None:
18062
+ pulumi.set(__self__, "refresh_frequency", refresh_frequency)
18063
+
18064
+ @property
18065
+ @pulumi.getter(name="inspectTemplateModifiedCadence")
18066
+ def inspect_template_modified_cadence(self) -> Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetGenerationCadenceInspectTemplateModifiedCadenceArgs']]:
18067
+ """
18068
+ Governs when to update data profiles when the inspection rules defined by the `InspectTemplate` change. If not set, changing the template will not cause a data profile to update.
18069
+ Structure is documented below.
18070
+ """
18071
+ return pulumi.get(self, "inspect_template_modified_cadence")
18072
+
18073
+ @inspect_template_modified_cadence.setter
18074
+ def inspect_template_modified_cadence(self, value: Optional[pulumi.Input['PreventionDiscoveryConfigTargetCloudStorageTargetGenerationCadenceInspectTemplateModifiedCadenceArgs']]):
18075
+ pulumi.set(self, "inspect_template_modified_cadence", value)
18076
+
18077
+ @property
18078
+ @pulumi.getter(name="refreshFrequency")
18079
+ def refresh_frequency(self) -> Optional[pulumi.Input[str]]:
18080
+ """
18081
+ Data changes in Cloud Storage can't trigger reprofiling. If you set this field, profiles are refreshed at this frequency regardless of whether the underlying buckets have changes. Defaults to never.
18082
+ Possible values are: `UPDATE_FREQUENCY_NEVER`, `UPDATE_FREQUENCY_DAILY`, `UPDATE_FREQUENCY_MONTHLY`.
18083
+ """
18084
+ return pulumi.get(self, "refresh_frequency")
18085
+
18086
+ @refresh_frequency.setter
18087
+ def refresh_frequency(self, value: Optional[pulumi.Input[str]]):
18088
+ pulumi.set(self, "refresh_frequency", value)
18089
+
18090
+
18091
+ if not MYPY:
18092
+ class PreventionDiscoveryConfigTargetCloudStorageTargetGenerationCadenceInspectTemplateModifiedCadenceArgsDict(TypedDict):
18093
+ frequency: NotRequired[pulumi.Input[str]]
18094
+ """
18095
+ How frequently data profiles can be updated when the template is modified. Defaults to never.
18096
+ Possible values are: `UPDATE_FREQUENCY_NEVER`, `UPDATE_FREQUENCY_DAILY`, `UPDATE_FREQUENCY_MONTHLY`.
18097
+ """
18098
+ elif False:
18099
+ PreventionDiscoveryConfigTargetCloudStorageTargetGenerationCadenceInspectTemplateModifiedCadenceArgsDict: TypeAlias = Mapping[str, Any]
18100
+
18101
+ @pulumi.input_type
18102
+ class PreventionDiscoveryConfigTargetCloudStorageTargetGenerationCadenceInspectTemplateModifiedCadenceArgs:
18103
+ def __init__(__self__, *,
18104
+ frequency: Optional[pulumi.Input[str]] = None):
18105
+ """
18106
+ :param pulumi.Input[str] frequency: How frequently data profiles can be updated when the template is modified. Defaults to never.
18107
+ Possible values are: `UPDATE_FREQUENCY_NEVER`, `UPDATE_FREQUENCY_DAILY`, `UPDATE_FREQUENCY_MONTHLY`.
18108
+ """
18109
+ if frequency is not None:
18110
+ pulumi.set(__self__, "frequency", frequency)
18111
+
18112
+ @property
18113
+ @pulumi.getter
18114
+ def frequency(self) -> Optional[pulumi.Input[str]]:
18115
+ """
18116
+ How frequently data profiles can be updated when the template is modified. Defaults to never.
18117
+ Possible values are: `UPDATE_FREQUENCY_NEVER`, `UPDATE_FREQUENCY_DAILY`, `UPDATE_FREQUENCY_MONTHLY`.
18118
+ """
18119
+ return pulumi.get(self, "frequency")
18120
+
18121
+ @frequency.setter
18122
+ def frequency(self, value: Optional[pulumi.Input[str]]):
18123
+ pulumi.set(self, "frequency", value)
18124
+
18125
+
17440
18126
  if not MYPY:
17441
18127
  class PreventionDiscoveryConfigTargetSecretsTargetArgsDict(TypedDict):
17442
18128
  pass