pulumi-gcp 8.20.0a1739946722__py3-none-any.whl → 8.21.0a1740551699__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 (189) hide show
  1. pulumi_gcp/__init__.py +48 -0
  2. pulumi_gcp/accesscontextmanager/_inputs.py +168 -8
  3. pulumi_gcp/accesscontextmanager/get_access_policy_iam_policy.py +2 -2
  4. pulumi_gcp/accesscontextmanager/outputs.py +104 -8
  5. pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_egress_policy.py +78 -3
  6. pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_ingress_policy.py +78 -3
  7. pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +78 -3
  8. pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +78 -3
  9. pulumi_gcp/alloydb/__init__.py +1 -0
  10. pulumi_gcp/alloydb/get_instance.py +466 -0
  11. pulumi_gcp/alloydb/outputs.py +352 -0
  12. pulumi_gcp/apigateway/get_api_config_iam_policy.py +20 -2
  13. pulumi_gcp/apigateway/get_api_iam_policy.py +20 -2
  14. pulumi_gcp/apigateway/get_gateway_iam_policy.py +22 -2
  15. pulumi_gcp/apigee/get_environment_iam_policy.py +2 -2
  16. pulumi_gcp/artifactregistry/get_repository_iam_policy.py +2 -2
  17. pulumi_gcp/beyondcorp/get_application_iam_policy.py +2 -2
  18. pulumi_gcp/beyondcorp/get_security_gateway_iam_policy.py +2 -2
  19. pulumi_gcp/bigquery/connection.py +2 -14
  20. pulumi_gcp/bigquery/get_connection_iam_policy.py +2 -2
  21. pulumi_gcp/bigquery/get_table_iam_policy.py +2 -2
  22. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +8 -8
  23. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +8 -8
  24. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +8 -8
  25. pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +2 -2
  26. pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +2 -2
  27. pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +8 -8
  28. pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +8 -8
  29. pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +8 -8
  30. pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +2 -2
  31. pulumi_gcp/binaryauthorization/get_attestor_iam_policy.py +2 -2
  32. pulumi_gcp/certificateauthority/get_ca_pool_iam_policy.py +2 -2
  33. pulumi_gcp/certificateauthority/get_certificate_template_iam_policy.py +2 -2
  34. pulumi_gcp/cloudbuildv2/get_connection_iam_policy.py +2 -2
  35. pulumi_gcp/clouddeploy/get_custom_target_type_iam_policy.py +2 -2
  36. pulumi_gcp/clouddeploy/get_delivery_pipeline_iam_policy.py +2 -2
  37. pulumi_gcp/clouddeploy/get_target_iam_policy.py +2 -2
  38. pulumi_gcp/cloudfunctions/get_function_iam_policy.py +2 -2
  39. pulumi_gcp/cloudfunctionsv2/get_function_iam_policy.py +2 -2
  40. pulumi_gcp/cloudrun/_inputs.py +6 -3
  41. pulumi_gcp/cloudrun/get_service_iam_policy.py +2 -2
  42. pulumi_gcp/cloudrun/outputs.py +4 -2
  43. pulumi_gcp/cloudrunv2/get_job_iam_policy.py +2 -2
  44. pulumi_gcp/cloudrunv2/get_service_iam_policy.py +2 -2
  45. pulumi_gcp/cloudtasks/get_queue_iam_policy.py +2 -2
  46. pulumi_gcp/colab/get_runtime_template_iam_policy.py +2 -2
  47. pulumi_gcp/composer/_inputs.py +6 -6
  48. pulumi_gcp/composer/outputs.py +8 -8
  49. pulumi_gcp/compute/_inputs.py +756 -30
  50. pulumi_gcp/compute/firewall_policy_rule.py +0 -2
  51. pulumi_gcp/compute/get_backend_bucket_iam_policy.py +20 -2
  52. pulumi_gcp/compute/get_backend_service_iam_policy.py +20 -2
  53. pulumi_gcp/compute/get_disk_iam_policy.py +2 -2
  54. pulumi_gcp/compute/get_hc_vpn_gateway.py +45 -1
  55. pulumi_gcp/compute/get_image_iam_policy.py +2 -2
  56. pulumi_gcp/compute/get_instance_iam_policy.py +2 -2
  57. pulumi_gcp/compute/get_instance_template_iam_policy.py +2 -2
  58. pulumi_gcp/compute/get_machine_image_iam_policy.py +20 -2
  59. pulumi_gcp/compute/get_region_backend_service_iam_policy.py +22 -2
  60. pulumi_gcp/compute/get_region_disk_iam_policy.py +2 -2
  61. pulumi_gcp/compute/get_snapshot_iam_policy.py +2 -2
  62. pulumi_gcp/compute/get_subnetwork_iam_policy.py +2 -2
  63. pulumi_gcp/compute/ha_vpn_gateway.py +189 -2
  64. pulumi_gcp/compute/instance_template.py +14 -35
  65. pulumi_gcp/compute/outputs.py +796 -18
  66. pulumi_gcp/config/__init__.pyi +2 -0
  67. pulumi_gcp/config/vars.py +4 -0
  68. pulumi_gcp/container/_inputs.py +447 -3
  69. pulumi_gcp/container/outputs.py +469 -5
  70. pulumi_gcp/containeranalysis/get_note_iam_policy.py +2 -2
  71. pulumi_gcp/datacatalog/entry_group_iam_binding.py +8 -8
  72. pulumi_gcp/datacatalog/entry_group_iam_member.py +8 -8
  73. pulumi_gcp/datacatalog/entry_group_iam_policy.py +8 -8
  74. pulumi_gcp/datacatalog/get_entry_group_iam_policy.py +2 -2
  75. pulumi_gcp/datacatalog/get_policy_tag_iam_policy.py +2 -2
  76. pulumi_gcp/datacatalog/get_tag_template_iam_policy.py +2 -2
  77. pulumi_gcp/datacatalog/get_taxonomy_iam_policy.py +2 -2
  78. pulumi_gcp/datacatalog/policy_tag_iam_binding.py +8 -8
  79. pulumi_gcp/datacatalog/policy_tag_iam_member.py +8 -8
  80. pulumi_gcp/datacatalog/policy_tag_iam_policy.py +8 -8
  81. pulumi_gcp/datacatalog/tag_template_iam_binding.py +8 -8
  82. pulumi_gcp/datacatalog/tag_template_iam_member.py +8 -8
  83. pulumi_gcp/datacatalog/tag_template_iam_policy.py +8 -8
  84. pulumi_gcp/datacatalog/taxonomy_iam_binding.py +8 -8
  85. pulumi_gcp/datacatalog/taxonomy_iam_member.py +8 -8
  86. pulumi_gcp/datacatalog/taxonomy_iam_policy.py +8 -8
  87. pulumi_gcp/dataform/get_repository_iam_policy.py +22 -2
  88. pulumi_gcp/datafusion/get_instance_iam_policy.py +2 -2
  89. pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +2 -2
  90. pulumi_gcp/dataplex/get_asset_iam_policy.py +2 -2
  91. pulumi_gcp/dataplex/get_datascan_iam_policy.py +2 -2
  92. pulumi_gcp/dataplex/get_entry_group_iam_policy.py +2 -2
  93. pulumi_gcp/dataplex/get_entry_type_iam_policy.py +2 -2
  94. pulumi_gcp/dataplex/get_lake_iam_policy.py +2 -2
  95. pulumi_gcp/dataplex/get_task_iam_policy.py +2 -2
  96. pulumi_gcp/dataplex/get_zone_iam_policy.py +2 -2
  97. pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +2 -2
  98. pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +2 -2
  99. pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +2 -2
  100. pulumi_gcp/dataproc/metastore_federation_iam_binding.py +8 -8
  101. pulumi_gcp/dataproc/metastore_federation_iam_member.py +8 -8
  102. pulumi_gcp/dataproc/metastore_federation_iam_policy.py +8 -8
  103. pulumi_gcp/dataproc/metastore_service_iam_binding.py +8 -8
  104. pulumi_gcp/dataproc/metastore_service_iam_member.py +8 -8
  105. pulumi_gcp/dataproc/metastore_service_iam_policy.py +8 -8
  106. pulumi_gcp/dns/get_managed_zone_iam_policy.py +2 -2
  107. pulumi_gcp/endpoints/get_service_iam_policy.py +2 -2
  108. pulumi_gcp/eventarc/_inputs.py +29 -8
  109. pulumi_gcp/eventarc/google_channel_config.py +58 -46
  110. pulumi_gcp/eventarc/outputs.py +20 -6
  111. pulumi_gcp/eventarc/trigger.py +95 -72
  112. pulumi_gcp/filestore/backup.py +4 -4
  113. pulumi_gcp/firebase/__init__.py +1 -0
  114. pulumi_gcp/firebase/data_connect_service.py +937 -0
  115. pulumi_gcp/gemini/__init__.py +4 -0
  116. pulumi_gcp/gemini/data_sharing_with_google_setting.py +607 -0
  117. pulumi_gcp/gemini/gemini_gcp_enablement_setting.py +608 -0
  118. pulumi_gcp/gemini/get_repository_group_iam_policy.py +2 -2
  119. pulumi_gcp/gemini/logging_setting.py +42 -54
  120. pulumi_gcp/gemini/logging_setting_binding.py +722 -0
  121. pulumi_gcp/gemini/release_channel_setting.py +39 -43
  122. pulumi_gcp/gemini/release_channel_setting_binding.py +734 -0
  123. pulumi_gcp/gkebackup/get_backup_plan_iam_policy.py +2 -2
  124. pulumi_gcp/gkebackup/get_restore_plan_iam_policy.py +2 -2
  125. pulumi_gcp/gkehub/get_feature_iam_policy.py +2 -2
  126. pulumi_gcp/gkehub/get_membership_iam_policy.py +2 -2
  127. pulumi_gcp/gkehub/get_scope_iam_policy.py +2 -2
  128. pulumi_gcp/healthcare/get_consent_store_iam_policy.py +2 -2
  129. pulumi_gcp/iap/get_app_engine_service_iam_policy.py +2 -2
  130. pulumi_gcp/iap/get_app_engine_version_iam_policy.py +2 -2
  131. pulumi_gcp/iap/get_tunnel_dest_group_iam_policy.py +2 -2
  132. pulumi_gcp/iap/get_tunnel_iam_policy.py +2 -2
  133. pulumi_gcp/iap/get_tunnel_instance_iam_policy.py +2 -2
  134. pulumi_gcp/iap/get_web_backend_service_iam_policy.py +2 -2
  135. pulumi_gcp/iap/get_web_iam_policy.py +2 -2
  136. pulumi_gcp/iap/get_web_region_backend_service_iam_policy.py +2 -2
  137. pulumi_gcp/iap/get_web_type_app_engine_iam_policy.py +2 -2
  138. pulumi_gcp/iap/get_web_type_compute_iam_policy.py +2 -2
  139. pulumi_gcp/kms/get_ekm_connection_iam_policy.py +2 -2
  140. pulumi_gcp/logging/get_log_view_iam_policy.py +2 -2
  141. pulumi_gcp/monitoring/_inputs.py +588 -0
  142. pulumi_gcp/monitoring/outputs.py +410 -0
  143. pulumi_gcp/netapp/__init__.py +1 -0
  144. pulumi_gcp/netapp/volume_quota_rule.py +895 -0
  145. pulumi_gcp/networksecurity/address_group_iam_binding.py +4 -4
  146. pulumi_gcp/networksecurity/address_group_iam_member.py +4 -4
  147. pulumi_gcp/networksecurity/address_group_iam_policy.py +4 -4
  148. pulumi_gcp/networkservices/authz_extension.py +8 -15
  149. pulumi_gcp/networkservices/mesh.py +79 -12
  150. pulumi_gcp/notebooks/get_instance_iam_policy.py +2 -2
  151. pulumi_gcp/notebooks/get_runtime_iam_policy.py +2 -2
  152. pulumi_gcp/provider.py +20 -0
  153. pulumi_gcp/pubsub/get_schema_iam_policy.py +2 -2
  154. pulumi_gcp/pubsub/get_topic_iam_policy.py +2 -2
  155. pulumi_gcp/pulumi-plugin.json +1 -1
  156. pulumi_gcp/runtimeconfig/get_config_iam_policy.py +20 -2
  157. pulumi_gcp/secretmanager/get_regional_secret_iam_policy.py +2 -2
  158. pulumi_gcp/secretmanager/get_secret_iam_policy.py +2 -2
  159. pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +2 -2
  160. pulumi_gcp/securesourcemanager/get_repository_iam_policy.py +2 -2
  161. pulumi_gcp/securitycenter/get_source_iam_policy.py +2 -2
  162. pulumi_gcp/securitycenter/get_v2_organization_source_iam_policy.py +2 -2
  163. pulumi_gcp/securitycenter/mute_config.py +136 -3
  164. pulumi_gcp/securitycenter/v2_folder_notification_config.py +2 -14
  165. pulumi_gcp/securitycenter/v2_organization_notification_config.py +2 -14
  166. pulumi_gcp/securitycenter/v2_organization_source_iam_binding.py +8 -8
  167. pulumi_gcp/securitycenter/v2_organization_source_iam_member.py +8 -8
  168. pulumi_gcp/securitycenter/v2_organization_source_iam_policy.py +8 -8
  169. pulumi_gcp/securitycenter/v2_project_notification_config.py +2 -14
  170. pulumi_gcp/servicedirectory/get_namespace_iam_policy.py +18 -2
  171. pulumi_gcp/servicedirectory/get_service_iam_policy.py +18 -2
  172. pulumi_gcp/sourcerepo/get_repository_iam_policy.py +2 -2
  173. pulumi_gcp/spanner/instance.py +0 -46
  174. pulumi_gcp/sql/_inputs.py +6 -6
  175. pulumi_gcp/sql/outputs.py +4 -4
  176. pulumi_gcp/storage/bucket.py +30 -0
  177. pulumi_gcp/storage/get_bucket_iam_policy.py +2 -2
  178. pulumi_gcp/tags/get_tag_key_iam_policy.py +2 -2
  179. pulumi_gcp/tags/get_tag_value_iam_policy.py +2 -2
  180. pulumi_gcp/vertex/get_ai_endpoint_iam_policy.py +22 -2
  181. pulumi_gcp/vertex/get_ai_featurestore_entitytype_iam_policy.py +20 -2
  182. pulumi_gcp/vertex/get_ai_featurestore_iam_policy.py +22 -2
  183. pulumi_gcp/workbench/get_instance_iam_policy.py +2 -2
  184. pulumi_gcp/workstations/get_workstation_config_iam_policy.py +24 -2
  185. pulumi_gcp/workstations/get_workstation_iam_policy.py +26 -2
  186. {pulumi_gcp-8.20.0a1739946722.dist-info → pulumi_gcp-8.21.0a1740551699.dist-info}/METADATA +1 -1
  187. {pulumi_gcp-8.20.0a1739946722.dist-info → pulumi_gcp-8.21.0a1740551699.dist-info}/RECORD +189 -182
  188. {pulumi_gcp-8.20.0a1739946722.dist-info → pulumi_gcp-8.21.0a1740551699.dist-info}/WHEEL +1 -1
  189. {pulumi_gcp-8.20.0a1739946722.dist-info → pulumi_gcp-8.21.0a1740551699.dist-info}/top_level.txt +0 -0
@@ -269,13 +269,7 @@ class V2ProjectNotificationConfig(pulumi.CustomResource):
269
269
  streaming_config: Optional[pulumi.Input[Union['V2ProjectNotificationConfigStreamingConfigArgs', 'V2ProjectNotificationConfigStreamingConfigArgsDict']]] = None,
270
270
  __props__=None):
271
271
  """
272
- A Cloud Security Command Center (Cloud SCC) notification configs. A
273
- notification config is a Cloud SCC resource that contains the
274
- configuration to send notifications for create/update events of
275
- findings, assets and etc.
276
- > **Note:** In order to use Cloud SCC resources, your organization must be enrolled
277
- in [SCC Standard/Premium](https://cloud.google.com/security-command-center/docs/quickstart-security-command-center).
278
- Without doing so, you may run into errors during resource creation.
272
+ This is a continuous export that exports findings to a Pub/Sub topic.
279
273
 
280
274
  To get more information about ProjectNotificationConfig, see:
281
275
 
@@ -343,13 +337,7 @@ class V2ProjectNotificationConfig(pulumi.CustomResource):
343
337
  args: V2ProjectNotificationConfigArgs,
344
338
  opts: Optional[pulumi.ResourceOptions] = None):
345
339
  """
346
- A Cloud Security Command Center (Cloud SCC) notification configs. A
347
- notification config is a Cloud SCC resource that contains the
348
- configuration to send notifications for create/update events of
349
- findings, assets and etc.
350
- > **Note:** In order to use Cloud SCC resources, your organization must be enrolled
351
- in [SCC Standard/Premium](https://cloud.google.com/security-command-center/docs/quickstart-security-command-center).
352
- Without doing so, you may run into errors during resource creation.
340
+ This is a continuous export that exports findings to a Pub/Sub topic.
353
341
 
354
342
  To get more information about ProjectNotificationConfig, see:
355
343
 
@@ -86,7 +86,15 @@ class AwaitableGetNamespaceIamPolicyResult(GetNamespaceIamPolicyResult):
86
86
  def get_namespace_iam_policy(name: Optional[str] = None,
87
87
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetNamespaceIamPolicyResult:
88
88
  """
89
- Use this data source to access information about an existing resource.
89
+ ## Example Usage
90
+
91
+ ```python
92
+ import pulumi
93
+ import pulumi_gcp as gcp
94
+
95
+ policy = gcp.servicedirectory.get_namespace_iam_policy(name=example["name"])
96
+ ```
97
+
90
98
 
91
99
  :param str name: Used to find the parent resource to bind the IAM policy to
92
100
  """
@@ -103,7 +111,15 @@ def get_namespace_iam_policy(name: Optional[str] = None,
103
111
  def get_namespace_iam_policy_output(name: Optional[pulumi.Input[str]] = None,
104
112
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetNamespaceIamPolicyResult]:
105
113
  """
106
- Use this data source to access information about an existing resource.
114
+ ## Example Usage
115
+
116
+ ```python
117
+ import pulumi
118
+ import pulumi_gcp as gcp
119
+
120
+ policy = gcp.servicedirectory.get_namespace_iam_policy(name=example["name"])
121
+ ```
122
+
107
123
 
108
124
  :param str name: Used to find the parent resource to bind the IAM policy to
109
125
  """
@@ -86,7 +86,15 @@ class AwaitableGetServiceIamPolicyResult(GetServiceIamPolicyResult):
86
86
  def get_service_iam_policy(name: Optional[str] = None,
87
87
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetServiceIamPolicyResult:
88
88
  """
89
- Use this data source to access information about an existing resource.
89
+ ## Example Usage
90
+
91
+ ```python
92
+ import pulumi
93
+ import pulumi_gcp as gcp
94
+
95
+ policy = gcp.servicedirectory.get_service_iam_policy(name=example["name"])
96
+ ```
97
+
90
98
 
91
99
  :param str name: Used to find the parent resource to bind the IAM policy to
92
100
  """
@@ -103,7 +111,15 @@ def get_service_iam_policy(name: Optional[str] = None,
103
111
  def get_service_iam_policy_output(name: Optional[pulumi.Input[str]] = None,
104
112
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetServiceIamPolicyResult]:
105
113
  """
106
- Use this data source to access information about an existing resource.
114
+ ## Example Usage
115
+
116
+ ```python
117
+ import pulumi
118
+ import pulumi_gcp as gcp
119
+
120
+ policy = gcp.servicedirectory.get_service_iam_policy(name=example["name"])
121
+ ```
122
+
107
123
 
108
124
  :param str name: Used to find the parent resource to bind the IAM policy to
109
125
  """
@@ -98,7 +98,7 @@ def get_repository_iam_policy(project: Optional[str] = None,
98
98
  """
99
99
  Retrieves the current IAM policy data for repository
100
100
 
101
- ## example
101
+ ## Example Usage
102
102
 
103
103
  ```python
104
104
  import pulumi
@@ -131,7 +131,7 @@ def get_repository_iam_policy_output(project: Optional[pulumi.Input[Optional[str
131
131
  """
132
132
  Retrieves the current IAM policy data for repository
133
133
 
134
- ## example
134
+ ## Example Usage
135
135
 
136
136
  ```python
137
137
  import pulumi
@@ -581,29 +581,6 @@ class Instance(pulumi.CustomResource):
581
581
  "foo": "bar",
582
582
  })
583
583
  ```
584
- ### Spanner Instance With Autoscaling
585
-
586
- ```python
587
- import pulumi
588
- import pulumi_gcp as gcp
589
-
590
- example = gcp.spanner.Instance("example",
591
- config="regional-us-central1",
592
- display_name="Test Spanner Instance",
593
- autoscaling_config={
594
- "autoscaling_limits": {
595
- "max_processing_units": 3000,
596
- "min_processing_units": 2000,
597
- },
598
- "autoscaling_targets": {
599
- "high_priority_cpu_utilization_percent": 75,
600
- "storage_utilization_percent": 90,
601
- },
602
- },
603
- labels={
604
- "foo": "bar",
605
- })
606
- ```
607
584
  ### Spanner Instance Multi Regional
608
585
 
609
586
  ```python
@@ -729,29 +706,6 @@ class Instance(pulumi.CustomResource):
729
706
  "foo": "bar",
730
707
  })
731
708
  ```
732
- ### Spanner Instance With Autoscaling
733
-
734
- ```python
735
- import pulumi
736
- import pulumi_gcp as gcp
737
-
738
- example = gcp.spanner.Instance("example",
739
- config="regional-us-central1",
740
- display_name="Test Spanner Instance",
741
- autoscaling_config={
742
- "autoscaling_limits": {
743
- "max_processing_units": 3000,
744
- "min_processing_units": 2000,
745
- },
746
- "autoscaling_targets": {
747
- "high_priority_cpu_utilization_percent": 75,
748
- "storage_utilization_percent": 90,
749
- },
750
- },
751
- labels={
752
- "foo": "bar",
753
- })
754
- ```
755
709
  ### Spanner Instance Multi Regional
756
710
 
757
711
  ```python
pulumi_gcp/sql/_inputs.py CHANGED
@@ -1437,7 +1437,7 @@ if not MYPY:
1437
1437
  """
1438
1438
  point_in_time_recovery_enabled: NotRequired[pulumi.Input[bool]]
1439
1439
  """
1440
- True if Point-in-time recovery is enabled. Will restart database if enabled after instance creation. Valid only for PostgreSQL and SQL Server instances.
1440
+ True if Point-in-time recovery is enabled. Will restart database if enabled after instance creation. Valid only for PostgreSQL and SQL Server instances. Enabled by default for PostgreSQL Enterprise Plus and SQL Server Enterprise Plus instances.
1441
1441
  """
1442
1442
  start_time: NotRequired[pulumi.Input[str]]
1443
1443
  """
@@ -1446,7 +1446,7 @@ if not MYPY:
1446
1446
  """
1447
1447
  transaction_log_retention_days: NotRequired[pulumi.Input[int]]
1448
1448
  """
1449
- The number of days of transaction logs we retain for point in time restore, from 1-7. For PostgreSQL Enterprise Plus instances, the number of days of retained transaction logs can be set from 1 to 35.
1449
+ The number of days of transaction logs we retain for point in time restore, from 1-7. For PostgreSQL Enterprise Plus and SQL Server Enterprise Plus instances, the number of days of retained transaction logs can be set from 1 to 35.
1450
1450
  """
1451
1451
  elif False:
1452
1452
  DatabaseInstanceSettingsBackupConfigurationArgsDict: TypeAlias = Mapping[str, Any]
@@ -1467,10 +1467,10 @@ class DatabaseInstanceSettingsBackupConfigurationArgs:
1467
1467
  Can only be used with MySQL.
1468
1468
  :param pulumi.Input[bool] enabled: True if backup configuration is enabled.
1469
1469
  :param pulumi.Input[str] location: The region where the backup will be stored
1470
- :param pulumi.Input[bool] point_in_time_recovery_enabled: True if Point-in-time recovery is enabled. Will restart database if enabled after instance creation. Valid only for PostgreSQL and SQL Server instances.
1470
+ :param pulumi.Input[bool] point_in_time_recovery_enabled: True if Point-in-time recovery is enabled. Will restart database if enabled after instance creation. Valid only for PostgreSQL and SQL Server instances. Enabled by default for PostgreSQL Enterprise Plus and SQL Server Enterprise Plus instances.
1471
1471
  :param pulumi.Input[str] start_time: `HH:MM` format time indicating when backup
1472
1472
  configuration starts.
1473
- :param pulumi.Input[int] transaction_log_retention_days: The number of days of transaction logs we retain for point in time restore, from 1-7. For PostgreSQL Enterprise Plus instances, the number of days of retained transaction logs can be set from 1 to 35.
1473
+ :param pulumi.Input[int] transaction_log_retention_days: The number of days of transaction logs we retain for point in time restore, from 1-7. For PostgreSQL Enterprise Plus and SQL Server Enterprise Plus instances, the number of days of retained transaction logs can be set from 1 to 35.
1474
1474
  """
1475
1475
  if backup_retention_settings is not None:
1476
1476
  pulumi.set(__self__, "backup_retention_settings", backup_retention_settings)
@@ -1540,7 +1540,7 @@ class DatabaseInstanceSettingsBackupConfigurationArgs:
1540
1540
  @pulumi.getter(name="pointInTimeRecoveryEnabled")
1541
1541
  def point_in_time_recovery_enabled(self) -> Optional[pulumi.Input[bool]]:
1542
1542
  """
1543
- True if Point-in-time recovery is enabled. Will restart database if enabled after instance creation. Valid only for PostgreSQL and SQL Server instances.
1543
+ True if Point-in-time recovery is enabled. Will restart database if enabled after instance creation. Valid only for PostgreSQL and SQL Server instances. Enabled by default for PostgreSQL Enterprise Plus and SQL Server Enterprise Plus instances.
1544
1544
  """
1545
1545
  return pulumi.get(self, "point_in_time_recovery_enabled")
1546
1546
 
@@ -1565,7 +1565,7 @@ class DatabaseInstanceSettingsBackupConfigurationArgs:
1565
1565
  @pulumi.getter(name="transactionLogRetentionDays")
1566
1566
  def transaction_log_retention_days(self) -> Optional[pulumi.Input[int]]:
1567
1567
  """
1568
- The number of days of transaction logs we retain for point in time restore, from 1-7. For PostgreSQL Enterprise Plus instances, the number of days of retained transaction logs can be set from 1 to 35.
1568
+ The number of days of transaction logs we retain for point in time restore, from 1-7. For PostgreSQL Enterprise Plus and SQL Server Enterprise Plus instances, the number of days of retained transaction logs can be set from 1 to 35.
1569
1569
  """
1570
1570
  return pulumi.get(self, "transaction_log_retention_days")
1571
1571
 
pulumi_gcp/sql/outputs.py CHANGED
@@ -1168,10 +1168,10 @@ class DatabaseInstanceSettingsBackupConfiguration(dict):
1168
1168
  Can only be used with MySQL.
1169
1169
  :param bool enabled: True if backup configuration is enabled.
1170
1170
  :param str location: The region where the backup will be stored
1171
- :param bool point_in_time_recovery_enabled: True if Point-in-time recovery is enabled. Will restart database if enabled after instance creation. Valid only for PostgreSQL and SQL Server instances.
1171
+ :param bool point_in_time_recovery_enabled: True if Point-in-time recovery is enabled. Will restart database if enabled after instance creation. Valid only for PostgreSQL and SQL Server instances. Enabled by default for PostgreSQL Enterprise Plus and SQL Server Enterprise Plus instances.
1172
1172
  :param str start_time: `HH:MM` format time indicating when backup
1173
1173
  configuration starts.
1174
- :param int transaction_log_retention_days: The number of days of transaction logs we retain for point in time restore, from 1-7. For PostgreSQL Enterprise Plus instances, the number of days of retained transaction logs can be set from 1 to 35.
1174
+ :param int transaction_log_retention_days: The number of days of transaction logs we retain for point in time restore, from 1-7. For PostgreSQL Enterprise Plus and SQL Server Enterprise Plus instances, the number of days of retained transaction logs can be set from 1 to 35.
1175
1175
  """
1176
1176
  if backup_retention_settings is not None:
1177
1177
  pulumi.set(__self__, "backup_retention_settings", backup_retention_settings)
@@ -1225,7 +1225,7 @@ class DatabaseInstanceSettingsBackupConfiguration(dict):
1225
1225
  @pulumi.getter(name="pointInTimeRecoveryEnabled")
1226
1226
  def point_in_time_recovery_enabled(self) -> Optional[bool]:
1227
1227
  """
1228
- True if Point-in-time recovery is enabled. Will restart database if enabled after instance creation. Valid only for PostgreSQL and SQL Server instances.
1228
+ True if Point-in-time recovery is enabled. Will restart database if enabled after instance creation. Valid only for PostgreSQL and SQL Server instances. Enabled by default for PostgreSQL Enterprise Plus and SQL Server Enterprise Plus instances.
1229
1229
  """
1230
1230
  return pulumi.get(self, "point_in_time_recovery_enabled")
1231
1231
 
@@ -1242,7 +1242,7 @@ class DatabaseInstanceSettingsBackupConfiguration(dict):
1242
1242
  @pulumi.getter(name="transactionLogRetentionDays")
1243
1243
  def transaction_log_retention_days(self) -> Optional[int]:
1244
1244
  """
1245
- The number of days of transaction logs we retain for point in time restore, from 1-7. For PostgreSQL Enterprise Plus instances, the number of days of retained transaction logs can be set from 1 to 35.
1245
+ The number of days of transaction logs we retain for point in time restore, from 1-7. For PostgreSQL Enterprise Plus and SQL Server Enterprise Plus instances, the number of days of retained transaction logs can be set from 1 to 35.
1246
1246
  """
1247
1247
  return pulumi.get(self, "transaction_log_retention_days")
1248
1248
 
@@ -1006,6 +1006,21 @@ class Bucket(pulumi.CustomResource):
1006
1006
  public_access_prevention="enforced")
1007
1007
  ```
1008
1008
 
1009
+ ### Enabling Hierarchical Namespace
1010
+
1011
+ ```python
1012
+ import pulumi
1013
+ import pulumi_gcp as gcp
1014
+
1015
+ auto_expire = gcp.storage.Bucket("auto-expire",
1016
+ name="hns-enabled-bucket",
1017
+ location="US",
1018
+ force_destroy=True,
1019
+ hierarchical_namespace={
1020
+ "enabled": True,
1021
+ })
1022
+ ```
1023
+
1009
1024
  ## Import
1010
1025
 
1011
1026
  Storage buckets can be imported using the `name` or `project/name`. If the project is not
@@ -1182,6 +1197,21 @@ class Bucket(pulumi.CustomResource):
1182
1197
  public_access_prevention="enforced")
1183
1198
  ```
1184
1199
 
1200
+ ### Enabling Hierarchical Namespace
1201
+
1202
+ ```python
1203
+ import pulumi
1204
+ import pulumi_gcp as gcp
1205
+
1206
+ auto_expire = gcp.storage.Bucket("auto-expire",
1207
+ name="hns-enabled-bucket",
1208
+ location="US",
1209
+ force_destroy=True,
1210
+ hierarchical_namespace={
1211
+ "enabled": True,
1212
+ })
1213
+ ```
1214
+
1185
1215
  ## Import
1186
1216
 
1187
1217
  Storage buckets can be imported using the `name` or `project/name`. If the project is not
@@ -88,7 +88,7 @@ def get_bucket_iam_policy(bucket: Optional[str] = None,
88
88
  """
89
89
  Retrieves the current IAM policy data for bucket
90
90
 
91
- ## example
91
+ ## Example Usage
92
92
 
93
93
  ```python
94
94
  import pulumi
@@ -115,7 +115,7 @@ def get_bucket_iam_policy_output(bucket: Optional[pulumi.Input[str]] = None,
115
115
  """
116
116
  Retrieves the current IAM policy data for bucket
117
117
 
118
- ## example
118
+ ## Example Usage
119
119
 
120
120
  ```python
121
121
  import pulumi
@@ -88,7 +88,7 @@ def get_tag_key_iam_policy(tag_key: Optional[str] = None,
88
88
  """
89
89
  Retrieves the current IAM policy data for tagkey
90
90
 
91
- ## example
91
+ ## Example Usage
92
92
 
93
93
  ```python
94
94
  import pulumi
@@ -115,7 +115,7 @@ def get_tag_key_iam_policy_output(tag_key: Optional[pulumi.Input[str]] = None,
115
115
  """
116
116
  Retrieves the current IAM policy data for tagkey
117
117
 
118
- ## example
118
+ ## Example Usage
119
119
 
120
120
  ```python
121
121
  import pulumi
@@ -88,7 +88,7 @@ def get_tag_value_iam_policy(tag_value: Optional[str] = None,
88
88
  """
89
89
  Retrieves the current IAM policy data for tagvalue
90
90
 
91
- ## example
91
+ ## Example Usage
92
92
 
93
93
  ```python
94
94
  import pulumi
@@ -115,7 +115,7 @@ def get_tag_value_iam_policy_output(tag_value: Optional[pulumi.Input[str]] = Non
115
115
  """
116
116
  Retrieves the current IAM policy data for tagvalue
117
117
 
118
- ## example
118
+ ## Example Usage
119
119
 
120
120
  ```python
121
121
  import pulumi
@@ -106,7 +106,17 @@ def get_ai_endpoint_iam_policy(endpoint: Optional[str] = None,
106
106
  project: Optional[str] = None,
107
107
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAiEndpointIamPolicyResult:
108
108
  """
109
- Use this data source to access information about an existing resource.
109
+ ## Example Usage
110
+
111
+ ```python
112
+ import pulumi
113
+ import pulumi_gcp as gcp
114
+
115
+ policy = gcp.vertex.get_ai_endpoint_iam_policy(project=endpoint["project"],
116
+ location=endpoint["location"],
117
+ endpoint=endpoint["name"])
118
+ ```
119
+
110
120
 
111
121
  :param str endpoint: Used to find the parent resource to bind the IAM policy to
112
122
  :param str location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
@@ -134,7 +144,17 @@ def get_ai_endpoint_iam_policy_output(endpoint: Optional[pulumi.Input[str]] = No
134
144
  project: Optional[pulumi.Input[Optional[str]]] = None,
135
145
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAiEndpointIamPolicyResult]:
136
146
  """
137
- Use this data source to access information about an existing resource.
147
+ ## Example Usage
148
+
149
+ ```python
150
+ import pulumi
151
+ import pulumi_gcp as gcp
152
+
153
+ policy = gcp.vertex.get_ai_endpoint_iam_policy(project=endpoint["project"],
154
+ location=endpoint["location"],
155
+ endpoint=endpoint["name"])
156
+ ```
157
+
138
158
 
139
159
  :param str endpoint: Used to find the parent resource to bind the IAM policy to
140
160
  :param str location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
@@ -96,7 +96,16 @@ def get_ai_featurestore_entitytype_iam_policy(entitytype: Optional[str] = None,
96
96
  featurestore: Optional[str] = None,
97
97
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAiFeaturestoreEntitytypeIamPolicyResult:
98
98
  """
99
- Use this data source to access information about an existing resource.
99
+ ## Example Usage
100
+
101
+ ```python
102
+ import pulumi
103
+ import pulumi_gcp as gcp
104
+
105
+ policy = gcp.vertex.get_ai_featurestore_entitytype_iam_policy(featurestore=entity["featurestore"],
106
+ entitytype=entity["name"])
107
+ ```
108
+
100
109
 
101
110
  :param str entitytype: Used to find the parent resource to bind the IAM policy to
102
111
  :param str featurestore: The name of the Featurestore to use, in the format projects/{project}/locations/{location}/featurestores/{featurestore}. Used to find the parent resource to bind the IAM policy to
@@ -117,7 +126,16 @@ def get_ai_featurestore_entitytype_iam_policy_output(entitytype: Optional[pulumi
117
126
  featurestore: Optional[pulumi.Input[str]] = None,
118
127
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAiFeaturestoreEntitytypeIamPolicyResult]:
119
128
  """
120
- Use this data source to access information about an existing resource.
129
+ ## Example Usage
130
+
131
+ ```python
132
+ import pulumi
133
+ import pulumi_gcp as gcp
134
+
135
+ policy = gcp.vertex.get_ai_featurestore_entitytype_iam_policy(featurestore=entity["featurestore"],
136
+ entitytype=entity["name"])
137
+ ```
138
+
121
139
 
122
140
  :param str entitytype: Used to find the parent resource to bind the IAM policy to
123
141
  :param str featurestore: The name of the Featurestore to use, in the format projects/{project}/locations/{location}/featurestores/{featurestore}. Used to find the parent resource to bind the IAM policy to
@@ -106,7 +106,17 @@ def get_ai_featurestore_iam_policy(featurestore: Optional[str] = None,
106
106
  region: Optional[str] = None,
107
107
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAiFeaturestoreIamPolicyResult:
108
108
  """
109
- Use this data source to access information about an existing resource.
109
+ ## Example Usage
110
+
111
+ ```python
112
+ import pulumi
113
+ import pulumi_gcp as gcp
114
+
115
+ policy = gcp.vertex.get_ai_featurestore_iam_policy(project=featurestore["project"],
116
+ region=featurestore["region"],
117
+ featurestore=featurestore["name"])
118
+ ```
119
+
110
120
 
111
121
  :param str featurestore: Used to find the parent resource to bind the IAM policy to
112
122
  :param str project: The ID of the project in which the resource belongs.
@@ -134,7 +144,17 @@ def get_ai_featurestore_iam_policy_output(featurestore: Optional[pulumi.Input[st
134
144
  region: Optional[pulumi.Input[Optional[str]]] = None,
135
145
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAiFeaturestoreIamPolicyResult]:
136
146
  """
137
- Use this data source to access information about an existing resource.
147
+ ## Example Usage
148
+
149
+ ```python
150
+ import pulumi
151
+ import pulumi_gcp as gcp
152
+
153
+ policy = gcp.vertex.get_ai_featurestore_iam_policy(project=featurestore["project"],
154
+ region=featurestore["region"],
155
+ featurestore=featurestore["name"])
156
+ ```
157
+
138
158
 
139
159
  :param str featurestore: Used to find the parent resource to bind the IAM policy to
140
160
  :param str project: The ID of the project in which the resource belongs.
@@ -108,7 +108,7 @@ def get_instance_iam_policy(location: Optional[str] = None,
108
108
  """
109
109
  Retrieves the current IAM policy data for instance
110
110
 
111
- ## example
111
+ ## Example Usage
112
112
 
113
113
  ```python
114
114
  import pulumi
@@ -148,7 +148,7 @@ def get_instance_iam_policy_output(location: Optional[pulumi.Input[Optional[str]
148
148
  """
149
149
  Retrieves the current IAM policy data for instance
150
150
 
151
- ## example
151
+ ## Example Usage
152
152
 
153
153
  ```python
154
154
  import pulumi
@@ -116,7 +116,18 @@ def get_workstation_config_iam_policy(location: Optional[str] = None,
116
116
  workstation_config_id: Optional[str] = None,
117
117
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetWorkstationConfigIamPolicyResult:
118
118
  """
119
- Use this data source to access information about an existing resource.
119
+ ## Example Usage
120
+
121
+ ```python
122
+ import pulumi
123
+ import pulumi_gcp as gcp
124
+
125
+ policy = gcp.workstations.get_workstation_config_iam_policy(project=default["project"],
126
+ location=default["location"],
127
+ workstation_cluster_id=default["workstationClusterId"],
128
+ workstation_config_id=default["workstationConfigId"])
129
+ ```
130
+
120
131
 
121
132
  :param str location: The location where the workstation cluster config should reside.
122
133
  Used to find the parent resource to bind the IAM policy to. If not specified,
@@ -147,7 +158,18 @@ def get_workstation_config_iam_policy_output(location: Optional[pulumi.Input[Opt
147
158
  workstation_config_id: Optional[pulumi.Input[str]] = None,
148
159
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetWorkstationConfigIamPolicyResult]:
149
160
  """
150
- Use this data source to access information about an existing resource.
161
+ ## Example Usage
162
+
163
+ ```python
164
+ import pulumi
165
+ import pulumi_gcp as gcp
166
+
167
+ policy = gcp.workstations.get_workstation_config_iam_policy(project=default["project"],
168
+ location=default["location"],
169
+ workstation_cluster_id=default["workstationClusterId"],
170
+ workstation_config_id=default["workstationConfigId"])
171
+ ```
172
+
151
173
 
152
174
  :param str location: The location where the workstation cluster config should reside.
153
175
  Used to find the parent resource to bind the IAM policy to. If not specified,
@@ -126,7 +126,19 @@ def get_workstation_iam_policy(location: Optional[str] = None,
126
126
  workstation_id: Optional[str] = None,
127
127
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetWorkstationIamPolicyResult:
128
128
  """
129
- Use this data source to access information about an existing resource.
129
+ ## Example Usage
130
+
131
+ ```python
132
+ import pulumi
133
+ import pulumi_gcp as gcp
134
+
135
+ policy = gcp.workstations.get_workstation_iam_policy(project=default["project"],
136
+ location=default["location"],
137
+ workstation_cluster_id=default["workstationClusterId"],
138
+ workstation_config_id=default["workstationConfigId"],
139
+ workstation_id=default["workstationId"])
140
+ ```
141
+
130
142
 
131
143
  :param str location: The location where the workstation parent resources reside.
132
144
  Used to find the parent resource to bind the IAM policy to. If not specified,
@@ -160,7 +172,19 @@ def get_workstation_iam_policy_output(location: Optional[pulumi.Input[Optional[s
160
172
  workstation_id: Optional[pulumi.Input[str]] = None,
161
173
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetWorkstationIamPolicyResult]:
162
174
  """
163
- Use this data source to access information about an existing resource.
175
+ ## Example Usage
176
+
177
+ ```python
178
+ import pulumi
179
+ import pulumi_gcp as gcp
180
+
181
+ policy = gcp.workstations.get_workstation_iam_policy(project=default["project"],
182
+ location=default["location"],
183
+ workstation_cluster_id=default["workstationClusterId"],
184
+ workstation_config_id=default["workstationConfigId"],
185
+ workstation_id=default["workstationId"])
186
+ ```
187
+
164
188
 
165
189
  :param str location: The location where the workstation parent resources reside.
166
190
  Used to find the parent resource to bind the IAM policy to. If not specified,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: pulumi_gcp
3
- Version: 8.20.0a1739946722
3
+ Version: 8.21.0a1740551699
4
4
  Summary: A Pulumi package for creating and managing Google Cloud Platform resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io