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.
- pulumi_gcp/__init__.py +48 -0
- pulumi_gcp/activedirectory/peering.py +16 -0
- pulumi_gcp/apigateway/api_config_iam_binding.py +4 -4
- pulumi_gcp/apigateway/api_config_iam_member.py +4 -4
- pulumi_gcp/apigateway/api_config_iam_policy.py +4 -4
- pulumi_gcp/apigateway/api_iam_binding.py +4 -4
- pulumi_gcp/apigateway/api_iam_member.py +4 -4
- pulumi_gcp/apigateway/api_iam_policy.py +4 -4
- pulumi_gcp/apigateway/gateway_iam_binding.py +4 -4
- pulumi_gcp/apigateway/gateway_iam_member.py +4 -4
- pulumi_gcp/apigateway/gateway_iam_policy.py +4 -4
- pulumi_gcp/artifactregistry/__init__.py +1 -0
- pulumi_gcp/artifactregistry/get_python_package.py +237 -0
- pulumi_gcp/artifactregistry/get_repository.py +12 -1
- pulumi_gcp/artifactregistry/repository.py +28 -0
- pulumi_gcp/backupdisasterrecovery/__init__.py +1 -0
- pulumi_gcp/backupdisasterrecovery/backup_plan.py +4 -4
- pulumi_gcp/backupdisasterrecovery/get_backup.py +12 -1
- pulumi_gcp/backupdisasterrecovery/get_backup_plan_association.py +4 -0
- pulumi_gcp/backupdisasterrecovery/get_data_source_references.py +135 -0
- pulumi_gcp/backupdisasterrecovery/get_management_server.py +4 -0
- pulumi_gcp/backupdisasterrecovery/outputs.py +103 -0
- pulumi_gcp/bigquery/app_profile.py +14 -49
- pulumi_gcp/bigquery/dataset_access.py +4 -8
- pulumi_gcp/bigquery/table.py +7 -21
- pulumi_gcp/bigqueryanalyticshub/data_exchange_subscription.py +20 -0
- pulumi_gcp/bigtable/app_profile.py +14 -49
- pulumi_gcp/bigtable/table.py +42 -42
- pulumi_gcp/certificatemanager/certificate_map_entry.py +7 -7
- pulumi_gcp/chronicle/_inputs.py +6 -5
- pulumi_gcp/chronicle/outputs.py +4 -3
- pulumi_gcp/chronicle/reference_list.py +53 -5
- pulumi_gcp/cloudasset/get_resources_search_all.py +8 -0
- pulumi_gcp/cloudbuild/_inputs.py +20 -0
- pulumi_gcp/cloudbuild/outputs.py +14 -0
- pulumi_gcp/cloudbuild/trigger.py +4 -2
- pulumi_gcp/cloudbuild/worker_pool.py +28 -21
- pulumi_gcp/cloudfunctions/function.py +4 -8
- pulumi_gcp/cloudquota/s_quota_adjuster_settings.py +16 -0
- pulumi_gcp/cloudrunv2/_inputs.py +57 -0
- pulumi_gcp/cloudrunv2/get_service.py +12 -1
- pulumi_gcp/cloudrunv2/outputs.py +81 -0
- pulumi_gcp/cloudrunv2/service.py +54 -0
- pulumi_gcp/cloudrunv2/worker_pool.py +2 -2
- pulumi_gcp/composer/environment.py +28 -49
- pulumi_gcp/compute/_inputs.py +804 -24
- pulumi_gcp/compute/backend_bucket.py +14 -0
- pulumi_gcp/compute/backend_bucket_iam_binding.py +236 -0
- pulumi_gcp/compute/backend_bucket_iam_member.py +236 -0
- pulumi_gcp/compute/backend_bucket_iam_policy.py +236 -0
- pulumi_gcp/compute/backend_service_iam_binding.py +464 -0
- pulumi_gcp/compute/backend_service_iam_member.py +464 -0
- pulumi_gcp/compute/backend_service_iam_policy.py +464 -0
- pulumi_gcp/compute/cross_site_network.py +16 -0
- pulumi_gcp/compute/future_reservation.py +32 -0
- pulumi_gcp/compute/get_region_backend_service.py +12 -1
- pulumi_gcp/compute/get_resource_policy.py +2 -20
- pulumi_gcp/compute/instance_from_machine_image.py +75 -110
- pulumi_gcp/compute/instance_from_template.py +75 -110
- pulumi_gcp/compute/instance_group_manager.py +7 -14
- pulumi_gcp/compute/instance_template.py +7 -14
- pulumi_gcp/compute/interconnect.py +4 -8
- pulumi_gcp/compute/machine_image_iam_binding.py +8 -4
- pulumi_gcp/compute/machine_image_iam_member.py +8 -4
- pulumi_gcp/compute/machine_image_iam_policy.py +8 -4
- pulumi_gcp/compute/network_edge_security_service.py +16 -0
- pulumi_gcp/compute/network_firewall_policy_packet_mirroring_rule.py +12 -0
- pulumi_gcp/compute/outputs.py +671 -16
- pulumi_gcp/compute/preview_feature.py +16 -0
- pulumi_gcp/compute/public_delegated_prefix.py +42 -0
- pulumi_gcp/compute/region_backend_service.py +54 -0
- pulumi_gcp/compute/region_backend_service_iam_binding.py +488 -0
- pulumi_gcp/compute/region_backend_service_iam_member.py +488 -0
- pulumi_gcp/compute/region_backend_service_iam_policy.py +488 -0
- pulumi_gcp/compute/region_instance_group_manager.py +7 -14
- pulumi_gcp/compute/region_network_endpoint_group.py +1 -3
- pulumi_gcp/compute/region_resize_request.py +24 -0
- pulumi_gcp/compute/region_url_map.py +75 -0
- pulumi_gcp/compute/wire_group.py +16 -0
- pulumi_gcp/container/_inputs.py +446 -18
- pulumi_gcp/container/aws_cluster.py +28 -42
- pulumi_gcp/container/aws_node_pool.py +28 -42
- pulumi_gcp/container/azure_cluster.py +35 -70
- pulumi_gcp/container/azure_node_pool.py +28 -42
- pulumi_gcp/container/cluster.py +16 -7
- pulumi_gcp/container/outputs.py +423 -15
- pulumi_gcp/dataflow/flex_template_job.py +10 -0
- pulumi_gcp/dataform/repository.py +16 -0
- pulumi_gcp/dataform/repository_release_config.py +16 -0
- pulumi_gcp/dataform/repository_workflow_config.py +16 -0
- pulumi_gcp/dataplex/asset.py +28 -21
- pulumi_gcp/dataplex/zone.py +28 -21
- pulumi_gcp/dataproc/cluster.py +21 -14
- pulumi_gcp/dataproc/workflow_template.py +42 -105
- pulumi_gcp/discoveryengine/__init__.py +1 -0
- pulumi_gcp/discoveryengine/_inputs.py +94 -0
- pulumi_gcp/discoveryengine/acl_config.py +393 -0
- pulumi_gcp/discoveryengine/outputs.py +92 -0
- pulumi_gcp/firebase/android_app.py +16 -0
- pulumi_gcp/firebase/apple_app.py +16 -0
- pulumi_gcp/firebase/database_instance.py +16 -0
- pulumi_gcp/firebase/extensions_instance.py +12 -0
- pulumi_gcp/firebase/get_android_app.py +4 -2
- pulumi_gcp/firebase/get_apple_app.py +4 -2
- pulumi_gcp/firebase/get_apple_app_config.py +16 -2
- pulumi_gcp/firebase/get_hosting_channel.py +4 -2
- pulumi_gcp/firebase/hosting_channel.py +20 -0
- pulumi_gcp/firebase/hosting_custom_domain.py +20 -0
- pulumi_gcp/firebase/hosting_release.py +16 -0
- pulumi_gcp/firebase/hosting_site.py +16 -0
- pulumi_gcp/firebase/hosting_version.py +16 -0
- pulumi_gcp/firebase/storage_bucket.py +18 -0
- pulumi_gcp/firestore/index.py +118 -3
- pulumi_gcp/folder/service_identity.py +26 -0
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +16 -0
- pulumi_gcp/healthcare/_inputs.py +205 -0
- pulumi_gcp/healthcare/fhir_store.py +128 -0
- pulumi_gcp/healthcare/outputs.py +163 -0
- pulumi_gcp/iam/workload_identity_pool_iam_binding.py +464 -0
- pulumi_gcp/iam/workload_identity_pool_iam_member.py +464 -0
- pulumi_gcp/iam/workload_identity_pool_iam_policy.py +464 -0
- pulumi_gcp/iam/workload_identity_pool_managed_identity.py +18 -0
- pulumi_gcp/iam/workload_identity_pool_namespace.py +20 -0
- pulumi_gcp/iap/__init__.py +4 -0
- pulumi_gcp/iap/_inputs.py +130 -0
- pulumi_gcp/iap/get_web_forwarding_rule_service_iam_policy.py +159 -0
- pulumi_gcp/iap/outputs.py +76 -0
- pulumi_gcp/iap/web_forwarding_rule_service_iam_binding.py +1002 -0
- pulumi_gcp/iap/web_forwarding_rule_service_iam_member.py +1002 -0
- pulumi_gcp/iap/web_forwarding_rule_service_iam_policy.py +821 -0
- pulumi_gcp/kms/get_kms_secret_asymmetric.py +22 -0
- pulumi_gcp/logging/billing_account_bucket_config.py +7 -21
- pulumi_gcp/logging/folder_bucket_config.py +7 -21
- pulumi_gcp/logging/organization_bucket_config.py +7 -21
- pulumi_gcp/logging/organization_sink.py +7 -7
- pulumi_gcp/managedkafka/connect_cluster.py +4 -0
- pulumi_gcp/managedkafka/connector.py +4 -0
- pulumi_gcp/memorystore/instance.py +14 -14
- pulumi_gcp/monitoring/dashboard.py +7 -14
- pulumi_gcp/netapp/storage_pool.py +91 -2
- pulumi_gcp/netapp/volume.py +47 -0
- pulumi_gcp/networkmanagement/__init__.py +1 -0
- pulumi_gcp/networkmanagement/organization_vpc_flow_logs_config.py +1028 -0
- pulumi_gcp/networksecurity/authorization_policy.py +12 -0
- pulumi_gcp/networkservices/gateway.py +7 -7
- pulumi_gcp/networkservices/service_lb_policies.py +12 -0
- pulumi_gcp/oracledatabase/autonomous_database.py +2 -2
- pulumi_gcp/organizations/project.py +7 -21
- pulumi_gcp/projects/service.py +0 -7
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/resourcemanager/capability.py +16 -0
- pulumi_gcp/runtimeconfig/config.py +16 -0
- pulumi_gcp/runtimeconfig/config_iam_binding.py +236 -0
- pulumi_gcp/runtimeconfig/config_iam_member.py +236 -0
- pulumi_gcp/runtimeconfig/config_iam_policy.py +236 -0
- pulumi_gcp/runtimeconfig/variable.py +10 -0
- pulumi_gcp/saasruntime/__init__.py +1 -0
- pulumi_gcp/saasruntime/_inputs.py +458 -0
- pulumi_gcp/saasruntime/outputs.py +392 -0
- pulumi_gcp/saasruntime/saa_s.py +4 -0
- pulumi_gcp/saasruntime/unit_kind.py +1024 -0
- pulumi_gcp/securesourcemanager/instance.py +7 -7
- pulumi_gcp/securesourcemanager/repository.py +7 -7
- pulumi_gcp/servicedirectory/namespace_iam_binding.py +4 -4
- pulumi_gcp/servicedirectory/namespace_iam_member.py +4 -4
- pulumi_gcp/servicedirectory/namespace_iam_policy.py +4 -4
- pulumi_gcp/servicedirectory/service_iam_binding.py +4 -4
- pulumi_gcp/servicedirectory/service_iam_member.py +4 -4
- pulumi_gcp/servicedirectory/service_iam_policy.py +4 -4
- pulumi_gcp/sql/_inputs.py +135 -1
- pulumi_gcp/sql/database_instance.py +54 -14
- pulumi_gcp/sql/get_database_instance.py +12 -1
- pulumi_gcp/sql/outputs.py +265 -3
- pulumi_gcp/storage/_inputs.py +246 -0
- pulumi_gcp/storage/bucket.py +7 -14
- pulumi_gcp/storage/bucket_object.py +0 -9
- pulumi_gcp/storage/outputs.py +191 -1
- pulumi_gcp/storage/transfer_job.py +47 -0
- pulumi_gcp/tpu/v2_queued_resource.py +16 -0
- pulumi_gcp/tpu/v2_vm.py +16 -0
- pulumi_gcp/vertex/ai_feature_group_iam_binding.py +236 -0
- pulumi_gcp/vertex/ai_feature_group_iam_member.py +236 -0
- pulumi_gcp/vertex/ai_feature_group_iam_policy.py +236 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_binding.py +248 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_member.py +248 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_policy.py +248 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_binding.py +236 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_member.py +236 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_policy.py +236 -0
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_binding.py +238 -0
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_member.py +238 -0
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_policy.py +238 -0
- pulumi_gcp/vertex/ai_feature_store_iam_binding.py +248 -0
- pulumi_gcp/vertex/ai_feature_store_iam_member.py +248 -0
- pulumi_gcp/vertex/ai_feature_store_iam_policy.py +248 -0
- pulumi_gcp/vertex/ai_metadata_store.py +16 -0
- pulumi_gcp/workstations/workstation.py +16 -0
- pulumi_gcp/workstations/workstation_cluster.py +16 -0
- pulumi_gcp/workstations/workstation_config.py +16 -0
- pulumi_gcp/workstations/workstation_config_iam_binding.py +260 -0
- pulumi_gcp/workstations/workstation_config_iam_member.py +260 -0
- pulumi_gcp/workstations/workstation_config_iam_policy.py +260 -0
- pulumi_gcp/workstations/workstation_iam_binding.py +272 -0
- pulumi_gcp/workstations/workstation_iam_member.py +272 -0
- pulumi_gcp/workstations/workstation_iam_policy.py +272 -0
- {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/METADATA +1 -1
- {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/RECORD +209 -200
- {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/WHEEL +0 -0
- {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
|
pulumi_gcp/dataplex/asset.py
CHANGED
@@ -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.
|
44
|
-
|
45
|
-
|
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.
|
154
|
-
|
155
|
-
|
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.
|
220
|
-
|
221
|
-
|
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.
|
362
|
-
|
363
|
-
|
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.
|
603
|
-
|
604
|
-
|
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.
|
801
|
-
|
802
|
-
|
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.
|
901
|
-
|
902
|
-
|
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
|
|
pulumi_gcp/dataplex/zone.py
CHANGED
@@ -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.
|
44
|
-
|
45
|
-
|
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.
|
154
|
-
|
155
|
-
|
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.
|
217
|
-
|
218
|
-
|
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.
|
342
|
-
|
343
|
-
|
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.
|
556
|
-
|
557
|
-
|
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.
|
736
|
-
|
737
|
-
|
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.
|
825
|
-
|
826
|
-
|
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
|
|
pulumi_gcp/dataproc/cluster.py
CHANGED
@@ -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
|
-
|
37
|
-
|
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
|
-
|
92
|
-
|
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
|
-
|
176
|
-
|
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
|
-
|
250
|
-
|
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
|
-
|
455
|
-
|
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
|
-
|
658
|
-
|
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
|
-
|
716
|
-
|
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
|
|