pulumi-gcp 8.20.0a1739946722__py3-none-any.whl → 8.20.1__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 +64 -0
- pulumi_gcp/accesscontextmanager/_inputs.py +168 -8
- pulumi_gcp/accesscontextmanager/get_access_policy_iam_policy.py +2 -2
- pulumi_gcp/accesscontextmanager/outputs.py +104 -8
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_egress_policy.py +78 -3
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_ingress_policy.py +78 -3
- pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +78 -3
- pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +78 -3
- pulumi_gcp/alloydb/__init__.py +2 -0
- pulumi_gcp/alloydb/get_cluster.py +491 -0
- pulumi_gcp/alloydb/get_instance.py +466 -0
- pulumi_gcp/alloydb/outputs.py +1160 -0
- pulumi_gcp/apigateway/get_api_config_iam_policy.py +20 -2
- pulumi_gcp/apigateway/get_api_iam_policy.py +20 -2
- pulumi_gcp/apigateway/get_gateway_iam_policy.py +22 -2
- pulumi_gcp/apigee/get_environment_iam_policy.py +2 -2
- pulumi_gcp/appengine/_inputs.py +3 -3
- pulumi_gcp/appengine/outputs.py +2 -2
- pulumi_gcp/artifactregistry/get_repository_iam_policy.py +2 -2
- pulumi_gcp/backupdisasterrecovery/backup_plan.py +16 -0
- pulumi_gcp/backupdisasterrecovery/backup_plan_association.py +16 -0
- pulumi_gcp/backupdisasterrecovery/management_server.py +16 -0
- pulumi_gcp/beyondcorp/get_application_iam_policy.py +2 -2
- pulumi_gcp/beyondcorp/get_security_gateway_iam_policy.py +2 -2
- pulumi_gcp/bigquery/_inputs.py +6 -8
- pulumi_gcp/bigquery/connection.py +2 -14
- pulumi_gcp/bigquery/data_transfer_config.py +28 -0
- pulumi_gcp/bigquery/get_connection_iam_policy.py +2 -2
- pulumi_gcp/bigquery/get_table_iam_policy.py +2 -2
- pulumi_gcp/bigquery/outputs.py +4 -5
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +8 -8
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +8 -8
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +8 -8
- pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +8 -8
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +8 -8
- pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +8 -8
- pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +2 -2
- pulumi_gcp/binaryauthorization/get_attestor_iam_policy.py +2 -2
- pulumi_gcp/certificateauthority/get_ca_pool_iam_policy.py +2 -2
- pulumi_gcp/certificateauthority/get_certificate_template_iam_policy.py +2 -2
- pulumi_gcp/chronicle/rule_deployment.py +21 -7
- pulumi_gcp/cloudbuildv2/get_connection_iam_policy.py +2 -2
- pulumi_gcp/clouddeploy/get_custom_target_type_iam_policy.py +2 -2
- pulumi_gcp/clouddeploy/get_delivery_pipeline_iam_policy.py +2 -2
- pulumi_gcp/clouddeploy/get_target_iam_policy.py +2 -2
- pulumi_gcp/cloudfunctions/get_function_iam_policy.py +2 -2
- pulumi_gcp/cloudfunctionsv2/get_function_iam_policy.py +2 -2
- pulumi_gcp/cloudrun/_inputs.py +6 -3
- pulumi_gcp/cloudrun/get_service_iam_policy.py +2 -2
- pulumi_gcp/cloudrun/outputs.py +4 -2
- pulumi_gcp/cloudrunv2/get_job_iam_policy.py +2 -2
- pulumi_gcp/cloudrunv2/get_service_iam_policy.py +2 -2
- pulumi_gcp/cloudtasks/get_queue_iam_policy.py +2 -2
- pulumi_gcp/colab/get_runtime_template_iam_policy.py +2 -2
- pulumi_gcp/composer/_inputs.py +6 -6
- pulumi_gcp/composer/get_environment.py +12 -0
- pulumi_gcp/composer/get_image_versions.py +12 -0
- pulumi_gcp/composer/get_user_workloads_config_map.py +12 -0
- pulumi_gcp/composer/get_user_workloads_secret.py +12 -0
- pulumi_gcp/composer/outputs.py +8 -8
- pulumi_gcp/compute/_inputs.py +756 -30
- pulumi_gcp/compute/firewall_policy_rule.py +0 -2
- pulumi_gcp/compute/get_backend_bucket_iam_policy.py +20 -2
- pulumi_gcp/compute/get_backend_service_iam_policy.py +20 -2
- pulumi_gcp/compute/get_disk_iam_policy.py +2 -2
- pulumi_gcp/compute/get_hc_vpn_gateway.py +45 -1
- pulumi_gcp/compute/get_image_iam_policy.py +2 -2
- pulumi_gcp/compute/get_instance_iam_policy.py +2 -2
- pulumi_gcp/compute/get_instance_template_iam_policy.py +2 -2
- pulumi_gcp/compute/get_machine_image_iam_policy.py +20 -2
- pulumi_gcp/compute/get_region_backend_service_iam_policy.py +22 -2
- pulumi_gcp/compute/get_region_disk_iam_policy.py +2 -2
- pulumi_gcp/compute/get_snapshot_iam_policy.py +2 -2
- pulumi_gcp/compute/get_subnetwork_iam_policy.py +2 -2
- pulumi_gcp/compute/ha_vpn_gateway.py +189 -2
- pulumi_gcp/compute/instance_template.py +14 -35
- pulumi_gcp/compute/network_peering_routes_config.py +140 -6
- pulumi_gcp/compute/outputs.py +796 -18
- pulumi_gcp/config/__init__.pyi +2 -0
- pulumi_gcp/config/vars.py +4 -0
- pulumi_gcp/container/_inputs.py +447 -3
- pulumi_gcp/container/outputs.py +469 -5
- pulumi_gcp/containeranalysis/get_note_iam_policy.py +2 -2
- pulumi_gcp/datacatalog/entry_group.py +4 -0
- pulumi_gcp/datacatalog/entry_group_iam_binding.py +8 -8
- pulumi_gcp/datacatalog/entry_group_iam_member.py +8 -8
- pulumi_gcp/datacatalog/entry_group_iam_policy.py +8 -8
- pulumi_gcp/datacatalog/get_entry_group_iam_policy.py +2 -2
- pulumi_gcp/datacatalog/get_policy_tag_iam_policy.py +2 -2
- pulumi_gcp/datacatalog/get_tag_template_iam_policy.py +2 -2
- pulumi_gcp/datacatalog/get_taxonomy_iam_policy.py +2 -2
- pulumi_gcp/datacatalog/policy_tag_iam_binding.py +8 -8
- pulumi_gcp/datacatalog/policy_tag_iam_member.py +8 -8
- pulumi_gcp/datacatalog/policy_tag_iam_policy.py +8 -8
- pulumi_gcp/datacatalog/tag_template.py +4 -0
- pulumi_gcp/datacatalog/tag_template_iam_binding.py +8 -8
- pulumi_gcp/datacatalog/tag_template_iam_member.py +8 -8
- pulumi_gcp/datacatalog/tag_template_iam_policy.py +8 -8
- pulumi_gcp/datacatalog/taxonomy_iam_binding.py +8 -8
- pulumi_gcp/datacatalog/taxonomy_iam_member.py +8 -8
- pulumi_gcp/datacatalog/taxonomy_iam_policy.py +8 -8
- pulumi_gcp/dataform/get_repository_iam_policy.py +22 -2
- pulumi_gcp/datafusion/get_instance_iam_policy.py +2 -2
- pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +2 -2
- pulumi_gcp/dataplex/get_asset_iam_policy.py +2 -2
- pulumi_gcp/dataplex/get_datascan_iam_policy.py +2 -2
- pulumi_gcp/dataplex/get_entry_group_iam_policy.py +2 -2
- pulumi_gcp/dataplex/get_entry_type_iam_policy.py +2 -2
- pulumi_gcp/dataplex/get_lake_iam_policy.py +2 -2
- pulumi_gcp/dataplex/get_task_iam_policy.py +2 -2
- pulumi_gcp/dataplex/get_zone_iam_policy.py +2 -2
- pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +2 -2
- pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +2 -2
- pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +2 -2
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +8 -8
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +8 -8
- pulumi_gcp/dataproc/metastore_federation_iam_policy.py +8 -8
- pulumi_gcp/dataproc/metastore_service.py +27 -28
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +8 -8
- pulumi_gcp/dataproc/metastore_service_iam_member.py +8 -8
- pulumi_gcp/dataproc/metastore_service_iam_policy.py +8 -8
- pulumi_gcp/developerconnect/_inputs.py +575 -0
- pulumi_gcp/developerconnect/connection.py +200 -0
- pulumi_gcp/developerconnect/git_repository_link.py +12 -0
- pulumi_gcp/developerconnect/outputs.py +461 -0
- pulumi_gcp/dns/get_managed_zone_iam_policy.py +2 -2
- pulumi_gcp/endpoints/get_service_iam_policy.py +2 -2
- pulumi_gcp/eventarc/_inputs.py +29 -8
- pulumi_gcp/eventarc/google_channel_config.py +58 -46
- pulumi_gcp/eventarc/outputs.py +20 -6
- pulumi_gcp/eventarc/trigger.py +95 -72
- pulumi_gcp/filestore/backup.py +4 -4
- pulumi_gcp/firebase/__init__.py +1 -0
- pulumi_gcp/firebase/data_connect_service.py +937 -0
- pulumi_gcp/gemini/__init__.py +5 -0
- pulumi_gcp/gemini/data_sharing_with_google_setting.py +613 -0
- pulumi_gcp/gemini/data_sharing_with_google_setting_binding.py +722 -0
- pulumi_gcp/gemini/gemini_gcp_enablement_setting.py +608 -0
- pulumi_gcp/gemini/get_repository_group_iam_policy.py +2 -2
- pulumi_gcp/gemini/logging_setting.py +42 -50
- pulumi_gcp/gemini/logging_setting_binding.py +734 -0
- pulumi_gcp/gemini/release_channel_setting.py +39 -43
- pulumi_gcp/gemini/release_channel_setting_binding.py +734 -0
- pulumi_gcp/gkebackup/get_backup_plan_iam_policy.py +2 -2
- pulumi_gcp/gkebackup/get_restore_plan_iam_policy.py +2 -2
- pulumi_gcp/gkehub/get_feature_iam_policy.py +2 -2
- pulumi_gcp/gkehub/get_membership_iam_policy.py +2 -2
- pulumi_gcp/gkehub/get_scope_iam_policy.py +2 -2
- pulumi_gcp/healthcare/get_consent_store_iam_policy.py +2 -2
- pulumi_gcp/iam/organizations_policy_binding.py +10 -2
- pulumi_gcp/iam/projects_policy_binding.py +10 -2
- pulumi_gcp/iam/workforce_pool_provider.py +63 -11
- pulumi_gcp/iap/get_app_engine_service_iam_policy.py +2 -2
- pulumi_gcp/iap/get_app_engine_version_iam_policy.py +2 -2
- pulumi_gcp/iap/get_tunnel_dest_group_iam_policy.py +2 -2
- pulumi_gcp/iap/get_tunnel_iam_policy.py +2 -2
- pulumi_gcp/iap/get_tunnel_instance_iam_policy.py +2 -2
- pulumi_gcp/iap/get_web_backend_service_iam_policy.py +2 -2
- pulumi_gcp/iap/get_web_iam_policy.py +2 -2
- pulumi_gcp/iap/get_web_region_backend_service_iam_policy.py +2 -2
- pulumi_gcp/iap/get_web_type_app_engine_iam_policy.py +2 -2
- pulumi_gcp/iap/get_web_type_compute_iam_policy.py +2 -2
- pulumi_gcp/kms/get_ekm_connection_iam_policy.py +2 -2
- pulumi_gcp/logging/get_log_view_iam_policy.py +2 -2
- pulumi_gcp/monitoring/_inputs.py +588 -0
- pulumi_gcp/monitoring/outputs.py +410 -0
- pulumi_gcp/netapp/__init__.py +1 -0
- pulumi_gcp/netapp/volume_quota_rule.py +895 -0
- pulumi_gcp/networksecurity/address_group_iam_binding.py +4 -4
- pulumi_gcp/networksecurity/address_group_iam_member.py +4 -4
- pulumi_gcp/networksecurity/address_group_iam_policy.py +4 -4
- pulumi_gcp/networkservices/authz_extension.py +8 -15
- pulumi_gcp/networkservices/mesh.py +79 -12
- pulumi_gcp/notebooks/get_instance_iam_policy.py +2 -2
- pulumi_gcp/notebooks/get_runtime_iam_policy.py +2 -2
- pulumi_gcp/parametermanager/get_parameter_version_render.py +3 -0
- pulumi_gcp/parametermanager/get_regional_parameter_version_render.py +3 -0
- pulumi_gcp/projects/__init__.py +1 -0
- pulumi_gcp/projects/get_ancestry.py +150 -0
- pulumi_gcp/projects/outputs.py +30 -0
- pulumi_gcp/provider.py +20 -0
- pulumi_gcp/pubsub/get_schema_iam_policy.py +2 -2
- pulumi_gcp/pubsub/get_topic_iam_policy.py +2 -2
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/redis/cluster.py +211 -94
- pulumi_gcp/runtimeconfig/get_config_iam_policy.py +20 -2
- pulumi_gcp/secretmanager/get_regional_secret_iam_policy.py +2 -2
- pulumi_gcp/secretmanager/get_secret_iam_policy.py +2 -2
- pulumi_gcp/secretmanager/secret_version.py +73 -23
- pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +2 -2
- pulumi_gcp/securesourcemanager/get_repository_iam_policy.py +2 -2
- pulumi_gcp/securitycenter/get_source_iam_policy.py +2 -2
- pulumi_gcp/securitycenter/get_v2_organization_source_iam_policy.py +2 -2
- pulumi_gcp/securitycenter/mute_config.py +136 -3
- pulumi_gcp/securitycenter/v2_folder_notification_config.py +2 -14
- pulumi_gcp/securitycenter/v2_organization_notification_config.py +2 -14
- pulumi_gcp/securitycenter/v2_organization_source_iam_binding.py +8 -8
- pulumi_gcp/securitycenter/v2_organization_source_iam_member.py +8 -8
- pulumi_gcp/securitycenter/v2_organization_source_iam_policy.py +8 -8
- pulumi_gcp/securitycenter/v2_project_notification_config.py +2 -14
- pulumi_gcp/servicedirectory/get_namespace_iam_policy.py +18 -2
- pulumi_gcp/servicedirectory/get_service_iam_policy.py +18 -2
- pulumi_gcp/sourcerepo/get_repository_iam_policy.py +2 -2
- pulumi_gcp/spanner/__init__.py +1 -0
- pulumi_gcp/spanner/instance.py +0 -46
- pulumi_gcp/spanner/instance_partition.py +658 -0
- pulumi_gcp/sql/_inputs.py +6 -6
- pulumi_gcp/sql/outputs.py +4 -4
- pulumi_gcp/sql/user.py +20 -14
- pulumi_gcp/storage/bucket.py +30 -0
- pulumi_gcp/storage/get_bucket_iam_policy.py +2 -2
- pulumi_gcp/tags/get_tag_key_iam_policy.py +2 -2
- pulumi_gcp/tags/get_tag_value_iam_policy.py +2 -2
- pulumi_gcp/tpu/_inputs.py +150 -1
- pulumi_gcp/tpu/outputs.py +114 -1
- pulumi_gcp/tpu/v2_queued_resource.py +74 -0
- pulumi_gcp/vertex/get_ai_endpoint_iam_policy.py +22 -2
- pulumi_gcp/vertex/get_ai_featurestore_entitytype_iam_policy.py +20 -2
- pulumi_gcp/vertex/get_ai_featurestore_iam_policy.py +22 -2
- pulumi_gcp/workbench/get_instance_iam_policy.py +2 -2
- pulumi_gcp/workstations/get_workstation_config_iam_policy.py +24 -2
- pulumi_gcp/workstations/get_workstation_iam_policy.py +26 -2
- {pulumi_gcp-8.20.0a1739946722.dist-info → pulumi_gcp-8.20.1.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.20.0a1739946722.dist-info → pulumi_gcp-8.20.1.dist-info}/RECORD +228 -217
- {pulumi_gcp-8.20.0a1739946722.dist-info → pulumi_gcp-8.20.1.dist-info}/WHEEL +1 -1
- {pulumi_gcp-8.20.0a1739946722.dist-info → pulumi_gcp-8.20.1.dist-info}/top_level.txt +0 -0
@@ -197,7 +197,7 @@ class MetastoreFederationIamPolicy(pulumi.CustomResource):
|
|
197
197
|
project: Optional[pulumi.Input[str]] = None,
|
198
198
|
__props__=None):
|
199
199
|
"""
|
200
|
-
Three different resources help you manage your IAM policy for Dataproc
|
200
|
+
Three different resources help you manage your IAM policy for Dataproc Metastore Federation. Each of these resources serves a different use case:
|
201
201
|
|
202
202
|
* `dataproc.MetastoreFederationIamPolicy`: Authoritative. Sets the IAM policy for the federation and replaces any existing policy already attached.
|
203
203
|
* `dataproc.MetastoreFederationIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the federation are preserved.
|
@@ -260,8 +260,8 @@ class MetastoreFederationIamPolicy(pulumi.CustomResource):
|
|
260
260
|
|
261
261
|
-
|
262
262
|
|
263
|
-
# IAM policy for Dataproc
|
264
|
-
Three different resources help you manage your IAM policy for Dataproc
|
263
|
+
# IAM policy for Dataproc Metastore Federation
|
264
|
+
Three different resources help you manage your IAM policy for Dataproc Metastore Federation. Each of these resources serves a different use case:
|
265
265
|
|
266
266
|
* `dataproc.MetastoreFederationIamPolicy`: Authoritative. Sets the IAM policy for the federation and replaces any existing policy already attached.
|
267
267
|
* `dataproc.MetastoreFederationIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the federation are preserved.
|
@@ -334,7 +334,7 @@ class MetastoreFederationIamPolicy(pulumi.CustomResource):
|
|
334
334
|
|
335
335
|
Any variables not passed in the import command will be taken from the provider configuration.
|
336
336
|
|
337
|
-
Dataproc
|
337
|
+
Dataproc Metastore federation IAM resources can be imported using the resource identifiers, role, and member.
|
338
338
|
|
339
339
|
IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
|
340
340
|
|
@@ -376,7 +376,7 @@ class MetastoreFederationIamPolicy(pulumi.CustomResource):
|
|
376
376
|
args: MetastoreFederationIamPolicyArgs,
|
377
377
|
opts: Optional[pulumi.ResourceOptions] = None):
|
378
378
|
"""
|
379
|
-
Three different resources help you manage your IAM policy for Dataproc
|
379
|
+
Three different resources help you manage your IAM policy for Dataproc Metastore Federation. Each of these resources serves a different use case:
|
380
380
|
|
381
381
|
* `dataproc.MetastoreFederationIamPolicy`: Authoritative. Sets the IAM policy for the federation and replaces any existing policy already attached.
|
382
382
|
* `dataproc.MetastoreFederationIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the federation are preserved.
|
@@ -439,8 +439,8 @@ class MetastoreFederationIamPolicy(pulumi.CustomResource):
|
|
439
439
|
|
440
440
|
-
|
441
441
|
|
442
|
-
# IAM policy for Dataproc
|
443
|
-
Three different resources help you manage your IAM policy for Dataproc
|
442
|
+
# IAM policy for Dataproc Metastore Federation
|
443
|
+
Three different resources help you manage your IAM policy for Dataproc Metastore Federation. Each of these resources serves a different use case:
|
444
444
|
|
445
445
|
* `dataproc.MetastoreFederationIamPolicy`: Authoritative. Sets the IAM policy for the federation and replaces any existing policy already attached.
|
446
446
|
* `dataproc.MetastoreFederationIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the federation are preserved.
|
@@ -513,7 +513,7 @@ class MetastoreFederationIamPolicy(pulumi.CustomResource):
|
|
513
513
|
|
514
514
|
Any variables not passed in the import command will be taken from the provider configuration.
|
515
515
|
|
516
|
-
Dataproc
|
516
|
+
Dataproc Metastore federation IAM resources can be imported using the resource identifiers, role, and member.
|
517
517
|
|
518
518
|
IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
|
519
519
|
|
@@ -21,7 +21,6 @@ __all__ = ['MetastoreServiceArgs', 'MetastoreService']
|
|
21
21
|
@pulumi.input_type
|
22
22
|
class MetastoreServiceArgs:
|
23
23
|
def __init__(__self__, *,
|
24
|
-
service_id: pulumi.Input[str],
|
25
24
|
database_type: Optional[pulumi.Input[str]] = None,
|
26
25
|
deletion_protection: Optional[pulumi.Input[bool]] = None,
|
27
26
|
encryption_config: Optional[pulumi.Input['MetastoreServiceEncryptionConfigArgs']] = None,
|
@@ -37,16 +36,11 @@ class MetastoreServiceArgs:
|
|
37
36
|
release_channel: Optional[pulumi.Input[str]] = None,
|
38
37
|
scaling_config: Optional[pulumi.Input['MetastoreServiceScalingConfigArgs']] = None,
|
39
38
|
scheduled_backup: Optional[pulumi.Input['MetastoreServiceScheduledBackupArgs']] = None,
|
39
|
+
service_id: Optional[pulumi.Input[str]] = None,
|
40
40
|
telemetry_config: Optional[pulumi.Input['MetastoreServiceTelemetryConfigArgs']] = None,
|
41
41
|
tier: Optional[pulumi.Input[str]] = None):
|
42
42
|
"""
|
43
43
|
The set of arguments for constructing a MetastoreService resource.
|
44
|
-
:param pulumi.Input[str] service_id: The ID of the metastore service. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_),
|
45
|
-
and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between
|
46
|
-
3 and 63 characters.
|
47
|
-
|
48
|
-
|
49
|
-
- - -
|
50
44
|
:param pulumi.Input[str] database_type: The database type that the Metastore service stores its data.
|
51
45
|
Default value is `MYSQL`.
|
52
46
|
Possible values are: `MYSQL`, `SPANNER`.
|
@@ -81,12 +75,17 @@ class MetastoreServiceArgs:
|
|
81
75
|
Structure is documented below.
|
82
76
|
:param pulumi.Input['MetastoreServiceScheduledBackupArgs'] scheduled_backup: The configuration of scheduled backup for the metastore service.
|
83
77
|
Structure is documented below.
|
78
|
+
:param pulumi.Input[str] service_id: The ID of the metastore service. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_),
|
79
|
+
and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between
|
80
|
+
3 and 63 characters.
|
81
|
+
|
82
|
+
|
83
|
+
- - -
|
84
84
|
:param pulumi.Input['MetastoreServiceTelemetryConfigArgs'] telemetry_config: The configuration specifying telemetry settings for the Dataproc Metastore service. If unspecified defaults to JSON.
|
85
85
|
Structure is documented below.
|
86
86
|
:param pulumi.Input[str] tier: The tier of the service.
|
87
87
|
Possible values are: `DEVELOPER`, `ENTERPRISE`.
|
88
88
|
"""
|
89
|
-
pulumi.set(__self__, "service_id", service_id)
|
90
89
|
if database_type is not None:
|
91
90
|
pulumi.set(__self__, "database_type", database_type)
|
92
91
|
if deletion_protection is not None:
|
@@ -117,28 +116,13 @@ class MetastoreServiceArgs:
|
|
117
116
|
pulumi.set(__self__, "scaling_config", scaling_config)
|
118
117
|
if scheduled_backup is not None:
|
119
118
|
pulumi.set(__self__, "scheduled_backup", scheduled_backup)
|
119
|
+
if service_id is not None:
|
120
|
+
pulumi.set(__self__, "service_id", service_id)
|
120
121
|
if telemetry_config is not None:
|
121
122
|
pulumi.set(__self__, "telemetry_config", telemetry_config)
|
122
123
|
if tier is not None:
|
123
124
|
pulumi.set(__self__, "tier", tier)
|
124
125
|
|
125
|
-
@property
|
126
|
-
@pulumi.getter(name="serviceId")
|
127
|
-
def service_id(self) -> pulumi.Input[str]:
|
128
|
-
"""
|
129
|
-
The ID of the metastore service. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_),
|
130
|
-
and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between
|
131
|
-
3 and 63 characters.
|
132
|
-
|
133
|
-
|
134
|
-
- - -
|
135
|
-
"""
|
136
|
-
return pulumi.get(self, "service_id")
|
137
|
-
|
138
|
-
@service_id.setter
|
139
|
-
def service_id(self, value: pulumi.Input[str]):
|
140
|
-
pulumi.set(self, "service_id", value)
|
141
|
-
|
142
126
|
@property
|
143
127
|
@pulumi.getter(name="databaseType")
|
144
128
|
def database_type(self) -> Optional[pulumi.Input[str]]:
|
@@ -338,6 +322,23 @@ class MetastoreServiceArgs:
|
|
338
322
|
def scheduled_backup(self, value: Optional[pulumi.Input['MetastoreServiceScheduledBackupArgs']]):
|
339
323
|
pulumi.set(self, "scheduled_backup", value)
|
340
324
|
|
325
|
+
@property
|
326
|
+
@pulumi.getter(name="serviceId")
|
327
|
+
def service_id(self) -> Optional[pulumi.Input[str]]:
|
328
|
+
"""
|
329
|
+
The ID of the metastore service. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_),
|
330
|
+
and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between
|
331
|
+
3 and 63 characters.
|
332
|
+
|
333
|
+
|
334
|
+
- - -
|
335
|
+
"""
|
336
|
+
return pulumi.get(self, "service_id")
|
337
|
+
|
338
|
+
@service_id.setter
|
339
|
+
def service_id(self, value: Optional[pulumi.Input[str]]):
|
340
|
+
pulumi.set(self, "service_id", value)
|
341
|
+
|
341
342
|
@property
|
342
343
|
@pulumi.getter(name="telemetryConfig")
|
343
344
|
def telemetry_config(self) -> Optional[pulumi.Input['MetastoreServiceTelemetryConfigArgs']]:
|
@@ -1229,7 +1230,7 @@ class MetastoreService(pulumi.CustomResource):
|
|
1229
1230
|
@overload
|
1230
1231
|
def __init__(__self__,
|
1231
1232
|
resource_name: str,
|
1232
|
-
args: MetastoreServiceArgs,
|
1233
|
+
args: Optional[MetastoreServiceArgs] = None,
|
1233
1234
|
opts: Optional[pulumi.ResourceOptions] = None):
|
1234
1235
|
"""
|
1235
1236
|
A managed metastore service that serves metadata queries.
|
@@ -1599,8 +1600,6 @@ class MetastoreService(pulumi.CustomResource):
|
|
1599
1600
|
__props__.__dict__["release_channel"] = release_channel
|
1600
1601
|
__props__.__dict__["scaling_config"] = scaling_config
|
1601
1602
|
__props__.__dict__["scheduled_backup"] = scheduled_backup
|
1602
|
-
if service_id is None and not opts.urn:
|
1603
|
-
raise TypeError("Missing required property 'service_id'")
|
1604
1603
|
__props__.__dict__["service_id"] = service_id
|
1605
1604
|
__props__.__dict__["telemetry_config"] = telemetry_config
|
1606
1605
|
__props__.__dict__["tier"] = tier
|
@@ -304,7 +304,7 @@ class MetastoreServiceIamBinding(pulumi.CustomResource):
|
|
304
304
|
service_id: Optional[pulumi.Input[str]] = None,
|
305
305
|
__props__=None):
|
306
306
|
"""
|
307
|
-
Three different resources help you manage your IAM policy for Dataproc
|
307
|
+
Three different resources help you manage your IAM policy for Dataproc Metastore Service. Each of these resources serves a different use case:
|
308
308
|
|
309
309
|
* `dataproc.MetastoreServiceIamPolicy`: Authoritative. Sets the IAM policy for the service and replaces any existing policy already attached.
|
310
310
|
* `dataproc.MetastoreServiceIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the service are preserved.
|
@@ -367,8 +367,8 @@ class MetastoreServiceIamBinding(pulumi.CustomResource):
|
|
367
367
|
|
368
368
|
-
|
369
369
|
|
370
|
-
# IAM policy for Dataproc
|
371
|
-
Three different resources help you manage your IAM policy for Dataproc
|
370
|
+
# IAM policy for Dataproc Metastore Service
|
371
|
+
Three different resources help you manage your IAM policy for Dataproc Metastore Service. Each of these resources serves a different use case:
|
372
372
|
|
373
373
|
* `dataproc.MetastoreServiceIamPolicy`: Authoritative. Sets the IAM policy for the service and replaces any existing policy already attached.
|
374
374
|
* `dataproc.MetastoreServiceIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the service are preserved.
|
@@ -441,7 +441,7 @@ class MetastoreServiceIamBinding(pulumi.CustomResource):
|
|
441
441
|
|
442
442
|
Any variables not passed in the import command will be taken from the provider configuration.
|
443
443
|
|
444
|
-
Dataproc
|
444
|
+
Dataproc Metastore service IAM resources can be imported using the resource identifiers, role, and member.
|
445
445
|
|
446
446
|
IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
|
447
447
|
|
@@ -496,7 +496,7 @@ class MetastoreServiceIamBinding(pulumi.CustomResource):
|
|
496
496
|
args: MetastoreServiceIamBindingArgs,
|
497
497
|
opts: Optional[pulumi.ResourceOptions] = None):
|
498
498
|
"""
|
499
|
-
Three different resources help you manage your IAM policy for Dataproc
|
499
|
+
Three different resources help you manage your IAM policy for Dataproc Metastore Service. Each of these resources serves a different use case:
|
500
500
|
|
501
501
|
* `dataproc.MetastoreServiceIamPolicy`: Authoritative. Sets the IAM policy for the service and replaces any existing policy already attached.
|
502
502
|
* `dataproc.MetastoreServiceIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the service are preserved.
|
@@ -559,8 +559,8 @@ class MetastoreServiceIamBinding(pulumi.CustomResource):
|
|
559
559
|
|
560
560
|
-
|
561
561
|
|
562
|
-
# IAM policy for Dataproc
|
563
|
-
Three different resources help you manage your IAM policy for Dataproc
|
562
|
+
# IAM policy for Dataproc Metastore Service
|
563
|
+
Three different resources help you manage your IAM policy for Dataproc Metastore Service. Each of these resources serves a different use case:
|
564
564
|
|
565
565
|
* `dataproc.MetastoreServiceIamPolicy`: Authoritative. Sets the IAM policy for the service and replaces any existing policy already attached.
|
566
566
|
* `dataproc.MetastoreServiceIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the service are preserved.
|
@@ -633,7 +633,7 @@ class MetastoreServiceIamBinding(pulumi.CustomResource):
|
|
633
633
|
|
634
634
|
Any variables not passed in the import command will be taken from the provider configuration.
|
635
635
|
|
636
|
-
Dataproc
|
636
|
+
Dataproc Metastore service IAM resources can be imported using the resource identifiers, role, and member.
|
637
637
|
|
638
638
|
IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
|
639
639
|
|
@@ -304,7 +304,7 @@ class MetastoreServiceIamMember(pulumi.CustomResource):
|
|
304
304
|
service_id: Optional[pulumi.Input[str]] = None,
|
305
305
|
__props__=None):
|
306
306
|
"""
|
307
|
-
Three different resources help you manage your IAM policy for Dataproc
|
307
|
+
Three different resources help you manage your IAM policy for Dataproc Metastore Service. Each of these resources serves a different use case:
|
308
308
|
|
309
309
|
* `dataproc.MetastoreServiceIamPolicy`: Authoritative. Sets the IAM policy for the service and replaces any existing policy already attached.
|
310
310
|
* `dataproc.MetastoreServiceIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the service are preserved.
|
@@ -367,8 +367,8 @@ class MetastoreServiceIamMember(pulumi.CustomResource):
|
|
367
367
|
|
368
368
|
-
|
369
369
|
|
370
|
-
# IAM policy for Dataproc
|
371
|
-
Three different resources help you manage your IAM policy for Dataproc
|
370
|
+
# IAM policy for Dataproc Metastore Service
|
371
|
+
Three different resources help you manage your IAM policy for Dataproc Metastore Service. Each of these resources serves a different use case:
|
372
372
|
|
373
373
|
* `dataproc.MetastoreServiceIamPolicy`: Authoritative. Sets the IAM policy for the service and replaces any existing policy already attached.
|
374
374
|
* `dataproc.MetastoreServiceIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the service are preserved.
|
@@ -441,7 +441,7 @@ class MetastoreServiceIamMember(pulumi.CustomResource):
|
|
441
441
|
|
442
442
|
Any variables not passed in the import command will be taken from the provider configuration.
|
443
443
|
|
444
|
-
Dataproc
|
444
|
+
Dataproc Metastore service IAM resources can be imported using the resource identifiers, role, and member.
|
445
445
|
|
446
446
|
IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
|
447
447
|
|
@@ -496,7 +496,7 @@ class MetastoreServiceIamMember(pulumi.CustomResource):
|
|
496
496
|
args: MetastoreServiceIamMemberArgs,
|
497
497
|
opts: Optional[pulumi.ResourceOptions] = None):
|
498
498
|
"""
|
499
|
-
Three different resources help you manage your IAM policy for Dataproc
|
499
|
+
Three different resources help you manage your IAM policy for Dataproc Metastore Service. Each of these resources serves a different use case:
|
500
500
|
|
501
501
|
* `dataproc.MetastoreServiceIamPolicy`: Authoritative. Sets the IAM policy for the service and replaces any existing policy already attached.
|
502
502
|
* `dataproc.MetastoreServiceIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the service are preserved.
|
@@ -559,8 +559,8 @@ class MetastoreServiceIamMember(pulumi.CustomResource):
|
|
559
559
|
|
560
560
|
-
|
561
561
|
|
562
|
-
# IAM policy for Dataproc
|
563
|
-
Three different resources help you manage your IAM policy for Dataproc
|
562
|
+
# IAM policy for Dataproc Metastore Service
|
563
|
+
Three different resources help you manage your IAM policy for Dataproc Metastore Service. Each of these resources serves a different use case:
|
564
564
|
|
565
565
|
* `dataproc.MetastoreServiceIamPolicy`: Authoritative. Sets the IAM policy for the service and replaces any existing policy already attached.
|
566
566
|
* `dataproc.MetastoreServiceIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the service are preserved.
|
@@ -633,7 +633,7 @@ class MetastoreServiceIamMember(pulumi.CustomResource):
|
|
633
633
|
|
634
634
|
Any variables not passed in the import command will be taken from the provider configuration.
|
635
635
|
|
636
|
-
Dataproc
|
636
|
+
Dataproc Metastore service IAM resources can be imported using the resource identifiers, role, and member.
|
637
637
|
|
638
638
|
IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
|
639
639
|
|
@@ -201,7 +201,7 @@ class MetastoreServiceIamPolicy(pulumi.CustomResource):
|
|
201
201
|
service_id: Optional[pulumi.Input[str]] = None,
|
202
202
|
__props__=None):
|
203
203
|
"""
|
204
|
-
Three different resources help you manage your IAM policy for Dataproc
|
204
|
+
Three different resources help you manage your IAM policy for Dataproc Metastore Service. Each of these resources serves a different use case:
|
205
205
|
|
206
206
|
* `dataproc.MetastoreServiceIamPolicy`: Authoritative. Sets the IAM policy for the service and replaces any existing policy already attached.
|
207
207
|
* `dataproc.MetastoreServiceIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the service are preserved.
|
@@ -264,8 +264,8 @@ class MetastoreServiceIamPolicy(pulumi.CustomResource):
|
|
264
264
|
|
265
265
|
-
|
266
266
|
|
267
|
-
# IAM policy for Dataproc
|
268
|
-
Three different resources help you manage your IAM policy for Dataproc
|
267
|
+
# IAM policy for Dataproc Metastore Service
|
268
|
+
Three different resources help you manage your IAM policy for Dataproc Metastore Service. Each of these resources serves a different use case:
|
269
269
|
|
270
270
|
* `dataproc.MetastoreServiceIamPolicy`: Authoritative. Sets the IAM policy for the service and replaces any existing policy already attached.
|
271
271
|
* `dataproc.MetastoreServiceIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the service are preserved.
|
@@ -338,7 +338,7 @@ class MetastoreServiceIamPolicy(pulumi.CustomResource):
|
|
338
338
|
|
339
339
|
Any variables not passed in the import command will be taken from the provider configuration.
|
340
340
|
|
341
|
-
Dataproc
|
341
|
+
Dataproc Metastore service IAM resources can be imported using the resource identifiers, role, and member.
|
342
342
|
|
343
343
|
IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
|
344
344
|
|
@@ -381,7 +381,7 @@ class MetastoreServiceIamPolicy(pulumi.CustomResource):
|
|
381
381
|
args: MetastoreServiceIamPolicyArgs,
|
382
382
|
opts: Optional[pulumi.ResourceOptions] = None):
|
383
383
|
"""
|
384
|
-
Three different resources help you manage your IAM policy for Dataproc
|
384
|
+
Three different resources help you manage your IAM policy for Dataproc Metastore Service. Each of these resources serves a different use case:
|
385
385
|
|
386
386
|
* `dataproc.MetastoreServiceIamPolicy`: Authoritative. Sets the IAM policy for the service and replaces any existing policy already attached.
|
387
387
|
* `dataproc.MetastoreServiceIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the service are preserved.
|
@@ -444,8 +444,8 @@ class MetastoreServiceIamPolicy(pulumi.CustomResource):
|
|
444
444
|
|
445
445
|
-
|
446
446
|
|
447
|
-
# IAM policy for Dataproc
|
448
|
-
Three different resources help you manage your IAM policy for Dataproc
|
447
|
+
# IAM policy for Dataproc Metastore Service
|
448
|
+
Three different resources help you manage your IAM policy for Dataproc Metastore Service. Each of these resources serves a different use case:
|
449
449
|
|
450
450
|
* `dataproc.MetastoreServiceIamPolicy`: Authoritative. Sets the IAM policy for the service and replaces any existing policy already attached.
|
451
451
|
* `dataproc.MetastoreServiceIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the service are preserved.
|
@@ -518,7 +518,7 @@ class MetastoreServiceIamPolicy(pulumi.CustomResource):
|
|
518
518
|
|
519
519
|
Any variables not passed in the import command will be taken from the provider configuration.
|
520
520
|
|
521
|
-
Dataproc
|
521
|
+
Dataproc Metastore service IAM resources can be imported using the resource identifiers, role, and member.
|
522
522
|
|
523
523
|
IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
|
524
524
|
|