pulumi-gcp 7.20.0a1713984378__py3-none-any.whl → 7.21.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 (131) hide show
  1. pulumi_gcp/__init__.py +48 -0
  2. pulumi_gcp/alloydb/_inputs.py +74 -0
  3. pulumi_gcp/alloydb/backup.py +0 -12
  4. pulumi_gcp/alloydb/cluster.py +0 -12
  5. pulumi_gcp/alloydb/instance.py +90 -81
  6. pulumi_gcp/alloydb/outputs.py +98 -0
  7. pulumi_gcp/apigee/environment.py +47 -0
  8. pulumi_gcp/apigee/organization.py +162 -0
  9. pulumi_gcp/apigee/sharedflow.py +0 -20
  10. pulumi_gcp/appengine/flexible_app_version.py +0 -20
  11. pulumi_gcp/applicationintegration/__init__.py +1 -0
  12. pulumi_gcp/applicationintegration/_inputs.py +843 -0
  13. pulumi_gcp/applicationintegration/auth_config.py +998 -0
  14. pulumi_gcp/applicationintegration/outputs.py +891 -0
  15. pulumi_gcp/artifactregistry/_inputs.py +186 -0
  16. pulumi_gcp/artifactregistry/outputs.py +297 -4
  17. pulumi_gcp/artifactregistry/repository.py +346 -16
  18. pulumi_gcp/bigquery/table.py +61 -0
  19. pulumi_gcp/bigquerydatapolicy/_inputs.py +21 -4
  20. pulumi_gcp/bigquerydatapolicy/data_policy.py +78 -0
  21. pulumi_gcp/bigquerydatapolicy/outputs.py +16 -3
  22. pulumi_gcp/billing/budget.py +54 -0
  23. pulumi_gcp/certificateauthority/_inputs.py +92 -12
  24. pulumi_gcp/certificateauthority/authority.py +117 -27
  25. pulumi_gcp/certificateauthority/certificate.py +176 -0
  26. pulumi_gcp/certificateauthority/outputs.py +144 -12
  27. pulumi_gcp/cloudbuild/worker_pool.py +0 -12
  28. pulumi_gcp/cloudbuildv2/connection.py +0 -12
  29. pulumi_gcp/cloudbuildv2/repository.py +0 -12
  30. pulumi_gcp/clouddeploy/automation.py +0 -12
  31. pulumi_gcp/clouddeploy/custom_target_type.py +0 -12
  32. pulumi_gcp/clouddeploy/delivery_pipeline.py +0 -12
  33. pulumi_gcp/clouddeploy/target.py +0 -12
  34. pulumi_gcp/cloudfunctionsv2/_inputs.py +16 -0
  35. pulumi_gcp/cloudfunctionsv2/function.py +110 -0
  36. pulumi_gcp/cloudfunctionsv2/outputs.py +25 -0
  37. pulumi_gcp/cloudrunv2/job.py +0 -12
  38. pulumi_gcp/cloudrunv2/service.py +0 -12
  39. pulumi_gcp/composer/__init__.py +1 -0
  40. pulumi_gcp/composer/environment.py +35 -47
  41. pulumi_gcp/composer/user_workloads_secret.py +441 -0
  42. pulumi_gcp/compute/__init__.py +1 -0
  43. pulumi_gcp/compute/_inputs.py +169 -58
  44. pulumi_gcp/compute/forwarding_rule.py +0 -13
  45. pulumi_gcp/compute/get_instance_group_manager.py +11 -1
  46. pulumi_gcp/compute/global_address.py +0 -12
  47. pulumi_gcp/compute/global_forwarding_rule.py +0 -282
  48. pulumi_gcp/compute/instance_from_machine_image.py +14 -46
  49. pulumi_gcp/compute/instance_from_template.py +14 -46
  50. pulumi_gcp/compute/instance_group_manager.py +68 -21
  51. pulumi_gcp/compute/outputs.py +213 -65
  52. pulumi_gcp/compute/region_instance_group_manager.py +61 -14
  53. pulumi_gcp/compute/region_instance_template.py +0 -13
  54. pulumi_gcp/compute/region_target_https_proxy.py +257 -0
  55. pulumi_gcp/compute/region_url_map.py +0 -470
  56. pulumi_gcp/compute/security_policy_rule.py +850 -0
  57. pulumi_gcp/container/attached_cluster.py +0 -12
  58. pulumi_gcp/container/aws_cluster.py +0 -12
  59. pulumi_gcp/container/aws_node_pool.py +0 -12
  60. pulumi_gcp/container/azure_cluster.py +0 -12
  61. pulumi_gcp/container/azure_node_pool.py +0 -12
  62. pulumi_gcp/container/cluster.py +0 -20
  63. pulumi_gcp/container/outputs.py +4 -4
  64. pulumi_gcp/dataflow/flex_template_job.py +0 -39
  65. pulumi_gcp/dataloss/__init__.py +1 -0
  66. pulumi_gcp/dataloss/_inputs.py +1040 -0
  67. pulumi_gcp/dataloss/outputs.py +1123 -0
  68. pulumi_gcp/dataloss/prevention_discovery_config.py +737 -0
  69. pulumi_gcp/dataproc/cluster.py +0 -20
  70. pulumi_gcp/dataproc/workflow_template.py +21 -26
  71. pulumi_gcp/deploymentmanager/deployment.py +0 -34
  72. pulumi_gcp/dns/_inputs.py +2 -130
  73. pulumi_gcp/dns/get_keys.py +1 -1
  74. pulumi_gcp/dns/get_managed_zones.py +3 -9
  75. pulumi_gcp/dns/get_record_set.py +3 -0
  76. pulumi_gcp/dns/outputs.py +36 -58
  77. pulumi_gcp/dns/record_set.py +2 -36
  78. pulumi_gcp/filestore/get_instance.py +11 -1
  79. pulumi_gcp/filestore/instance.py +101 -0
  80. pulumi_gcp/firebase/_inputs.py +16 -0
  81. pulumi_gcp/firebase/android_app.py +0 -27
  82. pulumi_gcp/firebase/app_check_play_integrity_config.py +20 -0
  83. pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +10 -0
  84. pulumi_gcp/firebase/app_check_service_config.py +0 -125
  85. pulumi_gcp/firebase/apple_app.py +0 -27
  86. pulumi_gcp/firebase/hosting_custom_domain.py +0 -27
  87. pulumi_gcp/firebase/hosting_version.py +44 -0
  88. pulumi_gcp/firebase/outputs.py +12 -0
  89. pulumi_gcp/firebase/web_app.py +0 -20
  90. pulumi_gcp/firestore/database.py +0 -68
  91. pulumi_gcp/firestore/document.py +4 -4
  92. pulumi_gcp/gkeonprem/bare_metal_admin_cluster.py +0 -12
  93. pulumi_gcp/gkeonprem/bare_metal_cluster.py +0 -12
  94. pulumi_gcp/gkeonprem/bare_metal_node_pool.py +0 -12
  95. pulumi_gcp/gkeonprem/v_mware_cluster.py +0 -12
  96. pulumi_gcp/gkeonprem/v_mware_node_pool.py +0 -12
  97. pulumi_gcp/logging/folder_sink.py +54 -0
  98. pulumi_gcp/logging/organization_sink.py +54 -0
  99. pulumi_gcp/monitoring/_inputs.py +46 -2
  100. pulumi_gcp/monitoring/outputs.py +40 -2
  101. pulumi_gcp/monitoring/uptime_check_config.py +6 -0
  102. pulumi_gcp/netapp/active_directory.py +0 -20
  103. pulumi_gcp/netapp/volume_replication.py +0 -68
  104. pulumi_gcp/networkconnectivity/__init__.py +1 -0
  105. pulumi_gcp/networkconnectivity/internal_range.py +1024 -0
  106. pulumi_gcp/organizations/get_active_folder.py +18 -3
  107. pulumi_gcp/projects/__init__.py +1 -0
  108. pulumi_gcp/projects/iam_member_remove.py +313 -0
  109. pulumi_gcp/provider.py +3 -1
  110. pulumi_gcp/secretmanager/get_secret.py +13 -3
  111. pulumi_gcp/secretmanager/outputs.py +20 -1
  112. pulumi_gcp/secretmanager/secret.py +90 -15
  113. pulumi_gcp/servicenetworking/connection.py +0 -20
  114. pulumi_gcp/spanner/database.py +0 -41
  115. pulumi_gcp/spanner/instance.py +0 -40
  116. pulumi_gcp/storage/__init__.py +1 -0
  117. pulumi_gcp/storage/bucket.py +0 -12
  118. pulumi_gcp/storage/get_bucket_objects.py +153 -0
  119. pulumi_gcp/storage/outputs.py +63 -0
  120. pulumi_gcp/vmwareengine/_inputs.py +63 -5
  121. pulumi_gcp/vmwareengine/get_private_cloud.py +1 -21
  122. pulumi_gcp/vmwareengine/outputs.py +113 -5
  123. pulumi_gcp/vmwareengine/private_cloud.py +0 -94
  124. pulumi_gcp/workbench/instance.py +4 -4
  125. pulumi_gcp/workstations/workstation.py +0 -12
  126. pulumi_gcp/workstations/workstation_cluster.py +32 -12
  127. pulumi_gcp/workstations/workstation_config.py +0 -12
  128. {pulumi_gcp-7.20.0a1713984378.dist-info → pulumi_gcp-7.21.0.dist-info}/METADATA +1 -1
  129. {pulumi_gcp-7.20.0a1713984378.dist-info → pulumi_gcp-7.21.0.dist-info}/RECORD +131 -124
  130. {pulumi_gcp-7.20.0a1713984378.dist-info → pulumi_gcp-7.21.0.dist-info}/WHEEL +0 -0
  131. {pulumi_gcp-7.20.0a1713984378.dist-info → pulumi_gcp-7.21.0.dist-info}/top_level.txt +0 -0
@@ -45,14 +45,6 @@ class DatabaseArgs:
45
45
  Structure is documented below.
46
46
  :param pulumi.Input[str] concurrency_mode: The concurrency control mode to use for this database.
47
47
  Possible values are: `OPTIMISTIC`, `PESSIMISTIC`, `OPTIMISTIC_WITH_ENTITY_GROUPS`.
48
- :param pulumi.Input[str] delete_protection_state: State of delete protection for the database. When delete protection is enabled, this database cannot be deleted. The
49
- default value is 'DELETE_PROTECTION_STATE_UNSPECIFIED', which is currently equivalent to 'DELETE_PROTECTION_DISABLED'.
50
- **Note:** Additionally, to delete this database using 'terraform destroy', 'deletion_policy' must be set to 'DELETE'.
51
- Possible values: ["DELETE_PROTECTION_STATE_UNSPECIFIED", "DELETE_PROTECTION_ENABLED", "DELETE_PROTECTION_DISABLED"]
52
- :param pulumi.Input[str] deletion_policy: Deletion behavior for this database. If the deletion policy is 'ABANDON', the database will be removed from Terraform
53
- state but not deleted from Google Cloud upon destruction. If the deletion policy is 'DELETE', the database will both be
54
- removed from Terraform state and deleted from Google Cloud upon destruction. The default value is 'ABANDON'. See also
55
- 'delete_protection'.
56
48
  :param pulumi.Input[str] name: The ID to use for the database, which will become the final
57
49
  component of the database's resource name. This value should be 4-63
58
50
  characters. Valid characters are /[a-z][0-9]-/ with first character
@@ -163,12 +155,6 @@ class DatabaseArgs:
163
155
  @property
164
156
  @pulumi.getter(name="deleteProtectionState")
165
157
  def delete_protection_state(self) -> Optional[pulumi.Input[str]]:
166
- """
167
- State of delete protection for the database. When delete protection is enabled, this database cannot be deleted. The
168
- default value is 'DELETE_PROTECTION_STATE_UNSPECIFIED', which is currently equivalent to 'DELETE_PROTECTION_DISABLED'.
169
- **Note:** Additionally, to delete this database using 'terraform destroy', 'deletion_policy' must be set to 'DELETE'.
170
- Possible values: ["DELETE_PROTECTION_STATE_UNSPECIFIED", "DELETE_PROTECTION_ENABLED", "DELETE_PROTECTION_DISABLED"]
171
- """
172
158
  return pulumi.get(self, "delete_protection_state")
173
159
 
174
160
  @delete_protection_state.setter
@@ -178,12 +164,6 @@ class DatabaseArgs:
178
164
  @property
179
165
  @pulumi.getter(name="deletionPolicy")
180
166
  def deletion_policy(self) -> Optional[pulumi.Input[str]]:
181
- """
182
- Deletion behavior for this database. If the deletion policy is 'ABANDON', the database will be removed from Terraform
183
- state but not deleted from Google Cloud upon destruction. If the deletion policy is 'DELETE', the database will both be
184
- removed from Terraform state and deleted from Google Cloud upon destruction. The default value is 'ABANDON'. See also
185
- 'delete_protection'.
186
- """
187
167
  return pulumi.get(self, "deletion_policy")
188
168
 
189
169
  @deletion_policy.setter
@@ -270,14 +250,6 @@ class _DatabaseState:
270
250
  :param pulumi.Input[str] concurrency_mode: The concurrency control mode to use for this database.
271
251
  Possible values are: `OPTIMISTIC`, `PESSIMISTIC`, `OPTIMISTIC_WITH_ENTITY_GROUPS`.
272
252
  :param pulumi.Input[str] create_time: Output only. The timestamp at which this database was created.
273
- :param pulumi.Input[str] delete_protection_state: State of delete protection for the database. When delete protection is enabled, this database cannot be deleted. The
274
- default value is 'DELETE_PROTECTION_STATE_UNSPECIFIED', which is currently equivalent to 'DELETE_PROTECTION_DISABLED'.
275
- **Note:** Additionally, to delete this database using 'terraform destroy', 'deletion_policy' must be set to 'DELETE'.
276
- Possible values: ["DELETE_PROTECTION_STATE_UNSPECIFIED", "DELETE_PROTECTION_ENABLED", "DELETE_PROTECTION_DISABLED"]
277
- :param pulumi.Input[str] deletion_policy: Deletion behavior for this database. If the deletion policy is 'ABANDON', the database will be removed from Terraform
278
- state but not deleted from Google Cloud upon destruction. If the deletion policy is 'DELETE', the database will both be
279
- removed from Terraform state and deleted from Google Cloud upon destruction. The default value is 'ABANDON'. See also
280
- 'delete_protection'.
281
253
  :param pulumi.Input[str] earliest_version_time: Output only. The earliest timestamp at which older versions of the data can be read from the database. See versionRetentionPeriod above; this field is populated with now - versionRetentionPeriod.
282
254
  This value is continuously updated, and becomes stale the moment it is queried. If you are using this value to recover data, make sure to account for the time from the moment when the value is queried to the moment when you initiate the recovery.
283
255
  A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
@@ -410,12 +382,6 @@ class _DatabaseState:
410
382
  @property
411
383
  @pulumi.getter(name="deleteProtectionState")
412
384
  def delete_protection_state(self) -> Optional[pulumi.Input[str]]:
413
- """
414
- State of delete protection for the database. When delete protection is enabled, this database cannot be deleted. The
415
- default value is 'DELETE_PROTECTION_STATE_UNSPECIFIED', which is currently equivalent to 'DELETE_PROTECTION_DISABLED'.
416
- **Note:** Additionally, to delete this database using 'terraform destroy', 'deletion_policy' must be set to 'DELETE'.
417
- Possible values: ["DELETE_PROTECTION_STATE_UNSPECIFIED", "DELETE_PROTECTION_ENABLED", "DELETE_PROTECTION_DISABLED"]
418
- """
419
385
  return pulumi.get(self, "delete_protection_state")
420
386
 
421
387
  @delete_protection_state.setter
@@ -425,12 +391,6 @@ class _DatabaseState:
425
391
  @property
426
392
  @pulumi.getter(name="deletionPolicy")
427
393
  def deletion_policy(self) -> Optional[pulumi.Input[str]]:
428
- """
429
- Deletion behavior for this database. If the deletion policy is 'ABANDON', the database will be removed from Terraform
430
- state but not deleted from Google Cloud upon destruction. If the deletion policy is 'DELETE', the database will both be
431
- removed from Terraform state and deleted from Google Cloud upon destruction. The default value is 'ABANDON'. See also
432
- 'delete_protection'.
433
- """
434
394
  return pulumi.get(self, "deletion_policy")
435
395
 
436
396
  @deletion_policy.setter
@@ -789,14 +749,6 @@ class Database(pulumi.CustomResource):
789
749
  Structure is documented below.
790
750
  :param pulumi.Input[str] concurrency_mode: The concurrency control mode to use for this database.
791
751
  Possible values are: `OPTIMISTIC`, `PESSIMISTIC`, `OPTIMISTIC_WITH_ENTITY_GROUPS`.
792
- :param pulumi.Input[str] delete_protection_state: State of delete protection for the database. When delete protection is enabled, this database cannot be deleted. The
793
- default value is 'DELETE_PROTECTION_STATE_UNSPECIFIED', which is currently equivalent to 'DELETE_PROTECTION_DISABLED'.
794
- **Note:** Additionally, to delete this database using 'terraform destroy', 'deletion_policy' must be set to 'DELETE'.
795
- Possible values: ["DELETE_PROTECTION_STATE_UNSPECIFIED", "DELETE_PROTECTION_ENABLED", "DELETE_PROTECTION_DISABLED"]
796
- :param pulumi.Input[str] deletion_policy: Deletion behavior for this database. If the deletion policy is 'ABANDON', the database will be removed from Terraform
797
- state but not deleted from Google Cloud upon destruction. If the deletion policy is 'DELETE', the database will both be
798
- removed from Terraform state and deleted from Google Cloud upon destruction. The default value is 'ABANDON'. See also
799
- 'delete_protection'.
800
752
  :param pulumi.Input[str] location_id: The location of the database. Available locations are listed at
801
753
  https://cloud.google.com/firestore/docs/locations.
802
754
  :param pulumi.Input[str] name: The ID to use for the database, which will become the final
@@ -1090,14 +1042,6 @@ class Database(pulumi.CustomResource):
1090
1042
  :param pulumi.Input[str] concurrency_mode: The concurrency control mode to use for this database.
1091
1043
  Possible values are: `OPTIMISTIC`, `PESSIMISTIC`, `OPTIMISTIC_WITH_ENTITY_GROUPS`.
1092
1044
  :param pulumi.Input[str] create_time: Output only. The timestamp at which this database was created.
1093
- :param pulumi.Input[str] delete_protection_state: State of delete protection for the database. When delete protection is enabled, this database cannot be deleted. The
1094
- default value is 'DELETE_PROTECTION_STATE_UNSPECIFIED', which is currently equivalent to 'DELETE_PROTECTION_DISABLED'.
1095
- **Note:** Additionally, to delete this database using 'terraform destroy', 'deletion_policy' must be set to 'DELETE'.
1096
- Possible values: ["DELETE_PROTECTION_STATE_UNSPECIFIED", "DELETE_PROTECTION_ENABLED", "DELETE_PROTECTION_DISABLED"]
1097
- :param pulumi.Input[str] deletion_policy: Deletion behavior for this database. If the deletion policy is 'ABANDON', the database will be removed from Terraform
1098
- state but not deleted from Google Cloud upon destruction. If the deletion policy is 'DELETE', the database will both be
1099
- removed from Terraform state and deleted from Google Cloud upon destruction. The default value is 'ABANDON'. See also
1100
- 'delete_protection'.
1101
1045
  :param pulumi.Input[str] earliest_version_time: Output only. The earliest timestamp at which older versions of the data can be read from the database. See versionRetentionPeriod above; this field is populated with now - versionRetentionPeriod.
1102
1046
  This value is continuously updated, and becomes stale the moment it is queried. If you are using this value to recover data, make sure to account for the time from the moment when the value is queried to the moment when you initiate the recovery.
1103
1047
  A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
@@ -1202,23 +1146,11 @@ class Database(pulumi.CustomResource):
1202
1146
  @property
1203
1147
  @pulumi.getter(name="deleteProtectionState")
1204
1148
  def delete_protection_state(self) -> pulumi.Output[str]:
1205
- """
1206
- State of delete protection for the database. When delete protection is enabled, this database cannot be deleted. The
1207
- default value is 'DELETE_PROTECTION_STATE_UNSPECIFIED', which is currently equivalent to 'DELETE_PROTECTION_DISABLED'.
1208
- **Note:** Additionally, to delete this database using 'terraform destroy', 'deletion_policy' must be set to 'DELETE'.
1209
- Possible values: ["DELETE_PROTECTION_STATE_UNSPECIFIED", "DELETE_PROTECTION_ENABLED", "DELETE_PROTECTION_DISABLED"]
1210
- """
1211
1149
  return pulumi.get(self, "delete_protection_state")
1212
1150
 
1213
1151
  @property
1214
1152
  @pulumi.getter(name="deletionPolicy")
1215
1153
  def deletion_policy(self) -> pulumi.Output[Optional[str]]:
1216
- """
1217
- Deletion behavior for this database. If the deletion policy is 'ABANDON', the database will be removed from Terraform
1218
- state but not deleted from Google Cloud upon destruction. If the deletion policy is 'DELETE', the database will both be
1219
- removed from Terraform state and deleted from Google Cloud upon destruction. The default value is 'ABANDON'. See also
1220
- 'delete_protection'.
1221
- """
1222
1154
  return pulumi.get(self, "deletion_policy")
1223
1155
 
1224
1156
  @property
@@ -126,7 +126,7 @@ class _DocumentState:
126
126
 
127
127
  - - -
128
128
  :param pulumi.Input[str] fields: The document's [fields](https://cloud.google.com/firestore/docs/reference/rest/v1/projects.databases.documents) formated as a json string.
129
- :param pulumi.Input[str] name: A server defined name for this index. Format:
129
+ :param pulumi.Input[str] name: A server defined name for this document. Format:
130
130
  `projects/{{project_id}}/databases/{{database_id}}/documents/{{path}}/{{document_id}}`
131
131
  :param pulumi.Input[str] path: A relative path to the collection this document exists within
132
132
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -219,7 +219,7 @@ class _DocumentState:
219
219
  @pulumi.getter
220
220
  def name(self) -> Optional[pulumi.Input[str]]:
221
221
  """
222
- A server defined name for this index. Format:
222
+ A server defined name for this document. Format:
223
223
  `projects/{{project_id}}/databases/{{database_id}}/documents/{{path}}/{{document_id}}`
224
224
  """
225
225
  return pulumi.get(self, "name")
@@ -573,7 +573,7 @@ class Document(pulumi.CustomResource):
573
573
 
574
574
  - - -
575
575
  :param pulumi.Input[str] fields: The document's [fields](https://cloud.google.com/firestore/docs/reference/rest/v1/projects.databases.documents) formated as a json string.
576
- :param pulumi.Input[str] name: A server defined name for this index. Format:
576
+ :param pulumi.Input[str] name: A server defined name for this document. Format:
577
577
  `projects/{{project_id}}/databases/{{database_id}}/documents/{{path}}/{{document_id}}`
578
578
  :param pulumi.Input[str] path: A relative path to the collection this document exists within
579
579
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -642,7 +642,7 @@ class Document(pulumi.CustomResource):
642
642
  @pulumi.getter
643
643
  def name(self) -> pulumi.Output[str]:
644
644
  """
645
- A server defined name for this index. Format:
645
+ A server defined name for this document. Format:
646
646
  `projects/{{project_id}}/databases/{{database_id}}/documents/{{path}}/{{document_id}}`
647
647
  """
648
648
  return pulumi.get(self, "name")
@@ -377,8 +377,6 @@ class _BareMetalAdminClusterState:
377
377
  :param pulumi.Input[str] create_time: The time the cluster was created, in RFC3339 text format.
378
378
  :param pulumi.Input[str] delete_time: The time the cluster was deleted, in RFC3339 text format.
379
379
  :param pulumi.Input[str] description: A human readable description of this Bare Metal Admin Cluster.
380
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
381
- Terraform, other clients and services.
382
380
  :param pulumi.Input[str] endpoint: The IP address name of Bare Metal Admin Cluster's API server.
383
381
  :param pulumi.Input[str] etag: This checksum is computed by the server based on the value of other
384
382
  fields, and may be sent on update and delete requests to ensure the
@@ -594,10 +592,6 @@ class _BareMetalAdminClusterState:
594
592
  @property
595
593
  @pulumi.getter(name="effectiveAnnotations")
596
594
  def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
597
- """
598
- All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
599
- Terraform, other clients and services.
600
- """
601
595
  return pulumi.get(self, "effective_annotations")
602
596
 
603
597
  @effective_annotations.setter
@@ -1495,8 +1489,6 @@ class BareMetalAdminCluster(pulumi.CustomResource):
1495
1489
  :param pulumi.Input[str] create_time: The time the cluster was created, in RFC3339 text format.
1496
1490
  :param pulumi.Input[str] delete_time: The time the cluster was deleted, in RFC3339 text format.
1497
1491
  :param pulumi.Input[str] description: A human readable description of this Bare Metal Admin Cluster.
1498
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
1499
- Terraform, other clients and services.
1500
1492
  :param pulumi.Input[str] endpoint: The IP address name of Bare Metal Admin Cluster's API server.
1501
1493
  :param pulumi.Input[str] etag: This checksum is computed by the server based on the value of other
1502
1494
  fields, and may be sent on update and delete requests to ensure the
@@ -1660,10 +1652,6 @@ class BareMetalAdminCluster(pulumi.CustomResource):
1660
1652
  @property
1661
1653
  @pulumi.getter(name="effectiveAnnotations")
1662
1654
  def effective_annotations(self) -> pulumi.Output[Mapping[str, str]]:
1663
- """
1664
- All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
1665
- Terraform, other clients and services.
1666
- """
1667
1655
  return pulumi.get(self, "effective_annotations")
1668
1656
 
1669
1657
  @property
@@ -407,8 +407,6 @@ class _BareMetalClusterState:
407
407
  :param pulumi.Input[str] delete_time: The time the cluster was deleted, in RFC3339 text format.
408
408
  :param pulumi.Input[str] description: (Output)
409
409
  The description of the validation check.
410
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
411
- Terraform, other clients and services.
412
410
  :param pulumi.Input[str] endpoint: The IP address name of Bare Metal User Cluster's API server.
413
411
  :param pulumi.Input[str] etag: This checksum is computed by the server based on the value of other
414
412
  fields, and may be sent on update and delete requests to ensure the
@@ -644,10 +642,6 @@ class _BareMetalClusterState:
644
642
  @property
645
643
  @pulumi.getter(name="effectiveAnnotations")
646
644
  def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
647
- """
648
- All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
649
- Terraform, other clients and services.
650
- """
651
645
  return pulumi.get(self, "effective_annotations")
652
646
 
653
647
  @effective_annotations.setter
@@ -1801,8 +1795,6 @@ class BareMetalCluster(pulumi.CustomResource):
1801
1795
  :param pulumi.Input[str] delete_time: The time the cluster was deleted, in RFC3339 text format.
1802
1796
  :param pulumi.Input[str] description: (Output)
1803
1797
  The description of the validation check.
1804
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
1805
- Terraform, other clients and services.
1806
1798
  :param pulumi.Input[str] endpoint: The IP address name of Bare Metal User Cluster's API server.
1807
1799
  :param pulumi.Input[str] etag: This checksum is computed by the server based on the value of other
1808
1800
  fields, and may be sent on update and delete requests to ensure the
@@ -1974,10 +1966,6 @@ class BareMetalCluster(pulumi.CustomResource):
1974
1966
  @property
1975
1967
  @pulumi.getter(name="effectiveAnnotations")
1976
1968
  def effective_annotations(self) -> pulumi.Output[Mapping[str, str]]:
1977
- """
1978
- All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
1979
- Terraform, other clients and services.
1980
- """
1981
1969
  return pulumi.get(self, "effective_annotations")
1982
1970
 
1983
1971
  @property
@@ -169,8 +169,6 @@ class _BareMetalNodePoolState:
169
169
  :param pulumi.Input[str] create_time: The time the cluster was created, in RFC3339 text format.
170
170
  :param pulumi.Input[str] delete_time: The time the cluster was deleted, in RFC3339 text format.
171
171
  :param pulumi.Input[str] display_name: The display name for the Bare Metal Node Pool.
172
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
173
- Terraform, other clients and services.
174
172
  :param pulumi.Input[str] etag: This checksum is computed by the server based on the value of other
175
173
  fields, and may be sent on update and delete requests to ensure the
176
174
  client has an up-to-date value before proceeding.
@@ -289,10 +287,6 @@ class _BareMetalNodePoolState:
289
287
  @property
290
288
  @pulumi.getter(name="effectiveAnnotations")
291
289
  def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
292
- """
293
- All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
294
- Terraform, other clients and services.
295
- """
296
290
  return pulumi.get(self, "effective_annotations")
297
291
 
298
292
  @effective_annotations.setter
@@ -972,8 +966,6 @@ class BareMetalNodePool(pulumi.CustomResource):
972
966
  :param pulumi.Input[str] create_time: The time the cluster was created, in RFC3339 text format.
973
967
  :param pulumi.Input[str] delete_time: The time the cluster was deleted, in RFC3339 text format.
974
968
  :param pulumi.Input[str] display_name: The display name for the Bare Metal Node Pool.
975
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
976
- Terraform, other clients and services.
977
969
  :param pulumi.Input[str] etag: This checksum is computed by the server based on the value of other
978
970
  fields, and may be sent on update and delete requests to ensure the
979
971
  client has an up-to-date value before proceeding.
@@ -1061,10 +1053,6 @@ class BareMetalNodePool(pulumi.CustomResource):
1061
1053
  @property
1062
1054
  @pulumi.getter(name="effectiveAnnotations")
1063
1055
  def effective_annotations(self) -> pulumi.Output[Mapping[str, str]]:
1064
- """
1065
- All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
1066
- Terraform, other clients and services.
1067
- """
1068
1056
  return pulumi.get(self, "effective_annotations")
1069
1057
 
1070
1058
  @property
@@ -412,8 +412,6 @@ class _VMwareClusterState:
412
412
  :param pulumi.Input[str] description: (Output)
413
413
  The description of the validation check.
414
414
  :param pulumi.Input[bool] disable_bundled_ingress: Disable bundled ingress.
415
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
416
- Terraform, other clients and services.
417
415
  :param pulumi.Input[bool] enable_control_plane_v2: Enable control plane V2. Default to false.
418
416
  :param pulumi.Input[str] endpoint: The DNS name of VMware User Cluster's API server.
419
417
  :param pulumi.Input[str] etag: This checksum is computed by the server based on the value of other
@@ -665,10 +663,6 @@ class _VMwareClusterState:
665
663
  @property
666
664
  @pulumi.getter(name="effectiveAnnotations")
667
665
  def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
668
- """
669
- All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
670
- Terraform, other clients and services.
671
- """
672
666
  return pulumi.get(self, "effective_annotations")
673
667
 
674
668
  @effective_annotations.setter
@@ -1659,8 +1653,6 @@ class VMwareCluster(pulumi.CustomResource):
1659
1653
  :param pulumi.Input[str] description: (Output)
1660
1654
  The description of the validation check.
1661
1655
  :param pulumi.Input[bool] disable_bundled_ingress: Disable bundled ingress.
1662
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
1663
- Terraform, other clients and services.
1664
1656
  :param pulumi.Input[bool] enable_control_plane_v2: Enable control plane V2. Default to false.
1665
1657
  :param pulumi.Input[str] endpoint: The DNS name of VMware User Cluster's API server.
1666
1658
  :param pulumi.Input[str] etag: This checksum is computed by the server based on the value of other
@@ -1840,10 +1832,6 @@ class VMwareCluster(pulumi.CustomResource):
1840
1832
  @property
1841
1833
  @pulumi.getter(name="effectiveAnnotations")
1842
1834
  def effective_annotations(self) -> pulumi.Output[Mapping[str, str]]:
1843
- """
1844
- All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
1845
- Terraform, other clients and services.
1846
- """
1847
1835
  return pulumi.get(self, "effective_annotations")
1848
1836
 
1849
1837
  @property
@@ -188,8 +188,6 @@ class _VMwareNodePoolState:
188
188
  :param pulumi.Input[str] create_time: The time the cluster was created, in RFC3339 text format.
189
189
  :param pulumi.Input[str] delete_time: The time the cluster was deleted, in RFC3339 text format.
190
190
  :param pulumi.Input[str] display_name: The display name for the node pool.
191
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
192
- Terraform, other clients and services.
193
191
  :param pulumi.Input[str] etag: This checksum is computed by the server based on the value of other
194
192
  fields, and may be sent on update and delete requests to ensure the
195
193
  client has an up-to-date value before proceeding.
@@ -314,10 +312,6 @@ class _VMwareNodePoolState:
314
312
  @property
315
313
  @pulumi.getter(name="effectiveAnnotations")
316
314
  def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
317
- """
318
- All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
319
- Terraform, other clients and services.
320
- """
321
315
  return pulumi.get(self, "effective_annotations")
322
316
 
323
317
  @effective_annotations.setter
@@ -776,8 +770,6 @@ class VMwareNodePool(pulumi.CustomResource):
776
770
  :param pulumi.Input[str] create_time: The time the cluster was created, in RFC3339 text format.
777
771
  :param pulumi.Input[str] delete_time: The time the cluster was deleted, in RFC3339 text format.
778
772
  :param pulumi.Input[str] display_name: The display name for the node pool.
779
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
780
- Terraform, other clients and services.
781
773
  :param pulumi.Input[str] etag: This checksum is computed by the server based on the value of other
782
774
  fields, and may be sent on update and delete requests to ensure the
783
775
  client has an up-to-date value before proceeding.
@@ -869,10 +861,6 @@ class VMwareNodePool(pulumi.CustomResource):
869
861
  @property
870
862
  @pulumi.getter(name="effectiveAnnotations")
871
863
  def effective_annotations(self) -> pulumi.Output[Mapping[str, str]]:
872
- """
873
- All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
874
- Terraform, other clients and services.
875
- """
876
864
  return pulumi.get(self, "effective_annotations")
877
865
 
878
866
  @property
@@ -24,6 +24,7 @@ class FolderSinkArgs:
24
24
  exclusions: Optional[pulumi.Input[Sequence[pulumi.Input['FolderSinkExclusionArgs']]]] = None,
25
25
  filter: Optional[pulumi.Input[str]] = None,
26
26
  include_children: Optional[pulumi.Input[bool]] = None,
27
+ intercept_children: Optional[pulumi.Input[bool]] = None,
27
28
  name: Optional[pulumi.Input[str]] = None):
28
29
  """
29
30
  The set of arguments for constructing a FolderSink resource.
@@ -47,6 +48,8 @@ class FolderSinkArgs:
47
48
  write a filter.
48
49
  :param pulumi.Input[bool] include_children: Whether or not to include children folders in the sink export. If true, logs
49
50
  associated with child projects are also exported; otherwise only logs relating to the provided folder are included.
51
+ :param pulumi.Input[bool] intercept_children: Whether or not to intercept logs from child projects. If true, matching logs will not match with sinks in child
52
+ resources, except _Required sinks. This sink will be visible to child resources when listing sinks.
50
53
  :param pulumi.Input[str] name: The name of the logging sink.
51
54
  """
52
55
  pulumi.set(__self__, "destination", destination)
@@ -63,6 +66,8 @@ class FolderSinkArgs:
63
66
  pulumi.set(__self__, "filter", filter)
64
67
  if include_children is not None:
65
68
  pulumi.set(__self__, "include_children", include_children)
69
+ if intercept_children is not None:
70
+ pulumi.set(__self__, "intercept_children", intercept_children)
66
71
  if name is not None:
67
72
  pulumi.set(__self__, "name", name)
68
73
 
@@ -174,6 +179,19 @@ class FolderSinkArgs:
174
179
  def include_children(self, value: Optional[pulumi.Input[bool]]):
175
180
  pulumi.set(self, "include_children", value)
176
181
 
182
+ @property
183
+ @pulumi.getter(name="interceptChildren")
184
+ def intercept_children(self) -> Optional[pulumi.Input[bool]]:
185
+ """
186
+ Whether or not to intercept logs from child projects. If true, matching logs will not match with sinks in child
187
+ resources, except _Required sinks. This sink will be visible to child resources when listing sinks.
188
+ """
189
+ return pulumi.get(self, "intercept_children")
190
+
191
+ @intercept_children.setter
192
+ def intercept_children(self, value: Optional[pulumi.Input[bool]]):
193
+ pulumi.set(self, "intercept_children", value)
194
+
177
195
  @property
178
196
  @pulumi.getter
179
197
  def name(self) -> Optional[pulumi.Input[str]]:
@@ -198,6 +216,7 @@ class _FolderSinkState:
198
216
  filter: Optional[pulumi.Input[str]] = None,
199
217
  folder: Optional[pulumi.Input[str]] = None,
200
218
  include_children: Optional[pulumi.Input[bool]] = None,
219
+ intercept_children: Optional[pulumi.Input[bool]] = None,
201
220
  name: Optional[pulumi.Input[str]] = None,
202
221
  writer_identity: Optional[pulumi.Input[str]] = None):
203
222
  """
@@ -222,6 +241,8 @@ class _FolderSinkState:
222
241
  accepted.
223
242
  :param pulumi.Input[bool] include_children: Whether or not to include children folders in the sink export. If true, logs
224
243
  associated with child projects are also exported; otherwise only logs relating to the provided folder are included.
244
+ :param pulumi.Input[bool] intercept_children: Whether or not to intercept logs from child projects. If true, matching logs will not match with sinks in child
245
+ resources, except _Required sinks. This sink will be visible to child resources when listing sinks.
225
246
  :param pulumi.Input[str] name: The name of the logging sink.
226
247
  :param pulumi.Input[str] writer_identity: The identity associated with this sink. This identity must be granted write access to the
227
248
  configured `destination`.
@@ -242,6 +263,8 @@ class _FolderSinkState:
242
263
  pulumi.set(__self__, "folder", folder)
243
264
  if include_children is not None:
244
265
  pulumi.set(__self__, "include_children", include_children)
266
+ if intercept_children is not None:
267
+ pulumi.set(__self__, "intercept_children", intercept_children)
245
268
  if name is not None:
246
269
  pulumi.set(__self__, "name", name)
247
270
  if writer_identity is not None:
@@ -355,6 +378,19 @@ class _FolderSinkState:
355
378
  def include_children(self, value: Optional[pulumi.Input[bool]]):
356
379
  pulumi.set(self, "include_children", value)
357
380
 
381
+ @property
382
+ @pulumi.getter(name="interceptChildren")
383
+ def intercept_children(self) -> Optional[pulumi.Input[bool]]:
384
+ """
385
+ Whether or not to intercept logs from child projects. If true, matching logs will not match with sinks in child
386
+ resources, except _Required sinks. This sink will be visible to child resources when listing sinks.
387
+ """
388
+ return pulumi.get(self, "intercept_children")
389
+
390
+ @intercept_children.setter
391
+ def intercept_children(self, value: Optional[pulumi.Input[bool]]):
392
+ pulumi.set(self, "intercept_children", value)
393
+
358
394
  @property
359
395
  @pulumi.getter
360
396
  def name(self) -> Optional[pulumi.Input[str]]:
@@ -394,6 +430,7 @@ class FolderSink(pulumi.CustomResource):
394
430
  filter: Optional[pulumi.Input[str]] = None,
395
431
  folder: Optional[pulumi.Input[str]] = None,
396
432
  include_children: Optional[pulumi.Input[bool]] = None,
433
+ intercept_children: Optional[pulumi.Input[bool]] = None,
397
434
  name: Optional[pulumi.Input[str]] = None,
398
435
  __props__=None):
399
436
  """
@@ -460,6 +497,8 @@ class FolderSink(pulumi.CustomResource):
460
497
  accepted.
461
498
  :param pulumi.Input[bool] include_children: Whether or not to include children folders in the sink export. If true, logs
462
499
  associated with child projects are also exported; otherwise only logs relating to the provided folder are included.
500
+ :param pulumi.Input[bool] intercept_children: Whether or not to intercept logs from child projects. If true, matching logs will not match with sinks in child
501
+ resources, except _Required sinks. This sink will be visible to child resources when listing sinks.
463
502
  :param pulumi.Input[str] name: The name of the logging sink.
464
503
  """
465
504
  ...
@@ -533,6 +572,7 @@ class FolderSink(pulumi.CustomResource):
533
572
  filter: Optional[pulumi.Input[str]] = None,
534
573
  folder: Optional[pulumi.Input[str]] = None,
535
574
  include_children: Optional[pulumi.Input[bool]] = None,
575
+ intercept_children: Optional[pulumi.Input[bool]] = None,
536
576
  name: Optional[pulumi.Input[str]] = None,
537
577
  __props__=None):
538
578
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
@@ -555,6 +595,7 @@ class FolderSink(pulumi.CustomResource):
555
595
  raise TypeError("Missing required property 'folder'")
556
596
  __props__.__dict__["folder"] = folder
557
597
  __props__.__dict__["include_children"] = include_children
598
+ __props__.__dict__["intercept_children"] = intercept_children
558
599
  __props__.__dict__["name"] = name
559
600
  __props__.__dict__["writer_identity"] = None
560
601
  super(FolderSink, __self__).__init__(
@@ -575,6 +616,7 @@ class FolderSink(pulumi.CustomResource):
575
616
  filter: Optional[pulumi.Input[str]] = None,
576
617
  folder: Optional[pulumi.Input[str]] = None,
577
618
  include_children: Optional[pulumi.Input[bool]] = None,
619
+ intercept_children: Optional[pulumi.Input[bool]] = None,
578
620
  name: Optional[pulumi.Input[str]] = None,
579
621
  writer_identity: Optional[pulumi.Input[str]] = None) -> 'FolderSink':
580
622
  """
@@ -604,6 +646,8 @@ class FolderSink(pulumi.CustomResource):
604
646
  accepted.
605
647
  :param pulumi.Input[bool] include_children: Whether or not to include children folders in the sink export. If true, logs
606
648
  associated with child projects are also exported; otherwise only logs relating to the provided folder are included.
649
+ :param pulumi.Input[bool] intercept_children: Whether or not to intercept logs from child projects. If true, matching logs will not match with sinks in child
650
+ resources, except _Required sinks. This sink will be visible to child resources when listing sinks.
607
651
  :param pulumi.Input[str] name: The name of the logging sink.
608
652
  :param pulumi.Input[str] writer_identity: The identity associated with this sink. This identity must be granted write access to the
609
653
  configured `destination`.
@@ -620,6 +664,7 @@ class FolderSink(pulumi.CustomResource):
620
664
  __props__.__dict__["filter"] = filter
621
665
  __props__.__dict__["folder"] = folder
622
666
  __props__.__dict__["include_children"] = include_children
667
+ __props__.__dict__["intercept_children"] = intercept_children
623
668
  __props__.__dict__["name"] = name
624
669
  __props__.__dict__["writer_identity"] = writer_identity
625
670
  return FolderSink(resource_name, opts=opts, __props__=__props__)
@@ -700,6 +745,15 @@ class FolderSink(pulumi.CustomResource):
700
745
  """
701
746
  return pulumi.get(self, "include_children")
702
747
 
748
+ @property
749
+ @pulumi.getter(name="interceptChildren")
750
+ def intercept_children(self) -> pulumi.Output[Optional[bool]]:
751
+ """
752
+ Whether or not to intercept logs from child projects. If true, matching logs will not match with sinks in child
753
+ resources, except _Required sinks. This sink will be visible to child resources when listing sinks.
754
+ """
755
+ return pulumi.get(self, "intercept_children")
756
+
703
757
  @property
704
758
  @pulumi.getter
705
759
  def name(self) -> pulumi.Output[str]: