pulumi-gcp 9.2.0a1759043191__py3-none-any.whl → 9.3.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.
Files changed (76) hide show
  1. pulumi_gcp/__init__.py +32 -0
  2. pulumi_gcp/apigee/__init__.py +1 -0
  3. pulumi_gcp/apigee/api_deployment.py +372 -0
  4. pulumi_gcp/apihub/plugin.py +1 -1
  5. pulumi_gcp/artifactregistry/__init__.py +2 -0
  6. pulumi_gcp/artifactregistry/get_maven_artifacts.py +164 -0
  7. pulumi_gcp/artifactregistry/get_npm_packages.py +164 -0
  8. pulumi_gcp/artifactregistry/outputs.py +165 -0
  9. pulumi_gcp/cloudrunv2/_inputs.py +823 -15
  10. pulumi_gcp/cloudrunv2/outputs.py +1749 -743
  11. pulumi_gcp/cloudrunv2/worker_pool.py +110 -0
  12. pulumi_gcp/compute/_inputs.py +28 -0
  13. pulumi_gcp/compute/outputs.py +20 -1
  14. pulumi_gcp/compute/vpn_tunnel.py +97 -23
  15. pulumi_gcp/compute/wire_group.py +2 -0
  16. pulumi_gcp/dataloss/_inputs.py +970 -30
  17. pulumi_gcp/dataloss/outputs.py +850 -20
  18. pulumi_gcp/dataloss/prevention_discovery_config.py +54 -0
  19. pulumi_gcp/diagflow/_inputs.py +66 -0
  20. pulumi_gcp/diagflow/conversation_profile.py +84 -0
  21. pulumi_gcp/diagflow/outputs.py +57 -0
  22. pulumi_gcp/discoveryengine/__init__.py +1 -0
  23. pulumi_gcp/discoveryengine/_inputs.py +187 -0
  24. pulumi_gcp/discoveryengine/data_connector.py +1368 -0
  25. pulumi_gcp/discoveryengine/outputs.py +135 -0
  26. pulumi_gcp/discoveryengine/search_engine.py +47 -0
  27. pulumi_gcp/gkebackup/_inputs.py +111 -0
  28. pulumi_gcp/gkebackup/backup_plan.py +72 -0
  29. pulumi_gcp/gkebackup/outputs.py +84 -0
  30. pulumi_gcp/kms/__init__.py +1 -0
  31. pulumi_gcp/kms/_inputs.py +43 -0
  32. pulumi_gcp/kms/organization_kaj_policy_config.py +290 -0
  33. pulumi_gcp/kms/outputs.py +43 -0
  34. pulumi_gcp/logging/metric.py +2 -2
  35. pulumi_gcp/looker/instance.py +51 -0
  36. pulumi_gcp/managedkafka/connect_cluster.py +20 -82
  37. pulumi_gcp/managedkafka/connector.py +24 -94
  38. pulumi_gcp/netapp/_inputs.py +28 -5
  39. pulumi_gcp/netapp/outputs.py +19 -3
  40. pulumi_gcp/netapp/storage_pool.py +56 -0
  41. pulumi_gcp/netapp/volume.py +28 -0
  42. pulumi_gcp/networkconnectivity/spoke.py +14 -14
  43. pulumi_gcp/networksecurity/mirroring_endpoint_group.py +211 -23
  44. pulumi_gcp/oracledatabase/odb_network.py +101 -2
  45. pulumi_gcp/orgpolicy/policy.py +2 -2
  46. pulumi_gcp/privilegedaccessmanager/_inputs.py +27 -4
  47. pulumi_gcp/privilegedaccessmanager/outputs.py +31 -6
  48. pulumi_gcp/pubsub/get_subscription.py +12 -1
  49. pulumi_gcp/pubsub/get_topic.py +15 -4
  50. pulumi_gcp/pubsub/subscription.py +153 -7
  51. pulumi_gcp/pubsub/topic.py +145 -3
  52. pulumi_gcp/pulumi-plugin.json +1 -1
  53. pulumi_gcp/saasruntime/__init__.py +1 -0
  54. pulumi_gcp/saasruntime/_inputs.py +60 -0
  55. pulumi_gcp/saasruntime/outputs.py +55 -0
  56. pulumi_gcp/saasruntime/rollout_kind.py +1086 -0
  57. pulumi_gcp/sql/_inputs.py +122 -3
  58. pulumi_gcp/sql/database_instance.py +47 -0
  59. pulumi_gcp/sql/get_database_instance.py +12 -1
  60. pulumi_gcp/sql/outputs.py +233 -2
  61. pulumi_gcp/storage/bucket.py +52 -24
  62. pulumi_gcp/storage/get_insights_dataset_config.py +12 -1
  63. pulumi_gcp/storage/insights_dataset_config.py +49 -0
  64. pulumi_gcp/storage/insights_report_config.py +47 -0
  65. pulumi_gcp/vertex/_inputs.py +339 -1
  66. pulumi_gcp/vertex/ai_endpoint.py +4 -4
  67. pulumi_gcp/vertex/ai_endpoint_with_model_garden_deployment.py +102 -0
  68. pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
  69. pulumi_gcp/vertex/ai_index.py +74 -2
  70. pulumi_gcp/vertex/ai_index_endpoint.py +54 -0
  71. pulumi_gcp/vertex/get_ai_index.py +12 -1
  72. pulumi_gcp/vertex/outputs.py +303 -1
  73. {pulumi_gcp-9.2.0a1759043191.dist-info → pulumi_gcp-9.3.0.dist-info}/METADATA +1 -1
  74. {pulumi_gcp-9.2.0a1759043191.dist-info → pulumi_gcp-9.3.0.dist-info}/RECORD +76 -70
  75. {pulumi_gcp-9.2.0a1759043191.dist-info → pulumi_gcp-9.3.0.dist-info}/WHEEL +0 -0
  76. {pulumi_gcp-9.2.0a1759043191.dist-info → pulumi_gcp-9.3.0.dist-info}/top_level.txt +0 -0
@@ -229,6 +229,8 @@ __all__ = [
229
229
  'PreventionDiscoveryConfigErrorDetails',
230
230
  'PreventionDiscoveryConfigOrgConfig',
231
231
  'PreventionDiscoveryConfigOrgConfigLocation',
232
+ 'PreventionDiscoveryConfigOtherCloudStartingLocation',
233
+ 'PreventionDiscoveryConfigOtherCloudStartingLocationAwsLocation',
232
234
  'PreventionDiscoveryConfigTarget',
233
235
  'PreventionDiscoveryConfigTargetBigQueryTarget',
234
236
  'PreventionDiscoveryConfigTargetBigQueryTargetCadence',
@@ -270,6 +272,23 @@ __all__ = [
270
272
  'PreventionDiscoveryConfigTargetCloudStorageTargetFilterOthers',
271
273
  'PreventionDiscoveryConfigTargetCloudStorageTargetGenerationCadence',
272
274
  'PreventionDiscoveryConfigTargetCloudStorageTargetGenerationCadenceInspectTemplateModifiedCadence',
275
+ 'PreventionDiscoveryConfigTargetOtherCloudTarget',
276
+ 'PreventionDiscoveryConfigTargetOtherCloudTargetConditions',
277
+ 'PreventionDiscoveryConfigTargetOtherCloudTargetConditionsAmazonS3BucketConditions',
278
+ 'PreventionDiscoveryConfigTargetOtherCloudTargetDataSourceType',
279
+ 'PreventionDiscoveryConfigTargetOtherCloudTargetDisabled',
280
+ 'PreventionDiscoveryConfigTargetOtherCloudTargetFilter',
281
+ 'PreventionDiscoveryConfigTargetOtherCloudTargetFilterCollection',
282
+ 'PreventionDiscoveryConfigTargetOtherCloudTargetFilterCollectionIncludeRegexes',
283
+ 'PreventionDiscoveryConfigTargetOtherCloudTargetFilterCollectionIncludeRegexesPattern',
284
+ 'PreventionDiscoveryConfigTargetOtherCloudTargetFilterCollectionIncludeRegexesPatternAmazonS3BucketRegex',
285
+ 'PreventionDiscoveryConfigTargetOtherCloudTargetFilterCollectionIncludeRegexesPatternAmazonS3BucketRegexAwsAccountRegex',
286
+ 'PreventionDiscoveryConfigTargetOtherCloudTargetFilterOthers',
287
+ 'PreventionDiscoveryConfigTargetOtherCloudTargetFilterSingleResource',
288
+ 'PreventionDiscoveryConfigTargetOtherCloudTargetFilterSingleResourceAmazonS3Bucket',
289
+ 'PreventionDiscoveryConfigTargetOtherCloudTargetFilterSingleResourceAmazonS3BucketAwsAccount',
290
+ 'PreventionDiscoveryConfigTargetOtherCloudTargetGenerationCadence',
291
+ 'PreventionDiscoveryConfigTargetOtherCloudTargetGenerationCadenceInspectTemplateModifiedCadence',
273
292
  'PreventionDiscoveryConfigTargetSecretsTarget',
274
293
  'PreventionInspectTemplateInspectConfig',
275
294
  'PreventionInspectTemplateInspectConfigCustomInfoType',
@@ -11893,6 +11912,94 @@ class PreventionDiscoveryConfigOrgConfigLocation(dict):
11893
11912
  return pulumi.get(self, "organization_id")
11894
11913
 
11895
11914
 
11915
+ @pulumi.output_type
11916
+ class PreventionDiscoveryConfigOtherCloudStartingLocation(dict):
11917
+ @staticmethod
11918
+ def __key_warning(key: str):
11919
+ suggest = None
11920
+ if key == "awsLocation":
11921
+ suggest = "aws_location"
11922
+
11923
+ if suggest:
11924
+ pulumi.log.warn(f"Key '{key}' not found in PreventionDiscoveryConfigOtherCloudStartingLocation. Access the value via the '{suggest}' property getter instead.")
11925
+
11926
+ def __getitem__(self, key: str) -> Any:
11927
+ PreventionDiscoveryConfigOtherCloudStartingLocation.__key_warning(key)
11928
+ return super().__getitem__(key)
11929
+
11930
+ def get(self, key: str, default = None) -> Any:
11931
+ PreventionDiscoveryConfigOtherCloudStartingLocation.__key_warning(key)
11932
+ return super().get(key, default)
11933
+
11934
+ def __init__(__self__, *,
11935
+ aws_location: Optional['outputs.PreventionDiscoveryConfigOtherCloudStartingLocationAwsLocation'] = None):
11936
+ """
11937
+ :param 'PreventionDiscoveryConfigOtherCloudStartingLocationAwsLocationArgs' aws_location: A nested object resource.
11938
+ Structure is documented below.
11939
+ """
11940
+ if aws_location is not None:
11941
+ pulumi.set(__self__, "aws_location", aws_location)
11942
+
11943
+ @_builtins.property
11944
+ @pulumi.getter(name="awsLocation")
11945
+ def aws_location(self) -> Optional['outputs.PreventionDiscoveryConfigOtherCloudStartingLocationAwsLocation']:
11946
+ """
11947
+ A nested object resource.
11948
+ Structure is documented below.
11949
+ """
11950
+ return pulumi.get(self, "aws_location")
11951
+
11952
+
11953
+ @pulumi.output_type
11954
+ class PreventionDiscoveryConfigOtherCloudStartingLocationAwsLocation(dict):
11955
+ @staticmethod
11956
+ def __key_warning(key: str):
11957
+ suggest = None
11958
+ if key == "accountId":
11959
+ suggest = "account_id"
11960
+ elif key == "allAssetInventoryAssets":
11961
+ suggest = "all_asset_inventory_assets"
11962
+
11963
+ if suggest:
11964
+ pulumi.log.warn(f"Key '{key}' not found in PreventionDiscoveryConfigOtherCloudStartingLocationAwsLocation. Access the value via the '{suggest}' property getter instead.")
11965
+
11966
+ def __getitem__(self, key: str) -> Any:
11967
+ PreventionDiscoveryConfigOtherCloudStartingLocationAwsLocation.__key_warning(key)
11968
+ return super().__getitem__(key)
11969
+
11970
+ def get(self, key: str, default = None) -> Any:
11971
+ PreventionDiscoveryConfigOtherCloudStartingLocationAwsLocation.__key_warning(key)
11972
+ return super().get(key, default)
11973
+
11974
+ def __init__(__self__, *,
11975
+ account_id: Optional[_builtins.str] = None,
11976
+ all_asset_inventory_assets: Optional[_builtins.bool] = None):
11977
+ """
11978
+ :param _builtins.str account_id: The AWS account ID that this discovery config applies to. Within an organization, you can find the AWS account ID inside an AWS account ARN. Example: arn:<partition>:organizations::<management-account-id>:account/<organization-id>/<account-id>
11979
+ :param _builtins.bool all_asset_inventory_assets: All AWS assets stored in Asset Inventory that didn't match other AWS discovery configs.
11980
+ """
11981
+ if account_id is not None:
11982
+ pulumi.set(__self__, "account_id", account_id)
11983
+ if all_asset_inventory_assets is not None:
11984
+ pulumi.set(__self__, "all_asset_inventory_assets", all_asset_inventory_assets)
11985
+
11986
+ @_builtins.property
11987
+ @pulumi.getter(name="accountId")
11988
+ def account_id(self) -> Optional[_builtins.str]:
11989
+ """
11990
+ The AWS account ID that this discovery config applies to. Within an organization, you can find the AWS account ID inside an AWS account ARN. Example: arn:<partition>:organizations::<management-account-id>:account/<organization-id>/<account-id>
11991
+ """
11992
+ return pulumi.get(self, "account_id")
11993
+
11994
+ @_builtins.property
11995
+ @pulumi.getter(name="allAssetInventoryAssets")
11996
+ def all_asset_inventory_assets(self) -> Optional[_builtins.bool]:
11997
+ """
11998
+ All AWS assets stored in Asset Inventory that didn't match other AWS discovery configs.
11999
+ """
12000
+ return pulumi.get(self, "all_asset_inventory_assets")
12001
+
12002
+
11896
12003
  @pulumi.output_type
11897
12004
  class PreventionDiscoveryConfigTarget(dict):
11898
12005
  @staticmethod
@@ -11904,6 +12011,8 @@ class PreventionDiscoveryConfigTarget(dict):
11904
12011
  suggest = "cloud_sql_target"
11905
12012
  elif key == "cloudStorageTarget":
11906
12013
  suggest = "cloud_storage_target"
12014
+ elif key == "otherCloudTarget":
12015
+ suggest = "other_cloud_target"
11907
12016
  elif key == "secretsTarget":
11908
12017
  suggest = "secrets_target"
11909
12018
 
@@ -11922,6 +12031,7 @@ class PreventionDiscoveryConfigTarget(dict):
11922
12031
  big_query_target: Optional['outputs.PreventionDiscoveryConfigTargetBigQueryTarget'] = None,
11923
12032
  cloud_sql_target: Optional['outputs.PreventionDiscoveryConfigTargetCloudSqlTarget'] = None,
11924
12033
  cloud_storage_target: Optional['outputs.PreventionDiscoveryConfigTargetCloudStorageTarget'] = None,
12034
+ other_cloud_target: Optional['outputs.PreventionDiscoveryConfigTargetOtherCloudTarget'] = None,
11925
12035
  secrets_target: Optional['outputs.PreventionDiscoveryConfigTargetSecretsTarget'] = None):
11926
12036
  """
11927
12037
  :param 'PreventionDiscoveryConfigTargetBigQueryTargetArgs' big_query_target: BigQuery target for Discovery. The first target to match a table will be the one applied.
@@ -11930,6 +12040,8 @@ class PreventionDiscoveryConfigTarget(dict):
11930
12040
  Structure is documented below.
11931
12041
  :param 'PreventionDiscoveryConfigTargetCloudStorageTargetArgs' cloud_storage_target: Cloud Storage target for Discovery. The first target to match a bucket will be the one applied.
11932
12042
  Structure is documented below.
12043
+ :param 'PreventionDiscoveryConfigTargetOtherCloudTargetArgs' other_cloud_target: Other clouds target for discovery. The first target to match a resource will be the one applied.
12044
+ Structure is documented below.
11933
12045
  :param '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.
11934
12046
  """
11935
12047
  if big_query_target is not None:
@@ -11938,6 +12050,8 @@ class PreventionDiscoveryConfigTarget(dict):
11938
12050
  pulumi.set(__self__, "cloud_sql_target", cloud_sql_target)
11939
12051
  if cloud_storage_target is not None:
11940
12052
  pulumi.set(__self__, "cloud_storage_target", cloud_storage_target)
12053
+ if other_cloud_target is not None:
12054
+ pulumi.set(__self__, "other_cloud_target", other_cloud_target)
11941
12055
  if secrets_target is not None:
11942
12056
  pulumi.set(__self__, "secrets_target", secrets_target)
11943
12057
 
@@ -11968,6 +12082,15 @@ class PreventionDiscoveryConfigTarget(dict):
11968
12082
  """
11969
12083
  return pulumi.get(self, "cloud_storage_target")
11970
12084
 
12085
+ @_builtins.property
12086
+ @pulumi.getter(name="otherCloudTarget")
12087
+ def other_cloud_target(self) -> Optional['outputs.PreventionDiscoveryConfigTargetOtherCloudTarget']:
12088
+ """
12089
+ Other clouds target for discovery. The first target to match a resource will be the one applied.
12090
+ Structure is documented below.
12091
+ """
12092
+ return pulumi.get(self, "other_cloud_target")
12093
+
11971
12094
  @_builtins.property
11972
12095
  @pulumi.getter(name="secretsTarget")
11973
12096
  def secrets_target(self) -> Optional['outputs.PreventionDiscoveryConfigTargetSecretsTarget']:
@@ -12521,7 +12644,7 @@ class PreventionDiscoveryConfigTargetBigQueryTargetFilterTablesIncludeRegexes(di
12521
12644
  def __init__(__self__, *,
12522
12645
  patterns: Optional[Sequence['outputs.PreventionDiscoveryConfigTargetBigQueryTargetFilterTablesIncludeRegexesPattern']] = None):
12523
12646
  """
12524
- :param Sequence['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.
12647
+ :param Sequence['PreventionDiscoveryConfigTargetBigQueryTargetFilterTablesIncludeRegexesPatternArgs'] patterns: The group of regular expression patterns to match against one or more resources. Maximum of 100 entries. The sum of all lengths of regular expressions can't exceed 10 KiB.
12525
12648
  Structure is documented below.
12526
12649
  """
12527
12650
  if patterns is not None:
@@ -12531,7 +12654,7 @@ class PreventionDiscoveryConfigTargetBigQueryTargetFilterTablesIncludeRegexes(di
12531
12654
  @pulumi.getter
12532
12655
  def patterns(self) -> Optional[Sequence['outputs.PreventionDiscoveryConfigTargetBigQueryTargetFilterTablesIncludeRegexesPattern']]:
12533
12656
  """
12534
- 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.
12657
+ The group of regular expression patterns to match against one or more resources. Maximum of 100 entries. The sum of all lengths of regular expressions can't exceed 10 KiB.
12535
12658
  Structure is documented below.
12536
12659
  """
12537
12660
  return pulumi.get(self, "patterns")
@@ -12760,7 +12883,7 @@ class PreventionDiscoveryConfigTargetCloudSqlTargetFilter(dict):
12760
12883
  database_resource_reference: Optional['outputs.PreventionDiscoveryConfigTargetCloudSqlTargetFilterDatabaseResourceReference'] = None,
12761
12884
  others: Optional['outputs.PreventionDiscoveryConfigTargetCloudSqlTargetFilterOthers'] = None):
12762
12885
  """
12763
- :param 'PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionArgs' collection: A specific set of buckets for this filter to apply to.
12886
+ :param 'PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionArgs' collection: A collection of resources for this filter to apply to.
12764
12887
  Structure is documented below.
12765
12888
  :param 'PreventionDiscoveryConfigTargetCloudSqlTargetFilterDatabaseResourceReferenceArgs' database_resource_reference: The database resource to scan. Targets including this can only include one target (the target with this database resource reference).
12766
12889
  Structure is documented below.
@@ -12777,7 +12900,7 @@ class PreventionDiscoveryConfigTargetCloudSqlTargetFilter(dict):
12777
12900
  @pulumi.getter
12778
12901
  def collection(self) -> Optional['outputs.PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollection']:
12779
12902
  """
12780
- A specific set of buckets for this filter to apply to.
12903
+ A collection of resources for this filter to apply to.
12781
12904
  Structure is documented below.
12782
12905
  """
12783
12906
  return pulumi.get(self, "collection")
@@ -12822,7 +12945,7 @@ class PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollection(dict):
12822
12945
  def __init__(__self__, *,
12823
12946
  include_regexes: Optional['outputs.PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionIncludeRegexes'] = None):
12824
12947
  """
12825
- :param 'PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionIncludeRegexesArgs' include_regexes: A collection of regular expressions to match a file store against.
12948
+ :param 'PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionIncludeRegexesArgs' include_regexes: A collection of regular expressions to match a resource against.
12826
12949
  Structure is documented below.
12827
12950
  """
12828
12951
  if include_regexes is not None:
@@ -12832,7 +12955,7 @@ class PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollection(dict):
12832
12955
  @pulumi.getter(name="includeRegexes")
12833
12956
  def include_regexes(self) -> Optional['outputs.PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionIncludeRegexes']:
12834
12957
  """
12835
- A collection of regular expressions to match a file store against.
12958
+ A collection of regular expressions to match a resource against.
12836
12959
  Structure is documented below.
12837
12960
  """
12838
12961
  return pulumi.get(self, "include_regexes")
@@ -12843,7 +12966,7 @@ class PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionIncludeRegexe
12843
12966
  def __init__(__self__, *,
12844
12967
  patterns: Optional[Sequence['outputs.PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionIncludeRegexesPattern']] = None):
12845
12968
  """
12846
- :param Sequence['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.
12969
+ :param Sequence['PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionIncludeRegexesPatternArgs'] patterns: The group of regular expression patterns to match against one or more resources. Maximum of 100 entries. The sum of all lengths of regular expressions can't exceed 10 KiB.
12847
12970
  Structure is documented below.
12848
12971
  """
12849
12972
  if patterns is not None:
@@ -12853,7 +12976,7 @@ class PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionIncludeRegexe
12853
12976
  @pulumi.getter
12854
12977
  def patterns(self) -> Optional[Sequence['outputs.PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionIncludeRegexesPattern']]:
12855
12978
  """
12856
- 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.
12979
+ The group of regular expression patterns to match against one or more resources. Maximum of 100 entries. The sum of all lengths of regular expressions can't exceed 10 KiB.
12857
12980
  Structure is documented below.
12858
12981
  """
12859
12982
  return pulumi.get(self, "patterns")
@@ -13043,7 +13166,7 @@ class PreventionDiscoveryConfigTargetCloudSqlTargetGenerationCadence(dict):
13043
13166
  """
13044
13167
  :param 'PreventionDiscoveryConfigTargetCloudSqlTargetGenerationCadenceInspectTemplateModifiedCadenceArgs' 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.
13045
13168
  Structure is documented below.
13046
- :param _builtins.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.
13169
+ :param _builtins.str refresh_frequency: Frequency to update profiles regardless of whether the underlying resource has changes. Defaults to never.
13047
13170
  Possible values are: `UPDATE_FREQUENCY_NEVER`, `UPDATE_FREQUENCY_DAILY`, `UPDATE_FREQUENCY_MONTHLY`.
13048
13171
  :param 'PreventionDiscoveryConfigTargetCloudSqlTargetGenerationCadenceSchemaModifiedCadenceArgs' schema_modified_cadence: Governs when to update data profiles when a schema is modified
13049
13172
  Structure is documented below.
@@ -13068,7 +13191,7 @@ class PreventionDiscoveryConfigTargetCloudSqlTargetGenerationCadence(dict):
13068
13191
  @pulumi.getter(name="refreshFrequency")
13069
13192
  def refresh_frequency(self) -> Optional[_builtins.str]:
13070
13193
  """
13071
- 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.
13194
+ Frequency to update profiles regardless of whether the underlying resource has changes. Defaults to never.
13072
13195
  Possible values are: `UPDATE_FREQUENCY_NEVER`, `UPDATE_FREQUENCY_DAILY`, `UPDATE_FREQUENCY_MONTHLY`.
13073
13196
  """
13074
13197
  return pulumi.get(self, "refresh_frequency")
@@ -13246,7 +13369,7 @@ class PreventionDiscoveryConfigTargetCloudStorageTargetConditions(dict):
13246
13369
  :param 'PreventionDiscoveryConfigTargetCloudStorageTargetConditionsCloudStorageConditionsArgs' cloud_storage_conditions: Cloud Storage conditions.
13247
13370
  Structure is documented below.
13248
13371
  :param _builtins.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.
13249
- :param _builtins.str min_age: Duration format. Minimum age a file store must have. If set, the value must be 1 hour or greater.
13372
+ :param _builtins.str min_age: Duration format. Minimum age a resource must be before a profile can be generated. Value must be 1 hour or greater. Minimum age is not supported for Azure Blob Storage containers.
13250
13373
  """
13251
13374
  if cloud_storage_conditions is not None:
13252
13375
  pulumi.set(__self__, "cloud_storage_conditions", cloud_storage_conditions)
@@ -13276,7 +13399,7 @@ class PreventionDiscoveryConfigTargetCloudStorageTargetConditions(dict):
13276
13399
  @pulumi.getter(name="minAge")
13277
13400
  def min_age(self) -> Optional[_builtins.str]:
13278
13401
  """
13279
- Duration format. Minimum age a file store must have. If set, the value must be 1 hour or greater.
13402
+ Duration format. Minimum age a resource must be before a profile can be generated. Value must be 1 hour or greater. Minimum age is not supported for Azure Blob Storage containers.
13280
13403
  """
13281
13404
  return pulumi.get(self, "min_age")
13282
13405
 
@@ -13367,7 +13490,7 @@ class PreventionDiscoveryConfigTargetCloudStorageTargetFilter(dict):
13367
13490
  """
13368
13491
  :param '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.
13369
13492
  Structure is documented below.
13370
- :param 'PreventionDiscoveryConfigTargetCloudStorageTargetFilterCollectionArgs' collection: A specific set of buckets for this filter to apply to.
13493
+ :param 'PreventionDiscoveryConfigTargetCloudStorageTargetFilterCollectionArgs' collection: A collection of resources for this filter to apply to.
13371
13494
  Structure is documented below.
13372
13495
  :param 'PreventionDiscoveryConfigTargetCloudStorageTargetFilterOthersArgs' others: Match discovery resources not covered by any other filter.
13373
13496
  """
@@ -13391,7 +13514,7 @@ class PreventionDiscoveryConfigTargetCloudStorageTargetFilter(dict):
13391
13514
  @pulumi.getter
13392
13515
  def collection(self) -> Optional['outputs.PreventionDiscoveryConfigTargetCloudStorageTargetFilterCollection']:
13393
13516
  """
13394
- A specific set of buckets for this filter to apply to.
13517
+ A collection of resources for this filter to apply to.
13395
13518
  Structure is documented below.
13396
13519
  """
13397
13520
  return pulumi.get(self, "collection")
@@ -13477,7 +13600,7 @@ class PreventionDiscoveryConfigTargetCloudStorageTargetFilterCollection(dict):
13477
13600
  def __init__(__self__, *,
13478
13601
  include_regexes: Optional['outputs.PreventionDiscoveryConfigTargetCloudStorageTargetFilterCollectionIncludeRegexes'] = None):
13479
13602
  """
13480
- :param 'PreventionDiscoveryConfigTargetCloudStorageTargetFilterCollectionIncludeRegexesArgs' include_regexes: A collection of regular expressions to match a file store against.
13603
+ :param 'PreventionDiscoveryConfigTargetCloudStorageTargetFilterCollectionIncludeRegexesArgs' include_regexes: A collection of regular expressions to match a resource against.
13481
13604
  Structure is documented below.
13482
13605
  """
13483
13606
  if include_regexes is not None:
@@ -13487,7 +13610,7 @@ class PreventionDiscoveryConfigTargetCloudStorageTargetFilterCollection(dict):
13487
13610
  @pulumi.getter(name="includeRegexes")
13488
13611
  def include_regexes(self) -> Optional['outputs.PreventionDiscoveryConfigTargetCloudStorageTargetFilterCollectionIncludeRegexes']:
13489
13612
  """
13490
- A collection of regular expressions to match a file store against.
13613
+ A collection of regular expressions to match a resource against.
13491
13614
  Structure is documented below.
13492
13615
  """
13493
13616
  return pulumi.get(self, "include_regexes")
@@ -13498,7 +13621,7 @@ class PreventionDiscoveryConfigTargetCloudStorageTargetFilterCollectionIncludeRe
13498
13621
  def __init__(__self__, *,
13499
13622
  patterns: Optional[Sequence['outputs.PreventionDiscoveryConfigTargetCloudStorageTargetFilterCollectionIncludeRegexesPattern']] = None):
13500
13623
  """
13501
- :param Sequence['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.
13624
+ :param Sequence['PreventionDiscoveryConfigTargetCloudStorageTargetFilterCollectionIncludeRegexesPatternArgs'] patterns: The group of regular expression patterns to match against one or more resources. Maximum of 100 entries. The sum of all lengths of regular expressions can't exceed 10 KiB.
13502
13625
  Structure is documented below.
13503
13626
  """
13504
13627
  if patterns is not None:
@@ -13508,7 +13631,7 @@ class PreventionDiscoveryConfigTargetCloudStorageTargetFilterCollectionIncludeRe
13508
13631
  @pulumi.getter
13509
13632
  def patterns(self) -> Optional[Sequence['outputs.PreventionDiscoveryConfigTargetCloudStorageTargetFilterCollectionIncludeRegexesPattern']]:
13510
13633
  """
13511
- 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.
13634
+ The group of regular expression patterns to match against one or more resources. Maximum of 100 entries. The sum of all lengths of regular expressions can't exceed 10 KiB.
13512
13635
  Structure is documented below.
13513
13636
  """
13514
13637
  return pulumi.get(self, "patterns")
@@ -13635,7 +13758,7 @@ class PreventionDiscoveryConfigTargetCloudStorageTargetGenerationCadence(dict):
13635
13758
  """
13636
13759
  :param '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.
13637
13760
  Structure is documented below.
13638
- :param _builtins.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.
13761
+ :param _builtins.str refresh_frequency: Frequency to update profiles regardless of whether the underlying resource has changes. Defaults to never.
13639
13762
  Possible values are: `UPDATE_FREQUENCY_NEVER`, `UPDATE_FREQUENCY_DAILY`, `UPDATE_FREQUENCY_MONTHLY`.
13640
13763
  """
13641
13764
  if inspect_template_modified_cadence is not None:
@@ -13656,7 +13779,7 @@ class PreventionDiscoveryConfigTargetCloudStorageTargetGenerationCadence(dict):
13656
13779
  @pulumi.getter(name="refreshFrequency")
13657
13780
  def refresh_frequency(self) -> Optional[_builtins.str]:
13658
13781
  """
13659
- 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.
13782
+ Frequency to update profiles regardless of whether the underlying resource has changes. Defaults to never.
13660
13783
  Possible values are: `UPDATE_FREQUENCY_NEVER`, `UPDATE_FREQUENCY_DAILY`, `UPDATE_FREQUENCY_MONTHLY`.
13661
13784
  """
13662
13785
  return pulumi.get(self, "refresh_frequency")
@@ -13683,6 +13806,713 @@ class PreventionDiscoveryConfigTargetCloudStorageTargetGenerationCadenceInspectT
13683
13806
  return pulumi.get(self, "frequency")
13684
13807
 
13685
13808
 
13809
+ @pulumi.output_type
13810
+ class PreventionDiscoveryConfigTargetOtherCloudTarget(dict):
13811
+ @staticmethod
13812
+ def __key_warning(key: str):
13813
+ suggest = None
13814
+ if key == "dataSourceType":
13815
+ suggest = "data_source_type"
13816
+ elif key == "generationCadence":
13817
+ suggest = "generation_cadence"
13818
+
13819
+ if suggest:
13820
+ pulumi.log.warn(f"Key '{key}' not found in PreventionDiscoveryConfigTargetOtherCloudTarget. Access the value via the '{suggest}' property getter instead.")
13821
+
13822
+ def __getitem__(self, key: str) -> Any:
13823
+ PreventionDiscoveryConfigTargetOtherCloudTarget.__key_warning(key)
13824
+ return super().__getitem__(key)
13825
+
13826
+ def get(self, key: str, default = None) -> Any:
13827
+ PreventionDiscoveryConfigTargetOtherCloudTarget.__key_warning(key)
13828
+ return super().get(key, default)
13829
+
13830
+ def __init__(__self__, *,
13831
+ filter: 'outputs.PreventionDiscoveryConfigTargetOtherCloudTargetFilter',
13832
+ conditions: Optional['outputs.PreventionDiscoveryConfigTargetOtherCloudTargetConditions'] = None,
13833
+ data_source_type: Optional['outputs.PreventionDiscoveryConfigTargetOtherCloudTargetDataSourceType'] = None,
13834
+ disabled: Optional['outputs.PreventionDiscoveryConfigTargetOtherCloudTargetDisabled'] = None,
13835
+ generation_cadence: Optional['outputs.PreventionDiscoveryConfigTargetOtherCloudTargetGenerationCadence'] = None):
13836
+ """
13837
+ :param 'PreventionDiscoveryConfigTargetOtherCloudTargetFilterArgs' filter: Required. The resources that the discovery cadence applies to. The first target with a matching filter will be the one to apply to a resource.
13838
+ Structure is documented below.
13839
+ :param 'PreventionDiscoveryConfigTargetOtherCloudTargetConditionsArgs' conditions: In addition to matching the filter, these conditions must be true before a profile is generated.
13840
+ Structure is documented below.
13841
+ :param 'PreventionDiscoveryConfigTargetOtherCloudTargetDataSourceTypeArgs' data_source_type: Required. The type of data profiles generated by this discovery target. Supported values are: aws/s3/bucket
13842
+ Structure is documented below.
13843
+ :param 'PreventionDiscoveryConfigTargetOtherCloudTargetDisabledArgs' disabled: Disable profiling for resources that match this filter.
13844
+ :param 'PreventionDiscoveryConfigTargetOtherCloudTargetGenerationCadenceArgs' generation_cadence: How often and when to update profiles. New resources that match both the filter and conditions are scanned as quickly as possible depending on system capacity.
13845
+ Structure is documented below.
13846
+ """
13847
+ pulumi.set(__self__, "filter", filter)
13848
+ if conditions is not None:
13849
+ pulumi.set(__self__, "conditions", conditions)
13850
+ if data_source_type is not None:
13851
+ pulumi.set(__self__, "data_source_type", data_source_type)
13852
+ if disabled is not None:
13853
+ pulumi.set(__self__, "disabled", disabled)
13854
+ if generation_cadence is not None:
13855
+ pulumi.set(__self__, "generation_cadence", generation_cadence)
13856
+
13857
+ @_builtins.property
13858
+ @pulumi.getter
13859
+ def filter(self) -> 'outputs.PreventionDiscoveryConfigTargetOtherCloudTargetFilter':
13860
+ """
13861
+ Required. The resources that the discovery cadence applies to. The first target with a matching filter will be the one to apply to a resource.
13862
+ Structure is documented below.
13863
+ """
13864
+ return pulumi.get(self, "filter")
13865
+
13866
+ @_builtins.property
13867
+ @pulumi.getter
13868
+ def conditions(self) -> Optional['outputs.PreventionDiscoveryConfigTargetOtherCloudTargetConditions']:
13869
+ """
13870
+ In addition to matching the filter, these conditions must be true before a profile is generated.
13871
+ Structure is documented below.
13872
+ """
13873
+ return pulumi.get(self, "conditions")
13874
+
13875
+ @_builtins.property
13876
+ @pulumi.getter(name="dataSourceType")
13877
+ def data_source_type(self) -> Optional['outputs.PreventionDiscoveryConfigTargetOtherCloudTargetDataSourceType']:
13878
+ """
13879
+ Required. The type of data profiles generated by this discovery target. Supported values are: aws/s3/bucket
13880
+ Structure is documented below.
13881
+ """
13882
+ return pulumi.get(self, "data_source_type")
13883
+
13884
+ @_builtins.property
13885
+ @pulumi.getter
13886
+ def disabled(self) -> Optional['outputs.PreventionDiscoveryConfigTargetOtherCloudTargetDisabled']:
13887
+ """
13888
+ Disable profiling for resources that match this filter.
13889
+ """
13890
+ return pulumi.get(self, "disabled")
13891
+
13892
+ @_builtins.property
13893
+ @pulumi.getter(name="generationCadence")
13894
+ def generation_cadence(self) -> Optional['outputs.PreventionDiscoveryConfigTargetOtherCloudTargetGenerationCadence']:
13895
+ """
13896
+ How often and when to update profiles. New resources that match both the filter and conditions are scanned as quickly as possible depending on system capacity.
13897
+ Structure is documented below.
13898
+ """
13899
+ return pulumi.get(self, "generation_cadence")
13900
+
13901
+
13902
+ @pulumi.output_type
13903
+ class PreventionDiscoveryConfigTargetOtherCloudTargetConditions(dict):
13904
+ @staticmethod
13905
+ def __key_warning(key: str):
13906
+ suggest = None
13907
+ if key == "amazonS3BucketConditions":
13908
+ suggest = "amazon_s3_bucket_conditions"
13909
+ elif key == "minAge":
13910
+ suggest = "min_age"
13911
+
13912
+ if suggest:
13913
+ pulumi.log.warn(f"Key '{key}' not found in PreventionDiscoveryConfigTargetOtherCloudTargetConditions. Access the value via the '{suggest}' property getter instead.")
13914
+
13915
+ def __getitem__(self, key: str) -> Any:
13916
+ PreventionDiscoveryConfigTargetOtherCloudTargetConditions.__key_warning(key)
13917
+ return super().__getitem__(key)
13918
+
13919
+ def get(self, key: str, default = None) -> Any:
13920
+ PreventionDiscoveryConfigTargetOtherCloudTargetConditions.__key_warning(key)
13921
+ return super().get(key, default)
13922
+
13923
+ def __init__(__self__, *,
13924
+ amazon_s3_bucket_conditions: Optional['outputs.PreventionDiscoveryConfigTargetOtherCloudTargetConditionsAmazonS3BucketConditions'] = None,
13925
+ min_age: Optional[_builtins.str] = None):
13926
+ """
13927
+ :param 'PreventionDiscoveryConfigTargetOtherCloudTargetConditionsAmazonS3BucketConditionsArgs' amazon_s3_bucket_conditions: Amazon S3 bucket conditions.
13928
+ Structure is documented below.
13929
+
13930
+
13931
+ <a name="nested_targets_targets_other_cloud_target_conditions_amazon_s3_bucket_conditions"></a>The `amazon_s3_bucket_conditions` block supports:
13932
+ :param _builtins.str min_age: Duration format. Minimum age a resource must be before a profile can be generated. Value must be 1 hour or greater. Minimum age is not supported for Azure Blob Storage containers.
13933
+ """
13934
+ if amazon_s3_bucket_conditions is not None:
13935
+ pulumi.set(__self__, "amazon_s3_bucket_conditions", amazon_s3_bucket_conditions)
13936
+ if min_age is not None:
13937
+ pulumi.set(__self__, "min_age", min_age)
13938
+
13939
+ @_builtins.property
13940
+ @pulumi.getter(name="amazonS3BucketConditions")
13941
+ def amazon_s3_bucket_conditions(self) -> Optional['outputs.PreventionDiscoveryConfigTargetOtherCloudTargetConditionsAmazonS3BucketConditions']:
13942
+ """
13943
+ Amazon S3 bucket conditions.
13944
+ Structure is documented below.
13945
+
13946
+
13947
+ <a name="nested_targets_targets_other_cloud_target_conditions_amazon_s3_bucket_conditions"></a>The `amazon_s3_bucket_conditions` block supports:
13948
+ """
13949
+ return pulumi.get(self, "amazon_s3_bucket_conditions")
13950
+
13951
+ @_builtins.property
13952
+ @pulumi.getter(name="minAge")
13953
+ def min_age(self) -> Optional[_builtins.str]:
13954
+ """
13955
+ Duration format. Minimum age a resource must be before a profile can be generated. Value must be 1 hour or greater. Minimum age is not supported for Azure Blob Storage containers.
13956
+ """
13957
+ return pulumi.get(self, "min_age")
13958
+
13959
+
13960
+ @pulumi.output_type
13961
+ class PreventionDiscoveryConfigTargetOtherCloudTargetConditionsAmazonS3BucketConditions(dict):
13962
+ @staticmethod
13963
+ def __key_warning(key: str):
13964
+ suggest = None
13965
+ if key == "bucketTypes":
13966
+ suggest = "bucket_types"
13967
+ elif key == "objectStorageClasses":
13968
+ suggest = "object_storage_classes"
13969
+
13970
+ if suggest:
13971
+ pulumi.log.warn(f"Key '{key}' not found in PreventionDiscoveryConfigTargetOtherCloudTargetConditionsAmazonS3BucketConditions. Access the value via the '{suggest}' property getter instead.")
13972
+
13973
+ def __getitem__(self, key: str) -> Any:
13974
+ PreventionDiscoveryConfigTargetOtherCloudTargetConditionsAmazonS3BucketConditions.__key_warning(key)
13975
+ return super().__getitem__(key)
13976
+
13977
+ def get(self, key: str, default = None) -> Any:
13978
+ PreventionDiscoveryConfigTargetOtherCloudTargetConditionsAmazonS3BucketConditions.__key_warning(key)
13979
+ return super().get(key, default)
13980
+
13981
+ def __init__(__self__, *,
13982
+ bucket_types: Optional[Sequence[_builtins.str]] = None,
13983
+ object_storage_classes: Optional[Sequence[_builtins.str]] = None):
13984
+ """
13985
+ :param Sequence[_builtins.str] bucket_types: Bucket types that should be profiled. Optional. Defaults to TYPE_ALL_SUPPORTED if unspecified. Possible values: ["TYPE_ALL_SUPPORTED", "TYPE_GENERAL_PURPOSE"]
13986
+ :param Sequence[_builtins.str] object_storage_classes: Object classes that should be profiled. Optional. Defaults to ALL_SUPPORTED_CLASSES if unspecified. Possible values: ["ALL_SUPPORTED_CLASSES", "STANDARD", "STANDARD_INFREQUENT_ACCESS", "GLACIER_INSTANT_RETRIEVAL", "INTELLIGENT_TIERING"]
13987
+ """
13988
+ if bucket_types is not None:
13989
+ pulumi.set(__self__, "bucket_types", bucket_types)
13990
+ if object_storage_classes is not None:
13991
+ pulumi.set(__self__, "object_storage_classes", object_storage_classes)
13992
+
13993
+ @_builtins.property
13994
+ @pulumi.getter(name="bucketTypes")
13995
+ def bucket_types(self) -> Optional[Sequence[_builtins.str]]:
13996
+ """
13997
+ Bucket types that should be profiled. Optional. Defaults to TYPE_ALL_SUPPORTED if unspecified. Possible values: ["TYPE_ALL_SUPPORTED", "TYPE_GENERAL_PURPOSE"]
13998
+ """
13999
+ return pulumi.get(self, "bucket_types")
14000
+
14001
+ @_builtins.property
14002
+ @pulumi.getter(name="objectStorageClasses")
14003
+ def object_storage_classes(self) -> Optional[Sequence[_builtins.str]]:
14004
+ """
14005
+ Object classes that should be profiled. Optional. Defaults to ALL_SUPPORTED_CLASSES if unspecified. Possible values: ["ALL_SUPPORTED_CLASSES", "STANDARD", "STANDARD_INFREQUENT_ACCESS", "GLACIER_INSTANT_RETRIEVAL", "INTELLIGENT_TIERING"]
14006
+ """
14007
+ return pulumi.get(self, "object_storage_classes")
14008
+
14009
+
14010
+ @pulumi.output_type
14011
+ class PreventionDiscoveryConfigTargetOtherCloudTargetDataSourceType(dict):
14012
+ @staticmethod
14013
+ def __key_warning(key: str):
14014
+ suggest = None
14015
+ if key == "dataSource":
14016
+ suggest = "data_source"
14017
+
14018
+ if suggest:
14019
+ pulumi.log.warn(f"Key '{key}' not found in PreventionDiscoveryConfigTargetOtherCloudTargetDataSourceType. Access the value via the '{suggest}' property getter instead.")
14020
+
14021
+ def __getitem__(self, key: str) -> Any:
14022
+ PreventionDiscoveryConfigTargetOtherCloudTargetDataSourceType.__key_warning(key)
14023
+ return super().__getitem__(key)
14024
+
14025
+ def get(self, key: str, default = None) -> Any:
14026
+ PreventionDiscoveryConfigTargetOtherCloudTargetDataSourceType.__key_warning(key)
14027
+ return super().get(key, default)
14028
+
14029
+ def __init__(__self__, *,
14030
+ data_source: Optional[_builtins.str] = None):
14031
+ """
14032
+ :param _builtins.str data_source: (Optional)
14033
+ """
14034
+ if data_source is not None:
14035
+ pulumi.set(__self__, "data_source", data_source)
14036
+
14037
+ @_builtins.property
14038
+ @pulumi.getter(name="dataSource")
14039
+ def data_source(self) -> Optional[_builtins.str]:
14040
+ """
14041
+ (Optional)
14042
+ """
14043
+ return pulumi.get(self, "data_source")
14044
+
14045
+
14046
+ @pulumi.output_type
14047
+ class PreventionDiscoveryConfigTargetOtherCloudTargetDisabled(dict):
14048
+ def __init__(__self__):
14049
+ pass
14050
+
14051
+
14052
+ @pulumi.output_type
14053
+ class PreventionDiscoveryConfigTargetOtherCloudTargetFilter(dict):
14054
+ @staticmethod
14055
+ def __key_warning(key: str):
14056
+ suggest = None
14057
+ if key == "singleResource":
14058
+ suggest = "single_resource"
14059
+
14060
+ if suggest:
14061
+ pulumi.log.warn(f"Key '{key}' not found in PreventionDiscoveryConfigTargetOtherCloudTargetFilter. Access the value via the '{suggest}' property getter instead.")
14062
+
14063
+ def __getitem__(self, key: str) -> Any:
14064
+ PreventionDiscoveryConfigTargetOtherCloudTargetFilter.__key_warning(key)
14065
+ return super().__getitem__(key)
14066
+
14067
+ def get(self, key: str, default = None) -> Any:
14068
+ PreventionDiscoveryConfigTargetOtherCloudTargetFilter.__key_warning(key)
14069
+ return super().get(key, default)
14070
+
14071
+ def __init__(__self__, *,
14072
+ collection: Optional['outputs.PreventionDiscoveryConfigTargetOtherCloudTargetFilterCollection'] = None,
14073
+ others: Optional['outputs.PreventionDiscoveryConfigTargetOtherCloudTargetFilterOthers'] = None,
14074
+ single_resource: Optional['outputs.PreventionDiscoveryConfigTargetOtherCloudTargetFilterSingleResource'] = None):
14075
+ """
14076
+ :param 'PreventionDiscoveryConfigTargetOtherCloudTargetFilterCollectionArgs' collection: A collection of resources for this filter to apply to.
14077
+ Structure is documented below.
14078
+ :param 'PreventionDiscoveryConfigTargetOtherCloudTargetFilterOthersArgs' others: Match discovery resources not covered by any other filter.
14079
+ :param 'PreventionDiscoveryConfigTargetOtherCloudTargetFilterSingleResourceArgs' single_resource: The resource to scan. Configs using this filter can only have one target (the target with this single resource reference).
14080
+ Structure is documented below.
14081
+ """
14082
+ if collection is not None:
14083
+ pulumi.set(__self__, "collection", collection)
14084
+ if others is not None:
14085
+ pulumi.set(__self__, "others", others)
14086
+ if single_resource is not None:
14087
+ pulumi.set(__self__, "single_resource", single_resource)
14088
+
14089
+ @_builtins.property
14090
+ @pulumi.getter
14091
+ def collection(self) -> Optional['outputs.PreventionDiscoveryConfigTargetOtherCloudTargetFilterCollection']:
14092
+ """
14093
+ A collection of resources for this filter to apply to.
14094
+ Structure is documented below.
14095
+ """
14096
+ return pulumi.get(self, "collection")
14097
+
14098
+ @_builtins.property
14099
+ @pulumi.getter
14100
+ def others(self) -> Optional['outputs.PreventionDiscoveryConfigTargetOtherCloudTargetFilterOthers']:
14101
+ """
14102
+ Match discovery resources not covered by any other filter.
14103
+ """
14104
+ return pulumi.get(self, "others")
14105
+
14106
+ @_builtins.property
14107
+ @pulumi.getter(name="singleResource")
14108
+ def single_resource(self) -> Optional['outputs.PreventionDiscoveryConfigTargetOtherCloudTargetFilterSingleResource']:
14109
+ """
14110
+ The resource to scan. Configs using this filter can only have one target (the target with this single resource reference).
14111
+ Structure is documented below.
14112
+ """
14113
+ return pulumi.get(self, "single_resource")
14114
+
14115
+
14116
+ @pulumi.output_type
14117
+ class PreventionDiscoveryConfigTargetOtherCloudTargetFilterCollection(dict):
14118
+ @staticmethod
14119
+ def __key_warning(key: str):
14120
+ suggest = None
14121
+ if key == "includeRegexes":
14122
+ suggest = "include_regexes"
14123
+
14124
+ if suggest:
14125
+ pulumi.log.warn(f"Key '{key}' not found in PreventionDiscoveryConfigTargetOtherCloudTargetFilterCollection. Access the value via the '{suggest}' property getter instead.")
14126
+
14127
+ def __getitem__(self, key: str) -> Any:
14128
+ PreventionDiscoveryConfigTargetOtherCloudTargetFilterCollection.__key_warning(key)
14129
+ return super().__getitem__(key)
14130
+
14131
+ def get(self, key: str, default = None) -> Any:
14132
+ PreventionDiscoveryConfigTargetOtherCloudTargetFilterCollection.__key_warning(key)
14133
+ return super().get(key, default)
14134
+
14135
+ def __init__(__self__, *,
14136
+ include_regexes: Optional['outputs.PreventionDiscoveryConfigTargetOtherCloudTargetFilterCollectionIncludeRegexes'] = None):
14137
+ """
14138
+ :param 'PreventionDiscoveryConfigTargetOtherCloudTargetFilterCollectionIncludeRegexesArgs' include_regexes: A collection of regular expressions to match a resource against.
14139
+ Structure is documented below.
14140
+ """
14141
+ if include_regexes is not None:
14142
+ pulumi.set(__self__, "include_regexes", include_regexes)
14143
+
14144
+ @_builtins.property
14145
+ @pulumi.getter(name="includeRegexes")
14146
+ def include_regexes(self) -> Optional['outputs.PreventionDiscoveryConfigTargetOtherCloudTargetFilterCollectionIncludeRegexes']:
14147
+ """
14148
+ A collection of regular expressions to match a resource against.
14149
+ Structure is documented below.
14150
+ """
14151
+ return pulumi.get(self, "include_regexes")
14152
+
14153
+
14154
+ @pulumi.output_type
14155
+ class PreventionDiscoveryConfigTargetOtherCloudTargetFilterCollectionIncludeRegexes(dict):
14156
+ def __init__(__self__, *,
14157
+ patterns: Optional[Sequence['outputs.PreventionDiscoveryConfigTargetOtherCloudTargetFilterCollectionIncludeRegexesPattern']] = None):
14158
+ """
14159
+ :param Sequence['PreventionDiscoveryConfigTargetOtherCloudTargetFilterCollectionIncludeRegexesPatternArgs'] patterns: The group of regular expression patterns to match against one or more resources. Maximum of 100 entries. The sum of all lengths of regular expressions can't exceed 10 KiB.
14160
+ Structure is documented below.
14161
+ """
14162
+ if patterns is not None:
14163
+ pulumi.set(__self__, "patterns", patterns)
14164
+
14165
+ @_builtins.property
14166
+ @pulumi.getter
14167
+ def patterns(self) -> Optional[Sequence['outputs.PreventionDiscoveryConfigTargetOtherCloudTargetFilterCollectionIncludeRegexesPattern']]:
14168
+ """
14169
+ The group of regular expression patterns to match against one or more resources. Maximum of 100 entries. The sum of all lengths of regular expressions can't exceed 10 KiB.
14170
+ Structure is documented below.
14171
+ """
14172
+ return pulumi.get(self, "patterns")
14173
+
14174
+
14175
+ @pulumi.output_type
14176
+ class PreventionDiscoveryConfigTargetOtherCloudTargetFilterCollectionIncludeRegexesPattern(dict):
14177
+ @staticmethod
14178
+ def __key_warning(key: str):
14179
+ suggest = None
14180
+ if key == "amazonS3BucketRegex":
14181
+ suggest = "amazon_s3_bucket_regex"
14182
+
14183
+ if suggest:
14184
+ pulumi.log.warn(f"Key '{key}' not found in PreventionDiscoveryConfigTargetOtherCloudTargetFilterCollectionIncludeRegexesPattern. Access the value via the '{suggest}' property getter instead.")
14185
+
14186
+ def __getitem__(self, key: str) -> Any:
14187
+ PreventionDiscoveryConfigTargetOtherCloudTargetFilterCollectionIncludeRegexesPattern.__key_warning(key)
14188
+ return super().__getitem__(key)
14189
+
14190
+ def get(self, key: str, default = None) -> Any:
14191
+ PreventionDiscoveryConfigTargetOtherCloudTargetFilterCollectionIncludeRegexesPattern.__key_warning(key)
14192
+ return super().get(key, default)
14193
+
14194
+ def __init__(__self__, *,
14195
+ amazon_s3_bucket_regex: Optional['outputs.PreventionDiscoveryConfigTargetOtherCloudTargetFilterCollectionIncludeRegexesPatternAmazonS3BucketRegex'] = None):
14196
+ """
14197
+ :param 'PreventionDiscoveryConfigTargetOtherCloudTargetFilterCollectionIncludeRegexesPatternAmazonS3BucketRegexArgs' amazon_s3_bucket_regex: Regex for Cloud Storage.
14198
+ Structure is documented below.
14199
+
14200
+
14201
+ <a name="nested_targets_targets_other_cloud_target_filter_collection_include_regexes_patterns_patterns_amazon_s3_bucket_regex"></a>The `amazon_s3_bucket_regex` block supports:
14202
+ """
14203
+ if amazon_s3_bucket_regex is not None:
14204
+ pulumi.set(__self__, "amazon_s3_bucket_regex", amazon_s3_bucket_regex)
14205
+
14206
+ @_builtins.property
14207
+ @pulumi.getter(name="amazonS3BucketRegex")
14208
+ def amazon_s3_bucket_regex(self) -> Optional['outputs.PreventionDiscoveryConfigTargetOtherCloudTargetFilterCollectionIncludeRegexesPatternAmazonS3BucketRegex']:
14209
+ """
14210
+ Regex for Cloud Storage.
14211
+ Structure is documented below.
14212
+
14213
+
14214
+ <a name="nested_targets_targets_other_cloud_target_filter_collection_include_regexes_patterns_patterns_amazon_s3_bucket_regex"></a>The `amazon_s3_bucket_regex` block supports:
14215
+ """
14216
+ return pulumi.get(self, "amazon_s3_bucket_regex")
14217
+
14218
+
14219
+ @pulumi.output_type
14220
+ class PreventionDiscoveryConfigTargetOtherCloudTargetFilterCollectionIncludeRegexesPatternAmazonS3BucketRegex(dict):
14221
+ @staticmethod
14222
+ def __key_warning(key: str):
14223
+ suggest = None
14224
+ if key == "awsAccountRegex":
14225
+ suggest = "aws_account_regex"
14226
+ elif key == "bucketNameRegex":
14227
+ suggest = "bucket_name_regex"
14228
+
14229
+ if suggest:
14230
+ pulumi.log.warn(f"Key '{key}' not found in PreventionDiscoveryConfigTargetOtherCloudTargetFilterCollectionIncludeRegexesPatternAmazonS3BucketRegex. Access the value via the '{suggest}' property getter instead.")
14231
+
14232
+ def __getitem__(self, key: str) -> Any:
14233
+ PreventionDiscoveryConfigTargetOtherCloudTargetFilterCollectionIncludeRegexesPatternAmazonS3BucketRegex.__key_warning(key)
14234
+ return super().__getitem__(key)
14235
+
14236
+ def get(self, key: str, default = None) -> Any:
14237
+ PreventionDiscoveryConfigTargetOtherCloudTargetFilterCollectionIncludeRegexesPatternAmazonS3BucketRegex.__key_warning(key)
14238
+ return super().get(key, default)
14239
+
14240
+ def __init__(__self__, *,
14241
+ aws_account_regex: Optional['outputs.PreventionDiscoveryConfigTargetOtherCloudTargetFilterCollectionIncludeRegexesPatternAmazonS3BucketRegexAwsAccountRegex'] = None,
14242
+ bucket_name_regex: Optional[_builtins.str] = None):
14243
+ """
14244
+ :param 'PreventionDiscoveryConfigTargetOtherCloudTargetFilterCollectionIncludeRegexesPatternAmazonS3BucketRegexAwsAccountRegexArgs' aws_account_regex: The AWS account regex
14245
+ :param _builtins.str bucket_name_regex: Regex to test the bucket name against. If empty, all buckets match.
14246
+ """
14247
+ if aws_account_regex is not None:
14248
+ pulumi.set(__self__, "aws_account_regex", aws_account_regex)
14249
+ if bucket_name_regex is not None:
14250
+ pulumi.set(__self__, "bucket_name_regex", bucket_name_regex)
14251
+
14252
+ @_builtins.property
14253
+ @pulumi.getter(name="awsAccountRegex")
14254
+ def aws_account_regex(self) -> Optional['outputs.PreventionDiscoveryConfigTargetOtherCloudTargetFilterCollectionIncludeRegexesPatternAmazonS3BucketRegexAwsAccountRegex']:
14255
+ """
14256
+ The AWS account regex
14257
+ """
14258
+ return pulumi.get(self, "aws_account_regex")
14259
+
14260
+ @_builtins.property
14261
+ @pulumi.getter(name="bucketNameRegex")
14262
+ def bucket_name_regex(self) -> Optional[_builtins.str]:
14263
+ """
14264
+ Regex to test the bucket name against. If empty, all buckets match.
14265
+ """
14266
+ return pulumi.get(self, "bucket_name_regex")
14267
+
14268
+
14269
+ @pulumi.output_type
14270
+ class PreventionDiscoveryConfigTargetOtherCloudTargetFilterCollectionIncludeRegexesPatternAmazonS3BucketRegexAwsAccountRegex(dict):
14271
+ @staticmethod
14272
+ def __key_warning(key: str):
14273
+ suggest = None
14274
+ if key == "accountIdRegex":
14275
+ suggest = "account_id_regex"
14276
+
14277
+ if suggest:
14278
+ pulumi.log.warn(f"Key '{key}' not found in PreventionDiscoveryConfigTargetOtherCloudTargetFilterCollectionIncludeRegexesPatternAmazonS3BucketRegexAwsAccountRegex. Access the value via the '{suggest}' property getter instead.")
14279
+
14280
+ def __getitem__(self, key: str) -> Any:
14281
+ PreventionDiscoveryConfigTargetOtherCloudTargetFilterCollectionIncludeRegexesPatternAmazonS3BucketRegexAwsAccountRegex.__key_warning(key)
14282
+ return super().__getitem__(key)
14283
+
14284
+ def get(self, key: str, default = None) -> Any:
14285
+ PreventionDiscoveryConfigTargetOtherCloudTargetFilterCollectionIncludeRegexesPatternAmazonS3BucketRegexAwsAccountRegex.__key_warning(key)
14286
+ return super().get(key, default)
14287
+
14288
+ def __init__(__self__, *,
14289
+ account_id_regex: Optional[_builtins.str] = None):
14290
+ """
14291
+ :param _builtins.str account_id_regex: Regex to test the AWS account ID against. If empty, all accounts match. Example: arn:aws:organizations::123:account/o-b2c3d4/345
14292
+ """
14293
+ if account_id_regex is not None:
14294
+ pulumi.set(__self__, "account_id_regex", account_id_regex)
14295
+
14296
+ @_builtins.property
14297
+ @pulumi.getter(name="accountIdRegex")
14298
+ def account_id_regex(self) -> Optional[_builtins.str]:
14299
+ """
14300
+ Regex to test the AWS account ID against. If empty, all accounts match. Example: arn:aws:organizations::123:account/o-b2c3d4/345
14301
+ """
14302
+ return pulumi.get(self, "account_id_regex")
14303
+
14304
+
14305
+ @pulumi.output_type
14306
+ class PreventionDiscoveryConfigTargetOtherCloudTargetFilterOthers(dict):
14307
+ def __init__(__self__):
14308
+ pass
14309
+
14310
+
14311
+ @pulumi.output_type
14312
+ class PreventionDiscoveryConfigTargetOtherCloudTargetFilterSingleResource(dict):
14313
+ @staticmethod
14314
+ def __key_warning(key: str):
14315
+ suggest = None
14316
+ if key == "amazonS3Bucket":
14317
+ suggest = "amazon_s3_bucket"
14318
+
14319
+ if suggest:
14320
+ pulumi.log.warn(f"Key '{key}' not found in PreventionDiscoveryConfigTargetOtherCloudTargetFilterSingleResource. Access the value via the '{suggest}' property getter instead.")
14321
+
14322
+ def __getitem__(self, key: str) -> Any:
14323
+ PreventionDiscoveryConfigTargetOtherCloudTargetFilterSingleResource.__key_warning(key)
14324
+ return super().__getitem__(key)
14325
+
14326
+ def get(self, key: str, default = None) -> Any:
14327
+ PreventionDiscoveryConfigTargetOtherCloudTargetFilterSingleResource.__key_warning(key)
14328
+ return super().get(key, default)
14329
+
14330
+ def __init__(__self__, *,
14331
+ amazon_s3_bucket: Optional['outputs.PreventionDiscoveryConfigTargetOtherCloudTargetFilterSingleResourceAmazonS3Bucket'] = None):
14332
+ """
14333
+ :param 'PreventionDiscoveryConfigTargetOtherCloudTargetFilterSingleResourceAmazonS3BucketArgs' amazon_s3_bucket: Amazon S3 bucket.
14334
+ Structure is documented below.
14335
+
14336
+
14337
+ <a name="nested_targets_targets_other_cloud_target_filter_single_resource_amazon_s3_bucket"></a>The `amazon_s3_bucket` block supports:
14338
+ """
14339
+ if amazon_s3_bucket is not None:
14340
+ pulumi.set(__self__, "amazon_s3_bucket", amazon_s3_bucket)
14341
+
14342
+ @_builtins.property
14343
+ @pulumi.getter(name="amazonS3Bucket")
14344
+ def amazon_s3_bucket(self) -> Optional['outputs.PreventionDiscoveryConfigTargetOtherCloudTargetFilterSingleResourceAmazonS3Bucket']:
14345
+ """
14346
+ Amazon S3 bucket.
14347
+ Structure is documented below.
14348
+
14349
+
14350
+ <a name="nested_targets_targets_other_cloud_target_filter_single_resource_amazon_s3_bucket"></a>The `amazon_s3_bucket` block supports:
14351
+ """
14352
+ return pulumi.get(self, "amazon_s3_bucket")
14353
+
14354
+
14355
+ @pulumi.output_type
14356
+ class PreventionDiscoveryConfigTargetOtherCloudTargetFilterSingleResourceAmazonS3Bucket(dict):
14357
+ @staticmethod
14358
+ def __key_warning(key: str):
14359
+ suggest = None
14360
+ if key == "awsAccount":
14361
+ suggest = "aws_account"
14362
+ elif key == "bucketName":
14363
+ suggest = "bucket_name"
14364
+
14365
+ if suggest:
14366
+ pulumi.log.warn(f"Key '{key}' not found in PreventionDiscoveryConfigTargetOtherCloudTargetFilterSingleResourceAmazonS3Bucket. Access the value via the '{suggest}' property getter instead.")
14367
+
14368
+ def __getitem__(self, key: str) -> Any:
14369
+ PreventionDiscoveryConfigTargetOtherCloudTargetFilterSingleResourceAmazonS3Bucket.__key_warning(key)
14370
+ return super().__getitem__(key)
14371
+
14372
+ def get(self, key: str, default = None) -> Any:
14373
+ PreventionDiscoveryConfigTargetOtherCloudTargetFilterSingleResourceAmazonS3Bucket.__key_warning(key)
14374
+ return super().get(key, default)
14375
+
14376
+ def __init__(__self__, *,
14377
+ aws_account: Optional['outputs.PreventionDiscoveryConfigTargetOtherCloudTargetFilterSingleResourceAmazonS3BucketAwsAccount'] = None,
14378
+ bucket_name: Optional[_builtins.str] = None):
14379
+ """
14380
+ :param 'PreventionDiscoveryConfigTargetOtherCloudTargetFilterSingleResourceAmazonS3BucketAwsAccountArgs' aws_account: The AWS account.
14381
+ :param _builtins.str bucket_name: The bucket name.
14382
+ """
14383
+ if aws_account is not None:
14384
+ pulumi.set(__self__, "aws_account", aws_account)
14385
+ if bucket_name is not None:
14386
+ pulumi.set(__self__, "bucket_name", bucket_name)
14387
+
14388
+ @_builtins.property
14389
+ @pulumi.getter(name="awsAccount")
14390
+ def aws_account(self) -> Optional['outputs.PreventionDiscoveryConfigTargetOtherCloudTargetFilterSingleResourceAmazonS3BucketAwsAccount']:
14391
+ """
14392
+ The AWS account.
14393
+ """
14394
+ return pulumi.get(self, "aws_account")
14395
+
14396
+ @_builtins.property
14397
+ @pulumi.getter(name="bucketName")
14398
+ def bucket_name(self) -> Optional[_builtins.str]:
14399
+ """
14400
+ The bucket name.
14401
+ """
14402
+ return pulumi.get(self, "bucket_name")
14403
+
14404
+
14405
+ @pulumi.output_type
14406
+ class PreventionDiscoveryConfigTargetOtherCloudTargetFilterSingleResourceAmazonS3BucketAwsAccount(dict):
14407
+ @staticmethod
14408
+ def __key_warning(key: str):
14409
+ suggest = None
14410
+ if key == "accountId":
14411
+ suggest = "account_id"
14412
+
14413
+ if suggest:
14414
+ pulumi.log.warn(f"Key '{key}' not found in PreventionDiscoveryConfigTargetOtherCloudTargetFilterSingleResourceAmazonS3BucketAwsAccount. Access the value via the '{suggest}' property getter instead.")
14415
+
14416
+ def __getitem__(self, key: str) -> Any:
14417
+ PreventionDiscoveryConfigTargetOtherCloudTargetFilterSingleResourceAmazonS3BucketAwsAccount.__key_warning(key)
14418
+ return super().__getitem__(key)
14419
+
14420
+ def get(self, key: str, default = None) -> Any:
14421
+ PreventionDiscoveryConfigTargetOtherCloudTargetFilterSingleResourceAmazonS3BucketAwsAccount.__key_warning(key)
14422
+ return super().get(key, default)
14423
+
14424
+ def __init__(__self__, *,
14425
+ account_id: Optional[_builtins.str] = None):
14426
+ """
14427
+ :param _builtins.str account_id: AWS account ID.
14428
+ """
14429
+ if account_id is not None:
14430
+ pulumi.set(__self__, "account_id", account_id)
14431
+
14432
+ @_builtins.property
14433
+ @pulumi.getter(name="accountId")
14434
+ def account_id(self) -> Optional[_builtins.str]:
14435
+ """
14436
+ AWS account ID.
14437
+ """
14438
+ return pulumi.get(self, "account_id")
14439
+
14440
+
14441
+ @pulumi.output_type
14442
+ class PreventionDiscoveryConfigTargetOtherCloudTargetGenerationCadence(dict):
14443
+ @staticmethod
14444
+ def __key_warning(key: str):
14445
+ suggest = None
14446
+ if key == "inspectTemplateModifiedCadence":
14447
+ suggest = "inspect_template_modified_cadence"
14448
+ elif key == "refreshFrequency":
14449
+ suggest = "refresh_frequency"
14450
+
14451
+ if suggest:
14452
+ pulumi.log.warn(f"Key '{key}' not found in PreventionDiscoveryConfigTargetOtherCloudTargetGenerationCadence. Access the value via the '{suggest}' property getter instead.")
14453
+
14454
+ def __getitem__(self, key: str) -> Any:
14455
+ PreventionDiscoveryConfigTargetOtherCloudTargetGenerationCadence.__key_warning(key)
14456
+ return super().__getitem__(key)
14457
+
14458
+ def get(self, key: str, default = None) -> Any:
14459
+ PreventionDiscoveryConfigTargetOtherCloudTargetGenerationCadence.__key_warning(key)
14460
+ return super().get(key, default)
14461
+
14462
+ def __init__(__self__, *,
14463
+ inspect_template_modified_cadence: Optional['outputs.PreventionDiscoveryConfigTargetOtherCloudTargetGenerationCadenceInspectTemplateModifiedCadence'] = None,
14464
+ refresh_frequency: Optional[_builtins.str] = None):
14465
+ """
14466
+ :param 'PreventionDiscoveryConfigTargetOtherCloudTargetGenerationCadenceInspectTemplateModifiedCadenceArgs' 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.
14467
+ Structure is documented below.
14468
+ :param _builtins.str refresh_frequency: Frequency to update profiles regardless of whether the underlying resource has changes. Defaults to never.
14469
+ Possible values are: `UPDATE_FREQUENCY_NEVER`, `UPDATE_FREQUENCY_DAILY`, `UPDATE_FREQUENCY_MONTHLY`.
14470
+ """
14471
+ if inspect_template_modified_cadence is not None:
14472
+ pulumi.set(__self__, "inspect_template_modified_cadence", inspect_template_modified_cadence)
14473
+ if refresh_frequency is not None:
14474
+ pulumi.set(__self__, "refresh_frequency", refresh_frequency)
14475
+
14476
+ @_builtins.property
14477
+ @pulumi.getter(name="inspectTemplateModifiedCadence")
14478
+ def inspect_template_modified_cadence(self) -> Optional['outputs.PreventionDiscoveryConfigTargetOtherCloudTargetGenerationCadenceInspectTemplateModifiedCadence']:
14479
+ """
14480
+ 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.
14481
+ Structure is documented below.
14482
+ """
14483
+ return pulumi.get(self, "inspect_template_modified_cadence")
14484
+
14485
+ @_builtins.property
14486
+ @pulumi.getter(name="refreshFrequency")
14487
+ def refresh_frequency(self) -> Optional[_builtins.str]:
14488
+ """
14489
+ Frequency to update profiles regardless of whether the underlying resource has changes. Defaults to never.
14490
+ Possible values are: `UPDATE_FREQUENCY_NEVER`, `UPDATE_FREQUENCY_DAILY`, `UPDATE_FREQUENCY_MONTHLY`.
14491
+ """
14492
+ return pulumi.get(self, "refresh_frequency")
14493
+
14494
+
14495
+ @pulumi.output_type
14496
+ class PreventionDiscoveryConfigTargetOtherCloudTargetGenerationCadenceInspectTemplateModifiedCadence(dict):
14497
+ def __init__(__self__, *,
14498
+ frequency: Optional[_builtins.str] = None):
14499
+ """
14500
+ :param _builtins.str frequency: How frequently data profiles can be updated when the template is modified. Defaults to never.
14501
+ Possible values are: `UPDATE_FREQUENCY_NEVER`, `UPDATE_FREQUENCY_DAILY`, `UPDATE_FREQUENCY_MONTHLY`.
14502
+ """
14503
+ if frequency is not None:
14504
+ pulumi.set(__self__, "frequency", frequency)
14505
+
14506
+ @_builtins.property
14507
+ @pulumi.getter
14508
+ def frequency(self) -> Optional[_builtins.str]:
14509
+ """
14510
+ How frequently data profiles can be updated when the template is modified. Defaults to never.
14511
+ Possible values are: `UPDATE_FREQUENCY_NEVER`, `UPDATE_FREQUENCY_DAILY`, `UPDATE_FREQUENCY_MONTHLY`.
14512
+ """
14513
+ return pulumi.get(self, "frequency")
14514
+
14515
+
13686
14516
  @pulumi.output_type
13687
14517
  class PreventionDiscoveryConfigTargetSecretsTarget(dict):
13688
14518
  def __init__(__self__):