pulumi-gcp 8.5.0a1728368389__py3-none-any.whl → 8.6.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_gcp/__init__.py +32 -0
- pulumi_gcp/_utilities.py +1 -1
- pulumi_gcp/accessapproval/get_folder_service_account.py +9 -4
- pulumi_gcp/accessapproval/get_organization_service_account.py +9 -4
- pulumi_gcp/accessapproval/get_project_service_account.py +9 -4
- pulumi_gcp/accesscontextmanager/get_access_policy_iam_policy.py +9 -4
- pulumi_gcp/alloydb/get_locations.py +8 -4
- pulumi_gcp/alloydb/get_supported_database_flags.py +10 -4
- pulumi_gcp/apigateway/get_api_config_iam_policy.py +13 -4
- pulumi_gcp/apigateway/get_api_iam_policy.py +11 -4
- pulumi_gcp/apigateway/get_gateway_iam_policy.py +13 -4
- pulumi_gcp/apigee/get_environment_iam_policy.py +11 -4
- pulumi_gcp/appengine/get_default_service_account.py +12 -4
- pulumi_gcp/apphub/get_application.py +20 -4
- pulumi_gcp/apphub/get_discovered_service.py +14 -4
- pulumi_gcp/apphub/get_discovered_workload.py +14 -4
- pulumi_gcp/artifactregistry/get_docker_image.py +21 -4
- pulumi_gcp/artifactregistry/get_locations.py +8 -4
- pulumi_gcp/artifactregistry/get_repository.py +27 -4
- pulumi_gcp/artifactregistry/get_repository_iam_policy.py +13 -4
- pulumi_gcp/assuredworkloads/workload.py +7 -7
- pulumi_gcp/backupdisasterrecovery/get_management_server.py +13 -4
- pulumi_gcp/beyondcorp/get_app_connection.py +19 -4
- pulumi_gcp/beyondcorp/get_app_connector.py +17 -4
- pulumi_gcp/beyondcorp/get_app_gateway.py +20 -4
- pulumi_gcp/bigquery/get_connection_iam_policy.py +13 -4
- pulumi_gcp/bigquery/get_dataset.py +30 -4
- pulumi_gcp/bigquery/get_dataset_iam_policy.py +11 -4
- pulumi_gcp/bigquery/get_default_service_account.py +9 -4
- pulumi_gcp/bigquery/get_table_iam_policy.py +13 -4
- pulumi_gcp/bigquery/get_tables.py +10 -4
- pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +13 -4
- pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +15 -4
- pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +13 -4
- pulumi_gcp/bigtable/_inputs.py +58 -0
- pulumi_gcp/bigtable/gc_policy.py +7 -0
- pulumi_gcp/bigtable/get_instance_iam_policy.py +11 -4
- pulumi_gcp/bigtable/get_table_iam_policy.py +13 -4
- pulumi_gcp/bigtable/instance_iam_binding.py +13 -34
- pulumi_gcp/bigtable/instance_iam_member.py +13 -34
- pulumi_gcp/bigtable/instance_iam_policy.py +0 -47
- pulumi_gcp/bigtable/outputs.py +36 -0
- pulumi_gcp/billing/get_account_iam_policy.py +9 -4
- pulumi_gcp/binaryauthorization/get_attestor_iam_policy.py +11 -4
- pulumi_gcp/certificateauthority/get_authority.py +34 -4
- pulumi_gcp/certificateauthority/get_ca_pool_iam_policy.py +13 -4
- pulumi_gcp/certificateauthority/get_certificate_template_iam_policy.py +13 -4
- pulumi_gcp/certificatemanager/get_certificate_map.py +16 -4
- pulumi_gcp/certificatemanager/get_certificates.py +10 -4
- pulumi_gcp/cloudasset/get_resources_search_all.py +12 -4
- pulumi_gcp/cloudasset/get_search_all_resources.py +12 -4
- pulumi_gcp/cloudbuild/get_trigger.py +33 -4
- pulumi_gcp/cloudbuildv2/get_connection_iam_policy.py +13 -4
- pulumi_gcp/clouddeploy/get_custom_target_type_iam_policy.py +13 -4
- pulumi_gcp/clouddeploy/get_delivery_pipeline_iam_policy.py +13 -4
- pulumi_gcp/clouddeploy/get_target_iam_policy.py +13 -4
- pulumi_gcp/cloudfunctions/get_function.py +43 -4
- pulumi_gcp/cloudfunctions/get_function_iam_policy.py +13 -4
- pulumi_gcp/cloudfunctionsv2/get_function.py +23 -4
- pulumi_gcp/cloudfunctionsv2/get_function_iam_policy.py +13 -4
- pulumi_gcp/cloudidentity/get_group_lookup.py +8 -4
- pulumi_gcp/cloudidentity/get_group_memberships.py +8 -4
- pulumi_gcp/cloudidentity/get_group_transitive_memberships.py +8 -4
- pulumi_gcp/cloudidentity/get_groups.py +8 -4
- pulumi_gcp/cloudquota/get_s_quota_info.py +25 -4
- pulumi_gcp/cloudquota/get_s_quota_infos.py +10 -4
- pulumi_gcp/cloudrun/get_locations.py +8 -4
- pulumi_gcp/cloudrun/get_service.py +16 -4
- pulumi_gcp/cloudrun/get_service_iam_policy.py +13 -4
- pulumi_gcp/cloudrunv2/get_job.py +39 -4
- pulumi_gcp/cloudrunv2/get_job_iam_policy.py +13 -4
- pulumi_gcp/cloudrunv2/get_service.py +45 -4
- pulumi_gcp/cloudrunv2/get_service_iam_policy.py +13 -4
- pulumi_gcp/cloudtasks/get_queue_iam_policy.py +13 -4
- pulumi_gcp/composer/get_environment.py +16 -4
- pulumi_gcp/composer/get_image_versions.py +10 -4
- pulumi_gcp/composer/get_user_workloads_config_map.py +14 -4
- pulumi_gcp/composer/get_user_workloads_secret.py +14 -4
- pulumi_gcp/compute/_inputs.py +302 -18
- pulumi_gcp/compute/backend_service.py +111 -7
- pulumi_gcp/compute/get_address.py +21 -4
- pulumi_gcp/compute/get_addresses.py +12 -4
- pulumi_gcp/compute/get_backend_bucket.py +18 -4
- pulumi_gcp/compute/get_backend_bucket_iam_policy.py +11 -4
- pulumi_gcp/compute/get_backend_service.py +51 -5
- pulumi_gcp/compute/get_backend_service_iam_policy.py +11 -4
- pulumi_gcp/compute/get_certificate.py +17 -4
- pulumi_gcp/compute/get_default_service_account.py +12 -4
- pulumi_gcp/compute/get_disk.py +45 -4
- pulumi_gcp/compute/get_disk_iam_policy.py +13 -4
- pulumi_gcp/compute/get_forwarding_rule.py +43 -4
- pulumi_gcp/compute/get_forwarding_rules.py +10 -4
- pulumi_gcp/compute/get_global_address.py +19 -4
- pulumi_gcp/compute/get_global_forwarding_rule.py +31 -4
- pulumi_gcp/compute/get_hc_vpn_gateway.py +17 -4
- pulumi_gcp/compute/get_health_check.py +25 -4
- pulumi_gcp/compute/get_image.py +30 -4
- pulumi_gcp/compute/get_image_iam_policy.py +11 -4
- pulumi_gcp/compute/get_instance.py +49 -4
- pulumi_gcp/compute/get_instance_group.py +18 -4
- pulumi_gcp/compute/get_instance_group_manager.py +38 -4
- pulumi_gcp/compute/get_instance_iam_policy.py +13 -4
- pulumi_gcp/compute/get_instance_serial_port.py +14 -4
- pulumi_gcp/compute/get_instance_template.py +45 -4
- pulumi_gcp/compute/get_lbip_ranges.py +7 -4
- pulumi_gcp/compute/get_machine_image_iam_policy.py +11 -4
- pulumi_gcp/compute/get_machine_types.py +12 -4
- pulumi_gcp/compute/get_netblock_ip_ranges.py +10 -4
- pulumi_gcp/compute/get_network.py +14 -4
- pulumi_gcp/compute/get_network_endpoint_group.py +19 -4
- pulumi_gcp/compute/get_network_peering.py +17 -4
- pulumi_gcp/compute/get_networks.py +9 -4
- pulumi_gcp/compute/get_node_types.py +10 -4
- pulumi_gcp/compute/get_region_backend_service_iam_policy.py +13 -4
- pulumi_gcp/compute/get_region_disk.py +35 -4
- pulumi_gcp/compute/get_region_disk_iam_policy.py +13 -4
- pulumi_gcp/compute/get_region_instance_group.py +15 -4
- pulumi_gcp/compute/get_region_instance_group_manager.py +39 -4
- pulumi_gcp/compute/get_region_instance_template.py +44 -4
- pulumi_gcp/compute/get_region_network_endpoint_group.py +22 -4
- pulumi_gcp/compute/get_region_ssl_certificate.py +19 -4
- pulumi_gcp/compute/get_regions.py +10 -4
- pulumi_gcp/compute/get_reservation.py +19 -4
- pulumi_gcp/compute/get_resource_policy.py +17 -4
- pulumi_gcp/compute/get_router.py +18 -4
- pulumi_gcp/compute/get_router_nat.py +33 -4
- pulumi_gcp/compute/get_router_status.py +14 -4
- pulumi_gcp/compute/get_security_policy.py +18 -4
- pulumi_gcp/compute/get_snapshot.py +30 -4
- pulumi_gcp/compute/get_snapshot_iam_policy.py +11 -4
- pulumi_gcp/compute/get_ssl_policy.py +17 -4
- pulumi_gcp/compute/get_subnetwork.py +20 -4
- pulumi_gcp/compute/get_subnetwork_iam_policy.py +13 -4
- pulumi_gcp/compute/get_subnetworks.py +12 -4
- pulumi_gcp/compute/get_vpn_gateway.py +14 -4
- pulumi_gcp/compute/get_zones.py +12 -4
- pulumi_gcp/compute/network.py +236 -0
- pulumi_gcp/compute/outputs.py +401 -16
- pulumi_gcp/compute/region_backend_service.py +115 -7
- pulumi_gcp/compute/route.py +92 -0
- pulumi_gcp/compute/router_status.py +14 -4
- pulumi_gcp/compute/subnetwork.py +2 -2
- pulumi_gcp/container/_inputs.py +106 -0
- pulumi_gcp/container/aws_node_pool.py +59 -0
- pulumi_gcp/container/get_attached_install_manifest.py +14 -4
- pulumi_gcp/container/get_attached_versions.py +10 -4
- pulumi_gcp/container/get_aws_versions.py +11 -4
- pulumi_gcp/container/get_azure_versions.py +11 -4
- pulumi_gcp/container/get_cluster.py +87 -4
- pulumi_gcp/container/get_engine_versions.py +18 -4
- pulumi_gcp/container/get_registry_image.py +16 -4
- pulumi_gcp/container/get_registry_repository.py +10 -4
- pulumi_gcp/container/outputs.py +87 -0
- pulumi_gcp/containeranalysis/get_note_iam_policy.py +11 -4
- pulumi_gcp/datacatalog/get_entry_group_iam_policy.py +13 -4
- pulumi_gcp/datacatalog/get_policy_tag_iam_policy.py +9 -4
- pulumi_gcp/datacatalog/get_tag_template_iam_policy.py +13 -4
- pulumi_gcp/datacatalog/get_taxonomy_iam_policy.py +13 -4
- pulumi_gcp/dataform/get_repository_iam_policy.py +13 -4
- pulumi_gcp/datafusion/get_instance_iam_policy.py +13 -4
- pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +13 -4
- pulumi_gcp/dataplex/get_asset_iam_policy.py +17 -4
- pulumi_gcp/dataplex/get_datascan_iam_policy.py +13 -4
- pulumi_gcp/dataplex/get_entry_group_iam_policy.py +13 -4
- pulumi_gcp/dataplex/get_entry_type_iam_policy.py +13 -4
- pulumi_gcp/dataplex/get_lake_iam_policy.py +13 -4
- pulumi_gcp/dataplex/get_task_iam_policy.py +15 -4
- pulumi_gcp/dataplex/get_zone_iam_policy.py +15 -4
- pulumi_gcp/dataproc/__init__.py +1 -0
- pulumi_gcp/dataproc/_inputs.py +1394 -0
- pulumi_gcp/dataproc/batch.py +1514 -0
- pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +13 -4
- pulumi_gcp/dataproc/get_cluster_iam_policy.py +13 -4
- pulumi_gcp/dataproc/get_job_iam_policy.py +13 -4
- pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +13 -4
- pulumi_gcp/dataproc/get_metastore_service.py +34 -4
- pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +13 -4
- pulumi_gcp/dataproc/outputs.py +1127 -0
- pulumi_gcp/datastream/get_static_ips.py +10 -4
- pulumi_gcp/discoveryengine/_inputs.py +32 -5
- pulumi_gcp/discoveryengine/chat_engine.py +64 -0
- pulumi_gcp/discoveryengine/outputs.py +22 -3
- pulumi_gcp/dns/get_keys.py +11 -4
- pulumi_gcp/dns/get_managed_zone.py +14 -4
- pulumi_gcp/dns/get_managed_zone_iam_policy.py +11 -4
- pulumi_gcp/dns/get_managed_zones.py +8 -4
- pulumi_gcp/dns/get_record_set.py +15 -4
- pulumi_gcp/endpoints/get_service_consumers_iam_policy.py +11 -4
- pulumi_gcp/endpoints/get_service_iam_policy.py +9 -4
- pulumi_gcp/filestore/get_instance.py +25 -4
- pulumi_gcp/firebase/get_android_app.py +17 -4
- pulumi_gcp/firebase/get_android_app_config.py +11 -4
- pulumi_gcp/firebase/get_apple_app.py +16 -4
- pulumi_gcp/firebase/get_apple_app_config.py +11 -4
- pulumi_gcp/firebase/get_hosting_channel.py +16 -4
- pulumi_gcp/firebase/get_web_app.py +14 -4
- pulumi_gcp/firebase/get_web_app_config.py +16 -4
- pulumi_gcp/firestore/field.py +4 -4
- pulumi_gcp/folder/get_iam_policy.py +9 -4
- pulumi_gcp/folder/get_organization_policy.py +15 -4
- pulumi_gcp/gkebackup/get_backup_plan_iam_policy.py +13 -4
- pulumi_gcp/gkebackup/get_restore_plan_iam_policy.py +13 -4
- pulumi_gcp/gkehub/get_feature_iam_policy.py +13 -4
- pulumi_gcp/gkehub/get_membership_binding.py +23 -4
- pulumi_gcp/gkehub/get_membership_iam_policy.py +13 -4
- pulumi_gcp/gkehub/get_scope_iam_policy.py +11 -4
- pulumi_gcp/gkehub/membership_binding.py +6 -6
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
- pulumi_gcp/gkehub/namespace.py +4 -4
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
- pulumi_gcp/healthcare/__init__.py +1 -0
- pulumi_gcp/healthcare/_inputs.py +538 -0
- pulumi_gcp/healthcare/get_consent_store_iam_policy.py +11 -4
- pulumi_gcp/healthcare/get_dataset_iam_policy.py +9 -4
- pulumi_gcp/healthcare/get_dicom_store_iam_policy.py +9 -4
- pulumi_gcp/healthcare/get_fhir_store_iam_policy.py +9 -4
- pulumi_gcp/healthcare/get_hl7_v2_store_iam_policy.py +9 -4
- pulumi_gcp/healthcare/outputs.py +467 -0
- pulumi_gcp/healthcare/pipeline_job.py +1233 -0
- pulumi_gcp/iam/get_rule.py +10 -4
- pulumi_gcp/iam/get_testable_permissions.py +12 -4
- pulumi_gcp/iam/get_workload_identity_pool.py +14 -4
- pulumi_gcp/iam/get_workload_identity_pool_provider.py +22 -4
- pulumi_gcp/iap/get_app_engine_service_iam_policy.py +13 -4
- pulumi_gcp/iap/get_app_engine_version_iam_policy.py +15 -4
- pulumi_gcp/iap/get_client.py +11 -4
- pulumi_gcp/iap/get_tunnel_dest_group_iam_policy.py +13 -4
- pulumi_gcp/iap/get_tunnel_iam_policy.py +9 -4
- pulumi_gcp/iap/get_tunnel_instance_iam_policy.py +13 -4
- pulumi_gcp/iap/get_web_backend_service_iam_policy.py +11 -4
- pulumi_gcp/iap/get_web_iam_policy.py +9 -4
- pulumi_gcp/iap/get_web_region_backend_service_iam_policy.py +13 -4
- pulumi_gcp/iap/get_web_type_app_engine_iam_policy.py +11 -4
- pulumi_gcp/iap/get_web_type_compute_iam_policy.py +9 -4
- pulumi_gcp/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
- pulumi_gcp/kms/get_crypto_key_iam_policy.py +9 -4
- pulumi_gcp/kms/get_crypto_key_latest_version.py +15 -4
- pulumi_gcp/kms/get_crypto_key_versions.py +11 -4
- pulumi_gcp/kms/get_crypto_keys.py +10 -4
- pulumi_gcp/kms/get_ekm_connection_iam_policy.py +13 -4
- pulumi_gcp/kms/get_key_ring_iam_policy.py +9 -4
- pulumi_gcp/kms/get_key_rings.py +12 -4
- pulumi_gcp/kms/get_kms_crypto_key.py +21 -4
- pulumi_gcp/kms/get_kms_crypto_key_version.py +14 -4
- pulumi_gcp/kms/get_kms_key_ring.py +11 -4
- pulumi_gcp/kms/get_kms_secret.py +12 -4
- pulumi_gcp/kms/get_kms_secret_asymmetric.py +12 -4
- pulumi_gcp/kms/get_kms_secret_ciphertext.py +10 -4
- pulumi_gcp/kms/key_handle.py +8 -8
- pulumi_gcp/logging/get_folder_settings.py +13 -4
- pulumi_gcp/logging/get_log_view_iam_policy.py +15 -4
- pulumi_gcp/logging/get_organization_settings.py +13 -4
- pulumi_gcp/logging/get_project_cmek_settings.py +12 -4
- pulumi_gcp/logging/get_project_settings.py +13 -4
- pulumi_gcp/logging/get_sink.py +14 -4
- pulumi_gcp/logging/log_scope.py +7 -7
- pulumi_gcp/monitoring/get_app_engine_service.py +14 -4
- pulumi_gcp/monitoring/get_cluster_istio_service.py +20 -4
- pulumi_gcp/monitoring/get_istio_canonical_service.py +18 -4
- pulumi_gcp/monitoring/get_mesh_istio_service.py +18 -4
- pulumi_gcp/monitoring/get_notification_channel.py +21 -4
- pulumi_gcp/monitoring/get_secret_version.py +16 -4
- pulumi_gcp/monitoring/get_uptime_check_i_ps.py +6 -4
- pulumi_gcp/netapp/backup_vault.py +2 -2
- pulumi_gcp/networkconnectivity/_inputs.py +70 -0
- pulumi_gcp/networkconnectivity/internal_range.py +117 -7
- pulumi_gcp/networkconnectivity/outputs.py +42 -0
- pulumi_gcp/networkconnectivity/spoke.py +10 -10
- pulumi_gcp/networksecurity/get_address_group_iam_policy.py +13 -4
- pulumi_gcp/networkservices/gateway.py +54 -0
- pulumi_gcp/notebooks/get_instance_iam_policy.py +13 -4
- pulumi_gcp/notebooks/get_runtime_iam_policy.py +13 -4
- pulumi_gcp/organizations/get_active_folder.py +12 -4
- pulumi_gcp/organizations/get_billing_account.py +15 -4
- pulumi_gcp/organizations/get_client_config.py +10 -4
- pulumi_gcp/organizations/get_client_open_id_user_info.py +6 -4
- pulumi_gcp/organizations/get_folder.py +17 -4
- pulumi_gcp/organizations/get_folders.py +8 -4
- pulumi_gcp/organizations/get_iam_policy.py +10 -4
- pulumi_gcp/organizations/get_organization.py +14 -4
- pulumi_gcp/organizations/get_project.py +18 -4
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/privilegedaccessmanager/get_entitlement.py +22 -4
- pulumi_gcp/projects/get_iam_policy.py +9 -4
- pulumi_gcp/projects/get_organization_policy.py +15 -4
- pulumi_gcp/projects/get_project.py +8 -4
- pulumi_gcp/projects/get_project_service.py +12 -4
- pulumi_gcp/pubsub/_inputs.py +333 -1
- pulumi_gcp/pubsub/get_schema_iam_policy.py +11 -4
- pulumi_gcp/pubsub/get_subscription.py +25 -4
- pulumi_gcp/pubsub/get_subscription_iam_policy.py +11 -4
- pulumi_gcp/pubsub/get_topic.py +17 -4
- pulumi_gcp/pubsub/get_topic_iam_policy.py +11 -4
- pulumi_gcp/pubsub/outputs.py +410 -2
- pulumi_gcp/pubsub/subscription.py +6 -6
- pulumi_gcp/pubsub/topic.py +44 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/redis/get_instance.py +44 -4
- pulumi_gcp/runtimeconfig/get_config.py +10 -4
- pulumi_gcp/runtimeconfig/get_config_iam_policy.py +11 -4
- pulumi_gcp/runtimeconfig/get_variable.py +14 -4
- pulumi_gcp/secretmanager/get_regional_secret.py +25 -4
- pulumi_gcp/secretmanager/get_regional_secret_iam_policy.py +13 -4
- pulumi_gcp/secretmanager/get_regional_secret_version.py +19 -4
- pulumi_gcp/secretmanager/get_regional_secret_version_access.py +15 -4
- pulumi_gcp/secretmanager/get_regional_secrets.py +12 -4
- pulumi_gcp/secretmanager/get_secret.py +23 -4
- pulumi_gcp/secretmanager/get_secret_iam_policy.py +11 -4
- pulumi_gcp/secretmanager/get_secret_version.py +16 -4
- pulumi_gcp/secretmanager/get_secret_version_access.py +13 -4
- pulumi_gcp/secretmanager/get_secrets.py +10 -4
- pulumi_gcp/secretmanager/outputs.py +2 -10
- pulumi_gcp/securesourcemanager/__init__.py +1 -0
- pulumi_gcp/securesourcemanager/branch_rule.py +975 -0
- pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +13 -4
- pulumi_gcp/securesourcemanager/get_repository_iam_policy.py +13 -4
- pulumi_gcp/securesourcemanager/repository.py +0 -2
- pulumi_gcp/securitycenter/get_source_iam_policy.py +11 -4
- pulumi_gcp/securitycenter/get_v2_organization_source_iam_policy.py +11 -4
- pulumi_gcp/securityposture/posture.py +0 -2
- pulumi_gcp/securityposture/posture_deployment.py +0 -2
- pulumi_gcp/serviceaccount/get_account.py +14 -4
- pulumi_gcp/serviceaccount/get_account_access_token.py +14 -4
- pulumi_gcp/serviceaccount/get_account_id_token.py +14 -4
- pulumi_gcp/serviceaccount/get_account_jwt.py +14 -4
- pulumi_gcp/serviceaccount/get_account_key.py +13 -4
- pulumi_gcp/serviceaccount/get_iam_policy.py +9 -4
- pulumi_gcp/servicedirectory/get_namespace_iam_policy.py +9 -4
- pulumi_gcp/servicedirectory/get_service_iam_policy.py +9 -4
- pulumi_gcp/servicenetworking/get_peered_dns_domain.py +15 -4
- pulumi_gcp/serviceusage/consumer_quota_override.py +0 -2
- pulumi_gcp/siteverification/__init__.py +1 -0
- pulumi_gcp/siteverification/get_token.py +12 -4
- pulumi_gcp/siteverification/owner.py +398 -0
- pulumi_gcp/sourcerepo/get_repository.py +24 -5
- pulumi_gcp/sourcerepo/get_repository_iam_policy.py +11 -4
- pulumi_gcp/sourcerepo/repository.py +47 -0
- pulumi_gcp/spanner/backup_schedule.py +4 -2
- pulumi_gcp/spanner/get_database_iam_policy.py +13 -4
- pulumi_gcp/spanner/get_instance.py +22 -4
- pulumi_gcp/spanner/get_instance_iam_policy.py +11 -4
- pulumi_gcp/sql/get_backup_run.py +16 -4
- pulumi_gcp/sql/get_ca_certs.py +11 -4
- pulumi_gcp/sql/get_database.py +15 -4
- pulumi_gcp/sql/get_database_instance.py +32 -4
- pulumi_gcp/sql/get_database_instance_latest_recovery_time.py +10 -4
- pulumi_gcp/sql/get_database_instances.py +18 -4
- pulumi_gcp/sql/get_databases.py +10 -4
- pulumi_gcp/sql/get_tiers.py +8 -4
- pulumi_gcp/storage/get_bucket.py +34 -4
- pulumi_gcp/storage/get_bucket_iam_policy.py +9 -4
- pulumi_gcp/storage/get_bucket_object.py +30 -4
- pulumi_gcp/storage/get_bucket_object_content.py +31 -4
- pulumi_gcp/storage/get_bucket_objects.py +12 -4
- pulumi_gcp/storage/get_buckets.py +10 -4
- pulumi_gcp/storage/get_managed_folder_iam_policy.py +11 -4
- pulumi_gcp/storage/get_object_signed_url.py +22 -4
- pulumi_gcp/storage/get_project_service_account.py +11 -4
- pulumi_gcp/storage/get_transfer_project_service_account.py +10 -4
- pulumi_gcp/storage/get_transfer_project_servie_account.py +10 -4
- pulumi_gcp/tags/get_tag_key.py +14 -4
- pulumi_gcp/tags/get_tag_key_iam_policy.py +9 -4
- pulumi_gcp/tags/get_tag_keys.py +8 -4
- pulumi_gcp/tags/get_tag_value.py +14 -4
- pulumi_gcp/tags/get_tag_value_iam_policy.py +9 -4
- pulumi_gcp/tags/get_tag_values.py +8 -4
- pulumi_gcp/tags/tag_key.py +7 -7
- pulumi_gcp/tags/tag_value.py +7 -7
- pulumi_gcp/tpu/get_tensorflow_versions.py +10 -4
- pulumi_gcp/tpu/get_v2_accelerator_types.py +10 -4
- pulumi_gcp/tpu/get_v2_runtime_versions.py +10 -4
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- pulumi_gcp/vertex/get_ai_endpoint_iam_policy.py +13 -4
- pulumi_gcp/vertex/get_ai_featurestore_entitytype_iam_policy.py +11 -4
- pulumi_gcp/vertex/get_ai_featurestore_iam_policy.py +13 -4
- pulumi_gcp/vertex/get_ai_index.py +24 -4
- pulumi_gcp/vmwareengine/get_cluster.py +13 -4
- pulumi_gcp/vmwareengine/get_external_access_rule.py +21 -4
- pulumi_gcp/vmwareengine/get_external_address.py +16 -4
- pulumi_gcp/vmwareengine/get_network.py +16 -4
- pulumi_gcp/vmwareengine/get_network_peering.py +23 -4
- pulumi_gcp/vmwareengine/get_network_policy.py +20 -4
- pulumi_gcp/vmwareengine/get_nsx_credentials.py +9 -4
- pulumi_gcp/vmwareengine/get_private_cloud.py +22 -4
- pulumi_gcp/vmwareengine/get_subnet.py +20 -4
- pulumi_gcp/vmwareengine/get_vcenter_credentials.py +9 -4
- pulumi_gcp/vpcaccess/get_connector.py +22 -4
- pulumi_gcp/workbench/get_instance_iam_policy.py +13 -4
- pulumi_gcp/workstations/get_workstation_config_iam_policy.py +15 -4
- pulumi_gcp/workstations/get_workstation_iam_policy.py +17 -4
- {pulumi_gcp-8.5.0a1728368389.dist-info → pulumi_gcp-8.6.0.dist-info}/METADATA +2 -2
- {pulumi_gcp-8.5.0a1728368389.dist-info → pulumi_gcp-8.6.0.dist-info}/RECORD +395 -391
- {pulumi_gcp-8.5.0a1728368389.dist-info → pulumi_gcp-8.6.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.5.0a1728368389.dist-info → pulumi_gcp-8.6.0.dist-info}/top_level.txt +0 -0
pulumi_gcp/dataproc/_inputs.py
CHANGED
@@ -27,6 +27,32 @@ __all__ = [
|
|
27
27
|
'AutoscalingPolicySecondaryWorkerConfigArgsDict',
|
28
28
|
'AutoscalingPolicyWorkerConfigArgs',
|
29
29
|
'AutoscalingPolicyWorkerConfigArgsDict',
|
30
|
+
'BatchEnvironmentConfigArgs',
|
31
|
+
'BatchEnvironmentConfigArgsDict',
|
32
|
+
'BatchEnvironmentConfigExecutionConfigArgs',
|
33
|
+
'BatchEnvironmentConfigExecutionConfigArgsDict',
|
34
|
+
'BatchEnvironmentConfigPeripheralsConfigArgs',
|
35
|
+
'BatchEnvironmentConfigPeripheralsConfigArgsDict',
|
36
|
+
'BatchEnvironmentConfigPeripheralsConfigSparkHistoryServerConfigArgs',
|
37
|
+
'BatchEnvironmentConfigPeripheralsConfigSparkHistoryServerConfigArgsDict',
|
38
|
+
'BatchPysparkBatchArgs',
|
39
|
+
'BatchPysparkBatchArgsDict',
|
40
|
+
'BatchRuntimeConfigArgs',
|
41
|
+
'BatchRuntimeConfigArgsDict',
|
42
|
+
'BatchRuntimeInfoArgs',
|
43
|
+
'BatchRuntimeInfoArgsDict',
|
44
|
+
'BatchRuntimeInfoApproximateUsageArgs',
|
45
|
+
'BatchRuntimeInfoApproximateUsageArgsDict',
|
46
|
+
'BatchRuntimeInfoCurrentUsageArgs',
|
47
|
+
'BatchRuntimeInfoCurrentUsageArgsDict',
|
48
|
+
'BatchSparkBatchArgs',
|
49
|
+
'BatchSparkBatchArgsDict',
|
50
|
+
'BatchSparkRBatchArgs',
|
51
|
+
'BatchSparkRBatchArgsDict',
|
52
|
+
'BatchSparkSqlBatchArgs',
|
53
|
+
'BatchSparkSqlBatchArgsDict',
|
54
|
+
'BatchStateHistoryArgs',
|
55
|
+
'BatchStateHistoryArgsDict',
|
30
56
|
'ClusterClusterConfigArgs',
|
31
57
|
'ClusterClusterConfigArgsDict',
|
32
58
|
'ClusterClusterConfigAutoscalingConfigArgs',
|
@@ -852,6 +878,1374 @@ class AutoscalingPolicyWorkerConfigArgs:
|
|
852
878
|
pulumi.set(self, "weight", value)
|
853
879
|
|
854
880
|
|
881
|
+
if not MYPY:
|
882
|
+
class BatchEnvironmentConfigArgsDict(TypedDict):
|
883
|
+
execution_config: NotRequired[pulumi.Input['BatchEnvironmentConfigExecutionConfigArgsDict']]
|
884
|
+
"""
|
885
|
+
Execution configuration for a workload.
|
886
|
+
Structure is documented below.
|
887
|
+
"""
|
888
|
+
peripherals_config: NotRequired[pulumi.Input['BatchEnvironmentConfigPeripheralsConfigArgsDict']]
|
889
|
+
"""
|
890
|
+
Peripherals configuration that workload has access to.
|
891
|
+
Structure is documented below.
|
892
|
+
"""
|
893
|
+
elif False:
|
894
|
+
BatchEnvironmentConfigArgsDict: TypeAlias = Mapping[str, Any]
|
895
|
+
|
896
|
+
@pulumi.input_type
|
897
|
+
class BatchEnvironmentConfigArgs:
|
898
|
+
def __init__(__self__, *,
|
899
|
+
execution_config: Optional[pulumi.Input['BatchEnvironmentConfigExecutionConfigArgs']] = None,
|
900
|
+
peripherals_config: Optional[pulumi.Input['BatchEnvironmentConfigPeripheralsConfigArgs']] = None):
|
901
|
+
"""
|
902
|
+
:param pulumi.Input['BatchEnvironmentConfigExecutionConfigArgs'] execution_config: Execution configuration for a workload.
|
903
|
+
Structure is documented below.
|
904
|
+
:param pulumi.Input['BatchEnvironmentConfigPeripheralsConfigArgs'] peripherals_config: Peripherals configuration that workload has access to.
|
905
|
+
Structure is documented below.
|
906
|
+
"""
|
907
|
+
if execution_config is not None:
|
908
|
+
pulumi.set(__self__, "execution_config", execution_config)
|
909
|
+
if peripherals_config is not None:
|
910
|
+
pulumi.set(__self__, "peripherals_config", peripherals_config)
|
911
|
+
|
912
|
+
@property
|
913
|
+
@pulumi.getter(name="executionConfig")
|
914
|
+
def execution_config(self) -> Optional[pulumi.Input['BatchEnvironmentConfigExecutionConfigArgs']]:
|
915
|
+
"""
|
916
|
+
Execution configuration for a workload.
|
917
|
+
Structure is documented below.
|
918
|
+
"""
|
919
|
+
return pulumi.get(self, "execution_config")
|
920
|
+
|
921
|
+
@execution_config.setter
|
922
|
+
def execution_config(self, value: Optional[pulumi.Input['BatchEnvironmentConfigExecutionConfigArgs']]):
|
923
|
+
pulumi.set(self, "execution_config", value)
|
924
|
+
|
925
|
+
@property
|
926
|
+
@pulumi.getter(name="peripheralsConfig")
|
927
|
+
def peripherals_config(self) -> Optional[pulumi.Input['BatchEnvironmentConfigPeripheralsConfigArgs']]:
|
928
|
+
"""
|
929
|
+
Peripherals configuration that workload has access to.
|
930
|
+
Structure is documented below.
|
931
|
+
"""
|
932
|
+
return pulumi.get(self, "peripherals_config")
|
933
|
+
|
934
|
+
@peripherals_config.setter
|
935
|
+
def peripherals_config(self, value: Optional[pulumi.Input['BatchEnvironmentConfigPeripheralsConfigArgs']]):
|
936
|
+
pulumi.set(self, "peripherals_config", value)
|
937
|
+
|
938
|
+
|
939
|
+
if not MYPY:
|
940
|
+
class BatchEnvironmentConfigExecutionConfigArgsDict(TypedDict):
|
941
|
+
kms_key: NotRequired[pulumi.Input[str]]
|
942
|
+
"""
|
943
|
+
The Cloud KMS key to use for encryption.
|
944
|
+
"""
|
945
|
+
network_tags: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
946
|
+
"""
|
947
|
+
Tags used for network traffic control.
|
948
|
+
"""
|
949
|
+
network_uri: NotRequired[pulumi.Input[str]]
|
950
|
+
"""
|
951
|
+
Network configuration for workload execution.
|
952
|
+
"""
|
953
|
+
service_account: NotRequired[pulumi.Input[str]]
|
954
|
+
"""
|
955
|
+
Service account that used to execute workload.
|
956
|
+
"""
|
957
|
+
staging_bucket: NotRequired[pulumi.Input[str]]
|
958
|
+
"""
|
959
|
+
A Cloud Storage bucket used to stage workload dependencies, config files, and store
|
960
|
+
workload output and other ephemeral data, such as Spark history files. If you do not specify a staging bucket,
|
961
|
+
Cloud Dataproc will determine a Cloud Storage location according to the region where your workload is running,
|
962
|
+
and then create and manage project-level, per-location staging and temporary buckets.
|
963
|
+
This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.
|
964
|
+
"""
|
965
|
+
subnetwork_uri: NotRequired[pulumi.Input[str]]
|
966
|
+
"""
|
967
|
+
Subnetwork configuration for workload execution.
|
968
|
+
"""
|
969
|
+
ttl: NotRequired[pulumi.Input[str]]
|
970
|
+
"""
|
971
|
+
The duration after which the workload will be terminated.
|
972
|
+
When the workload exceeds this duration, it will be unconditionally terminated without waiting for ongoing
|
973
|
+
work to finish. If ttl is not specified for a batch workload, the workload will be allowed to run until it
|
974
|
+
exits naturally (or run forever without exiting). If ttl is not specified for an interactive session,
|
975
|
+
it defaults to 24 hours. If ttl is not specified for a batch that uses 2.1+ runtime version, it defaults to 4 hours.
|
976
|
+
Minimum value is 10 minutes; maximum value is 14 days. If both ttl and idleTtl are specified (for an interactive session),
|
977
|
+
the conditions are treated as OR conditions: the workload will be terminated when it has been idle for idleTtl or
|
978
|
+
when ttl has been exceeded, whichever occurs first.
|
979
|
+
"""
|
980
|
+
elif False:
|
981
|
+
BatchEnvironmentConfigExecutionConfigArgsDict: TypeAlias = Mapping[str, Any]
|
982
|
+
|
983
|
+
@pulumi.input_type
|
984
|
+
class BatchEnvironmentConfigExecutionConfigArgs:
|
985
|
+
def __init__(__self__, *,
|
986
|
+
kms_key: Optional[pulumi.Input[str]] = None,
|
987
|
+
network_tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
988
|
+
network_uri: Optional[pulumi.Input[str]] = None,
|
989
|
+
service_account: Optional[pulumi.Input[str]] = None,
|
990
|
+
staging_bucket: Optional[pulumi.Input[str]] = None,
|
991
|
+
subnetwork_uri: Optional[pulumi.Input[str]] = None,
|
992
|
+
ttl: Optional[pulumi.Input[str]] = None):
|
993
|
+
"""
|
994
|
+
:param pulumi.Input[str] kms_key: The Cloud KMS key to use for encryption.
|
995
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] network_tags: Tags used for network traffic control.
|
996
|
+
:param pulumi.Input[str] network_uri: Network configuration for workload execution.
|
997
|
+
:param pulumi.Input[str] service_account: Service account that used to execute workload.
|
998
|
+
:param pulumi.Input[str] staging_bucket: A Cloud Storage bucket used to stage workload dependencies, config files, and store
|
999
|
+
workload output and other ephemeral data, such as Spark history files. If you do not specify a staging bucket,
|
1000
|
+
Cloud Dataproc will determine a Cloud Storage location according to the region where your workload is running,
|
1001
|
+
and then create and manage project-level, per-location staging and temporary buckets.
|
1002
|
+
This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.
|
1003
|
+
:param pulumi.Input[str] subnetwork_uri: Subnetwork configuration for workload execution.
|
1004
|
+
:param pulumi.Input[str] ttl: The duration after which the workload will be terminated.
|
1005
|
+
When the workload exceeds this duration, it will be unconditionally terminated without waiting for ongoing
|
1006
|
+
work to finish. If ttl is not specified for a batch workload, the workload will be allowed to run until it
|
1007
|
+
exits naturally (or run forever without exiting). If ttl is not specified for an interactive session,
|
1008
|
+
it defaults to 24 hours. If ttl is not specified for a batch that uses 2.1+ runtime version, it defaults to 4 hours.
|
1009
|
+
Minimum value is 10 minutes; maximum value is 14 days. If both ttl and idleTtl are specified (for an interactive session),
|
1010
|
+
the conditions are treated as OR conditions: the workload will be terminated when it has been idle for idleTtl or
|
1011
|
+
when ttl has been exceeded, whichever occurs first.
|
1012
|
+
"""
|
1013
|
+
if kms_key is not None:
|
1014
|
+
pulumi.set(__self__, "kms_key", kms_key)
|
1015
|
+
if network_tags is not None:
|
1016
|
+
pulumi.set(__self__, "network_tags", network_tags)
|
1017
|
+
if network_uri is not None:
|
1018
|
+
pulumi.set(__self__, "network_uri", network_uri)
|
1019
|
+
if service_account is not None:
|
1020
|
+
pulumi.set(__self__, "service_account", service_account)
|
1021
|
+
if staging_bucket is not None:
|
1022
|
+
pulumi.set(__self__, "staging_bucket", staging_bucket)
|
1023
|
+
if subnetwork_uri is not None:
|
1024
|
+
pulumi.set(__self__, "subnetwork_uri", subnetwork_uri)
|
1025
|
+
if ttl is not None:
|
1026
|
+
pulumi.set(__self__, "ttl", ttl)
|
1027
|
+
|
1028
|
+
@property
|
1029
|
+
@pulumi.getter(name="kmsKey")
|
1030
|
+
def kms_key(self) -> Optional[pulumi.Input[str]]:
|
1031
|
+
"""
|
1032
|
+
The Cloud KMS key to use for encryption.
|
1033
|
+
"""
|
1034
|
+
return pulumi.get(self, "kms_key")
|
1035
|
+
|
1036
|
+
@kms_key.setter
|
1037
|
+
def kms_key(self, value: Optional[pulumi.Input[str]]):
|
1038
|
+
pulumi.set(self, "kms_key", value)
|
1039
|
+
|
1040
|
+
@property
|
1041
|
+
@pulumi.getter(name="networkTags")
|
1042
|
+
def network_tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
1043
|
+
"""
|
1044
|
+
Tags used for network traffic control.
|
1045
|
+
"""
|
1046
|
+
return pulumi.get(self, "network_tags")
|
1047
|
+
|
1048
|
+
@network_tags.setter
|
1049
|
+
def network_tags(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
1050
|
+
pulumi.set(self, "network_tags", value)
|
1051
|
+
|
1052
|
+
@property
|
1053
|
+
@pulumi.getter(name="networkUri")
|
1054
|
+
def network_uri(self) -> Optional[pulumi.Input[str]]:
|
1055
|
+
"""
|
1056
|
+
Network configuration for workload execution.
|
1057
|
+
"""
|
1058
|
+
return pulumi.get(self, "network_uri")
|
1059
|
+
|
1060
|
+
@network_uri.setter
|
1061
|
+
def network_uri(self, value: Optional[pulumi.Input[str]]):
|
1062
|
+
pulumi.set(self, "network_uri", value)
|
1063
|
+
|
1064
|
+
@property
|
1065
|
+
@pulumi.getter(name="serviceAccount")
|
1066
|
+
def service_account(self) -> Optional[pulumi.Input[str]]:
|
1067
|
+
"""
|
1068
|
+
Service account that used to execute workload.
|
1069
|
+
"""
|
1070
|
+
return pulumi.get(self, "service_account")
|
1071
|
+
|
1072
|
+
@service_account.setter
|
1073
|
+
def service_account(self, value: Optional[pulumi.Input[str]]):
|
1074
|
+
pulumi.set(self, "service_account", value)
|
1075
|
+
|
1076
|
+
@property
|
1077
|
+
@pulumi.getter(name="stagingBucket")
|
1078
|
+
def staging_bucket(self) -> Optional[pulumi.Input[str]]:
|
1079
|
+
"""
|
1080
|
+
A Cloud Storage bucket used to stage workload dependencies, config files, and store
|
1081
|
+
workload output and other ephemeral data, such as Spark history files. If you do not specify a staging bucket,
|
1082
|
+
Cloud Dataproc will determine a Cloud Storage location according to the region where your workload is running,
|
1083
|
+
and then create and manage project-level, per-location staging and temporary buckets.
|
1084
|
+
This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.
|
1085
|
+
"""
|
1086
|
+
return pulumi.get(self, "staging_bucket")
|
1087
|
+
|
1088
|
+
@staging_bucket.setter
|
1089
|
+
def staging_bucket(self, value: Optional[pulumi.Input[str]]):
|
1090
|
+
pulumi.set(self, "staging_bucket", value)
|
1091
|
+
|
1092
|
+
@property
|
1093
|
+
@pulumi.getter(name="subnetworkUri")
|
1094
|
+
def subnetwork_uri(self) -> Optional[pulumi.Input[str]]:
|
1095
|
+
"""
|
1096
|
+
Subnetwork configuration for workload execution.
|
1097
|
+
"""
|
1098
|
+
return pulumi.get(self, "subnetwork_uri")
|
1099
|
+
|
1100
|
+
@subnetwork_uri.setter
|
1101
|
+
def subnetwork_uri(self, value: Optional[pulumi.Input[str]]):
|
1102
|
+
pulumi.set(self, "subnetwork_uri", value)
|
1103
|
+
|
1104
|
+
@property
|
1105
|
+
@pulumi.getter
|
1106
|
+
def ttl(self) -> Optional[pulumi.Input[str]]:
|
1107
|
+
"""
|
1108
|
+
The duration after which the workload will be terminated.
|
1109
|
+
When the workload exceeds this duration, it will be unconditionally terminated without waiting for ongoing
|
1110
|
+
work to finish. If ttl is not specified for a batch workload, the workload will be allowed to run until it
|
1111
|
+
exits naturally (or run forever without exiting). If ttl is not specified for an interactive session,
|
1112
|
+
it defaults to 24 hours. If ttl is not specified for a batch that uses 2.1+ runtime version, it defaults to 4 hours.
|
1113
|
+
Minimum value is 10 minutes; maximum value is 14 days. If both ttl and idleTtl are specified (for an interactive session),
|
1114
|
+
the conditions are treated as OR conditions: the workload will be terminated when it has been idle for idleTtl or
|
1115
|
+
when ttl has been exceeded, whichever occurs first.
|
1116
|
+
"""
|
1117
|
+
return pulumi.get(self, "ttl")
|
1118
|
+
|
1119
|
+
@ttl.setter
|
1120
|
+
def ttl(self, value: Optional[pulumi.Input[str]]):
|
1121
|
+
pulumi.set(self, "ttl", value)
|
1122
|
+
|
1123
|
+
|
1124
|
+
if not MYPY:
|
1125
|
+
class BatchEnvironmentConfigPeripheralsConfigArgsDict(TypedDict):
|
1126
|
+
metastore_service: NotRequired[pulumi.Input[str]]
|
1127
|
+
"""
|
1128
|
+
Resource name of an existing Dataproc Metastore service.
|
1129
|
+
"""
|
1130
|
+
spark_history_server_config: NotRequired[pulumi.Input['BatchEnvironmentConfigPeripheralsConfigSparkHistoryServerConfigArgsDict']]
|
1131
|
+
"""
|
1132
|
+
The Spark History Server configuration for the workload.
|
1133
|
+
Structure is documented below.
|
1134
|
+
"""
|
1135
|
+
elif False:
|
1136
|
+
BatchEnvironmentConfigPeripheralsConfigArgsDict: TypeAlias = Mapping[str, Any]
|
1137
|
+
|
1138
|
+
@pulumi.input_type
|
1139
|
+
class BatchEnvironmentConfigPeripheralsConfigArgs:
|
1140
|
+
def __init__(__self__, *,
|
1141
|
+
metastore_service: Optional[pulumi.Input[str]] = None,
|
1142
|
+
spark_history_server_config: Optional[pulumi.Input['BatchEnvironmentConfigPeripheralsConfigSparkHistoryServerConfigArgs']] = None):
|
1143
|
+
"""
|
1144
|
+
:param pulumi.Input[str] metastore_service: Resource name of an existing Dataproc Metastore service.
|
1145
|
+
:param pulumi.Input['BatchEnvironmentConfigPeripheralsConfigSparkHistoryServerConfigArgs'] spark_history_server_config: The Spark History Server configuration for the workload.
|
1146
|
+
Structure is documented below.
|
1147
|
+
"""
|
1148
|
+
if metastore_service is not None:
|
1149
|
+
pulumi.set(__self__, "metastore_service", metastore_service)
|
1150
|
+
if spark_history_server_config is not None:
|
1151
|
+
pulumi.set(__self__, "spark_history_server_config", spark_history_server_config)
|
1152
|
+
|
1153
|
+
@property
|
1154
|
+
@pulumi.getter(name="metastoreService")
|
1155
|
+
def metastore_service(self) -> Optional[pulumi.Input[str]]:
|
1156
|
+
"""
|
1157
|
+
Resource name of an existing Dataproc Metastore service.
|
1158
|
+
"""
|
1159
|
+
return pulumi.get(self, "metastore_service")
|
1160
|
+
|
1161
|
+
@metastore_service.setter
|
1162
|
+
def metastore_service(self, value: Optional[pulumi.Input[str]]):
|
1163
|
+
pulumi.set(self, "metastore_service", value)
|
1164
|
+
|
1165
|
+
@property
|
1166
|
+
@pulumi.getter(name="sparkHistoryServerConfig")
|
1167
|
+
def spark_history_server_config(self) -> Optional[pulumi.Input['BatchEnvironmentConfigPeripheralsConfigSparkHistoryServerConfigArgs']]:
|
1168
|
+
"""
|
1169
|
+
The Spark History Server configuration for the workload.
|
1170
|
+
Structure is documented below.
|
1171
|
+
"""
|
1172
|
+
return pulumi.get(self, "spark_history_server_config")
|
1173
|
+
|
1174
|
+
@spark_history_server_config.setter
|
1175
|
+
def spark_history_server_config(self, value: Optional[pulumi.Input['BatchEnvironmentConfigPeripheralsConfigSparkHistoryServerConfigArgs']]):
|
1176
|
+
pulumi.set(self, "spark_history_server_config", value)
|
1177
|
+
|
1178
|
+
|
1179
|
+
if not MYPY:
|
1180
|
+
class BatchEnvironmentConfigPeripheralsConfigSparkHistoryServerConfigArgsDict(TypedDict):
|
1181
|
+
dataproc_cluster: NotRequired[pulumi.Input[str]]
|
1182
|
+
"""
|
1183
|
+
Resource name of an existing Dataproc Cluster to act as a Spark History Server for the workload.
|
1184
|
+
"""
|
1185
|
+
elif False:
|
1186
|
+
BatchEnvironmentConfigPeripheralsConfigSparkHistoryServerConfigArgsDict: TypeAlias = Mapping[str, Any]
|
1187
|
+
|
1188
|
+
@pulumi.input_type
|
1189
|
+
class BatchEnvironmentConfigPeripheralsConfigSparkHistoryServerConfigArgs:
|
1190
|
+
def __init__(__self__, *,
|
1191
|
+
dataproc_cluster: Optional[pulumi.Input[str]] = None):
|
1192
|
+
"""
|
1193
|
+
:param pulumi.Input[str] dataproc_cluster: Resource name of an existing Dataproc Cluster to act as a Spark History Server for the workload.
|
1194
|
+
"""
|
1195
|
+
if dataproc_cluster is not None:
|
1196
|
+
pulumi.set(__self__, "dataproc_cluster", dataproc_cluster)
|
1197
|
+
|
1198
|
+
@property
|
1199
|
+
@pulumi.getter(name="dataprocCluster")
|
1200
|
+
def dataproc_cluster(self) -> Optional[pulumi.Input[str]]:
|
1201
|
+
"""
|
1202
|
+
Resource name of an existing Dataproc Cluster to act as a Spark History Server for the workload.
|
1203
|
+
"""
|
1204
|
+
return pulumi.get(self, "dataproc_cluster")
|
1205
|
+
|
1206
|
+
@dataproc_cluster.setter
|
1207
|
+
def dataproc_cluster(self, value: Optional[pulumi.Input[str]]):
|
1208
|
+
pulumi.set(self, "dataproc_cluster", value)
|
1209
|
+
|
1210
|
+
|
1211
|
+
if not MYPY:
|
1212
|
+
class BatchPysparkBatchArgsDict(TypedDict):
|
1213
|
+
archive_uris: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
1214
|
+
"""
|
1215
|
+
HCFS URIs of archives to be extracted into the working directory of each executor.
|
1216
|
+
Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.
|
1217
|
+
"""
|
1218
|
+
args: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
1219
|
+
"""
|
1220
|
+
The arguments to pass to the driver. Do not include arguments that can be set as batch
|
1221
|
+
properties, such as --conf, since a collision can occur that causes an incorrect batch submission.
|
1222
|
+
"""
|
1223
|
+
file_uris: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
1224
|
+
"""
|
1225
|
+
HCFS URIs of files to be placed in the working directory of each executor.
|
1226
|
+
"""
|
1227
|
+
jar_file_uris: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
1228
|
+
"""
|
1229
|
+
HCFS URIs of jar files to add to the classpath of the Spark driver and tasks.
|
1230
|
+
"""
|
1231
|
+
main_python_file_uri: NotRequired[pulumi.Input[str]]
|
1232
|
+
"""
|
1233
|
+
The HCFS URI of the main Python file to use as the Spark driver. Must be a .py file.
|
1234
|
+
"""
|
1235
|
+
python_file_uris: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
1236
|
+
"""
|
1237
|
+
HCFS file URIs of Python files to pass to the PySpark framework.
|
1238
|
+
Supported file types: .py, .egg, and .zip.
|
1239
|
+
"""
|
1240
|
+
elif False:
|
1241
|
+
BatchPysparkBatchArgsDict: TypeAlias = Mapping[str, Any]
|
1242
|
+
|
1243
|
+
@pulumi.input_type
|
1244
|
+
class BatchPysparkBatchArgs:
|
1245
|
+
def __init__(__self__, *,
|
1246
|
+
archive_uris: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
1247
|
+
args: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
1248
|
+
file_uris: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
1249
|
+
jar_file_uris: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
1250
|
+
main_python_file_uri: Optional[pulumi.Input[str]] = None,
|
1251
|
+
python_file_uris: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
1252
|
+
"""
|
1253
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] archive_uris: HCFS URIs of archives to be extracted into the working directory of each executor.
|
1254
|
+
Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.
|
1255
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] args: The arguments to pass to the driver. Do not include arguments that can be set as batch
|
1256
|
+
properties, such as --conf, since a collision can occur that causes an incorrect batch submission.
|
1257
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] file_uris: HCFS URIs of files to be placed in the working directory of each executor.
|
1258
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] jar_file_uris: HCFS URIs of jar files to add to the classpath of the Spark driver and tasks.
|
1259
|
+
:param pulumi.Input[str] main_python_file_uri: The HCFS URI of the main Python file to use as the Spark driver. Must be a .py file.
|
1260
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] python_file_uris: HCFS file URIs of Python files to pass to the PySpark framework.
|
1261
|
+
Supported file types: .py, .egg, and .zip.
|
1262
|
+
"""
|
1263
|
+
if archive_uris is not None:
|
1264
|
+
pulumi.set(__self__, "archive_uris", archive_uris)
|
1265
|
+
if args is not None:
|
1266
|
+
pulumi.set(__self__, "args", args)
|
1267
|
+
if file_uris is not None:
|
1268
|
+
pulumi.set(__self__, "file_uris", file_uris)
|
1269
|
+
if jar_file_uris is not None:
|
1270
|
+
pulumi.set(__self__, "jar_file_uris", jar_file_uris)
|
1271
|
+
if main_python_file_uri is not None:
|
1272
|
+
pulumi.set(__self__, "main_python_file_uri", main_python_file_uri)
|
1273
|
+
if python_file_uris is not None:
|
1274
|
+
pulumi.set(__self__, "python_file_uris", python_file_uris)
|
1275
|
+
|
1276
|
+
@property
|
1277
|
+
@pulumi.getter(name="archiveUris")
|
1278
|
+
def archive_uris(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
1279
|
+
"""
|
1280
|
+
HCFS URIs of archives to be extracted into the working directory of each executor.
|
1281
|
+
Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.
|
1282
|
+
"""
|
1283
|
+
return pulumi.get(self, "archive_uris")
|
1284
|
+
|
1285
|
+
@archive_uris.setter
|
1286
|
+
def archive_uris(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
1287
|
+
pulumi.set(self, "archive_uris", value)
|
1288
|
+
|
1289
|
+
@property
|
1290
|
+
@pulumi.getter
|
1291
|
+
def args(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
1292
|
+
"""
|
1293
|
+
The arguments to pass to the driver. Do not include arguments that can be set as batch
|
1294
|
+
properties, such as --conf, since a collision can occur that causes an incorrect batch submission.
|
1295
|
+
"""
|
1296
|
+
return pulumi.get(self, "args")
|
1297
|
+
|
1298
|
+
@args.setter
|
1299
|
+
def args(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
1300
|
+
pulumi.set(self, "args", value)
|
1301
|
+
|
1302
|
+
@property
|
1303
|
+
@pulumi.getter(name="fileUris")
|
1304
|
+
def file_uris(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
1305
|
+
"""
|
1306
|
+
HCFS URIs of files to be placed in the working directory of each executor.
|
1307
|
+
"""
|
1308
|
+
return pulumi.get(self, "file_uris")
|
1309
|
+
|
1310
|
+
@file_uris.setter
|
1311
|
+
def file_uris(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
1312
|
+
pulumi.set(self, "file_uris", value)
|
1313
|
+
|
1314
|
+
@property
|
1315
|
+
@pulumi.getter(name="jarFileUris")
|
1316
|
+
def jar_file_uris(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
1317
|
+
"""
|
1318
|
+
HCFS URIs of jar files to add to the classpath of the Spark driver and tasks.
|
1319
|
+
"""
|
1320
|
+
return pulumi.get(self, "jar_file_uris")
|
1321
|
+
|
1322
|
+
@jar_file_uris.setter
|
1323
|
+
def jar_file_uris(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
1324
|
+
pulumi.set(self, "jar_file_uris", value)
|
1325
|
+
|
1326
|
+
@property
|
1327
|
+
@pulumi.getter(name="mainPythonFileUri")
|
1328
|
+
def main_python_file_uri(self) -> Optional[pulumi.Input[str]]:
|
1329
|
+
"""
|
1330
|
+
The HCFS URI of the main Python file to use as the Spark driver. Must be a .py file.
|
1331
|
+
"""
|
1332
|
+
return pulumi.get(self, "main_python_file_uri")
|
1333
|
+
|
1334
|
+
@main_python_file_uri.setter
|
1335
|
+
def main_python_file_uri(self, value: Optional[pulumi.Input[str]]):
|
1336
|
+
pulumi.set(self, "main_python_file_uri", value)
|
1337
|
+
|
1338
|
+
@property
|
1339
|
+
@pulumi.getter(name="pythonFileUris")
|
1340
|
+
def python_file_uris(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
1341
|
+
"""
|
1342
|
+
HCFS file URIs of Python files to pass to the PySpark framework.
|
1343
|
+
Supported file types: .py, .egg, and .zip.
|
1344
|
+
"""
|
1345
|
+
return pulumi.get(self, "python_file_uris")
|
1346
|
+
|
1347
|
+
@python_file_uris.setter
|
1348
|
+
def python_file_uris(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
1349
|
+
pulumi.set(self, "python_file_uris", value)
|
1350
|
+
|
1351
|
+
|
1352
|
+
if not MYPY:
|
1353
|
+
class BatchRuntimeConfigArgsDict(TypedDict):
|
1354
|
+
container_image: NotRequired[pulumi.Input[str]]
|
1355
|
+
"""
|
1356
|
+
Optional custom container image for the job runtime environment. If not specified, a default container image will be used.
|
1357
|
+
"""
|
1358
|
+
effective_properties: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
1359
|
+
"""
|
1360
|
+
(Output)
|
1361
|
+
A mapping of property names to values, which are used to configure workload execution.
|
1362
|
+
"""
|
1363
|
+
properties: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
1364
|
+
"""
|
1365
|
+
A mapping of property names to values, which are used to configure workload execution.
|
1366
|
+
"""
|
1367
|
+
version: NotRequired[pulumi.Input[str]]
|
1368
|
+
"""
|
1369
|
+
Version of the batch runtime.
|
1370
|
+
"""
|
1371
|
+
elif False:
|
1372
|
+
BatchRuntimeConfigArgsDict: TypeAlias = Mapping[str, Any]
|
1373
|
+
|
1374
|
+
@pulumi.input_type
|
1375
|
+
class BatchRuntimeConfigArgs:
|
1376
|
+
def __init__(__self__, *,
|
1377
|
+
container_image: Optional[pulumi.Input[str]] = None,
|
1378
|
+
effective_properties: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1379
|
+
properties: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1380
|
+
version: Optional[pulumi.Input[str]] = None):
|
1381
|
+
"""
|
1382
|
+
:param pulumi.Input[str] container_image: Optional custom container image for the job runtime environment. If not specified, a default container image will be used.
|
1383
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_properties: (Output)
|
1384
|
+
A mapping of property names to values, which are used to configure workload execution.
|
1385
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] properties: A mapping of property names to values, which are used to configure workload execution.
|
1386
|
+
:param pulumi.Input[str] version: Version of the batch runtime.
|
1387
|
+
"""
|
1388
|
+
if container_image is not None:
|
1389
|
+
pulumi.set(__self__, "container_image", container_image)
|
1390
|
+
if effective_properties is not None:
|
1391
|
+
pulumi.set(__self__, "effective_properties", effective_properties)
|
1392
|
+
if properties is not None:
|
1393
|
+
pulumi.set(__self__, "properties", properties)
|
1394
|
+
if version is not None:
|
1395
|
+
pulumi.set(__self__, "version", version)
|
1396
|
+
|
1397
|
+
@property
|
1398
|
+
@pulumi.getter(name="containerImage")
|
1399
|
+
def container_image(self) -> Optional[pulumi.Input[str]]:
|
1400
|
+
"""
|
1401
|
+
Optional custom container image for the job runtime environment. If not specified, a default container image will be used.
|
1402
|
+
"""
|
1403
|
+
return pulumi.get(self, "container_image")
|
1404
|
+
|
1405
|
+
@container_image.setter
|
1406
|
+
def container_image(self, value: Optional[pulumi.Input[str]]):
|
1407
|
+
pulumi.set(self, "container_image", value)
|
1408
|
+
|
1409
|
+
@property
|
1410
|
+
@pulumi.getter(name="effectiveProperties")
|
1411
|
+
def effective_properties(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
1412
|
+
"""
|
1413
|
+
(Output)
|
1414
|
+
A mapping of property names to values, which are used to configure workload execution.
|
1415
|
+
"""
|
1416
|
+
return pulumi.get(self, "effective_properties")
|
1417
|
+
|
1418
|
+
@effective_properties.setter
|
1419
|
+
def effective_properties(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
1420
|
+
pulumi.set(self, "effective_properties", value)
|
1421
|
+
|
1422
|
+
@property
|
1423
|
+
@pulumi.getter
|
1424
|
+
def properties(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
1425
|
+
"""
|
1426
|
+
A mapping of property names to values, which are used to configure workload execution.
|
1427
|
+
"""
|
1428
|
+
return pulumi.get(self, "properties")
|
1429
|
+
|
1430
|
+
@properties.setter
|
1431
|
+
def properties(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
1432
|
+
pulumi.set(self, "properties", value)
|
1433
|
+
|
1434
|
+
@property
|
1435
|
+
@pulumi.getter
|
1436
|
+
def version(self) -> Optional[pulumi.Input[str]]:
|
1437
|
+
"""
|
1438
|
+
Version of the batch runtime.
|
1439
|
+
"""
|
1440
|
+
return pulumi.get(self, "version")
|
1441
|
+
|
1442
|
+
@version.setter
|
1443
|
+
def version(self, value: Optional[pulumi.Input[str]]):
|
1444
|
+
pulumi.set(self, "version", value)
|
1445
|
+
|
1446
|
+
|
1447
|
+
if not MYPY:
|
1448
|
+
class BatchRuntimeInfoArgsDict(TypedDict):
|
1449
|
+
approximate_usages: NotRequired[pulumi.Input[Sequence[pulumi.Input['BatchRuntimeInfoApproximateUsageArgsDict']]]]
|
1450
|
+
"""
|
1451
|
+
(Output)
|
1452
|
+
Approximate workload resource usage, calculated when the workload completes(see [Dataproc Serverless pricing](https://cloud.google.com/dataproc-serverless/pricing))
|
1453
|
+
Structure is documented below.
|
1454
|
+
"""
|
1455
|
+
current_usages: NotRequired[pulumi.Input[Sequence[pulumi.Input['BatchRuntimeInfoCurrentUsageArgsDict']]]]
|
1456
|
+
"""
|
1457
|
+
(Output)
|
1458
|
+
Snapshot of current workload resource usage(see [Dataproc Serverless pricing](https://cloud.google.com/dataproc-serverless/pricing))
|
1459
|
+
Structure is documented below.
|
1460
|
+
"""
|
1461
|
+
diagnostic_output_uri: NotRequired[pulumi.Input[str]]
|
1462
|
+
"""
|
1463
|
+
(Output)
|
1464
|
+
A URI pointing to the location of the diagnostics tarball.
|
1465
|
+
"""
|
1466
|
+
endpoints: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
1467
|
+
"""
|
1468
|
+
(Output)
|
1469
|
+
Map of remote access endpoints (such as web interfaces and APIs) to their URIs.
|
1470
|
+
"""
|
1471
|
+
output_uri: NotRequired[pulumi.Input[str]]
|
1472
|
+
"""
|
1473
|
+
(Output)
|
1474
|
+
A URI pointing to the location of the stdout and stderr of the workload.
|
1475
|
+
"""
|
1476
|
+
elif False:
|
1477
|
+
BatchRuntimeInfoArgsDict: TypeAlias = Mapping[str, Any]
|
1478
|
+
|
1479
|
+
@pulumi.input_type
|
1480
|
+
class BatchRuntimeInfoArgs:
|
1481
|
+
def __init__(__self__, *,
|
1482
|
+
approximate_usages: Optional[pulumi.Input[Sequence[pulumi.Input['BatchRuntimeInfoApproximateUsageArgs']]]] = None,
|
1483
|
+
current_usages: Optional[pulumi.Input[Sequence[pulumi.Input['BatchRuntimeInfoCurrentUsageArgs']]]] = None,
|
1484
|
+
diagnostic_output_uri: Optional[pulumi.Input[str]] = None,
|
1485
|
+
endpoints: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1486
|
+
output_uri: Optional[pulumi.Input[str]] = None):
|
1487
|
+
"""
|
1488
|
+
:param pulumi.Input[Sequence[pulumi.Input['BatchRuntimeInfoApproximateUsageArgs']]] approximate_usages: (Output)
|
1489
|
+
Approximate workload resource usage, calculated when the workload completes(see [Dataproc Serverless pricing](https://cloud.google.com/dataproc-serverless/pricing))
|
1490
|
+
Structure is documented below.
|
1491
|
+
:param pulumi.Input[Sequence[pulumi.Input['BatchRuntimeInfoCurrentUsageArgs']]] current_usages: (Output)
|
1492
|
+
Snapshot of current workload resource usage(see [Dataproc Serverless pricing](https://cloud.google.com/dataproc-serverless/pricing))
|
1493
|
+
Structure is documented below.
|
1494
|
+
:param pulumi.Input[str] diagnostic_output_uri: (Output)
|
1495
|
+
A URI pointing to the location of the diagnostics tarball.
|
1496
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] endpoints: (Output)
|
1497
|
+
Map of remote access endpoints (such as web interfaces and APIs) to their URIs.
|
1498
|
+
:param pulumi.Input[str] output_uri: (Output)
|
1499
|
+
A URI pointing to the location of the stdout and stderr of the workload.
|
1500
|
+
"""
|
1501
|
+
if approximate_usages is not None:
|
1502
|
+
pulumi.set(__self__, "approximate_usages", approximate_usages)
|
1503
|
+
if current_usages is not None:
|
1504
|
+
pulumi.set(__self__, "current_usages", current_usages)
|
1505
|
+
if diagnostic_output_uri is not None:
|
1506
|
+
pulumi.set(__self__, "diagnostic_output_uri", diagnostic_output_uri)
|
1507
|
+
if endpoints is not None:
|
1508
|
+
pulumi.set(__self__, "endpoints", endpoints)
|
1509
|
+
if output_uri is not None:
|
1510
|
+
pulumi.set(__self__, "output_uri", output_uri)
|
1511
|
+
|
1512
|
+
@property
|
1513
|
+
@pulumi.getter(name="approximateUsages")
|
1514
|
+
def approximate_usages(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['BatchRuntimeInfoApproximateUsageArgs']]]]:
|
1515
|
+
"""
|
1516
|
+
(Output)
|
1517
|
+
Approximate workload resource usage, calculated when the workload completes(see [Dataproc Serverless pricing](https://cloud.google.com/dataproc-serverless/pricing))
|
1518
|
+
Structure is documented below.
|
1519
|
+
"""
|
1520
|
+
return pulumi.get(self, "approximate_usages")
|
1521
|
+
|
1522
|
+
@approximate_usages.setter
|
1523
|
+
def approximate_usages(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['BatchRuntimeInfoApproximateUsageArgs']]]]):
|
1524
|
+
pulumi.set(self, "approximate_usages", value)
|
1525
|
+
|
1526
|
+
@property
|
1527
|
+
@pulumi.getter(name="currentUsages")
|
1528
|
+
def current_usages(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['BatchRuntimeInfoCurrentUsageArgs']]]]:
|
1529
|
+
"""
|
1530
|
+
(Output)
|
1531
|
+
Snapshot of current workload resource usage(see [Dataproc Serverless pricing](https://cloud.google.com/dataproc-serverless/pricing))
|
1532
|
+
Structure is documented below.
|
1533
|
+
"""
|
1534
|
+
return pulumi.get(self, "current_usages")
|
1535
|
+
|
1536
|
+
@current_usages.setter
|
1537
|
+
def current_usages(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['BatchRuntimeInfoCurrentUsageArgs']]]]):
|
1538
|
+
pulumi.set(self, "current_usages", value)
|
1539
|
+
|
1540
|
+
@property
|
1541
|
+
@pulumi.getter(name="diagnosticOutputUri")
|
1542
|
+
def diagnostic_output_uri(self) -> Optional[pulumi.Input[str]]:
|
1543
|
+
"""
|
1544
|
+
(Output)
|
1545
|
+
A URI pointing to the location of the diagnostics tarball.
|
1546
|
+
"""
|
1547
|
+
return pulumi.get(self, "diagnostic_output_uri")
|
1548
|
+
|
1549
|
+
@diagnostic_output_uri.setter
|
1550
|
+
def diagnostic_output_uri(self, value: Optional[pulumi.Input[str]]):
|
1551
|
+
pulumi.set(self, "diagnostic_output_uri", value)
|
1552
|
+
|
1553
|
+
@property
|
1554
|
+
@pulumi.getter
|
1555
|
+
def endpoints(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
1556
|
+
"""
|
1557
|
+
(Output)
|
1558
|
+
Map of remote access endpoints (such as web interfaces and APIs) to their URIs.
|
1559
|
+
"""
|
1560
|
+
return pulumi.get(self, "endpoints")
|
1561
|
+
|
1562
|
+
@endpoints.setter
|
1563
|
+
def endpoints(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
1564
|
+
pulumi.set(self, "endpoints", value)
|
1565
|
+
|
1566
|
+
@property
|
1567
|
+
@pulumi.getter(name="outputUri")
|
1568
|
+
def output_uri(self) -> Optional[pulumi.Input[str]]:
|
1569
|
+
"""
|
1570
|
+
(Output)
|
1571
|
+
A URI pointing to the location of the stdout and stderr of the workload.
|
1572
|
+
"""
|
1573
|
+
return pulumi.get(self, "output_uri")
|
1574
|
+
|
1575
|
+
@output_uri.setter
|
1576
|
+
def output_uri(self, value: Optional[pulumi.Input[str]]):
|
1577
|
+
pulumi.set(self, "output_uri", value)
|
1578
|
+
|
1579
|
+
|
1580
|
+
if not MYPY:
|
1581
|
+
class BatchRuntimeInfoApproximateUsageArgsDict(TypedDict):
|
1582
|
+
accelerator_type: NotRequired[pulumi.Input[str]]
|
1583
|
+
"""
|
1584
|
+
(Output)
|
1585
|
+
Accelerator type being used, if any.
|
1586
|
+
"""
|
1587
|
+
milli_accelerator_seconds: NotRequired[pulumi.Input[str]]
|
1588
|
+
"""
|
1589
|
+
(Output)
|
1590
|
+
Accelerator usage in (milliAccelerator x seconds)
|
1591
|
+
"""
|
1592
|
+
milli_dcu_seconds: NotRequired[pulumi.Input[str]]
|
1593
|
+
"""
|
1594
|
+
(Output)
|
1595
|
+
DCU (Dataproc Compute Units) usage in (milliDCU x seconds)
|
1596
|
+
"""
|
1597
|
+
shuffle_storage_gb_seconds: NotRequired[pulumi.Input[str]]
|
1598
|
+
"""
|
1599
|
+
(Output)
|
1600
|
+
Shuffle storage usage in (GB x seconds)
|
1601
|
+
"""
|
1602
|
+
elif False:
|
1603
|
+
BatchRuntimeInfoApproximateUsageArgsDict: TypeAlias = Mapping[str, Any]
|
1604
|
+
|
1605
|
+
@pulumi.input_type
|
1606
|
+
class BatchRuntimeInfoApproximateUsageArgs:
|
1607
|
+
def __init__(__self__, *,
|
1608
|
+
accelerator_type: Optional[pulumi.Input[str]] = None,
|
1609
|
+
milli_accelerator_seconds: Optional[pulumi.Input[str]] = None,
|
1610
|
+
milli_dcu_seconds: Optional[pulumi.Input[str]] = None,
|
1611
|
+
shuffle_storage_gb_seconds: Optional[pulumi.Input[str]] = None):
|
1612
|
+
"""
|
1613
|
+
:param pulumi.Input[str] accelerator_type: (Output)
|
1614
|
+
Accelerator type being used, if any.
|
1615
|
+
:param pulumi.Input[str] milli_accelerator_seconds: (Output)
|
1616
|
+
Accelerator usage in (milliAccelerator x seconds)
|
1617
|
+
:param pulumi.Input[str] milli_dcu_seconds: (Output)
|
1618
|
+
DCU (Dataproc Compute Units) usage in (milliDCU x seconds)
|
1619
|
+
:param pulumi.Input[str] shuffle_storage_gb_seconds: (Output)
|
1620
|
+
Shuffle storage usage in (GB x seconds)
|
1621
|
+
"""
|
1622
|
+
if accelerator_type is not None:
|
1623
|
+
pulumi.set(__self__, "accelerator_type", accelerator_type)
|
1624
|
+
if milli_accelerator_seconds is not None:
|
1625
|
+
pulumi.set(__self__, "milli_accelerator_seconds", milli_accelerator_seconds)
|
1626
|
+
if milli_dcu_seconds is not None:
|
1627
|
+
pulumi.set(__self__, "milli_dcu_seconds", milli_dcu_seconds)
|
1628
|
+
if shuffle_storage_gb_seconds is not None:
|
1629
|
+
pulumi.set(__self__, "shuffle_storage_gb_seconds", shuffle_storage_gb_seconds)
|
1630
|
+
|
1631
|
+
@property
|
1632
|
+
@pulumi.getter(name="acceleratorType")
|
1633
|
+
def accelerator_type(self) -> Optional[pulumi.Input[str]]:
|
1634
|
+
"""
|
1635
|
+
(Output)
|
1636
|
+
Accelerator type being used, if any.
|
1637
|
+
"""
|
1638
|
+
return pulumi.get(self, "accelerator_type")
|
1639
|
+
|
1640
|
+
@accelerator_type.setter
|
1641
|
+
def accelerator_type(self, value: Optional[pulumi.Input[str]]):
|
1642
|
+
pulumi.set(self, "accelerator_type", value)
|
1643
|
+
|
1644
|
+
@property
|
1645
|
+
@pulumi.getter(name="milliAcceleratorSeconds")
|
1646
|
+
def milli_accelerator_seconds(self) -> Optional[pulumi.Input[str]]:
|
1647
|
+
"""
|
1648
|
+
(Output)
|
1649
|
+
Accelerator usage in (milliAccelerator x seconds)
|
1650
|
+
"""
|
1651
|
+
return pulumi.get(self, "milli_accelerator_seconds")
|
1652
|
+
|
1653
|
+
@milli_accelerator_seconds.setter
|
1654
|
+
def milli_accelerator_seconds(self, value: Optional[pulumi.Input[str]]):
|
1655
|
+
pulumi.set(self, "milli_accelerator_seconds", value)
|
1656
|
+
|
1657
|
+
@property
|
1658
|
+
@pulumi.getter(name="milliDcuSeconds")
|
1659
|
+
def milli_dcu_seconds(self) -> Optional[pulumi.Input[str]]:
|
1660
|
+
"""
|
1661
|
+
(Output)
|
1662
|
+
DCU (Dataproc Compute Units) usage in (milliDCU x seconds)
|
1663
|
+
"""
|
1664
|
+
return pulumi.get(self, "milli_dcu_seconds")
|
1665
|
+
|
1666
|
+
@milli_dcu_seconds.setter
|
1667
|
+
def milli_dcu_seconds(self, value: Optional[pulumi.Input[str]]):
|
1668
|
+
pulumi.set(self, "milli_dcu_seconds", value)
|
1669
|
+
|
1670
|
+
@property
|
1671
|
+
@pulumi.getter(name="shuffleStorageGbSeconds")
|
1672
|
+
def shuffle_storage_gb_seconds(self) -> Optional[pulumi.Input[str]]:
|
1673
|
+
"""
|
1674
|
+
(Output)
|
1675
|
+
Shuffle storage usage in (GB x seconds)
|
1676
|
+
"""
|
1677
|
+
return pulumi.get(self, "shuffle_storage_gb_seconds")
|
1678
|
+
|
1679
|
+
@shuffle_storage_gb_seconds.setter
|
1680
|
+
def shuffle_storage_gb_seconds(self, value: Optional[pulumi.Input[str]]):
|
1681
|
+
pulumi.set(self, "shuffle_storage_gb_seconds", value)
|
1682
|
+
|
1683
|
+
|
1684
|
+
if not MYPY:
|
1685
|
+
class BatchRuntimeInfoCurrentUsageArgsDict(TypedDict):
|
1686
|
+
accelerator_type: NotRequired[pulumi.Input[str]]
|
1687
|
+
"""
|
1688
|
+
(Output)
|
1689
|
+
Accelerator type being used, if any.
|
1690
|
+
"""
|
1691
|
+
milli_accelerator: NotRequired[pulumi.Input[str]]
|
1692
|
+
"""
|
1693
|
+
(Output)
|
1694
|
+
Milli (one-thousandth) accelerator..
|
1695
|
+
"""
|
1696
|
+
milli_dcu: NotRequired[pulumi.Input[str]]
|
1697
|
+
"""
|
1698
|
+
(Output)
|
1699
|
+
Milli (one-thousandth) Dataproc Compute Units (DCUs).
|
1700
|
+
"""
|
1701
|
+
milli_dcu_premium: NotRequired[pulumi.Input[str]]
|
1702
|
+
"""
|
1703
|
+
(Output)
|
1704
|
+
Milli (one-thousandth) Dataproc Compute Units (DCUs) charged at premium tier.
|
1705
|
+
"""
|
1706
|
+
shuffle_storage_gb: NotRequired[pulumi.Input[str]]
|
1707
|
+
"""
|
1708
|
+
(Output)
|
1709
|
+
Shuffle Storage in gigabytes (GB).
|
1710
|
+
"""
|
1711
|
+
shuffle_storage_gb_premium: NotRequired[pulumi.Input[str]]
|
1712
|
+
"""
|
1713
|
+
(Output)
|
1714
|
+
Shuffle Storage in gigabytes (GB) charged at premium tier.
|
1715
|
+
"""
|
1716
|
+
snapshot_time: NotRequired[pulumi.Input[str]]
|
1717
|
+
"""
|
1718
|
+
(Output)
|
1719
|
+
The timestamp of the usage snapshot.
|
1720
|
+
"""
|
1721
|
+
elif False:
|
1722
|
+
BatchRuntimeInfoCurrentUsageArgsDict: TypeAlias = Mapping[str, Any]
|
1723
|
+
|
1724
|
+
@pulumi.input_type
|
1725
|
+
class BatchRuntimeInfoCurrentUsageArgs:
|
1726
|
+
def __init__(__self__, *,
|
1727
|
+
accelerator_type: Optional[pulumi.Input[str]] = None,
|
1728
|
+
milli_accelerator: Optional[pulumi.Input[str]] = None,
|
1729
|
+
milli_dcu: Optional[pulumi.Input[str]] = None,
|
1730
|
+
milli_dcu_premium: Optional[pulumi.Input[str]] = None,
|
1731
|
+
shuffle_storage_gb: Optional[pulumi.Input[str]] = None,
|
1732
|
+
shuffle_storage_gb_premium: Optional[pulumi.Input[str]] = None,
|
1733
|
+
snapshot_time: Optional[pulumi.Input[str]] = None):
|
1734
|
+
"""
|
1735
|
+
:param pulumi.Input[str] accelerator_type: (Output)
|
1736
|
+
Accelerator type being used, if any.
|
1737
|
+
:param pulumi.Input[str] milli_accelerator: (Output)
|
1738
|
+
Milli (one-thousandth) accelerator..
|
1739
|
+
:param pulumi.Input[str] milli_dcu: (Output)
|
1740
|
+
Milli (one-thousandth) Dataproc Compute Units (DCUs).
|
1741
|
+
:param pulumi.Input[str] milli_dcu_premium: (Output)
|
1742
|
+
Milli (one-thousandth) Dataproc Compute Units (DCUs) charged at premium tier.
|
1743
|
+
:param pulumi.Input[str] shuffle_storage_gb: (Output)
|
1744
|
+
Shuffle Storage in gigabytes (GB).
|
1745
|
+
:param pulumi.Input[str] shuffle_storage_gb_premium: (Output)
|
1746
|
+
Shuffle Storage in gigabytes (GB) charged at premium tier.
|
1747
|
+
:param pulumi.Input[str] snapshot_time: (Output)
|
1748
|
+
The timestamp of the usage snapshot.
|
1749
|
+
"""
|
1750
|
+
if accelerator_type is not None:
|
1751
|
+
pulumi.set(__self__, "accelerator_type", accelerator_type)
|
1752
|
+
if milli_accelerator is not None:
|
1753
|
+
pulumi.set(__self__, "milli_accelerator", milli_accelerator)
|
1754
|
+
if milli_dcu is not None:
|
1755
|
+
pulumi.set(__self__, "milli_dcu", milli_dcu)
|
1756
|
+
if milli_dcu_premium is not None:
|
1757
|
+
pulumi.set(__self__, "milli_dcu_premium", milli_dcu_premium)
|
1758
|
+
if shuffle_storage_gb is not None:
|
1759
|
+
pulumi.set(__self__, "shuffle_storage_gb", shuffle_storage_gb)
|
1760
|
+
if shuffle_storage_gb_premium is not None:
|
1761
|
+
pulumi.set(__self__, "shuffle_storage_gb_premium", shuffle_storage_gb_premium)
|
1762
|
+
if snapshot_time is not None:
|
1763
|
+
pulumi.set(__self__, "snapshot_time", snapshot_time)
|
1764
|
+
|
1765
|
+
@property
|
1766
|
+
@pulumi.getter(name="acceleratorType")
|
1767
|
+
def accelerator_type(self) -> Optional[pulumi.Input[str]]:
|
1768
|
+
"""
|
1769
|
+
(Output)
|
1770
|
+
Accelerator type being used, if any.
|
1771
|
+
"""
|
1772
|
+
return pulumi.get(self, "accelerator_type")
|
1773
|
+
|
1774
|
+
@accelerator_type.setter
|
1775
|
+
def accelerator_type(self, value: Optional[pulumi.Input[str]]):
|
1776
|
+
pulumi.set(self, "accelerator_type", value)
|
1777
|
+
|
1778
|
+
@property
|
1779
|
+
@pulumi.getter(name="milliAccelerator")
|
1780
|
+
def milli_accelerator(self) -> Optional[pulumi.Input[str]]:
|
1781
|
+
"""
|
1782
|
+
(Output)
|
1783
|
+
Milli (one-thousandth) accelerator..
|
1784
|
+
"""
|
1785
|
+
return pulumi.get(self, "milli_accelerator")
|
1786
|
+
|
1787
|
+
@milli_accelerator.setter
|
1788
|
+
def milli_accelerator(self, value: Optional[pulumi.Input[str]]):
|
1789
|
+
pulumi.set(self, "milli_accelerator", value)
|
1790
|
+
|
1791
|
+
@property
|
1792
|
+
@pulumi.getter(name="milliDcu")
|
1793
|
+
def milli_dcu(self) -> Optional[pulumi.Input[str]]:
|
1794
|
+
"""
|
1795
|
+
(Output)
|
1796
|
+
Milli (one-thousandth) Dataproc Compute Units (DCUs).
|
1797
|
+
"""
|
1798
|
+
return pulumi.get(self, "milli_dcu")
|
1799
|
+
|
1800
|
+
@milli_dcu.setter
|
1801
|
+
def milli_dcu(self, value: Optional[pulumi.Input[str]]):
|
1802
|
+
pulumi.set(self, "milli_dcu", value)
|
1803
|
+
|
1804
|
+
@property
|
1805
|
+
@pulumi.getter(name="milliDcuPremium")
|
1806
|
+
def milli_dcu_premium(self) -> Optional[pulumi.Input[str]]:
|
1807
|
+
"""
|
1808
|
+
(Output)
|
1809
|
+
Milli (one-thousandth) Dataproc Compute Units (DCUs) charged at premium tier.
|
1810
|
+
"""
|
1811
|
+
return pulumi.get(self, "milli_dcu_premium")
|
1812
|
+
|
1813
|
+
@milli_dcu_premium.setter
|
1814
|
+
def milli_dcu_premium(self, value: Optional[pulumi.Input[str]]):
|
1815
|
+
pulumi.set(self, "milli_dcu_premium", value)
|
1816
|
+
|
1817
|
+
@property
|
1818
|
+
@pulumi.getter(name="shuffleStorageGb")
|
1819
|
+
def shuffle_storage_gb(self) -> Optional[pulumi.Input[str]]:
|
1820
|
+
"""
|
1821
|
+
(Output)
|
1822
|
+
Shuffle Storage in gigabytes (GB).
|
1823
|
+
"""
|
1824
|
+
return pulumi.get(self, "shuffle_storage_gb")
|
1825
|
+
|
1826
|
+
@shuffle_storage_gb.setter
|
1827
|
+
def shuffle_storage_gb(self, value: Optional[pulumi.Input[str]]):
|
1828
|
+
pulumi.set(self, "shuffle_storage_gb", value)
|
1829
|
+
|
1830
|
+
@property
|
1831
|
+
@pulumi.getter(name="shuffleStorageGbPremium")
|
1832
|
+
def shuffle_storage_gb_premium(self) -> Optional[pulumi.Input[str]]:
|
1833
|
+
"""
|
1834
|
+
(Output)
|
1835
|
+
Shuffle Storage in gigabytes (GB) charged at premium tier.
|
1836
|
+
"""
|
1837
|
+
return pulumi.get(self, "shuffle_storage_gb_premium")
|
1838
|
+
|
1839
|
+
@shuffle_storage_gb_premium.setter
|
1840
|
+
def shuffle_storage_gb_premium(self, value: Optional[pulumi.Input[str]]):
|
1841
|
+
pulumi.set(self, "shuffle_storage_gb_premium", value)
|
1842
|
+
|
1843
|
+
@property
|
1844
|
+
@pulumi.getter(name="snapshotTime")
|
1845
|
+
def snapshot_time(self) -> Optional[pulumi.Input[str]]:
|
1846
|
+
"""
|
1847
|
+
(Output)
|
1848
|
+
The timestamp of the usage snapshot.
|
1849
|
+
"""
|
1850
|
+
return pulumi.get(self, "snapshot_time")
|
1851
|
+
|
1852
|
+
@snapshot_time.setter
|
1853
|
+
def snapshot_time(self, value: Optional[pulumi.Input[str]]):
|
1854
|
+
pulumi.set(self, "snapshot_time", value)
|
1855
|
+
|
1856
|
+
|
1857
|
+
if not MYPY:
|
1858
|
+
class BatchSparkBatchArgsDict(TypedDict):
|
1859
|
+
archive_uris: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
1860
|
+
"""
|
1861
|
+
HCFS URIs of archives to be extracted into the working directory of each executor.
|
1862
|
+
Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.
|
1863
|
+
"""
|
1864
|
+
args: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
1865
|
+
"""
|
1866
|
+
The arguments to pass to the driver. Do not include arguments that can be set as batch
|
1867
|
+
properties, such as --conf, since a collision can occur that causes an incorrect batch submission.
|
1868
|
+
"""
|
1869
|
+
file_uris: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
1870
|
+
"""
|
1871
|
+
HCFS URIs of files to be placed in the working directory of each executor.
|
1872
|
+
"""
|
1873
|
+
jar_file_uris: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
1874
|
+
"""
|
1875
|
+
HCFS URIs of jar files to add to the classpath of the Spark driver and tasks.
|
1876
|
+
"""
|
1877
|
+
main_class: NotRequired[pulumi.Input[str]]
|
1878
|
+
"""
|
1879
|
+
The name of the driver main class. The jar file that contains the class must be in the
|
1880
|
+
classpath or specified in jarFileUris.
|
1881
|
+
"""
|
1882
|
+
main_jar_file_uri: NotRequired[pulumi.Input[str]]
|
1883
|
+
"""
|
1884
|
+
The HCFS URI of the jar file that contains the main class.
|
1885
|
+
"""
|
1886
|
+
elif False:
|
1887
|
+
BatchSparkBatchArgsDict: TypeAlias = Mapping[str, Any]
|
1888
|
+
|
1889
|
+
@pulumi.input_type
|
1890
|
+
class BatchSparkBatchArgs:
|
1891
|
+
def __init__(__self__, *,
|
1892
|
+
archive_uris: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
1893
|
+
args: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
1894
|
+
file_uris: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
1895
|
+
jar_file_uris: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
1896
|
+
main_class: Optional[pulumi.Input[str]] = None,
|
1897
|
+
main_jar_file_uri: Optional[pulumi.Input[str]] = None):
|
1898
|
+
"""
|
1899
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] archive_uris: HCFS URIs of archives to be extracted into the working directory of each executor.
|
1900
|
+
Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.
|
1901
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] args: The arguments to pass to the driver. Do not include arguments that can be set as batch
|
1902
|
+
properties, such as --conf, since a collision can occur that causes an incorrect batch submission.
|
1903
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] file_uris: HCFS URIs of files to be placed in the working directory of each executor.
|
1904
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] jar_file_uris: HCFS URIs of jar files to add to the classpath of the Spark driver and tasks.
|
1905
|
+
:param pulumi.Input[str] main_class: The name of the driver main class. The jar file that contains the class must be in the
|
1906
|
+
classpath or specified in jarFileUris.
|
1907
|
+
:param pulumi.Input[str] main_jar_file_uri: The HCFS URI of the jar file that contains the main class.
|
1908
|
+
"""
|
1909
|
+
if archive_uris is not None:
|
1910
|
+
pulumi.set(__self__, "archive_uris", archive_uris)
|
1911
|
+
if args is not None:
|
1912
|
+
pulumi.set(__self__, "args", args)
|
1913
|
+
if file_uris is not None:
|
1914
|
+
pulumi.set(__self__, "file_uris", file_uris)
|
1915
|
+
if jar_file_uris is not None:
|
1916
|
+
pulumi.set(__self__, "jar_file_uris", jar_file_uris)
|
1917
|
+
if main_class is not None:
|
1918
|
+
pulumi.set(__self__, "main_class", main_class)
|
1919
|
+
if main_jar_file_uri is not None:
|
1920
|
+
pulumi.set(__self__, "main_jar_file_uri", main_jar_file_uri)
|
1921
|
+
|
1922
|
+
@property
|
1923
|
+
@pulumi.getter(name="archiveUris")
|
1924
|
+
def archive_uris(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
1925
|
+
"""
|
1926
|
+
HCFS URIs of archives to be extracted into the working directory of each executor.
|
1927
|
+
Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.
|
1928
|
+
"""
|
1929
|
+
return pulumi.get(self, "archive_uris")
|
1930
|
+
|
1931
|
+
@archive_uris.setter
|
1932
|
+
def archive_uris(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
1933
|
+
pulumi.set(self, "archive_uris", value)
|
1934
|
+
|
1935
|
+
@property
|
1936
|
+
@pulumi.getter
|
1937
|
+
def args(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
1938
|
+
"""
|
1939
|
+
The arguments to pass to the driver. Do not include arguments that can be set as batch
|
1940
|
+
properties, such as --conf, since a collision can occur that causes an incorrect batch submission.
|
1941
|
+
"""
|
1942
|
+
return pulumi.get(self, "args")
|
1943
|
+
|
1944
|
+
@args.setter
|
1945
|
+
def args(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
1946
|
+
pulumi.set(self, "args", value)
|
1947
|
+
|
1948
|
+
@property
|
1949
|
+
@pulumi.getter(name="fileUris")
|
1950
|
+
def file_uris(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
1951
|
+
"""
|
1952
|
+
HCFS URIs of files to be placed in the working directory of each executor.
|
1953
|
+
"""
|
1954
|
+
return pulumi.get(self, "file_uris")
|
1955
|
+
|
1956
|
+
@file_uris.setter
|
1957
|
+
def file_uris(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
1958
|
+
pulumi.set(self, "file_uris", value)
|
1959
|
+
|
1960
|
+
@property
|
1961
|
+
@pulumi.getter(name="jarFileUris")
|
1962
|
+
def jar_file_uris(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
1963
|
+
"""
|
1964
|
+
HCFS URIs of jar files to add to the classpath of the Spark driver and tasks.
|
1965
|
+
"""
|
1966
|
+
return pulumi.get(self, "jar_file_uris")
|
1967
|
+
|
1968
|
+
@jar_file_uris.setter
|
1969
|
+
def jar_file_uris(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
1970
|
+
pulumi.set(self, "jar_file_uris", value)
|
1971
|
+
|
1972
|
+
@property
|
1973
|
+
@pulumi.getter(name="mainClass")
|
1974
|
+
def main_class(self) -> Optional[pulumi.Input[str]]:
|
1975
|
+
"""
|
1976
|
+
The name of the driver main class. The jar file that contains the class must be in the
|
1977
|
+
classpath or specified in jarFileUris.
|
1978
|
+
"""
|
1979
|
+
return pulumi.get(self, "main_class")
|
1980
|
+
|
1981
|
+
@main_class.setter
|
1982
|
+
def main_class(self, value: Optional[pulumi.Input[str]]):
|
1983
|
+
pulumi.set(self, "main_class", value)
|
1984
|
+
|
1985
|
+
@property
|
1986
|
+
@pulumi.getter(name="mainJarFileUri")
|
1987
|
+
def main_jar_file_uri(self) -> Optional[pulumi.Input[str]]:
|
1988
|
+
"""
|
1989
|
+
The HCFS URI of the jar file that contains the main class.
|
1990
|
+
"""
|
1991
|
+
return pulumi.get(self, "main_jar_file_uri")
|
1992
|
+
|
1993
|
+
@main_jar_file_uri.setter
|
1994
|
+
def main_jar_file_uri(self, value: Optional[pulumi.Input[str]]):
|
1995
|
+
pulumi.set(self, "main_jar_file_uri", value)
|
1996
|
+
|
1997
|
+
|
1998
|
+
if not MYPY:
|
1999
|
+
class BatchSparkRBatchArgsDict(TypedDict):
|
2000
|
+
archive_uris: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
2001
|
+
"""
|
2002
|
+
HCFS URIs of archives to be extracted into the working directory of each executor.
|
2003
|
+
Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.
|
2004
|
+
"""
|
2005
|
+
args: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
2006
|
+
"""
|
2007
|
+
The arguments to pass to the driver. Do not include arguments that can be set as batch
|
2008
|
+
properties, such as --conf, since a collision can occur that causes an incorrect batch submission.
|
2009
|
+
"""
|
2010
|
+
file_uris: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
2011
|
+
"""
|
2012
|
+
HCFS URIs of files to be placed in the working directory of each executor.
|
2013
|
+
"""
|
2014
|
+
main_r_file_uri: NotRequired[pulumi.Input[str]]
|
2015
|
+
"""
|
2016
|
+
The HCFS URI of the main R file to use as the driver. Must be a .R or .r file.
|
2017
|
+
"""
|
2018
|
+
elif False:
|
2019
|
+
BatchSparkRBatchArgsDict: TypeAlias = Mapping[str, Any]
|
2020
|
+
|
2021
|
+
@pulumi.input_type
|
2022
|
+
class BatchSparkRBatchArgs:
|
2023
|
+
def __init__(__self__, *,
|
2024
|
+
archive_uris: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
2025
|
+
args: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
2026
|
+
file_uris: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
2027
|
+
main_r_file_uri: Optional[pulumi.Input[str]] = None):
|
2028
|
+
"""
|
2029
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] archive_uris: HCFS URIs of archives to be extracted into the working directory of each executor.
|
2030
|
+
Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.
|
2031
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] args: The arguments to pass to the driver. Do not include arguments that can be set as batch
|
2032
|
+
properties, such as --conf, since a collision can occur that causes an incorrect batch submission.
|
2033
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] file_uris: HCFS URIs of files to be placed in the working directory of each executor.
|
2034
|
+
:param pulumi.Input[str] main_r_file_uri: The HCFS URI of the main R file to use as the driver. Must be a .R or .r file.
|
2035
|
+
"""
|
2036
|
+
if archive_uris is not None:
|
2037
|
+
pulumi.set(__self__, "archive_uris", archive_uris)
|
2038
|
+
if args is not None:
|
2039
|
+
pulumi.set(__self__, "args", args)
|
2040
|
+
if file_uris is not None:
|
2041
|
+
pulumi.set(__self__, "file_uris", file_uris)
|
2042
|
+
if main_r_file_uri is not None:
|
2043
|
+
pulumi.set(__self__, "main_r_file_uri", main_r_file_uri)
|
2044
|
+
|
2045
|
+
@property
|
2046
|
+
@pulumi.getter(name="archiveUris")
|
2047
|
+
def archive_uris(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
2048
|
+
"""
|
2049
|
+
HCFS URIs of archives to be extracted into the working directory of each executor.
|
2050
|
+
Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.
|
2051
|
+
"""
|
2052
|
+
return pulumi.get(self, "archive_uris")
|
2053
|
+
|
2054
|
+
@archive_uris.setter
|
2055
|
+
def archive_uris(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
2056
|
+
pulumi.set(self, "archive_uris", value)
|
2057
|
+
|
2058
|
+
@property
|
2059
|
+
@pulumi.getter
|
2060
|
+
def args(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
2061
|
+
"""
|
2062
|
+
The arguments to pass to the driver. Do not include arguments that can be set as batch
|
2063
|
+
properties, such as --conf, since a collision can occur that causes an incorrect batch submission.
|
2064
|
+
"""
|
2065
|
+
return pulumi.get(self, "args")
|
2066
|
+
|
2067
|
+
@args.setter
|
2068
|
+
def args(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
2069
|
+
pulumi.set(self, "args", value)
|
2070
|
+
|
2071
|
+
@property
|
2072
|
+
@pulumi.getter(name="fileUris")
|
2073
|
+
def file_uris(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
2074
|
+
"""
|
2075
|
+
HCFS URIs of files to be placed in the working directory of each executor.
|
2076
|
+
"""
|
2077
|
+
return pulumi.get(self, "file_uris")
|
2078
|
+
|
2079
|
+
@file_uris.setter
|
2080
|
+
def file_uris(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
2081
|
+
pulumi.set(self, "file_uris", value)
|
2082
|
+
|
2083
|
+
@property
|
2084
|
+
@pulumi.getter(name="mainRFileUri")
|
2085
|
+
def main_r_file_uri(self) -> Optional[pulumi.Input[str]]:
|
2086
|
+
"""
|
2087
|
+
The HCFS URI of the main R file to use as the driver. Must be a .R or .r file.
|
2088
|
+
"""
|
2089
|
+
return pulumi.get(self, "main_r_file_uri")
|
2090
|
+
|
2091
|
+
@main_r_file_uri.setter
|
2092
|
+
def main_r_file_uri(self, value: Optional[pulumi.Input[str]]):
|
2093
|
+
pulumi.set(self, "main_r_file_uri", value)
|
2094
|
+
|
2095
|
+
|
2096
|
+
if not MYPY:
|
2097
|
+
class BatchSparkSqlBatchArgsDict(TypedDict):
|
2098
|
+
jar_file_uris: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
2099
|
+
"""
|
2100
|
+
HCFS URIs of jar files to be added to the Spark CLASSPATH.
|
2101
|
+
"""
|
2102
|
+
query_file_uri: NotRequired[pulumi.Input[str]]
|
2103
|
+
"""
|
2104
|
+
The HCFS URI of the script that contains Spark SQL queries to execute.
|
2105
|
+
"""
|
2106
|
+
query_variables: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
2107
|
+
"""
|
2108
|
+
Mapping of query variable names to values (equivalent to the Spark SQL command: SET name="value";).
|
2109
|
+
"""
|
2110
|
+
elif False:
|
2111
|
+
BatchSparkSqlBatchArgsDict: TypeAlias = Mapping[str, Any]
|
2112
|
+
|
2113
|
+
@pulumi.input_type
|
2114
|
+
class BatchSparkSqlBatchArgs:
|
2115
|
+
def __init__(__self__, *,
|
2116
|
+
jar_file_uris: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
2117
|
+
query_file_uri: Optional[pulumi.Input[str]] = None,
|
2118
|
+
query_variables: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
2119
|
+
"""
|
2120
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] jar_file_uris: HCFS URIs of jar files to be added to the Spark CLASSPATH.
|
2121
|
+
:param pulumi.Input[str] query_file_uri: The HCFS URI of the script that contains Spark SQL queries to execute.
|
2122
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] query_variables: Mapping of query variable names to values (equivalent to the Spark SQL command: SET name="value";).
|
2123
|
+
"""
|
2124
|
+
if jar_file_uris is not None:
|
2125
|
+
pulumi.set(__self__, "jar_file_uris", jar_file_uris)
|
2126
|
+
if query_file_uri is not None:
|
2127
|
+
pulumi.set(__self__, "query_file_uri", query_file_uri)
|
2128
|
+
if query_variables is not None:
|
2129
|
+
pulumi.set(__self__, "query_variables", query_variables)
|
2130
|
+
|
2131
|
+
@property
|
2132
|
+
@pulumi.getter(name="jarFileUris")
|
2133
|
+
def jar_file_uris(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
2134
|
+
"""
|
2135
|
+
HCFS URIs of jar files to be added to the Spark CLASSPATH.
|
2136
|
+
"""
|
2137
|
+
return pulumi.get(self, "jar_file_uris")
|
2138
|
+
|
2139
|
+
@jar_file_uris.setter
|
2140
|
+
def jar_file_uris(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
2141
|
+
pulumi.set(self, "jar_file_uris", value)
|
2142
|
+
|
2143
|
+
@property
|
2144
|
+
@pulumi.getter(name="queryFileUri")
|
2145
|
+
def query_file_uri(self) -> Optional[pulumi.Input[str]]:
|
2146
|
+
"""
|
2147
|
+
The HCFS URI of the script that contains Spark SQL queries to execute.
|
2148
|
+
"""
|
2149
|
+
return pulumi.get(self, "query_file_uri")
|
2150
|
+
|
2151
|
+
@query_file_uri.setter
|
2152
|
+
def query_file_uri(self, value: Optional[pulumi.Input[str]]):
|
2153
|
+
pulumi.set(self, "query_file_uri", value)
|
2154
|
+
|
2155
|
+
@property
|
2156
|
+
@pulumi.getter(name="queryVariables")
|
2157
|
+
def query_variables(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
2158
|
+
"""
|
2159
|
+
Mapping of query variable names to values (equivalent to the Spark SQL command: SET name="value";).
|
2160
|
+
"""
|
2161
|
+
return pulumi.get(self, "query_variables")
|
2162
|
+
|
2163
|
+
@query_variables.setter
|
2164
|
+
def query_variables(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
2165
|
+
pulumi.set(self, "query_variables", value)
|
2166
|
+
|
2167
|
+
|
2168
|
+
if not MYPY:
|
2169
|
+
class BatchStateHistoryArgsDict(TypedDict):
|
2170
|
+
state: NotRequired[pulumi.Input[str]]
|
2171
|
+
"""
|
2172
|
+
(Output)
|
2173
|
+
The state of the batch at this point in history. For possible values, see the [API documentation](https://cloud.google.com/dataproc-serverless/docs/reference/rest/v1/projects.locations.batches#State).
|
2174
|
+
"""
|
2175
|
+
state_message: NotRequired[pulumi.Input[str]]
|
2176
|
+
"""
|
2177
|
+
(Output)
|
2178
|
+
Details about the state at this point in history.
|
2179
|
+
"""
|
2180
|
+
state_start_time: NotRequired[pulumi.Input[str]]
|
2181
|
+
"""
|
2182
|
+
(Output)
|
2183
|
+
The time when the batch entered the historical state.
|
2184
|
+
"""
|
2185
|
+
elif False:
|
2186
|
+
BatchStateHistoryArgsDict: TypeAlias = Mapping[str, Any]
|
2187
|
+
|
2188
|
+
@pulumi.input_type
|
2189
|
+
class BatchStateHistoryArgs:
|
2190
|
+
def __init__(__self__, *,
|
2191
|
+
state: Optional[pulumi.Input[str]] = None,
|
2192
|
+
state_message: Optional[pulumi.Input[str]] = None,
|
2193
|
+
state_start_time: Optional[pulumi.Input[str]] = None):
|
2194
|
+
"""
|
2195
|
+
:param pulumi.Input[str] state: (Output)
|
2196
|
+
The state of the batch at this point in history. For possible values, see the [API documentation](https://cloud.google.com/dataproc-serverless/docs/reference/rest/v1/projects.locations.batches#State).
|
2197
|
+
:param pulumi.Input[str] state_message: (Output)
|
2198
|
+
Details about the state at this point in history.
|
2199
|
+
:param pulumi.Input[str] state_start_time: (Output)
|
2200
|
+
The time when the batch entered the historical state.
|
2201
|
+
"""
|
2202
|
+
if state is not None:
|
2203
|
+
pulumi.set(__self__, "state", state)
|
2204
|
+
if state_message is not None:
|
2205
|
+
pulumi.set(__self__, "state_message", state_message)
|
2206
|
+
if state_start_time is not None:
|
2207
|
+
pulumi.set(__self__, "state_start_time", state_start_time)
|
2208
|
+
|
2209
|
+
@property
|
2210
|
+
@pulumi.getter
|
2211
|
+
def state(self) -> Optional[pulumi.Input[str]]:
|
2212
|
+
"""
|
2213
|
+
(Output)
|
2214
|
+
The state of the batch at this point in history. For possible values, see the [API documentation](https://cloud.google.com/dataproc-serverless/docs/reference/rest/v1/projects.locations.batches#State).
|
2215
|
+
"""
|
2216
|
+
return pulumi.get(self, "state")
|
2217
|
+
|
2218
|
+
@state.setter
|
2219
|
+
def state(self, value: Optional[pulumi.Input[str]]):
|
2220
|
+
pulumi.set(self, "state", value)
|
2221
|
+
|
2222
|
+
@property
|
2223
|
+
@pulumi.getter(name="stateMessage")
|
2224
|
+
def state_message(self) -> Optional[pulumi.Input[str]]:
|
2225
|
+
"""
|
2226
|
+
(Output)
|
2227
|
+
Details about the state at this point in history.
|
2228
|
+
"""
|
2229
|
+
return pulumi.get(self, "state_message")
|
2230
|
+
|
2231
|
+
@state_message.setter
|
2232
|
+
def state_message(self, value: Optional[pulumi.Input[str]]):
|
2233
|
+
pulumi.set(self, "state_message", value)
|
2234
|
+
|
2235
|
+
@property
|
2236
|
+
@pulumi.getter(name="stateStartTime")
|
2237
|
+
def state_start_time(self) -> Optional[pulumi.Input[str]]:
|
2238
|
+
"""
|
2239
|
+
(Output)
|
2240
|
+
The time when the batch entered the historical state.
|
2241
|
+
"""
|
2242
|
+
return pulumi.get(self, "state_start_time")
|
2243
|
+
|
2244
|
+
@state_start_time.setter
|
2245
|
+
def state_start_time(self, value: Optional[pulumi.Input[str]]):
|
2246
|
+
pulumi.set(self, "state_start_time", value)
|
2247
|
+
|
2248
|
+
|
855
2249
|
if not MYPY:
|
856
2250
|
class ClusterClusterConfigArgsDict(TypedDict):
|
857
2251
|
autoscaling_config: NotRequired[pulumi.Input['ClusterClusterConfigAutoscalingConfigArgsDict']]
|