pulumi-gcp 7.30.2__py3-none-any.whl → 7.31.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 (86) hide show
  1. pulumi_gcp/__init__.py +40 -0
  2. pulumi_gcp/applicationintegration/auth_config.py +2 -2
  3. pulumi_gcp/bigquery/reservation_assignment.py +48 -30
  4. pulumi_gcp/certificateauthority/certificate_template.py +2 -2
  5. pulumi_gcp/certificatemanager/_inputs.py +33 -0
  6. pulumi_gcp/certificatemanager/outputs.py +36 -0
  7. pulumi_gcp/certificatemanager/trust_config.py +107 -0
  8. pulumi_gcp/compute/_inputs.py +3 -6
  9. pulumi_gcp/compute/ca_external_account_key.py +2 -2
  10. pulumi_gcp/compute/get_health_check.py +11 -1
  11. pulumi_gcp/compute/global_forwarding_rule.py +2 -4
  12. pulumi_gcp/compute/health_check.py +124 -0
  13. pulumi_gcp/compute/instance.py +14 -14
  14. pulumi_gcp/compute/instance_group_membership.py +2 -2
  15. pulumi_gcp/compute/outputs.py +4 -8
  16. pulumi_gcp/compute/region_network_endpoint.py +2 -2
  17. pulumi_gcp/compute/region_network_endpoint_group.py +2 -2
  18. pulumi_gcp/compute/subnetwork.py +2 -2
  19. pulumi_gcp/config/__init__.pyi +2 -0
  20. pulumi_gcp/config/vars.py +4 -0
  21. pulumi_gcp/container/_inputs.py +3 -3
  22. pulumi_gcp/container/outputs.py +4 -4
  23. pulumi_gcp/containeranalysis/note.py +2 -2
  24. pulumi_gcp/dataloss/_inputs.py +3 -0
  25. pulumi_gcp/dataloss/outputs.py +2 -0
  26. pulumi_gcp/dataloss/prevention_job_trigger.py +90 -0
  27. pulumi_gcp/dataplex/_inputs.py +56 -0
  28. pulumi_gcp/dataplex/datascan.py +12 -0
  29. pulumi_gcp/dataplex/outputs.py +52 -0
  30. pulumi_gcp/filestore/backup.py +2 -2
  31. pulumi_gcp/filestore/instance.py +2 -2
  32. pulumi_gcp/filestore/snapshot.py +2 -2
  33. pulumi_gcp/gkehub/_inputs.py +20 -0
  34. pulumi_gcp/gkehub/outputs.py +12 -0
  35. pulumi_gcp/kms/__init__.py +2 -0
  36. pulumi_gcp/kms/crypto_key.py +7 -7
  37. pulumi_gcp/kms/get_crypto_keys.py +143 -0
  38. pulumi_gcp/kms/get_key_rings.py +119 -0
  39. pulumi_gcp/kms/outputs.py +270 -0
  40. pulumi_gcp/logging/_inputs.py +12 -12
  41. pulumi_gcp/logging/folder_bucket_config.py +6 -6
  42. pulumi_gcp/logging/organization_bucket_config.py +6 -6
  43. pulumi_gcp/logging/outputs.py +8 -8
  44. pulumi_gcp/logging/project_bucket_config.py +6 -6
  45. pulumi_gcp/looker/instance.py +2 -2
  46. pulumi_gcp/monitoring/custom_service.py +2 -2
  47. pulumi_gcp/monitoring/generic_service.py +2 -2
  48. pulumi_gcp/monitoring/notification_channel.py +2 -2
  49. pulumi_gcp/monitoring/slo.py +2 -2
  50. pulumi_gcp/netapp/storage_pool.py +132 -53
  51. pulumi_gcp/netapp/volume.py +60 -4
  52. pulumi_gcp/networksecurity/address_group.py +85 -1
  53. pulumi_gcp/networksecurity/firewall_endpoint.py +2 -2
  54. pulumi_gcp/networksecurity/firewall_endpoint_association.py +2 -2
  55. pulumi_gcp/networksecurity/security_profile_group.py +2 -2
  56. pulumi_gcp/orgpolicy/_inputs.py +40 -10
  57. pulumi_gcp/orgpolicy/outputs.py +28 -8
  58. pulumi_gcp/orgpolicy/policy.py +52 -35
  59. pulumi_gcp/provider.py +20 -0
  60. pulumi_gcp/pubsub/_inputs.py +3 -3
  61. pulumi_gcp/pubsub/outputs.py +4 -4
  62. pulumi_gcp/pulumi-plugin.json +1 -1
  63. pulumi_gcp/securesourcemanager/__init__.py +5 -0
  64. pulumi_gcp/securesourcemanager/_inputs.py +284 -0
  65. pulumi_gcp/securesourcemanager/get_repository_iam_policy.py +177 -0
  66. pulumi_gcp/securesourcemanager/outputs.py +202 -0
  67. pulumi_gcp/securesourcemanager/repository.py +715 -0
  68. pulumi_gcp/securesourcemanager/repository_iam_binding.py +804 -0
  69. pulumi_gcp/securesourcemanager/repository_iam_member.py +804 -0
  70. pulumi_gcp/securesourcemanager/repository_iam_policy.py +643 -0
  71. pulumi_gcp/securitycenter/__init__.py +1 -0
  72. pulumi_gcp/securitycenter/_inputs.py +93 -0
  73. pulumi_gcp/securitycenter/outputs.py +59 -0
  74. pulumi_gcp/securitycenter/v2_organization_notification_config.py +576 -0
  75. pulumi_gcp/securityposture/posture_deployment.py +0 -78
  76. pulumi_gcp/servicenetworking/vpc_service_controls.py +2 -2
  77. pulumi_gcp/vertex/_inputs.py +21 -1
  78. pulumi_gcp/vertex/ai_feature_online_store_featureview.py +222 -0
  79. pulumi_gcp/vertex/outputs.py +15 -1
  80. pulumi_gcp/workstations/_inputs.py +33 -1
  81. pulumi_gcp/workstations/outputs.py +23 -1
  82. pulumi_gcp/workstations/workstation_config.py +18 -0
  83. {pulumi_gcp-7.30.2.dist-info → pulumi_gcp-7.31.0.dist-info}/METADATA +1 -1
  84. {pulumi_gcp-7.30.2.dist-info → pulumi_gcp-7.31.0.dist-info}/RECORD +86 -78
  85. {pulumi_gcp-7.30.2.dist-info → pulumi_gcp-7.31.0.dist-info}/WHEEL +0 -0
  86. {pulumi_gcp-7.30.2.dist-info → pulumi_gcp-7.31.0.dist-info}/top_level.txt +0 -0
@@ -97,6 +97,8 @@ __all__ = [
97
97
  'SourceIamBindingConditionArgsDict',
98
98
  'SourceIamMemberConditionArgs',
99
99
  'SourceIamMemberConditionArgsDict',
100
+ 'V2OrganizationNotificationConfigStreamingConfigArgs',
101
+ 'V2OrganizationNotificationConfigStreamingConfigArgsDict',
100
102
  ]
101
103
 
102
104
  MYPY = False
@@ -3330,3 +3332,94 @@ class SourceIamMemberConditionArgs:
3330
3332
  pulumi.set(self, "description", value)
3331
3333
 
3332
3334
 
3335
+ if not MYPY:
3336
+ class V2OrganizationNotificationConfigStreamingConfigArgsDict(TypedDict):
3337
+ filter: pulumi.Input[str]
3338
+ """
3339
+ Expression that defines the filter to apply across create/update
3340
+ events of assets or findings as specified by the event type. The
3341
+ expression is a list of zero or more restrictions combined via
3342
+ logical operators AND and OR. Parentheses are supported, and OR
3343
+ has higher precedence than AND.
3344
+ Restrictions have the form <field> <operator> <value> and may have
3345
+ a - character in front of them to indicate negation. The fields
3346
+ map to those defined in the corresponding resource.
3347
+ The supported operators are:
3348
+ * = for all value types.
3349
+ * >, <, >=, <= for integer values.
3350
+ * :, meaning substring matching, for strings.
3351
+ The supported value types are:
3352
+ * string literals in quotes.
3353
+ * integer literals without quotes.
3354
+ * boolean literals true and false without quotes.
3355
+ See
3356
+ [Filtering notifications](https://cloud.google.com/security-command-center/docs/how-to-api-filter-notifications)
3357
+ for information on how to write a filter.
3358
+
3359
+ - - -
3360
+ """
3361
+ elif False:
3362
+ V2OrganizationNotificationConfigStreamingConfigArgsDict: TypeAlias = Mapping[str, Any]
3363
+
3364
+ @pulumi.input_type
3365
+ class V2OrganizationNotificationConfigStreamingConfigArgs:
3366
+ def __init__(__self__, *,
3367
+ filter: pulumi.Input[str]):
3368
+ """
3369
+ :param pulumi.Input[str] filter: Expression that defines the filter to apply across create/update
3370
+ events of assets or findings as specified by the event type. The
3371
+ expression is a list of zero or more restrictions combined via
3372
+ logical operators AND and OR. Parentheses are supported, and OR
3373
+ has higher precedence than AND.
3374
+ Restrictions have the form <field> <operator> <value> and may have
3375
+ a - character in front of them to indicate negation. The fields
3376
+ map to those defined in the corresponding resource.
3377
+ The supported operators are:
3378
+ * = for all value types.
3379
+ * >, <, >=, <= for integer values.
3380
+ * :, meaning substring matching, for strings.
3381
+ The supported value types are:
3382
+ * string literals in quotes.
3383
+ * integer literals without quotes.
3384
+ * boolean literals true and false without quotes.
3385
+ See
3386
+ [Filtering notifications](https://cloud.google.com/security-command-center/docs/how-to-api-filter-notifications)
3387
+ for information on how to write a filter.
3388
+
3389
+ - - -
3390
+ """
3391
+ pulumi.set(__self__, "filter", filter)
3392
+
3393
+ @property
3394
+ @pulumi.getter
3395
+ def filter(self) -> pulumi.Input[str]:
3396
+ """
3397
+ Expression that defines the filter to apply across create/update
3398
+ events of assets or findings as specified by the event type. The
3399
+ expression is a list of zero or more restrictions combined via
3400
+ logical operators AND and OR. Parentheses are supported, and OR
3401
+ has higher precedence than AND.
3402
+ Restrictions have the form <field> <operator> <value> and may have
3403
+ a - character in front of them to indicate negation. The fields
3404
+ map to those defined in the corresponding resource.
3405
+ The supported operators are:
3406
+ * = for all value types.
3407
+ * >, <, >=, <= for integer values.
3408
+ * :, meaning substring matching, for strings.
3409
+ The supported value types are:
3410
+ * string literals in quotes.
3411
+ * integer literals without quotes.
3412
+ * boolean literals true and false without quotes.
3413
+ See
3414
+ [Filtering notifications](https://cloud.google.com/security-command-center/docs/how-to-api-filter-notifications)
3415
+ for information on how to write a filter.
3416
+
3417
+ - - -
3418
+ """
3419
+ return pulumi.get(self, "filter")
3420
+
3421
+ @filter.setter
3422
+ def filter(self, value: pulumi.Input[str]):
3423
+ pulumi.set(self, "filter", value)
3424
+
3425
+
@@ -57,6 +57,7 @@ __all__ = [
57
57
  'ProjectCustomModuleCustomConfigResourceSelector',
58
58
  'SourceIamBindingCondition',
59
59
  'SourceIamMemberCondition',
60
+ 'V2OrganizationNotificationConfigStreamingConfig',
60
61
  ]
61
62
 
62
63
  @pulumi.output_type
@@ -2317,3 +2318,61 @@ class SourceIamMemberCondition(dict):
2317
2318
  return pulumi.get(self, "description")
2318
2319
 
2319
2320
 
2321
+ @pulumi.output_type
2322
+ class V2OrganizationNotificationConfigStreamingConfig(dict):
2323
+ def __init__(__self__, *,
2324
+ filter: str):
2325
+ """
2326
+ :param str filter: Expression that defines the filter to apply across create/update
2327
+ events of assets or findings as specified by the event type. The
2328
+ expression is a list of zero or more restrictions combined via
2329
+ logical operators AND and OR. Parentheses are supported, and OR
2330
+ has higher precedence than AND.
2331
+ Restrictions have the form <field> <operator> <value> and may have
2332
+ a - character in front of them to indicate negation. The fields
2333
+ map to those defined in the corresponding resource.
2334
+ The supported operators are:
2335
+ * = for all value types.
2336
+ * >, <, >=, <= for integer values.
2337
+ * :, meaning substring matching, for strings.
2338
+ The supported value types are:
2339
+ * string literals in quotes.
2340
+ * integer literals without quotes.
2341
+ * boolean literals true and false without quotes.
2342
+ See
2343
+ [Filtering notifications](https://cloud.google.com/security-command-center/docs/how-to-api-filter-notifications)
2344
+ for information on how to write a filter.
2345
+
2346
+ - - -
2347
+ """
2348
+ pulumi.set(__self__, "filter", filter)
2349
+
2350
+ @property
2351
+ @pulumi.getter
2352
+ def filter(self) -> str:
2353
+ """
2354
+ Expression that defines the filter to apply across create/update
2355
+ events of assets or findings as specified by the event type. The
2356
+ expression is a list of zero or more restrictions combined via
2357
+ logical operators AND and OR. Parentheses are supported, and OR
2358
+ has higher precedence than AND.
2359
+ Restrictions have the form <field> <operator> <value> and may have
2360
+ a - character in front of them to indicate negation. The fields
2361
+ map to those defined in the corresponding resource.
2362
+ The supported operators are:
2363
+ * = for all value types.
2364
+ * >, <, >=, <= for integer values.
2365
+ * :, meaning substring matching, for strings.
2366
+ The supported value types are:
2367
+ * string literals in quotes.
2368
+ * integer literals without quotes.
2369
+ * boolean literals true and false without quotes.
2370
+ See
2371
+ [Filtering notifications](https://cloud.google.com/security-command-center/docs/how-to-api-filter-notifications)
2372
+ for information on how to write a filter.
2373
+
2374
+ - - -
2375
+ """
2376
+ return pulumi.get(self, "filter")
2377
+
2378
+