gcp.project.dataprocService.cluster.config.gceCluster
Supported platform
- gcp
Description
Google Cloud (GCP) Dataproc cluster endpoint config
Fields
ID | TYPE | DESCRIPTION |
---|---|---|
id | string | Internal ID |
projectId | string | Project ID |
confidentialInstance | dict | Confidential instance configuration |
internalIpOnly | bool | Whether the cluster has only internal IP addresses |
metadata | map[string]string | Compute Engine metadata entries |
networkUri | string | Compute Engine network to be used for machine communications |
nodeGroupAffinity | dict | Node group affinity for sole-tenant clusters |
privateIpv6GoogleAccess | string | Type of IPv6 access for the cluster |
reservationAffinity | gcp.project.dataprocService.cluster.config.gceCluster.reservationAffinity | Reservation affinity for consuming zonal reservations |
serviceAccountEmail | string | Email of the service account used by the Dataproc cluster VM instances |
serviceAccount | gcp.project.iamService.serviceAccount | Service account used by the Dataproc cluster VM instances |
serviceAccountScopes | []string | URIs of service account scopes to be included in Compute Engine instances |
shieldedInstanceConfig | gcp.project.dataprocService.cluster.config.gceCluster.shieldedInstanceConfig | Shielded instance config for clusters using Compute Engine Shielded VMs |
subnetworkUri | string | Compute Engine subnetwork to use for machine communications |
tags | []string | Compute Engine tags |
zoneUri | string | Zone where the Compute Engine cluster is located |
References