pulumi-gcp 9.0.0a1__py3-none-any.whl → 9.0.0a1758219982__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 (209) hide show
  1. pulumi_gcp/__init__.py +48 -0
  2. pulumi_gcp/activedirectory/peering.py +16 -0
  3. pulumi_gcp/apigateway/api_config_iam_binding.py +4 -4
  4. pulumi_gcp/apigateway/api_config_iam_member.py +4 -4
  5. pulumi_gcp/apigateway/api_config_iam_policy.py +4 -4
  6. pulumi_gcp/apigateway/api_iam_binding.py +4 -4
  7. pulumi_gcp/apigateway/api_iam_member.py +4 -4
  8. pulumi_gcp/apigateway/api_iam_policy.py +4 -4
  9. pulumi_gcp/apigateway/gateway_iam_binding.py +4 -4
  10. pulumi_gcp/apigateway/gateway_iam_member.py +4 -4
  11. pulumi_gcp/apigateway/gateway_iam_policy.py +4 -4
  12. pulumi_gcp/artifactregistry/__init__.py +1 -0
  13. pulumi_gcp/artifactregistry/get_python_package.py +237 -0
  14. pulumi_gcp/artifactregistry/get_repository.py +12 -1
  15. pulumi_gcp/artifactregistry/repository.py +28 -0
  16. pulumi_gcp/backupdisasterrecovery/__init__.py +1 -0
  17. pulumi_gcp/backupdisasterrecovery/backup_plan.py +4 -4
  18. pulumi_gcp/backupdisasterrecovery/get_backup.py +12 -1
  19. pulumi_gcp/backupdisasterrecovery/get_backup_plan_association.py +4 -0
  20. pulumi_gcp/backupdisasterrecovery/get_data_source_references.py +135 -0
  21. pulumi_gcp/backupdisasterrecovery/get_management_server.py +4 -0
  22. pulumi_gcp/backupdisasterrecovery/outputs.py +103 -0
  23. pulumi_gcp/bigquery/app_profile.py +14 -49
  24. pulumi_gcp/bigquery/dataset_access.py +4 -8
  25. pulumi_gcp/bigquery/table.py +7 -21
  26. pulumi_gcp/bigqueryanalyticshub/data_exchange_subscription.py +20 -0
  27. pulumi_gcp/bigtable/app_profile.py +14 -49
  28. pulumi_gcp/bigtable/table.py +42 -42
  29. pulumi_gcp/certificatemanager/certificate_map_entry.py +7 -7
  30. pulumi_gcp/chronicle/_inputs.py +6 -5
  31. pulumi_gcp/chronicle/outputs.py +4 -3
  32. pulumi_gcp/chronicle/reference_list.py +53 -5
  33. pulumi_gcp/cloudasset/get_resources_search_all.py +8 -0
  34. pulumi_gcp/cloudbuild/_inputs.py +20 -0
  35. pulumi_gcp/cloudbuild/outputs.py +14 -0
  36. pulumi_gcp/cloudbuild/trigger.py +4 -2
  37. pulumi_gcp/cloudbuild/worker_pool.py +28 -21
  38. pulumi_gcp/cloudfunctions/function.py +4 -8
  39. pulumi_gcp/cloudquota/s_quota_adjuster_settings.py +16 -0
  40. pulumi_gcp/cloudrunv2/_inputs.py +57 -0
  41. pulumi_gcp/cloudrunv2/get_service.py +12 -1
  42. pulumi_gcp/cloudrunv2/outputs.py +81 -0
  43. pulumi_gcp/cloudrunv2/service.py +54 -0
  44. pulumi_gcp/cloudrunv2/worker_pool.py +2 -2
  45. pulumi_gcp/composer/environment.py +28 -49
  46. pulumi_gcp/compute/_inputs.py +804 -24
  47. pulumi_gcp/compute/backend_bucket.py +14 -0
  48. pulumi_gcp/compute/backend_bucket_iam_binding.py +236 -0
  49. pulumi_gcp/compute/backend_bucket_iam_member.py +236 -0
  50. pulumi_gcp/compute/backend_bucket_iam_policy.py +236 -0
  51. pulumi_gcp/compute/backend_service_iam_binding.py +464 -0
  52. pulumi_gcp/compute/backend_service_iam_member.py +464 -0
  53. pulumi_gcp/compute/backend_service_iam_policy.py +464 -0
  54. pulumi_gcp/compute/cross_site_network.py +16 -0
  55. pulumi_gcp/compute/future_reservation.py +32 -0
  56. pulumi_gcp/compute/get_region_backend_service.py +12 -1
  57. pulumi_gcp/compute/get_resource_policy.py +2 -20
  58. pulumi_gcp/compute/instance_from_machine_image.py +75 -110
  59. pulumi_gcp/compute/instance_from_template.py +75 -110
  60. pulumi_gcp/compute/instance_group_manager.py +7 -14
  61. pulumi_gcp/compute/instance_template.py +7 -14
  62. pulumi_gcp/compute/interconnect.py +4 -8
  63. pulumi_gcp/compute/machine_image_iam_binding.py +8 -4
  64. pulumi_gcp/compute/machine_image_iam_member.py +8 -4
  65. pulumi_gcp/compute/machine_image_iam_policy.py +8 -4
  66. pulumi_gcp/compute/network_edge_security_service.py +16 -0
  67. pulumi_gcp/compute/network_firewall_policy_packet_mirroring_rule.py +12 -0
  68. pulumi_gcp/compute/outputs.py +671 -16
  69. pulumi_gcp/compute/preview_feature.py +16 -0
  70. pulumi_gcp/compute/public_delegated_prefix.py +42 -0
  71. pulumi_gcp/compute/region_backend_service.py +54 -0
  72. pulumi_gcp/compute/region_backend_service_iam_binding.py +488 -0
  73. pulumi_gcp/compute/region_backend_service_iam_member.py +488 -0
  74. pulumi_gcp/compute/region_backend_service_iam_policy.py +488 -0
  75. pulumi_gcp/compute/region_instance_group_manager.py +7 -14
  76. pulumi_gcp/compute/region_network_endpoint_group.py +1 -3
  77. pulumi_gcp/compute/region_resize_request.py +24 -0
  78. pulumi_gcp/compute/region_url_map.py +75 -0
  79. pulumi_gcp/compute/wire_group.py +16 -0
  80. pulumi_gcp/container/_inputs.py +446 -18
  81. pulumi_gcp/container/aws_cluster.py +28 -42
  82. pulumi_gcp/container/aws_node_pool.py +28 -42
  83. pulumi_gcp/container/azure_cluster.py +35 -70
  84. pulumi_gcp/container/azure_node_pool.py +28 -42
  85. pulumi_gcp/container/cluster.py +16 -7
  86. pulumi_gcp/container/outputs.py +423 -15
  87. pulumi_gcp/dataflow/flex_template_job.py +10 -0
  88. pulumi_gcp/dataform/repository.py +16 -0
  89. pulumi_gcp/dataform/repository_release_config.py +16 -0
  90. pulumi_gcp/dataform/repository_workflow_config.py +16 -0
  91. pulumi_gcp/dataplex/asset.py +28 -21
  92. pulumi_gcp/dataplex/zone.py +28 -21
  93. pulumi_gcp/dataproc/cluster.py +21 -14
  94. pulumi_gcp/dataproc/workflow_template.py +42 -105
  95. pulumi_gcp/discoveryengine/__init__.py +1 -0
  96. pulumi_gcp/discoveryengine/_inputs.py +94 -0
  97. pulumi_gcp/discoveryengine/acl_config.py +393 -0
  98. pulumi_gcp/discoveryengine/outputs.py +92 -0
  99. pulumi_gcp/firebase/android_app.py +16 -0
  100. pulumi_gcp/firebase/apple_app.py +16 -0
  101. pulumi_gcp/firebase/database_instance.py +16 -0
  102. pulumi_gcp/firebase/extensions_instance.py +12 -0
  103. pulumi_gcp/firebase/get_android_app.py +4 -2
  104. pulumi_gcp/firebase/get_apple_app.py +4 -2
  105. pulumi_gcp/firebase/get_apple_app_config.py +16 -2
  106. pulumi_gcp/firebase/get_hosting_channel.py +4 -2
  107. pulumi_gcp/firebase/hosting_channel.py +20 -0
  108. pulumi_gcp/firebase/hosting_custom_domain.py +20 -0
  109. pulumi_gcp/firebase/hosting_release.py +16 -0
  110. pulumi_gcp/firebase/hosting_site.py +16 -0
  111. pulumi_gcp/firebase/hosting_version.py +16 -0
  112. pulumi_gcp/firebase/storage_bucket.py +18 -0
  113. pulumi_gcp/firestore/index.py +118 -3
  114. pulumi_gcp/folder/service_identity.py +26 -0
  115. pulumi_gcp/gkehub/membership_rbac_role_binding.py +16 -0
  116. pulumi_gcp/healthcare/_inputs.py +205 -0
  117. pulumi_gcp/healthcare/fhir_store.py +128 -0
  118. pulumi_gcp/healthcare/outputs.py +163 -0
  119. pulumi_gcp/iam/workload_identity_pool_iam_binding.py +464 -0
  120. pulumi_gcp/iam/workload_identity_pool_iam_member.py +464 -0
  121. pulumi_gcp/iam/workload_identity_pool_iam_policy.py +464 -0
  122. pulumi_gcp/iam/workload_identity_pool_managed_identity.py +18 -0
  123. pulumi_gcp/iam/workload_identity_pool_namespace.py +20 -0
  124. pulumi_gcp/iap/__init__.py +4 -0
  125. pulumi_gcp/iap/_inputs.py +130 -0
  126. pulumi_gcp/iap/get_web_forwarding_rule_service_iam_policy.py +159 -0
  127. pulumi_gcp/iap/outputs.py +76 -0
  128. pulumi_gcp/iap/web_forwarding_rule_service_iam_binding.py +1002 -0
  129. pulumi_gcp/iap/web_forwarding_rule_service_iam_member.py +1002 -0
  130. pulumi_gcp/iap/web_forwarding_rule_service_iam_policy.py +821 -0
  131. pulumi_gcp/kms/get_kms_secret_asymmetric.py +22 -0
  132. pulumi_gcp/logging/billing_account_bucket_config.py +7 -21
  133. pulumi_gcp/logging/folder_bucket_config.py +7 -21
  134. pulumi_gcp/logging/organization_bucket_config.py +7 -21
  135. pulumi_gcp/logging/organization_sink.py +7 -7
  136. pulumi_gcp/managedkafka/connect_cluster.py +4 -0
  137. pulumi_gcp/managedkafka/connector.py +4 -0
  138. pulumi_gcp/memorystore/instance.py +14 -14
  139. pulumi_gcp/monitoring/dashboard.py +7 -14
  140. pulumi_gcp/netapp/storage_pool.py +91 -2
  141. pulumi_gcp/netapp/volume.py +47 -0
  142. pulumi_gcp/networkmanagement/__init__.py +1 -0
  143. pulumi_gcp/networkmanagement/organization_vpc_flow_logs_config.py +1028 -0
  144. pulumi_gcp/networksecurity/authorization_policy.py +12 -0
  145. pulumi_gcp/networkservices/gateway.py +7 -7
  146. pulumi_gcp/networkservices/service_lb_policies.py +12 -0
  147. pulumi_gcp/oracledatabase/autonomous_database.py +2 -2
  148. pulumi_gcp/organizations/project.py +7 -21
  149. pulumi_gcp/projects/service.py +0 -7
  150. pulumi_gcp/pulumi-plugin.json +1 -1
  151. pulumi_gcp/resourcemanager/capability.py +16 -0
  152. pulumi_gcp/runtimeconfig/config.py +16 -0
  153. pulumi_gcp/runtimeconfig/config_iam_binding.py +236 -0
  154. pulumi_gcp/runtimeconfig/config_iam_member.py +236 -0
  155. pulumi_gcp/runtimeconfig/config_iam_policy.py +236 -0
  156. pulumi_gcp/runtimeconfig/variable.py +10 -0
  157. pulumi_gcp/saasruntime/__init__.py +1 -0
  158. pulumi_gcp/saasruntime/_inputs.py +458 -0
  159. pulumi_gcp/saasruntime/outputs.py +392 -0
  160. pulumi_gcp/saasruntime/saa_s.py +4 -0
  161. pulumi_gcp/saasruntime/unit_kind.py +1024 -0
  162. pulumi_gcp/securesourcemanager/instance.py +7 -7
  163. pulumi_gcp/securesourcemanager/repository.py +7 -7
  164. pulumi_gcp/servicedirectory/namespace_iam_binding.py +4 -4
  165. pulumi_gcp/servicedirectory/namespace_iam_member.py +4 -4
  166. pulumi_gcp/servicedirectory/namespace_iam_policy.py +4 -4
  167. pulumi_gcp/servicedirectory/service_iam_binding.py +4 -4
  168. pulumi_gcp/servicedirectory/service_iam_member.py +4 -4
  169. pulumi_gcp/servicedirectory/service_iam_policy.py +4 -4
  170. pulumi_gcp/sql/_inputs.py +135 -1
  171. pulumi_gcp/sql/database_instance.py +54 -14
  172. pulumi_gcp/sql/get_database_instance.py +12 -1
  173. pulumi_gcp/sql/outputs.py +265 -3
  174. pulumi_gcp/storage/_inputs.py +246 -0
  175. pulumi_gcp/storage/bucket.py +7 -14
  176. pulumi_gcp/storage/bucket_object.py +0 -9
  177. pulumi_gcp/storage/outputs.py +191 -1
  178. pulumi_gcp/storage/transfer_job.py +47 -0
  179. pulumi_gcp/tpu/v2_queued_resource.py +16 -0
  180. pulumi_gcp/tpu/v2_vm.py +16 -0
  181. pulumi_gcp/vertex/ai_feature_group_iam_binding.py +236 -0
  182. pulumi_gcp/vertex/ai_feature_group_iam_member.py +236 -0
  183. pulumi_gcp/vertex/ai_feature_group_iam_policy.py +236 -0
  184. pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_binding.py +248 -0
  185. pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_member.py +248 -0
  186. pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_policy.py +248 -0
  187. pulumi_gcp/vertex/ai_feature_online_store_iam_binding.py +236 -0
  188. pulumi_gcp/vertex/ai_feature_online_store_iam_member.py +236 -0
  189. pulumi_gcp/vertex/ai_feature_online_store_iam_policy.py +236 -0
  190. pulumi_gcp/vertex/ai_feature_store_entity_type_iam_binding.py +238 -0
  191. pulumi_gcp/vertex/ai_feature_store_entity_type_iam_member.py +238 -0
  192. pulumi_gcp/vertex/ai_feature_store_entity_type_iam_policy.py +238 -0
  193. pulumi_gcp/vertex/ai_feature_store_iam_binding.py +248 -0
  194. pulumi_gcp/vertex/ai_feature_store_iam_member.py +248 -0
  195. pulumi_gcp/vertex/ai_feature_store_iam_policy.py +248 -0
  196. pulumi_gcp/vertex/ai_metadata_store.py +16 -0
  197. pulumi_gcp/workstations/workstation.py +16 -0
  198. pulumi_gcp/workstations/workstation_cluster.py +16 -0
  199. pulumi_gcp/workstations/workstation_config.py +16 -0
  200. pulumi_gcp/workstations/workstation_config_iam_binding.py +260 -0
  201. pulumi_gcp/workstations/workstation_config_iam_member.py +260 -0
  202. pulumi_gcp/workstations/workstation_config_iam_policy.py +260 -0
  203. pulumi_gcp/workstations/workstation_iam_binding.py +272 -0
  204. pulumi_gcp/workstations/workstation_iam_member.py +272 -0
  205. pulumi_gcp/workstations/workstation_iam_policy.py +272 -0
  206. {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/METADATA +1 -1
  207. {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/RECORD +209 -200
  208. {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/WHEEL +0 -0
  209. {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/top_level.txt +0 -0
@@ -984,6 +984,11 @@ class FlexTemplateJob(pulumi.CustomResource):
984
984
  transform_name_mapping: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
985
985
  __props__=None):
986
986
  """
987
+ Creates a [Flex Template](https://cloud.google.com/dataflow/docs/guides/templates/using-flex-templates)
988
+ job on Dataflow, which is an implementation of Apache Beam running on Google
989
+ Compute Engine. For more information see the official documentation for [Beam](https://beam.apache.org)
990
+ and [Dataflow](https://cloud.google.com/dataflow/).
991
+
987
992
  ## Example Usage
988
993
 
989
994
  ```python
@@ -1103,6 +1108,11 @@ class FlexTemplateJob(pulumi.CustomResource):
1103
1108
  args: FlexTemplateJobArgs,
1104
1109
  opts: Optional[pulumi.ResourceOptions] = None):
1105
1110
  """
1111
+ Creates a [Flex Template](https://cloud.google.com/dataflow/docs/guides/templates/using-flex-templates)
1112
+ job on Dataflow, which is an implementation of Apache Beam running on Google
1113
+ Compute Engine. For more information see the official documentation for [Beam](https://beam.apache.org)
1114
+ and [Dataflow](https://cloud.google.com/dataflow/).
1115
+
1106
1116
  ## Example Usage
1107
1117
 
1108
1118
  ```python
@@ -471,6 +471,14 @@ class Repository(pulumi.CustomResource):
471
471
  workspace_compilation_overrides: Optional[pulumi.Input[Union['RepositoryWorkspaceCompilationOverridesArgs', 'RepositoryWorkspaceCompilationOverridesArgsDict']]] = None,
472
472
  __props__=None):
473
473
  """
474
+ A resource represents a Dataform Git repository
475
+
476
+ To get more information about Repository, see:
477
+
478
+ * [API documentation](https://cloud.google.com/dataform/reference/rest/v1beta1/projects.locations.repositories)
479
+ * How-to Guides
480
+ * [Official Documentation](https://cloud.google.com/dataform/docs/)
481
+
474
482
  ## Example Usage
475
483
 
476
484
  ### Dataform Repository
@@ -578,6 +586,14 @@ class Repository(pulumi.CustomResource):
578
586
  args: Optional[RepositoryArgs] = None,
579
587
  opts: Optional[pulumi.ResourceOptions] = None):
580
588
  """
589
+ A resource represents a Dataform Git repository
590
+
591
+ To get more information about Repository, see:
592
+
593
+ * [API documentation](https://cloud.google.com/dataform/reference/rest/v1beta1/projects.locations.repositories)
594
+ * How-to Guides
595
+ * [Official Documentation](https://cloud.google.com/dataform/docs/)
596
+
581
597
  ## Example Usage
582
598
 
583
599
  ### Dataform Repository
@@ -331,6 +331,14 @@ class RepositoryReleaseConfig(pulumi.CustomResource):
331
331
  time_zone: Optional[pulumi.Input[_builtins.str]] = None,
332
332
  __props__=None):
333
333
  """
334
+ A resource represents a Dataform release configuration
335
+
336
+ To get more information about RepositoryReleaseConfig, see:
337
+
338
+ * [API documentation](https://cloud.google.com/dataform/reference/rest/v1beta1/projects.locations.repositories.releaseConfigs)
339
+ * How-to Guides
340
+ * [Official Documentation](https://cloud.google.com/dataform/docs/release-configurations)
341
+
334
342
  ## Example Usage
335
343
 
336
344
  ### Dataform Repository Release Config
@@ -433,6 +441,14 @@ class RepositoryReleaseConfig(pulumi.CustomResource):
433
441
  args: RepositoryReleaseConfigArgs,
434
442
  opts: Optional[pulumi.ResourceOptions] = None):
435
443
  """
444
+ A resource represents a Dataform release configuration
445
+
446
+ To get more information about RepositoryReleaseConfig, see:
447
+
448
+ * [API documentation](https://cloud.google.com/dataform/reference/rest/v1beta1/projects.locations.repositories.releaseConfigs)
449
+ * How-to Guides
450
+ * [Official Documentation](https://cloud.google.com/dataform/docs/release-configurations)
451
+
436
452
  ## Example Usage
437
453
 
438
454
  ### Dataform Repository Release Config
@@ -331,6 +331,14 @@ class RepositoryWorkflowConfig(pulumi.CustomResource):
331
331
  time_zone: Optional[pulumi.Input[_builtins.str]] = None,
332
332
  __props__=None):
333
333
  """
334
+ A resource represents a Dataform workflow configuration
335
+
336
+ To get more information about RepositoryWorkflowConfig, see:
337
+
338
+ * [API documentation](https://cloud.google.com/dataform/reference/rest/v1beta1/projects.locations.repositories.workflowConfigs)
339
+ * How-to Guides
340
+ * [Official Documentation](https://cloud.google.com/dataform/docs/workflow-configurations)
341
+
334
342
  ## Example Usage
335
343
 
336
344
  ### Dataform Repository Workflow Config
@@ -463,6 +471,14 @@ class RepositoryWorkflowConfig(pulumi.CustomResource):
463
471
  args: RepositoryWorkflowConfigArgs,
464
472
  opts: Optional[pulumi.ResourceOptions] = None):
465
473
  """
474
+ A resource represents a Dataform workflow configuration
475
+
476
+ To get more information about RepositoryWorkflowConfig, see:
477
+
478
+ * [API documentation](https://cloud.google.com/dataform/reference/rest/v1beta1/projects.locations.repositories.workflowConfigs)
479
+ * How-to Guides
480
+ * [Official Documentation](https://cloud.google.com/dataform/docs/workflow-configurations)
481
+
466
482
  ## Example Usage
467
483
 
468
484
  ### Dataform Repository Workflow Config
@@ -40,9 +40,10 @@ class AssetArgs:
40
40
  :param pulumi.Input['AssetResourceSpecArgs'] resource_spec: Required. Immutable. Specification of the resource that is referenced by this asset.
41
41
  :param pulumi.Input[_builtins.str] description: Optional. Description of the asset.
42
42
  :param pulumi.Input[_builtins.str] display_name: Optional. User friendly display name.
43
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: Optional. User defined labels for the asset. **Note**: This field is non-authoritative, and will only manage the labels
44
- present in your configuration. Please refer to the field `effective_labels` for all of the labels present on the
45
- resource.
43
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: Optional. User defined labels for the asset.
44
+
45
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
46
+ Please refer to the field `effective_labels` for all of the labels present on the resource.
46
47
  :param pulumi.Input[_builtins.str] name: The name of the asset.
47
48
  :param pulumi.Input[_builtins.str] project: The project for the resource
48
49
  """
@@ -150,9 +151,10 @@ class AssetArgs:
150
151
  @pulumi.getter
151
152
  def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
152
153
  """
153
- Optional. User defined labels for the asset. **Note**: This field is non-authoritative, and will only manage the labels
154
- present in your configuration. Please refer to the field `effective_labels` for all of the labels present on the
155
- resource.
154
+ Optional. User defined labels for the asset.
155
+
156
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
157
+ Please refer to the field `effective_labels` for all of the labels present on the resource.
156
158
  """
157
159
  return pulumi.get(self, "labels")
158
160
 
@@ -216,9 +218,10 @@ class _AssetState:
216
218
  :param pulumi.Input[Sequence[pulumi.Input['AssetDiscoveryStatusArgs']]] discovery_statuses: Output only. Status of the discovery feature applied to data referenced by this asset.
217
219
  :param pulumi.Input[_builtins.str] display_name: Optional. User friendly display name.
218
220
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
219
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: Optional. User defined labels for the asset. **Note**: This field is non-authoritative, and will only manage the labels
220
- present in your configuration. Please refer to the field `effective_labels` for all of the labels present on the
221
- resource.
221
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: Optional. User defined labels for the asset.
222
+
223
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
224
+ Please refer to the field `effective_labels` for all of the labels present on the resource.
222
225
  :param pulumi.Input[_builtins.str] lake: The lake for the resource
223
226
  :param pulumi.Input[_builtins.str] location: The location for the resource
224
227
  :param pulumi.Input[_builtins.str] name: The name of the asset.
@@ -358,9 +361,10 @@ class _AssetState:
358
361
  @pulumi.getter
359
362
  def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
360
363
  """
361
- Optional. User defined labels for the asset. **Note**: This field is non-authoritative, and will only manage the labels
362
- present in your configuration. Please refer to the field `effective_labels` for all of the labels present on the
363
- resource.
364
+ Optional. User defined labels for the asset.
365
+
366
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
367
+ Please refer to the field `effective_labels` for all of the labels present on the resource.
364
368
  """
365
369
  return pulumi.get(self, "labels")
366
370
 
@@ -599,9 +603,10 @@ class Asset(pulumi.CustomResource):
599
603
  :param pulumi.Input[_builtins.str] description: Optional. Description of the asset.
600
604
  :param pulumi.Input[Union['AssetDiscoverySpecArgs', 'AssetDiscoverySpecArgsDict']] discovery_spec: Required. Specification of the discovery feature applied to data referenced by this asset. When this spec is left unset, the asset will use the spec set on the parent zone.
601
605
  :param pulumi.Input[_builtins.str] display_name: Optional. User friendly display name.
602
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: Optional. User defined labels for the asset. **Note**: This field is non-authoritative, and will only manage the labels
603
- present in your configuration. Please refer to the field `effective_labels` for all of the labels present on the
604
- resource.
606
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: Optional. User defined labels for the asset.
607
+
608
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
609
+ Please refer to the field `effective_labels` for all of the labels present on the resource.
605
610
  :param pulumi.Input[_builtins.str] lake: The lake for the resource
606
611
  :param pulumi.Input[_builtins.str] location: The location for the resource
607
612
  :param pulumi.Input[_builtins.str] name: The name of the asset.
@@ -797,9 +802,10 @@ class Asset(pulumi.CustomResource):
797
802
  :param pulumi.Input[Sequence[pulumi.Input[Union['AssetDiscoveryStatusArgs', 'AssetDiscoveryStatusArgsDict']]]] discovery_statuses: Output only. Status of the discovery feature applied to data referenced by this asset.
798
803
  :param pulumi.Input[_builtins.str] display_name: Optional. User friendly display name.
799
804
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
800
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: Optional. User defined labels for the asset. **Note**: This field is non-authoritative, and will only manage the labels
801
- present in your configuration. Please refer to the field `effective_labels` for all of the labels present on the
802
- resource.
805
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: Optional. User defined labels for the asset.
806
+
807
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
808
+ Please refer to the field `effective_labels` for all of the labels present on the resource.
803
809
  :param pulumi.Input[_builtins.str] lake: The lake for the resource
804
810
  :param pulumi.Input[_builtins.str] location: The location for the resource
805
811
  :param pulumi.Input[_builtins.str] name: The name of the asset.
@@ -897,9 +903,10 @@ class Asset(pulumi.CustomResource):
897
903
  @pulumi.getter
898
904
  def labels(self) -> pulumi.Output[Optional[Mapping[str, _builtins.str]]]:
899
905
  """
900
- Optional. User defined labels for the asset. **Note**: This field is non-authoritative, and will only manage the labels
901
- present in your configuration. Please refer to the field `effective_labels` for all of the labels present on the
902
- resource.
906
+ Optional. User defined labels for the asset.
907
+
908
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
909
+ Please refer to the field `effective_labels` for all of the labels present on the resource.
903
910
  """
904
911
  return pulumi.get(self, "labels")
905
912
 
@@ -40,9 +40,10 @@ class ZoneArgs:
40
40
  :param pulumi.Input[_builtins.str] type: Required. Immutable. The type of the zone. Possible values: TYPE_UNSPECIFIED, RAW, CURATED
41
41
  :param pulumi.Input[_builtins.str] description: Optional. Description of the zone.
42
42
  :param pulumi.Input[_builtins.str] display_name: Optional. User friendly display name.
43
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: Optional. User defined labels for the zone. **Note**: This field is non-authoritative, and will only manage the labels
44
- present in your configuration. Please refer to the field `effective_labels` for all of the labels present on the
45
- resource.
43
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: Optional. User defined labels for the zone.
44
+
45
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
46
+ Please refer to the field `effective_labels` for all of the labels present on the resource.
46
47
  :param pulumi.Input[_builtins.str] name: The name of the zone.
47
48
  :param pulumi.Input[_builtins.str] project: The project for the resource
48
49
  """
@@ -150,9 +151,10 @@ class ZoneArgs:
150
151
  @pulumi.getter
151
152
  def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
152
153
  """
153
- Optional. User defined labels for the zone. **Note**: This field is non-authoritative, and will only manage the labels
154
- present in your configuration. Please refer to the field `effective_labels` for all of the labels present on the
155
- resource.
154
+ Optional. User defined labels for the zone.
155
+
156
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
157
+ Please refer to the field `effective_labels` for all of the labels present on the resource.
156
158
  """
157
159
  return pulumi.get(self, "labels")
158
160
 
@@ -213,9 +215,10 @@ class _ZoneState:
213
215
  :param pulumi.Input['ZoneDiscoverySpecArgs'] discovery_spec: Required. Specification of the discovery feature applied to data in this zone.
214
216
  :param pulumi.Input[_builtins.str] display_name: Optional. User friendly display name.
215
217
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
216
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: Optional. User defined labels for the zone. **Note**: This field is non-authoritative, and will only manage the labels
217
- present in your configuration. Please refer to the field `effective_labels` for all of the labels present on the
218
- resource.
218
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: Optional. User defined labels for the zone.
219
+
220
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
221
+ Please refer to the field `effective_labels` for all of the labels present on the resource.
219
222
  :param pulumi.Input[_builtins.str] lake: The lake for the resource
220
223
  :param pulumi.Input[_builtins.str] location: The location for the resource
221
224
  :param pulumi.Input[_builtins.str] name: The name of the zone.
@@ -338,9 +341,10 @@ class _ZoneState:
338
341
  @pulumi.getter
339
342
  def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
340
343
  """
341
- Optional. User defined labels for the zone. **Note**: This field is non-authoritative, and will only manage the labels
342
- present in your configuration. Please refer to the field `effective_labels` for all of the labels present on the
343
- resource.
344
+ Optional. User defined labels for the zone.
345
+
346
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
347
+ Please refer to the field `effective_labels` for all of the labels present on the resource.
344
348
  """
345
349
  return pulumi.get(self, "labels")
346
350
 
@@ -552,9 +556,10 @@ class Zone(pulumi.CustomResource):
552
556
  :param pulumi.Input[_builtins.str] description: Optional. Description of the zone.
553
557
  :param pulumi.Input[Union['ZoneDiscoverySpecArgs', 'ZoneDiscoverySpecArgsDict']] discovery_spec: Required. Specification of the discovery feature applied to data in this zone.
554
558
  :param pulumi.Input[_builtins.str] display_name: Optional. User friendly display name.
555
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: Optional. User defined labels for the zone. **Note**: This field is non-authoritative, and will only manage the labels
556
- present in your configuration. Please refer to the field `effective_labels` for all of the labels present on the
557
- resource.
559
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: Optional. User defined labels for the zone.
560
+
561
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
562
+ Please refer to the field `effective_labels` for all of the labels present on the resource.
558
563
  :param pulumi.Input[_builtins.str] lake: The lake for the resource
559
564
  :param pulumi.Input[_builtins.str] location: The location for the resource
560
565
  :param pulumi.Input[_builtins.str] name: The name of the zone.
@@ -732,9 +737,10 @@ class Zone(pulumi.CustomResource):
732
737
  :param pulumi.Input[Union['ZoneDiscoverySpecArgs', 'ZoneDiscoverySpecArgsDict']] discovery_spec: Required. Specification of the discovery feature applied to data in this zone.
733
738
  :param pulumi.Input[_builtins.str] display_name: Optional. User friendly display name.
734
739
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
735
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: Optional. User defined labels for the zone. **Note**: This field is non-authoritative, and will only manage the labels
736
- present in your configuration. Please refer to the field `effective_labels` for all of the labels present on the
737
- resource.
740
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: Optional. User defined labels for the zone.
741
+
742
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
743
+ Please refer to the field `effective_labels` for all of the labels present on the resource.
738
744
  :param pulumi.Input[_builtins.str] lake: The lake for the resource
739
745
  :param pulumi.Input[_builtins.str] location: The location for the resource
740
746
  :param pulumi.Input[_builtins.str] name: The name of the zone.
@@ -821,9 +827,10 @@ class Zone(pulumi.CustomResource):
821
827
  @pulumi.getter
822
828
  def labels(self) -> pulumi.Output[Optional[Mapping[str, _builtins.str]]]:
823
829
  """
824
- Optional. User defined labels for the zone. **Note**: This field is non-authoritative, and will only manage the labels
825
- present in your configuration. Please refer to the field `effective_labels` for all of the labels present on the
826
- resource.
830
+ Optional. User defined labels for the zone.
831
+
832
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
833
+ Please refer to the field `effective_labels` for all of the labels present on the resource.
827
834
  """
828
835
  return pulumi.get(self, "labels")
829
836
 
@@ -33,8 +33,9 @@ class ClusterArgs:
33
33
  :param pulumi.Input['ClusterClusterConfigArgs'] cluster_config: Allows you to configure various aspects of the cluster.
34
34
  Structure defined below.
35
35
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: The list of the labels (key/value pairs) configured on the resource and to be applied to instances in the cluster.
36
- **Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer
37
- to the field 'effective_labels' for all of the labels present on the resource.
36
+
37
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
38
+ Please refer to the field 'effective_labels' for all of the labels present on the resource.
38
39
  :param pulumi.Input[_builtins.str] name: The name of the cluster, unique within the project and
39
40
  zone.
40
41
 
@@ -88,8 +89,9 @@ class ClusterArgs:
88
89
  def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
89
90
  """
90
91
  The list of the labels (key/value pairs) configured on the resource and to be applied to instances in the cluster.
91
- **Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer
92
- to the field 'effective_labels' for all of the labels present on the resource.
92
+
93
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
94
+ Please refer to the field 'effective_labels' for all of the labels present on the resource.
93
95
  """
94
96
  return pulumi.get(self, "labels")
95
97
 
@@ -172,8 +174,9 @@ class _ClusterState:
172
174
  instances in the cluster. GCP generates some itself including `goog-dataproc-cluster-name`
173
175
  which is the name of the cluster.
174
176
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: The list of the labels (key/value pairs) configured on the resource and to be applied to instances in the cluster.
175
- **Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer
176
- to the field 'effective_labels' for all of the labels present on the resource.
177
+
178
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
179
+ Please refer to the field 'effective_labels' for all of the labels present on the resource.
177
180
  :param pulumi.Input[_builtins.str] name: The name of the cluster, unique within the project and
178
181
  zone.
179
182
 
@@ -246,8 +249,9 @@ class _ClusterState:
246
249
  def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
247
250
  """
248
251
  The list of the labels (key/value pairs) configured on the resource and to be applied to instances in the cluster.
249
- **Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer
250
- to the field 'effective_labels' for all of the labels present on the resource.
252
+
253
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
254
+ Please refer to the field 'effective_labels' for all of the labels present on the resource.
251
255
  """
252
256
  return pulumi.get(self, "labels")
253
257
 
@@ -451,8 +455,9 @@ class Cluster(pulumi.CustomResource):
451
455
  :param pulumi.Input[Union['ClusterClusterConfigArgs', 'ClusterClusterConfigArgsDict']] cluster_config: Allows you to configure various aspects of the cluster.
452
456
  Structure defined below.
453
457
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: The list of the labels (key/value pairs) configured on the resource and to be applied to instances in the cluster.
454
- **Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer
455
- to the field 'effective_labels' for all of the labels present on the resource.
458
+
459
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
460
+ Please refer to the field 'effective_labels' for all of the labels present on the resource.
456
461
  :param pulumi.Input[_builtins.str] name: The name of the cluster, unique within the project and
457
462
  zone.
458
463
 
@@ -654,8 +659,9 @@ class Cluster(pulumi.CustomResource):
654
659
  instances in the cluster. GCP generates some itself including `goog-dataproc-cluster-name`
655
660
  which is the name of the cluster.
656
661
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: The list of the labels (key/value pairs) configured on the resource and to be applied to instances in the cluster.
657
- **Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer
658
- to the field 'effective_labels' for all of the labels present on the resource.
662
+
663
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
664
+ Please refer to the field 'effective_labels' for all of the labels present on the resource.
659
665
  :param pulumi.Input[_builtins.str] name: The name of the cluster, unique within the project and
660
666
  zone.
661
667
 
@@ -712,8 +718,9 @@ class Cluster(pulumi.CustomResource):
712
718
  def labels(self) -> pulumi.Output[Optional[Mapping[str, _builtins.str]]]:
713
719
  """
714
720
  The list of the labels (key/value pairs) configured on the resource and to be applied to instances in the cluster.
715
- **Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer
716
- to the field 'effective_labels' for all of the labels present on the resource.
721
+
722
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
723
+ Please refer to the field 'effective_labels' for all of the labels present on the resource.
717
724
  """
718
725
  return pulumi.get(self, "labels")
719
726