Google Cloud Native is in preview. Google Cloud Classic is fully supported.
google-native.dataproc/v1.Cluster
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Creates a cluster in a project. The returned Operation.metadata will be ClusterOperationMetadata (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#clusteroperationmetadata). Auto-naming is currently not supported for this resource.
Create Cluster Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Cluster(name: string, args: ClusterArgs, opts?: CustomResourceOptions);
@overload
def Cluster(resource_name: str,
args: ClusterArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Cluster(resource_name: str,
opts: Optional[ResourceOptions] = None,
cluster_name: Optional[str] = None,
region: Optional[str] = None,
action_on_failed_primary_workers: Optional[str] = None,
config: Optional[ClusterConfigArgs] = None,
labels: Optional[Mapping[str, str]] = None,
project: Optional[str] = None,
request_id: Optional[str] = None,
virtual_cluster_config: Optional[VirtualClusterConfigArgs] = None)
func NewCluster(ctx *Context, name string, args ClusterArgs, opts ...ResourceOption) (*Cluster, error)
public Cluster(string name, ClusterArgs args, CustomResourceOptions? opts = null)
public Cluster(String name, ClusterArgs args)
public Cluster(String name, ClusterArgs args, CustomResourceOptions options)
type: google-native:dataproc/v1:Cluster
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name
This property is required. string - The unique name of the resource.
- args
This property is required. ClusterArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name
This property is required. str - The unique name of the resource.
- args
This property is required. ClusterArgs - The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. ClusterArgs - The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. ClusterArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name
This property is required. String - The unique name of the resource.
- args
This property is required. ClusterArgs - The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var exampleclusterResourceResourceFromDataprocv1 = new GoogleNative.Dataproc.V1.Cluster("exampleclusterResourceResourceFromDataprocv1", new()
{
ClusterName = "string",
Region = "string",
ActionOnFailedPrimaryWorkers = "string",
Config = new GoogleNative.Dataproc.V1.Inputs.ClusterConfigArgs
{
AutoscalingConfig = new GoogleNative.Dataproc.V1.Inputs.AutoscalingConfigArgs
{
PolicyUri = "string",
},
AuxiliaryNodeGroups = new[]
{
new GoogleNative.Dataproc.V1.Inputs.AuxiliaryNodeGroupArgs
{
NodeGroup = new GoogleNative.Dataproc.V1.Inputs.NodeGroupArgs
{
Roles = new[]
{
GoogleNative.Dataproc.V1.NodeGroupRolesItem.RoleUnspecified,
},
Labels =
{
{ "string", "string" },
},
Name = "string",
NodeGroupConfig = new GoogleNative.Dataproc.V1.Inputs.InstanceGroupConfigArgs
{
Accelerators = new[]
{
new GoogleNative.Dataproc.V1.Inputs.AcceleratorConfigArgs
{
AcceleratorCount = 0,
AcceleratorTypeUri = "string",
},
},
DiskConfig = new GoogleNative.Dataproc.V1.Inputs.DiskConfigArgs
{
BootDiskSizeGb = 0,
BootDiskType = "string",
LocalSsdInterface = "string",
NumLocalSsds = 0,
},
ImageUri = "string",
InstanceFlexibilityPolicy = new GoogleNative.Dataproc.V1.Inputs.InstanceFlexibilityPolicyArgs
{
InstanceSelectionList = new[]
{
new GoogleNative.Dataproc.V1.Inputs.InstanceSelectionArgs
{
MachineTypes = new[]
{
"string",
},
Rank = 0,
},
},
},
MachineTypeUri = "string",
MinCpuPlatform = "string",
MinNumInstances = 0,
NumInstances = 0,
Preemptibility = GoogleNative.Dataproc.V1.InstanceGroupConfigPreemptibility.PreemptibilityUnspecified,
StartupConfig = new GoogleNative.Dataproc.V1.Inputs.StartupConfigArgs
{
RequiredRegistrationFraction = 0,
},
},
},
NodeGroupId = "string",
},
},
ConfigBucket = "string",
DataprocMetricConfig = new GoogleNative.Dataproc.V1.Inputs.DataprocMetricConfigArgs
{
Metrics = new[]
{
new GoogleNative.Dataproc.V1.Inputs.MetricArgs
{
MetricSource = GoogleNative.Dataproc.V1.MetricMetricSource.MetricSourceUnspecified,
MetricOverrides = new[]
{
"string",
},
},
},
},
EncryptionConfig = new GoogleNative.Dataproc.V1.Inputs.EncryptionConfigArgs
{
GcePdKmsKeyName = "string",
KmsKey = "string",
},
EndpointConfig = new GoogleNative.Dataproc.V1.Inputs.EndpointConfigArgs
{
EnableHttpPortAccess = false,
},
GceClusterConfig = new GoogleNative.Dataproc.V1.Inputs.GceClusterConfigArgs
{
ConfidentialInstanceConfig = new GoogleNative.Dataproc.V1.Inputs.ConfidentialInstanceConfigArgs
{
EnableConfidentialCompute = false,
},
InternalIpOnly = false,
Metadata =
{
{ "string", "string" },
},
NetworkUri = "string",
NodeGroupAffinity = new GoogleNative.Dataproc.V1.Inputs.NodeGroupAffinityArgs
{
NodeGroupUri = "string",
},
PrivateIpv6GoogleAccess = GoogleNative.Dataproc.V1.GceClusterConfigPrivateIpv6GoogleAccess.PrivateIpv6GoogleAccessUnspecified,
ReservationAffinity = new GoogleNative.Dataproc.V1.Inputs.ReservationAffinityArgs
{
ConsumeReservationType = GoogleNative.Dataproc.V1.ReservationAffinityConsumeReservationType.TypeUnspecified,
Key = "string",
Values = new[]
{
"string",
},
},
ServiceAccount = "string",
ServiceAccountScopes = new[]
{
"string",
},
ShieldedInstanceConfig = new GoogleNative.Dataproc.V1.Inputs.ShieldedInstanceConfigArgs
{
EnableIntegrityMonitoring = false,
EnableSecureBoot = false,
EnableVtpm = false,
},
SubnetworkUri = "string",
Tags = new[]
{
"string",
},
ZoneUri = "string",
},
GkeClusterConfig = new GoogleNative.Dataproc.V1.Inputs.GkeClusterConfigArgs
{
GkeClusterTarget = "string",
NodePoolTarget = new[]
{
new GoogleNative.Dataproc.V1.Inputs.GkeNodePoolTargetArgs
{
NodePool = "string",
Roles = new[]
{
GoogleNative.Dataproc.V1.GkeNodePoolTargetRolesItem.RoleUnspecified,
},
NodePoolConfig = new GoogleNative.Dataproc.V1.Inputs.GkeNodePoolConfigArgs
{
Autoscaling = new GoogleNative.Dataproc.V1.Inputs.GkeNodePoolAutoscalingConfigArgs
{
MaxNodeCount = 0,
MinNodeCount = 0,
},
Config = new GoogleNative.Dataproc.V1.Inputs.GkeNodeConfigArgs
{
Accelerators = new[]
{
new GoogleNative.Dataproc.V1.Inputs.GkeNodePoolAcceleratorConfigArgs
{
AcceleratorCount = "string",
AcceleratorType = "string",
GpuPartitionSize = "string",
},
},
BootDiskKmsKey = "string",
LocalSsdCount = 0,
MachineType = "string",
MinCpuPlatform = "string",
Preemptible = false,
Spot = false,
},
Locations = new[]
{
"string",
},
},
},
},
},
InitializationActions = new[]
{
new GoogleNative.Dataproc.V1.Inputs.NodeInitializationActionArgs
{
ExecutableFile = "string",
ExecutionTimeout = "string",
},
},
LifecycleConfig = new GoogleNative.Dataproc.V1.Inputs.LifecycleConfigArgs
{
AutoDeleteTime = "string",
AutoDeleteTtl = "string",
IdleDeleteTtl = "string",
},
MasterConfig = new GoogleNative.Dataproc.V1.Inputs.InstanceGroupConfigArgs
{
Accelerators = new[]
{
new GoogleNative.Dataproc.V1.Inputs.AcceleratorConfigArgs
{
AcceleratorCount = 0,
AcceleratorTypeUri = "string",
},
},
DiskConfig = new GoogleNative.Dataproc.V1.Inputs.DiskConfigArgs
{
BootDiskSizeGb = 0,
BootDiskType = "string",
LocalSsdInterface = "string",
NumLocalSsds = 0,
},
ImageUri = "string",
InstanceFlexibilityPolicy = new GoogleNative.Dataproc.V1.Inputs.InstanceFlexibilityPolicyArgs
{
InstanceSelectionList = new[]
{
new GoogleNative.Dataproc.V1.Inputs.InstanceSelectionArgs
{
MachineTypes = new[]
{
"string",
},
Rank = 0,
},
},
},
MachineTypeUri = "string",
MinCpuPlatform = "string",
MinNumInstances = 0,
NumInstances = 0,
Preemptibility = GoogleNative.Dataproc.V1.InstanceGroupConfigPreemptibility.PreemptibilityUnspecified,
StartupConfig = new GoogleNative.Dataproc.V1.Inputs.StartupConfigArgs
{
RequiredRegistrationFraction = 0,
},
},
MetastoreConfig = new GoogleNative.Dataproc.V1.Inputs.MetastoreConfigArgs
{
DataprocMetastoreService = "string",
},
SecondaryWorkerConfig = new GoogleNative.Dataproc.V1.Inputs.InstanceGroupConfigArgs
{
Accelerators = new[]
{
new GoogleNative.Dataproc.V1.Inputs.AcceleratorConfigArgs
{
AcceleratorCount = 0,
AcceleratorTypeUri = "string",
},
},
DiskConfig = new GoogleNative.Dataproc.V1.Inputs.DiskConfigArgs
{
BootDiskSizeGb = 0,
BootDiskType = "string",
LocalSsdInterface = "string",
NumLocalSsds = 0,
},
ImageUri = "string",
InstanceFlexibilityPolicy = new GoogleNative.Dataproc.V1.Inputs.InstanceFlexibilityPolicyArgs
{
InstanceSelectionList = new[]
{
new GoogleNative.Dataproc.V1.Inputs.InstanceSelectionArgs
{
MachineTypes = new[]
{
"string",
},
Rank = 0,
},
},
},
MachineTypeUri = "string",
MinCpuPlatform = "string",
MinNumInstances = 0,
NumInstances = 0,
Preemptibility = GoogleNative.Dataproc.V1.InstanceGroupConfigPreemptibility.PreemptibilityUnspecified,
StartupConfig = new GoogleNative.Dataproc.V1.Inputs.StartupConfigArgs
{
RequiredRegistrationFraction = 0,
},
},
SecurityConfig = new GoogleNative.Dataproc.V1.Inputs.SecurityConfigArgs
{
IdentityConfig = new GoogleNative.Dataproc.V1.Inputs.IdentityConfigArgs
{
UserServiceAccountMapping =
{
{ "string", "string" },
},
},
KerberosConfig = new GoogleNative.Dataproc.V1.Inputs.KerberosConfigArgs
{
CrossRealmTrustAdminServer = "string",
CrossRealmTrustKdc = "string",
CrossRealmTrustRealm = "string",
CrossRealmTrustSharedPasswordUri = "string",
EnableKerberos = false,
KdcDbKeyUri = "string",
KeyPasswordUri = "string",
KeystorePasswordUri = "string",
KeystoreUri = "string",
KmsKeyUri = "string",
Realm = "string",
RootPrincipalPasswordUri = "string",
TgtLifetimeHours = 0,
TruststorePasswordUri = "string",
TruststoreUri = "string",
},
},
SoftwareConfig = new GoogleNative.Dataproc.V1.Inputs.SoftwareConfigArgs
{
ImageVersion = "string",
OptionalComponents = new[]
{
GoogleNative.Dataproc.V1.SoftwareConfigOptionalComponentsItem.ComponentUnspecified,
},
Properties =
{
{ "string", "string" },
},
},
TempBucket = "string",
WorkerConfig = new GoogleNative.Dataproc.V1.Inputs.InstanceGroupConfigArgs
{
Accelerators = new[]
{
new GoogleNative.Dataproc.V1.Inputs.AcceleratorConfigArgs
{
AcceleratorCount = 0,
AcceleratorTypeUri = "string",
},
},
DiskConfig = new GoogleNative.Dataproc.V1.Inputs.DiskConfigArgs
{
BootDiskSizeGb = 0,
BootDiskType = "string",
LocalSsdInterface = "string",
NumLocalSsds = 0,
},
ImageUri = "string",
InstanceFlexibilityPolicy = new GoogleNative.Dataproc.V1.Inputs.InstanceFlexibilityPolicyArgs
{
InstanceSelectionList = new[]
{
new GoogleNative.Dataproc.V1.Inputs.InstanceSelectionArgs
{
MachineTypes = new[]
{
"string",
},
Rank = 0,
},
},
},
MachineTypeUri = "string",
MinCpuPlatform = "string",
MinNumInstances = 0,
NumInstances = 0,
Preemptibility = GoogleNative.Dataproc.V1.InstanceGroupConfigPreemptibility.PreemptibilityUnspecified,
StartupConfig = new GoogleNative.Dataproc.V1.Inputs.StartupConfigArgs
{
RequiredRegistrationFraction = 0,
},
},
},
Labels =
{
{ "string", "string" },
},
Project = "string",
RequestId = "string",
VirtualClusterConfig = new GoogleNative.Dataproc.V1.Inputs.VirtualClusterConfigArgs
{
KubernetesClusterConfig = new GoogleNative.Dataproc.V1.Inputs.KubernetesClusterConfigArgs
{
GkeClusterConfig = new GoogleNative.Dataproc.V1.Inputs.GkeClusterConfigArgs
{
GkeClusterTarget = "string",
NodePoolTarget = new[]
{
new GoogleNative.Dataproc.V1.Inputs.GkeNodePoolTargetArgs
{
NodePool = "string",
Roles = new[]
{
GoogleNative.Dataproc.V1.GkeNodePoolTargetRolesItem.RoleUnspecified,
},
NodePoolConfig = new GoogleNative.Dataproc.V1.Inputs.GkeNodePoolConfigArgs
{
Autoscaling = new GoogleNative.Dataproc.V1.Inputs.GkeNodePoolAutoscalingConfigArgs
{
MaxNodeCount = 0,
MinNodeCount = 0,
},
Config = new GoogleNative.Dataproc.V1.Inputs.GkeNodeConfigArgs
{
Accelerators = new[]
{
new GoogleNative.Dataproc.V1.Inputs.GkeNodePoolAcceleratorConfigArgs
{
AcceleratorCount = "string",
AcceleratorType = "string",
GpuPartitionSize = "string",
},
},
BootDiskKmsKey = "string",
LocalSsdCount = 0,
MachineType = "string",
MinCpuPlatform = "string",
Preemptible = false,
Spot = false,
},
Locations = new[]
{
"string",
},
},
},
},
},
KubernetesNamespace = "string",
KubernetesSoftwareConfig = new GoogleNative.Dataproc.V1.Inputs.KubernetesSoftwareConfigArgs
{
ComponentVersion =
{
{ "string", "string" },
},
Properties =
{
{ "string", "string" },
},
},
},
AuxiliaryServicesConfig = new GoogleNative.Dataproc.V1.Inputs.AuxiliaryServicesConfigArgs
{
MetastoreConfig = new GoogleNative.Dataproc.V1.Inputs.MetastoreConfigArgs
{
DataprocMetastoreService = "string",
},
SparkHistoryServerConfig = new GoogleNative.Dataproc.V1.Inputs.SparkHistoryServerConfigArgs
{
DataprocCluster = "string",
},
},
StagingBucket = "string",
},
});
example, err := dataproc.NewCluster(ctx, "exampleclusterResourceResourceFromDataprocv1", &dataproc.ClusterArgs{
ClusterName: pulumi.String("string"),
Region: pulumi.String("string"),
ActionOnFailedPrimaryWorkers: pulumi.String("string"),
Config: &dataproc.ClusterConfigArgs{
AutoscalingConfig: &dataproc.AutoscalingConfigArgs{
PolicyUri: pulumi.String("string"),
},
AuxiliaryNodeGroups: dataproc.AuxiliaryNodeGroupArray{
&dataproc.AuxiliaryNodeGroupArgs{
NodeGroup: &dataproc.NodeGroupTypeArgs{
Roles: dataproc.NodeGroupRolesItemArray{
dataproc.NodeGroupRolesItemRoleUnspecified,
},
Labels: pulumi.StringMap{
"string": pulumi.String("string"),
},
Name: pulumi.String("string"),
NodeGroupConfig: &dataproc.InstanceGroupConfigArgs{
Accelerators: dataproc.AcceleratorConfigArray{
&dataproc.AcceleratorConfigArgs{
AcceleratorCount: pulumi.Int(0),
AcceleratorTypeUri: pulumi.String("string"),
},
},
DiskConfig: &dataproc.DiskConfigArgs{
BootDiskSizeGb: pulumi.Int(0),
BootDiskType: pulumi.String("string"),
LocalSsdInterface: pulumi.String("string"),
NumLocalSsds: pulumi.Int(0),
},
ImageUri: pulumi.String("string"),
InstanceFlexibilityPolicy: &dataproc.InstanceFlexibilityPolicyArgs{
InstanceSelectionList: dataproc.InstanceSelectionArray{
&dataproc.InstanceSelectionArgs{
MachineTypes: pulumi.StringArray{
pulumi.String("string"),
},
Rank: pulumi.Int(0),
},
},
},
MachineTypeUri: pulumi.String("string"),
MinCpuPlatform: pulumi.String("string"),
MinNumInstances: pulumi.Int(0),
NumInstances: pulumi.Int(0),
Preemptibility: dataproc.InstanceGroupConfigPreemptibilityPreemptibilityUnspecified,
StartupConfig: &dataproc.StartupConfigArgs{
RequiredRegistrationFraction: pulumi.Float64(0),
},
},
},
NodeGroupId: pulumi.String("string"),
},
},
ConfigBucket: pulumi.String("string"),
DataprocMetricConfig: &dataproc.DataprocMetricConfigArgs{
Metrics: dataproc.MetricArray{
&dataproc.MetricArgs{
MetricSource: dataproc.MetricMetricSourceMetricSourceUnspecified,
MetricOverrides: pulumi.StringArray{
pulumi.String("string"),
},
},
},
},
EncryptionConfig: &dataproc.EncryptionConfigArgs{
GcePdKmsKeyName: pulumi.String("string"),
KmsKey: pulumi.String("string"),
},
EndpointConfig: &dataproc.EndpointConfigArgs{
EnableHttpPortAccess: pulumi.Bool(false),
},
GceClusterConfig: &dataproc.GceClusterConfigArgs{
ConfidentialInstanceConfig: &dataproc.ConfidentialInstanceConfigArgs{
EnableConfidentialCompute: pulumi.Bool(false),
},
InternalIpOnly: pulumi.Bool(false),
Metadata: pulumi.StringMap{
"string": pulumi.String("string"),
},
NetworkUri: pulumi.String("string"),
NodeGroupAffinity: &dataproc.NodeGroupAffinityArgs{
NodeGroupUri: pulumi.String("string"),
},
PrivateIpv6GoogleAccess: dataproc.GceClusterConfigPrivateIpv6GoogleAccessPrivateIpv6GoogleAccessUnspecified,
ReservationAffinity: &dataproc.ReservationAffinityArgs{
ConsumeReservationType: dataproc.ReservationAffinityConsumeReservationTypeTypeUnspecified,
Key: pulumi.String("string"),
Values: pulumi.StringArray{
pulumi.String("string"),
},
},
ServiceAccount: pulumi.String("string"),
ServiceAccountScopes: pulumi.StringArray{
pulumi.String("string"),
},
ShieldedInstanceConfig: &dataproc.ShieldedInstanceConfigArgs{
EnableIntegrityMonitoring: pulumi.Bool(false),
EnableSecureBoot: pulumi.Bool(false),
EnableVtpm: pulumi.Bool(false),
},
SubnetworkUri: pulumi.String("string"),
Tags: pulumi.StringArray{
pulumi.String("string"),
},
ZoneUri: pulumi.String("string"),
},
GkeClusterConfig: &dataproc.GkeClusterConfigArgs{
GkeClusterTarget: pulumi.String("string"),
NodePoolTarget: dataproc.GkeNodePoolTargetArray{
&dataproc.GkeNodePoolTargetArgs{
NodePool: pulumi.String("string"),
Roles: dataproc.GkeNodePoolTargetRolesItemArray{
dataproc.GkeNodePoolTargetRolesItemRoleUnspecified,
},
NodePoolConfig: &dataproc.GkeNodePoolConfigArgs{
Autoscaling: &dataproc.GkeNodePoolAutoscalingConfigArgs{
MaxNodeCount: pulumi.Int(0),
MinNodeCount: pulumi.Int(0),
},
Config: &dataproc.GkeNodeConfigArgs{
Accelerators: dataproc.GkeNodePoolAcceleratorConfigArray{
&dataproc.GkeNodePoolAcceleratorConfigArgs{
AcceleratorCount: pulumi.String("string"),
AcceleratorType: pulumi.String("string"),
GpuPartitionSize: pulumi.String("string"),
},
},
BootDiskKmsKey: pulumi.String("string"),
LocalSsdCount: pulumi.Int(0),
MachineType: pulumi.String("string"),
MinCpuPlatform: pulumi.String("string"),
Preemptible: pulumi.Bool(false),
Spot: pulumi.Bool(false),
},
Locations: pulumi.StringArray{
pulumi.String("string"),
},
},
},
},
},
InitializationActions: dataproc.NodeInitializationActionArray{
&dataproc.NodeInitializationActionArgs{
ExecutableFile: pulumi.String("string"),
ExecutionTimeout: pulumi.String("string"),
},
},
LifecycleConfig: &dataproc.LifecycleConfigArgs{
AutoDeleteTime: pulumi.String("string"),
AutoDeleteTtl: pulumi.String("string"),
IdleDeleteTtl: pulumi.String("string"),
},
MasterConfig: &dataproc.InstanceGroupConfigArgs{
Accelerators: dataproc.AcceleratorConfigArray{
&dataproc.AcceleratorConfigArgs{
AcceleratorCount: pulumi.Int(0),
AcceleratorTypeUri: pulumi.String("string"),
},
},
DiskConfig: &dataproc.DiskConfigArgs{
BootDiskSizeGb: pulumi.Int(0),
BootDiskType: pulumi.String("string"),
LocalSsdInterface: pulumi.String("string"),
NumLocalSsds: pulumi.Int(0),
},
ImageUri: pulumi.String("string"),
InstanceFlexibilityPolicy: &dataproc.InstanceFlexibilityPolicyArgs{
InstanceSelectionList: dataproc.InstanceSelectionArray{
&dataproc.InstanceSelectionArgs{
MachineTypes: pulumi.StringArray{
pulumi.String("string"),
},
Rank: pulumi.Int(0),
},
},
},
MachineTypeUri: pulumi.String("string"),
MinCpuPlatform: pulumi.String("string"),
MinNumInstances: pulumi.Int(0),
NumInstances: pulumi.Int(0),
Preemptibility: dataproc.InstanceGroupConfigPreemptibilityPreemptibilityUnspecified,
StartupConfig: &dataproc.StartupConfigArgs{
RequiredRegistrationFraction: pulumi.Float64(0),
},
},
MetastoreConfig: &dataproc.MetastoreConfigArgs{
DataprocMetastoreService: pulumi.String("string"),
},
SecondaryWorkerConfig: &dataproc.InstanceGroupConfigArgs{
Accelerators: dataproc.AcceleratorConfigArray{
&dataproc.AcceleratorConfigArgs{
AcceleratorCount: pulumi.Int(0),
AcceleratorTypeUri: pulumi.String("string"),
},
},
DiskConfig: &dataproc.DiskConfigArgs{
BootDiskSizeGb: pulumi.Int(0),
BootDiskType: pulumi.String("string"),
LocalSsdInterface: pulumi.String("string"),
NumLocalSsds: pulumi.Int(0),
},
ImageUri: pulumi.String("string"),
InstanceFlexibilityPolicy: &dataproc.InstanceFlexibilityPolicyArgs{
InstanceSelectionList: dataproc.InstanceSelectionArray{
&dataproc.InstanceSelectionArgs{
MachineTypes: pulumi.StringArray{
pulumi.String("string"),
},
Rank: pulumi.Int(0),
},
},
},
MachineTypeUri: pulumi.String("string"),
MinCpuPlatform: pulumi.String("string"),
MinNumInstances: pulumi.Int(0),
NumInstances: pulumi.Int(0),
Preemptibility: dataproc.InstanceGroupConfigPreemptibilityPreemptibilityUnspecified,
StartupConfig: &dataproc.StartupConfigArgs{
RequiredRegistrationFraction: pulumi.Float64(0),
},
},
SecurityConfig: &dataproc.SecurityConfigArgs{
IdentityConfig: &dataproc.IdentityConfigArgs{
UserServiceAccountMapping: pulumi.StringMap{
"string": pulumi.String("string"),
},
},
KerberosConfig: &dataproc.KerberosConfigArgs{
CrossRealmTrustAdminServer: pulumi.String("string"),
CrossRealmTrustKdc: pulumi.String("string"),
CrossRealmTrustRealm: pulumi.String("string"),
CrossRealmTrustSharedPasswordUri: pulumi.String("string"),
EnableKerberos: pulumi.Bool(false),
KdcDbKeyUri: pulumi.String("string"),
KeyPasswordUri: pulumi.String("string"),
KeystorePasswordUri: pulumi.String("string"),
KeystoreUri: pulumi.String("string"),
KmsKeyUri: pulumi.String("string"),
Realm: pulumi.String("string"),
RootPrincipalPasswordUri: pulumi.String("string"),
TgtLifetimeHours: pulumi.Int(0),
TruststorePasswordUri: pulumi.String("string"),
TruststoreUri: pulumi.String("string"),
},
},
SoftwareConfig: &dataproc.SoftwareConfigArgs{
ImageVersion: pulumi.String("string"),
OptionalComponents: dataproc.SoftwareConfigOptionalComponentsItemArray{
dataproc.SoftwareConfigOptionalComponentsItemComponentUnspecified,
},
Properties: pulumi.StringMap{
"string": pulumi.String("string"),
},
},
TempBucket: pulumi.String("string"),
WorkerConfig: &dataproc.InstanceGroupConfigArgs{
Accelerators: dataproc.AcceleratorConfigArray{
&dataproc.AcceleratorConfigArgs{
AcceleratorCount: pulumi.Int(0),
AcceleratorTypeUri: pulumi.String("string"),
},
},
DiskConfig: &dataproc.DiskConfigArgs{
BootDiskSizeGb: pulumi.Int(0),
BootDiskType: pulumi.String("string"),
LocalSsdInterface: pulumi.String("string"),
NumLocalSsds: pulumi.Int(0),
},
ImageUri: pulumi.String("string"),
InstanceFlexibilityPolicy: &dataproc.InstanceFlexibilityPolicyArgs{
InstanceSelectionList: dataproc.InstanceSelectionArray{
&dataproc.InstanceSelectionArgs{
MachineTypes: pulumi.StringArray{
pulumi.String("string"),
},
Rank: pulumi.Int(0),
},
},
},
MachineTypeUri: pulumi.String("string"),
MinCpuPlatform: pulumi.String("string"),
MinNumInstances: pulumi.Int(0),
NumInstances: pulumi.Int(0),
Preemptibility: dataproc.InstanceGroupConfigPreemptibilityPreemptibilityUnspecified,
StartupConfig: &dataproc.StartupConfigArgs{
RequiredRegistrationFraction: pulumi.Float64(0),
},
},
},
Labels: pulumi.StringMap{
"string": pulumi.String("string"),
},
Project: pulumi.String("string"),
RequestId: pulumi.String("string"),
VirtualClusterConfig: &dataproc.VirtualClusterConfigArgs{
KubernetesClusterConfig: &dataproc.KubernetesClusterConfigArgs{
GkeClusterConfig: &dataproc.GkeClusterConfigArgs{
GkeClusterTarget: pulumi.String("string"),
NodePoolTarget: dataproc.GkeNodePoolTargetArray{
&dataproc.GkeNodePoolTargetArgs{
NodePool: pulumi.String("string"),
Roles: dataproc.GkeNodePoolTargetRolesItemArray{
dataproc.GkeNodePoolTargetRolesItemRoleUnspecified,
},
NodePoolConfig: &dataproc.GkeNodePoolConfigArgs{
Autoscaling: &dataproc.GkeNodePoolAutoscalingConfigArgs{
MaxNodeCount: pulumi.Int(0),
MinNodeCount: pulumi.Int(0),
},
Config: &dataproc.GkeNodeConfigArgs{
Accelerators: dataproc.GkeNodePoolAcceleratorConfigArray{
&dataproc.GkeNodePoolAcceleratorConfigArgs{
AcceleratorCount: pulumi.String("string"),
AcceleratorType: pulumi.String("string"),
GpuPartitionSize: pulumi.String("string"),
},
},
BootDiskKmsKey: pulumi.String("string"),
LocalSsdCount: pulumi.Int(0),
MachineType: pulumi.String("string"),
MinCpuPlatform: pulumi.String("string"),
Preemptible: pulumi.Bool(false),
Spot: pulumi.Bool(false),
},
Locations: pulumi.StringArray{
pulumi.String("string"),
},
},
},
},
},
KubernetesNamespace: pulumi.String("string"),
KubernetesSoftwareConfig: &dataproc.KubernetesSoftwareConfigArgs{
ComponentVersion: pulumi.StringMap{
"string": pulumi.String("string"),
},
Properties: pulumi.StringMap{
"string": pulumi.String("string"),
},
},
},
AuxiliaryServicesConfig: &dataproc.AuxiliaryServicesConfigArgs{
MetastoreConfig: &dataproc.MetastoreConfigArgs{
DataprocMetastoreService: pulumi.String("string"),
},
SparkHistoryServerConfig: &dataproc.SparkHistoryServerConfigArgs{
DataprocCluster: pulumi.String("string"),
},
},
StagingBucket: pulumi.String("string"),
},
})
var exampleclusterResourceResourceFromDataprocv1 = new Cluster("exampleclusterResourceResourceFromDataprocv1", ClusterArgs.builder()
.clusterName("string")
.region("string")
.actionOnFailedPrimaryWorkers("string")
.config(ClusterConfigArgs.builder()
.autoscalingConfig(AutoscalingConfigArgs.builder()
.policyUri("string")
.build())
.auxiliaryNodeGroups(AuxiliaryNodeGroupArgs.builder()
.nodeGroup(NodeGroupArgs.builder()
.roles("ROLE_UNSPECIFIED")
.labels(Map.of("string", "string"))
.name("string")
.nodeGroupConfig(InstanceGroupConfigArgs.builder()
.accelerators(AcceleratorConfigArgs.builder()
.acceleratorCount(0)
.acceleratorTypeUri("string")
.build())
.diskConfig(DiskConfigArgs.builder()
.bootDiskSizeGb(0)
.bootDiskType("string")
.localSsdInterface("string")
.numLocalSsds(0)
.build())
.imageUri("string")
.instanceFlexibilityPolicy(InstanceFlexibilityPolicyArgs.builder()
.instanceSelectionList(InstanceSelectionArgs.builder()
.machineTypes("string")
.rank(0)
.build())
.build())
.machineTypeUri("string")
.minCpuPlatform("string")
.minNumInstances(0)
.numInstances(0)
.preemptibility("PREEMPTIBILITY_UNSPECIFIED")
.startupConfig(StartupConfigArgs.builder()
.requiredRegistrationFraction(0)
.build())
.build())
.build())
.nodeGroupId("string")
.build())
.configBucket("string")
.dataprocMetricConfig(DataprocMetricConfigArgs.builder()
.metrics(MetricArgs.builder()
.metricSource("METRIC_SOURCE_UNSPECIFIED")
.metricOverrides("string")
.build())
.build())
.encryptionConfig(EncryptionConfigArgs.builder()
.gcePdKmsKeyName("string")
.kmsKey("string")
.build())
.endpointConfig(EndpointConfigArgs.builder()
.enableHttpPortAccess(false)
.build())
.gceClusterConfig(GceClusterConfigArgs.builder()
.confidentialInstanceConfig(ConfidentialInstanceConfigArgs.builder()
.enableConfidentialCompute(false)
.build())
.internalIpOnly(false)
.metadata(Map.of("string", "string"))
.networkUri("string")
.nodeGroupAffinity(NodeGroupAffinityArgs.builder()
.nodeGroupUri("string")
.build())
.privateIpv6GoogleAccess("PRIVATE_IPV6_GOOGLE_ACCESS_UNSPECIFIED")
.reservationAffinity(ReservationAffinityArgs.builder()
.consumeReservationType("TYPE_UNSPECIFIED")
.key("string")
.values("string")
.build())
.serviceAccount("string")
.serviceAccountScopes("string")
.shieldedInstanceConfig(ShieldedInstanceConfigArgs.builder()
.enableIntegrityMonitoring(false)
.enableSecureBoot(false)
.enableVtpm(false)
.build())
.subnetworkUri("string")
.tags("string")
.zoneUri("string")
.build())
.gkeClusterConfig(GkeClusterConfigArgs.builder()
.gkeClusterTarget("string")
.nodePoolTarget(GkeNodePoolTargetArgs.builder()
.nodePool("string")
.roles("ROLE_UNSPECIFIED")
.nodePoolConfig(GkeNodePoolConfigArgs.builder()
.autoscaling(GkeNodePoolAutoscalingConfigArgs.builder()
.maxNodeCount(0)
.minNodeCount(0)
.build())
.config(GkeNodeConfigArgs.builder()
.accelerators(GkeNodePoolAcceleratorConfigArgs.builder()
.acceleratorCount("string")
.acceleratorType("string")
.gpuPartitionSize("string")
.build())
.bootDiskKmsKey("string")
.localSsdCount(0)
.machineType("string")
.minCpuPlatform("string")
.preemptible(false)
.spot(false)
.build())
.locations("string")
.build())
.build())
.build())
.initializationActions(NodeInitializationActionArgs.builder()
.executableFile("string")
.executionTimeout("string")
.build())
.lifecycleConfig(LifecycleConfigArgs.builder()
.autoDeleteTime("string")
.autoDeleteTtl("string")
.idleDeleteTtl("string")
.build())
.masterConfig(InstanceGroupConfigArgs.builder()
.accelerators(AcceleratorConfigArgs.builder()
.acceleratorCount(0)
.acceleratorTypeUri("string")
.build())
.diskConfig(DiskConfigArgs.builder()
.bootDiskSizeGb(0)
.bootDiskType("string")
.localSsdInterface("string")
.numLocalSsds(0)
.build())
.imageUri("string")
.instanceFlexibilityPolicy(InstanceFlexibilityPolicyArgs.builder()
.instanceSelectionList(InstanceSelectionArgs.builder()
.machineTypes("string")
.rank(0)
.build())
.build())
.machineTypeUri("string")
.minCpuPlatform("string")
.minNumInstances(0)
.numInstances(0)
.preemptibility("PREEMPTIBILITY_UNSPECIFIED")
.startupConfig(StartupConfigArgs.builder()
.requiredRegistrationFraction(0)
.build())
.build())
.metastoreConfig(MetastoreConfigArgs.builder()
.dataprocMetastoreService("string")
.build())
.secondaryWorkerConfig(InstanceGroupConfigArgs.builder()
.accelerators(AcceleratorConfigArgs.builder()
.acceleratorCount(0)
.acceleratorTypeUri("string")
.build())
.diskConfig(DiskConfigArgs.builder()
.bootDiskSizeGb(0)
.bootDiskType("string")
.localSsdInterface("string")
.numLocalSsds(0)
.build())
.imageUri("string")
.instanceFlexibilityPolicy(InstanceFlexibilityPolicyArgs.builder()
.instanceSelectionList(InstanceSelectionArgs.builder()
.machineTypes("string")
.rank(0)
.build())
.build())
.machineTypeUri("string")
.minCpuPlatform("string")
.minNumInstances(0)
.numInstances(0)
.preemptibility("PREEMPTIBILITY_UNSPECIFIED")
.startupConfig(StartupConfigArgs.builder()
.requiredRegistrationFraction(0)
.build())
.build())
.securityConfig(SecurityConfigArgs.builder()
.identityConfig(IdentityConfigArgs.builder()
.userServiceAccountMapping(Map.of("string", "string"))
.build())
.kerberosConfig(KerberosConfigArgs.builder()
.crossRealmTrustAdminServer("string")
.crossRealmTrustKdc("string")
.crossRealmTrustRealm("string")
.crossRealmTrustSharedPasswordUri("string")
.enableKerberos(false)
.kdcDbKeyUri("string")
.keyPasswordUri("string")
.keystorePasswordUri("string")
.keystoreUri("string")
.kmsKeyUri("string")
.realm("string")
.rootPrincipalPasswordUri("string")
.tgtLifetimeHours(0)
.truststorePasswordUri("string")
.truststoreUri("string")
.build())
.build())
.softwareConfig(SoftwareConfigArgs.builder()
.imageVersion("string")
.optionalComponents("COMPONENT_UNSPECIFIED")
.properties(Map.of("string", "string"))
.build())
.tempBucket("string")
.workerConfig(InstanceGroupConfigArgs.builder()
.accelerators(AcceleratorConfigArgs.builder()
.acceleratorCount(0)
.acceleratorTypeUri("string")
.build())
.diskConfig(DiskConfigArgs.builder()
.bootDiskSizeGb(0)
.bootDiskType("string")
.localSsdInterface("string")
.numLocalSsds(0)
.build())
.imageUri("string")
.instanceFlexibilityPolicy(InstanceFlexibilityPolicyArgs.builder()
.instanceSelectionList(InstanceSelectionArgs.builder()
.machineTypes("string")
.rank(0)
.build())
.build())
.machineTypeUri("string")
.minCpuPlatform("string")
.minNumInstances(0)
.numInstances(0)
.preemptibility("PREEMPTIBILITY_UNSPECIFIED")
.startupConfig(StartupConfigArgs.builder()
.requiredRegistrationFraction(0)
.build())
.build())
.build())
.labels(Map.of("string", "string"))
.project("string")
.requestId("string")
.virtualClusterConfig(VirtualClusterConfigArgs.builder()
.kubernetesClusterConfig(KubernetesClusterConfigArgs.builder()
.gkeClusterConfig(GkeClusterConfigArgs.builder()
.gkeClusterTarget("string")
.nodePoolTarget(GkeNodePoolTargetArgs.builder()
.nodePool("string")
.roles("ROLE_UNSPECIFIED")
.nodePoolConfig(GkeNodePoolConfigArgs.builder()
.autoscaling(GkeNodePoolAutoscalingConfigArgs.builder()
.maxNodeCount(0)
.minNodeCount(0)
.build())
.config(GkeNodeConfigArgs.builder()
.accelerators(GkeNodePoolAcceleratorConfigArgs.builder()
.acceleratorCount("string")
.acceleratorType("string")
.gpuPartitionSize("string")
.build())
.bootDiskKmsKey("string")
.localSsdCount(0)
.machineType("string")
.minCpuPlatform("string")
.preemptible(false)
.spot(false)
.build())
.locations("string")
.build())
.build())
.build())
.kubernetesNamespace("string")
.kubernetesSoftwareConfig(KubernetesSoftwareConfigArgs.builder()
.componentVersion(Map.of("string", "string"))
.properties(Map.of("string", "string"))
.build())
.build())
.auxiliaryServicesConfig(AuxiliaryServicesConfigArgs.builder()
.metastoreConfig(MetastoreConfigArgs.builder()
.dataprocMetastoreService("string")
.build())
.sparkHistoryServerConfig(SparkHistoryServerConfigArgs.builder()
.dataprocCluster("string")
.build())
.build())
.stagingBucket("string")
.build())
.build());
examplecluster_resource_resource_from_dataprocv1 = google_native.dataproc.v1.Cluster("exampleclusterResourceResourceFromDataprocv1",
cluster_name="string",
region="string",
action_on_failed_primary_workers="string",
config={
"autoscaling_config": {
"policy_uri": "string",
},
"auxiliary_node_groups": [{
"node_group": {
"roles": [google_native.dataproc.v1.NodeGroupRolesItem.ROLE_UNSPECIFIED],
"labels": {
"string": "string",
},
"name": "string",
"node_group_config": {
"accelerators": [{
"accelerator_count": 0,
"accelerator_type_uri": "string",
}],
"disk_config": {
"boot_disk_size_gb": 0,
"boot_disk_type": "string",
"local_ssd_interface": "string",
"num_local_ssds": 0,
},
"image_uri": "string",
"instance_flexibility_policy": {
"instance_selection_list": [{
"machine_types": ["string"],
"rank": 0,
}],
},
"machine_type_uri": "string",
"min_cpu_platform": "string",
"min_num_instances": 0,
"num_instances": 0,
"preemptibility": google_native.dataproc.v1.InstanceGroupConfigPreemptibility.PREEMPTIBILITY_UNSPECIFIED,
"startup_config": {
"required_registration_fraction": 0,
},
},
},
"node_group_id": "string",
}],
"config_bucket": "string",
"dataproc_metric_config": {
"metrics": [{
"metric_source": google_native.dataproc.v1.MetricMetricSource.METRIC_SOURCE_UNSPECIFIED,
"metric_overrides": ["string"],
}],
},
"encryption_config": {
"gce_pd_kms_key_name": "string",
"kms_key": "string",
},
"endpoint_config": {
"enable_http_port_access": False,
},
"gce_cluster_config": {
"confidential_instance_config": {
"enable_confidential_compute": False,
},
"internal_ip_only": False,
"metadata": {
"string": "string",
},
"network_uri": "string",
"node_group_affinity": {
"node_group_uri": "string",
},
"private_ipv6_google_access": google_native.dataproc.v1.GceClusterConfigPrivateIpv6GoogleAccess.PRIVATE_IPV6_GOOGLE_ACCESS_UNSPECIFIED,
"reservation_affinity": {
"consume_reservation_type": google_native.dataproc.v1.ReservationAffinityConsumeReservationType.TYPE_UNSPECIFIED,
"key": "string",
"values": ["string"],
},
"service_account": "string",
"service_account_scopes": ["string"],
"shielded_instance_config": {
"enable_integrity_monitoring": False,
"enable_secure_boot": False,
"enable_vtpm": False,
},
"subnetwork_uri": "string",
"tags": ["string"],
"zone_uri": "string",
},
"gke_cluster_config": {
"gke_cluster_target": "string",
"node_pool_target": [{
"node_pool": "string",
"roles": [google_native.dataproc.v1.GkeNodePoolTargetRolesItem.ROLE_UNSPECIFIED],
"node_pool_config": {
"autoscaling": {
"max_node_count": 0,
"min_node_count": 0,
},
"config": {
"accelerators": [{
"accelerator_count": "string",
"accelerator_type": "string",
"gpu_partition_size": "string",
}],
"boot_disk_kms_key": "string",
"local_ssd_count": 0,
"machine_type": "string",
"min_cpu_platform": "string",
"preemptible": False,
"spot": False,
},
"locations": ["string"],
},
}],
},
"initialization_actions": [{
"executable_file": "string",
"execution_timeout": "string",
}],
"lifecycle_config": {
"auto_delete_time": "string",
"auto_delete_ttl": "string",
"idle_delete_ttl": "string",
},
"master_config": {
"accelerators": [{
"accelerator_count": 0,
"accelerator_type_uri": "string",
}],
"disk_config": {
"boot_disk_size_gb": 0,
"boot_disk_type": "string",
"local_ssd_interface": "string",
"num_local_ssds": 0,
},
"image_uri": "string",
"instance_flexibility_policy": {
"instance_selection_list": [{
"machine_types": ["string"],
"rank": 0,
}],
},
"machine_type_uri": "string",
"min_cpu_platform": "string",
"min_num_instances": 0,
"num_instances": 0,
"preemptibility": google_native.dataproc.v1.InstanceGroupConfigPreemptibility.PREEMPTIBILITY_UNSPECIFIED,
"startup_config": {
"required_registration_fraction": 0,
},
},
"metastore_config": {
"dataproc_metastore_service": "string",
},
"secondary_worker_config": {
"accelerators": [{
"accelerator_count": 0,
"accelerator_type_uri": "string",
}],
"disk_config": {
"boot_disk_size_gb": 0,
"boot_disk_type": "string",
"local_ssd_interface": "string",
"num_local_ssds": 0,
},
"image_uri": "string",
"instance_flexibility_policy": {
"instance_selection_list": [{
"machine_types": ["string"],
"rank": 0,
}],
},
"machine_type_uri": "string",
"min_cpu_platform": "string",
"min_num_instances": 0,
"num_instances": 0,
"preemptibility": google_native.dataproc.v1.InstanceGroupConfigPreemptibility.PREEMPTIBILITY_UNSPECIFIED,
"startup_config": {
"required_registration_fraction": 0,
},
},
"security_config": {
"identity_config": {
"user_service_account_mapping": {
"string": "string",
},
},
"kerberos_config": {
"cross_realm_trust_admin_server": "string",
"cross_realm_trust_kdc": "string",
"cross_realm_trust_realm": "string",
"cross_realm_trust_shared_password_uri": "string",
"enable_kerberos": False,
"kdc_db_key_uri": "string",
"key_password_uri": "string",
"keystore_password_uri": "string",
"keystore_uri": "string",
"kms_key_uri": "string",
"realm": "string",
"root_principal_password_uri": "string",
"tgt_lifetime_hours": 0,
"truststore_password_uri": "string",
"truststore_uri": "string",
},
},
"software_config": {
"image_version": "string",
"optional_components": [google_native.dataproc.v1.SoftwareConfigOptionalComponentsItem.COMPONENT_UNSPECIFIED],
"properties": {
"string": "string",
},
},
"temp_bucket": "string",
"worker_config": {
"accelerators": [{
"accelerator_count": 0,
"accelerator_type_uri": "string",
}],
"disk_config": {
"boot_disk_size_gb": 0,
"boot_disk_type": "string",
"local_ssd_interface": "string",
"num_local_ssds": 0,
},
"image_uri": "string",
"instance_flexibility_policy": {
"instance_selection_list": [{
"machine_types": ["string"],
"rank": 0,
}],
},
"machine_type_uri": "string",
"min_cpu_platform": "string",
"min_num_instances": 0,
"num_instances": 0,
"preemptibility": google_native.dataproc.v1.InstanceGroupConfigPreemptibility.PREEMPTIBILITY_UNSPECIFIED,
"startup_config": {
"required_registration_fraction": 0,
},
},
},
labels={
"string": "string",
},
project="string",
request_id="string",
virtual_cluster_config={
"kubernetes_cluster_config": {
"gke_cluster_config": {
"gke_cluster_target": "string",
"node_pool_target": [{
"node_pool": "string",
"roles": [google_native.dataproc.v1.GkeNodePoolTargetRolesItem.ROLE_UNSPECIFIED],
"node_pool_config": {
"autoscaling": {
"max_node_count": 0,
"min_node_count": 0,
},
"config": {
"accelerators": [{
"accelerator_count": "string",
"accelerator_type": "string",
"gpu_partition_size": "string",
}],
"boot_disk_kms_key": "string",
"local_ssd_count": 0,
"machine_type": "string",
"min_cpu_platform": "string",
"preemptible": False,
"spot": False,
},
"locations": ["string"],
},
}],
},
"kubernetes_namespace": "string",
"kubernetes_software_config": {
"component_version": {
"string": "string",
},
"properties": {
"string": "string",
},
},
},
"auxiliary_services_config": {
"metastore_config": {
"dataproc_metastore_service": "string",
},
"spark_history_server_config": {
"dataproc_cluster": "string",
},
},
"staging_bucket": "string",
})
const exampleclusterResourceResourceFromDataprocv1 = new google_native.dataproc.v1.Cluster("exampleclusterResourceResourceFromDataprocv1", {
clusterName: "string",
region: "string",
actionOnFailedPrimaryWorkers: "string",
config: {
autoscalingConfig: {
policyUri: "string",
},
auxiliaryNodeGroups: [{
nodeGroup: {
roles: [google_native.dataproc.v1.NodeGroupRolesItem.RoleUnspecified],
labels: {
string: "string",
},
name: "string",
nodeGroupConfig: {
accelerators: [{
acceleratorCount: 0,
acceleratorTypeUri: "string",
}],
diskConfig: {
bootDiskSizeGb: 0,
bootDiskType: "string",
localSsdInterface: "string",
numLocalSsds: 0,
},
imageUri: "string",
instanceFlexibilityPolicy: {
instanceSelectionList: [{
machineTypes: ["string"],
rank: 0,
}],
},
machineTypeUri: "string",
minCpuPlatform: "string",
minNumInstances: 0,
numInstances: 0,
preemptibility: google_native.dataproc.v1.InstanceGroupConfigPreemptibility.PreemptibilityUnspecified,
startupConfig: {
requiredRegistrationFraction: 0,
},
},
},
nodeGroupId: "string",
}],
configBucket: "string",
dataprocMetricConfig: {
metrics: [{
metricSource: google_native.dataproc.v1.MetricMetricSource.MetricSourceUnspecified,
metricOverrides: ["string"],
}],
},
encryptionConfig: {
gcePdKmsKeyName: "string",
kmsKey: "string",
},
endpointConfig: {
enableHttpPortAccess: false,
},
gceClusterConfig: {
confidentialInstanceConfig: {
enableConfidentialCompute: false,
},
internalIpOnly: false,
metadata: {
string: "string",
},
networkUri: "string",
nodeGroupAffinity: {
nodeGroupUri: "string",
},
privateIpv6GoogleAccess: google_native.dataproc.v1.GceClusterConfigPrivateIpv6GoogleAccess.PrivateIpv6GoogleAccessUnspecified,
reservationAffinity: {
consumeReservationType: google_native.dataproc.v1.ReservationAffinityConsumeReservationType.TypeUnspecified,
key: "string",
values: ["string"],
},
serviceAccount: "string",
serviceAccountScopes: ["string"],
shieldedInstanceConfig: {
enableIntegrityMonitoring: false,
enableSecureBoot: false,
enableVtpm: false,
},
subnetworkUri: "string",
tags: ["string"],
zoneUri: "string",
},
gkeClusterConfig: {
gkeClusterTarget: "string",
nodePoolTarget: [{
nodePool: "string",
roles: [google_native.dataproc.v1.GkeNodePoolTargetRolesItem.RoleUnspecified],
nodePoolConfig: {
autoscaling: {
maxNodeCount: 0,
minNodeCount: 0,
},
config: {
accelerators: [{
acceleratorCount: "string",
acceleratorType: "string",
gpuPartitionSize: "string",
}],
bootDiskKmsKey: "string",
localSsdCount: 0,
machineType: "string",
minCpuPlatform: "string",
preemptible: false,
spot: false,
},
locations: ["string"],
},
}],
},
initializationActions: [{
executableFile: "string",
executionTimeout: "string",
}],
lifecycleConfig: {
autoDeleteTime: "string",
autoDeleteTtl: "string",
idleDeleteTtl: "string",
},
masterConfig: {
accelerators: [{
acceleratorCount: 0,
acceleratorTypeUri: "string",
}],
diskConfig: {
bootDiskSizeGb: 0,
bootDiskType: "string",
localSsdInterface: "string",
numLocalSsds: 0,
},
imageUri: "string",
instanceFlexibilityPolicy: {
instanceSelectionList: [{
machineTypes: ["string"],
rank: 0,
}],
},
machineTypeUri: "string",
minCpuPlatform: "string",
minNumInstances: 0,
numInstances: 0,
preemptibility: google_native.dataproc.v1.InstanceGroupConfigPreemptibility.PreemptibilityUnspecified,
startupConfig: {
requiredRegistrationFraction: 0,
},
},
metastoreConfig: {
dataprocMetastoreService: "string",
},
secondaryWorkerConfig: {
accelerators: [{
acceleratorCount: 0,
acceleratorTypeUri: "string",
}],
diskConfig: {
bootDiskSizeGb: 0,
bootDiskType: "string",
localSsdInterface: "string",
numLocalSsds: 0,
},
imageUri: "string",
instanceFlexibilityPolicy: {
instanceSelectionList: [{
machineTypes: ["string"],
rank: 0,
}],
},
machineTypeUri: "string",
minCpuPlatform: "string",
minNumInstances: 0,
numInstances: 0,
preemptibility: google_native.dataproc.v1.InstanceGroupConfigPreemptibility.PreemptibilityUnspecified,
startupConfig: {
requiredRegistrationFraction: 0,
},
},
securityConfig: {
identityConfig: {
userServiceAccountMapping: {
string: "string",
},
},
kerberosConfig: {
crossRealmTrustAdminServer: "string",
crossRealmTrustKdc: "string",
crossRealmTrustRealm: "string",
crossRealmTrustSharedPasswordUri: "string",
enableKerberos: false,
kdcDbKeyUri: "string",
keyPasswordUri: "string",
keystorePasswordUri: "string",
keystoreUri: "string",
kmsKeyUri: "string",
realm: "string",
rootPrincipalPasswordUri: "string",
tgtLifetimeHours: 0,
truststorePasswordUri: "string",
truststoreUri: "string",
},
},
softwareConfig: {
imageVersion: "string",
optionalComponents: [google_native.dataproc.v1.SoftwareConfigOptionalComponentsItem.ComponentUnspecified],
properties: {
string: "string",
},
},
tempBucket: "string",
workerConfig: {
accelerators: [{
acceleratorCount: 0,
acceleratorTypeUri: "string",
}],
diskConfig: {
bootDiskSizeGb: 0,
bootDiskType: "string",
localSsdInterface: "string",
numLocalSsds: 0,
},
imageUri: "string",
instanceFlexibilityPolicy: {
instanceSelectionList: [{
machineTypes: ["string"],
rank: 0,
}],
},
machineTypeUri: "string",
minCpuPlatform: "string",
minNumInstances: 0,
numInstances: 0,
preemptibility: google_native.dataproc.v1.InstanceGroupConfigPreemptibility.PreemptibilityUnspecified,
startupConfig: {
requiredRegistrationFraction: 0,
},
},
},
labels: {
string: "string",
},
project: "string",
requestId: "string",
virtualClusterConfig: {
kubernetesClusterConfig: {
gkeClusterConfig: {
gkeClusterTarget: "string",
nodePoolTarget: [{
nodePool: "string",
roles: [google_native.dataproc.v1.GkeNodePoolTargetRolesItem.RoleUnspecified],
nodePoolConfig: {
autoscaling: {
maxNodeCount: 0,
minNodeCount: 0,
},
config: {
accelerators: [{
acceleratorCount: "string",
acceleratorType: "string",
gpuPartitionSize: "string",
}],
bootDiskKmsKey: "string",
localSsdCount: 0,
machineType: "string",
minCpuPlatform: "string",
preemptible: false,
spot: false,
},
locations: ["string"],
},
}],
},
kubernetesNamespace: "string",
kubernetesSoftwareConfig: {
componentVersion: {
string: "string",
},
properties: {
string: "string",
},
},
},
auxiliaryServicesConfig: {
metastoreConfig: {
dataprocMetastoreService: "string",
},
sparkHistoryServerConfig: {
dataprocCluster: "string",
},
},
stagingBucket: "string",
},
});
type: google-native:dataproc/v1:Cluster
properties:
actionOnFailedPrimaryWorkers: string
clusterName: string
config:
autoscalingConfig:
policyUri: string
auxiliaryNodeGroups:
- nodeGroup:
labels:
string: string
name: string
nodeGroupConfig:
accelerators:
- acceleratorCount: 0
acceleratorTypeUri: string
diskConfig:
bootDiskSizeGb: 0
bootDiskType: string
localSsdInterface: string
numLocalSsds: 0
imageUri: string
instanceFlexibilityPolicy:
instanceSelectionList:
- machineTypes:
- string
rank: 0
machineTypeUri: string
minCpuPlatform: string
minNumInstances: 0
numInstances: 0
preemptibility: PREEMPTIBILITY_UNSPECIFIED
startupConfig:
requiredRegistrationFraction: 0
roles:
- ROLE_UNSPECIFIED
nodeGroupId: string
configBucket: string
dataprocMetricConfig:
metrics:
- metricOverrides:
- string
metricSource: METRIC_SOURCE_UNSPECIFIED
encryptionConfig:
gcePdKmsKeyName: string
kmsKey: string
endpointConfig:
enableHttpPortAccess: false
gceClusterConfig:
confidentialInstanceConfig:
enableConfidentialCompute: false
internalIpOnly: false
metadata:
string: string
networkUri: string
nodeGroupAffinity:
nodeGroupUri: string
privateIpv6GoogleAccess: PRIVATE_IPV6_GOOGLE_ACCESS_UNSPECIFIED
reservationAffinity:
consumeReservationType: TYPE_UNSPECIFIED
key: string
values:
- string
serviceAccount: string
serviceAccountScopes:
- string
shieldedInstanceConfig:
enableIntegrityMonitoring: false
enableSecureBoot: false
enableVtpm: false
subnetworkUri: string
tags:
- string
zoneUri: string
gkeClusterConfig:
gkeClusterTarget: string
nodePoolTarget:
- nodePool: string
nodePoolConfig:
autoscaling:
maxNodeCount: 0
minNodeCount: 0
config:
accelerators:
- acceleratorCount: string
acceleratorType: string
gpuPartitionSize: string
bootDiskKmsKey: string
localSsdCount: 0
machineType: string
minCpuPlatform: string
preemptible: false
spot: false
locations:
- string
roles:
- ROLE_UNSPECIFIED
initializationActions:
- executableFile: string
executionTimeout: string
lifecycleConfig:
autoDeleteTime: string
autoDeleteTtl: string
idleDeleteTtl: string
masterConfig:
accelerators:
- acceleratorCount: 0
acceleratorTypeUri: string
diskConfig:
bootDiskSizeGb: 0
bootDiskType: string
localSsdInterface: string
numLocalSsds: 0
imageUri: string
instanceFlexibilityPolicy:
instanceSelectionList:
- machineTypes:
- string
rank: 0
machineTypeUri: string
minCpuPlatform: string
minNumInstances: 0
numInstances: 0
preemptibility: PREEMPTIBILITY_UNSPECIFIED
startupConfig:
requiredRegistrationFraction: 0
metastoreConfig:
dataprocMetastoreService: string
secondaryWorkerConfig:
accelerators:
- acceleratorCount: 0
acceleratorTypeUri: string
diskConfig:
bootDiskSizeGb: 0
bootDiskType: string
localSsdInterface: string
numLocalSsds: 0
imageUri: string
instanceFlexibilityPolicy:
instanceSelectionList:
- machineTypes:
- string
rank: 0
machineTypeUri: string
minCpuPlatform: string
minNumInstances: 0
numInstances: 0
preemptibility: PREEMPTIBILITY_UNSPECIFIED
startupConfig:
requiredRegistrationFraction: 0
securityConfig:
identityConfig:
userServiceAccountMapping:
string: string
kerberosConfig:
crossRealmTrustAdminServer: string
crossRealmTrustKdc: string
crossRealmTrustRealm: string
crossRealmTrustSharedPasswordUri: string
enableKerberos: false
kdcDbKeyUri: string
keyPasswordUri: string
keystorePasswordUri: string
keystoreUri: string
kmsKeyUri: string
realm: string
rootPrincipalPasswordUri: string
tgtLifetimeHours: 0
truststorePasswordUri: string
truststoreUri: string
softwareConfig:
imageVersion: string
optionalComponents:
- COMPONENT_UNSPECIFIED
properties:
string: string
tempBucket: string
workerConfig:
accelerators:
- acceleratorCount: 0
acceleratorTypeUri: string
diskConfig:
bootDiskSizeGb: 0
bootDiskType: string
localSsdInterface: string
numLocalSsds: 0
imageUri: string
instanceFlexibilityPolicy:
instanceSelectionList:
- machineTypes:
- string
rank: 0
machineTypeUri: string
minCpuPlatform: string
minNumInstances: 0
numInstances: 0
preemptibility: PREEMPTIBILITY_UNSPECIFIED
startupConfig:
requiredRegistrationFraction: 0
labels:
string: string
project: string
region: string
requestId: string
virtualClusterConfig:
auxiliaryServicesConfig:
metastoreConfig:
dataprocMetastoreService: string
sparkHistoryServerConfig:
dataprocCluster: string
kubernetesClusterConfig:
gkeClusterConfig:
gkeClusterTarget: string
nodePoolTarget:
- nodePool: string
nodePoolConfig:
autoscaling:
maxNodeCount: 0
minNodeCount: 0
config:
accelerators:
- acceleratorCount: string
acceleratorType: string
gpuPartitionSize: string
bootDiskKmsKey: string
localSsdCount: 0
machineType: string
minCpuPlatform: string
preemptible: false
spot: false
locations:
- string
roles:
- ROLE_UNSPECIFIED
kubernetesNamespace: string
kubernetesSoftwareConfig:
componentVersion:
string: string
properties:
string: string
stagingBucket: string
Cluster Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Cluster resource accepts the following input properties:
- Cluster
Name This property is required. string - The cluster name, which must be unique within a project. The name must start with a lowercase letter, and can contain up to 51 lowercase letters, numbers, and hyphens. It cannot end with a hyphen. The name of a deleted cluster can be reused.
- Region
This property is required. Changes to this property will trigger replacement.
- Action
On stringFailed Primary Workers - Optional. Failure action when primary worker creation fails.
- Config
Pulumi.
Google Native. Dataproc. V1. Inputs. Cluster Config - Optional. The cluster config for a cluster of Compute Engine Instances. Note that Dataproc may set default values, and values may change when clusters are updated.Exactly one of ClusterConfig or VirtualClusterConfig must be specified.
- Labels Dictionary<string, string>
- Optional. The labels to associate with this cluster. Label keys must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). No more than 32 labels can be associated with a cluster.
- Project string
- The Google Cloud Platform project ID that the cluster belongs to.
- Request
Id string - Optional. A unique ID used to identify the request. If the server receives two CreateClusterRequest (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#google.cloud.dataproc.v1.CreateClusterRequest)s with the same id, then the second request will be ignored and the first google.longrunning.Operation created and stored in the backend is returned.It is recommended to always set this value to a UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier).The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
- Virtual
Cluster Pulumi.Config Google Native. Dataproc. V1. Inputs. Virtual Cluster Config - Optional. The virtual cluster config is used when creating a Dataproc cluster that does not directly control the underlying compute resources, for example, when creating a Dataproc-on-GKE cluster (https://cloud.google.com/dataproc/docs/guides/dpgke/dataproc-gke-overview). Dataproc may set default values, and values may change when clusters are updated. Exactly one of config or virtual_cluster_config must be specified.
- Cluster
Name This property is required. string - The cluster name, which must be unique within a project. The name must start with a lowercase letter, and can contain up to 51 lowercase letters, numbers, and hyphens. It cannot end with a hyphen. The name of a deleted cluster can be reused.
- Region
This property is required. Changes to this property will trigger replacement.
- Action
On stringFailed Primary Workers - Optional. Failure action when primary worker creation fails.
- Config
Cluster
Config Args - Optional. The cluster config for a cluster of Compute Engine Instances. Note that Dataproc may set default values, and values may change when clusters are updated.Exactly one of ClusterConfig or VirtualClusterConfig must be specified.
- Labels map[string]string
- Optional. The labels to associate with this cluster. Label keys must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). No more than 32 labels can be associated with a cluster.
- Project string
- The Google Cloud Platform project ID that the cluster belongs to.
- Request
Id string - Optional. A unique ID used to identify the request. If the server receives two CreateClusterRequest (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#google.cloud.dataproc.v1.CreateClusterRequest)s with the same id, then the second request will be ignored and the first google.longrunning.Operation created and stored in the backend is returned.It is recommended to always set this value to a UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier).The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
- Virtual
Cluster VirtualConfig Cluster Config Args - Optional. The virtual cluster config is used when creating a Dataproc cluster that does not directly control the underlying compute resources, for example, when creating a Dataproc-on-GKE cluster (https://cloud.google.com/dataproc/docs/guides/dpgke/dataproc-gke-overview). Dataproc may set default values, and values may change when clusters are updated. Exactly one of config or virtual_cluster_config must be specified.
- cluster
Name This property is required. String - The cluster name, which must be unique within a project. The name must start with a lowercase letter, and can contain up to 51 lowercase letters, numbers, and hyphens. It cannot end with a hyphen. The name of a deleted cluster can be reused.
- region
This property is required. Changes to this property will trigger replacement.
- action
On StringFailed Primary Workers - Optional. Failure action when primary worker creation fails.
- config
Cluster
Config - Optional. The cluster config for a cluster of Compute Engine Instances. Note that Dataproc may set default values, and values may change when clusters are updated.Exactly one of ClusterConfig or VirtualClusterConfig must be specified.
- labels Map<String,String>
- Optional. The labels to associate with this cluster. Label keys must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). No more than 32 labels can be associated with a cluster.
- project String
- The Google Cloud Platform project ID that the cluster belongs to.
- request
Id String - Optional. A unique ID used to identify the request. If the server receives two CreateClusterRequest (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#google.cloud.dataproc.v1.CreateClusterRequest)s with the same id, then the second request will be ignored and the first google.longrunning.Operation created and stored in the backend is returned.It is recommended to always set this value to a UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier).The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
- virtual
Cluster VirtualConfig Cluster Config - Optional. The virtual cluster config is used when creating a Dataproc cluster that does not directly control the underlying compute resources, for example, when creating a Dataproc-on-GKE cluster (https://cloud.google.com/dataproc/docs/guides/dpgke/dataproc-gke-overview). Dataproc may set default values, and values may change when clusters are updated. Exactly one of config or virtual_cluster_config must be specified.
- cluster
Name This property is required. string - The cluster name, which must be unique within a project. The name must start with a lowercase letter, and can contain up to 51 lowercase letters, numbers, and hyphens. It cannot end with a hyphen. The name of a deleted cluster can be reused.
- region
This property is required. Changes to this property will trigger replacement.
- action
On stringFailed Primary Workers - Optional. Failure action when primary worker creation fails.
- config
Cluster
Config - Optional. The cluster config for a cluster of Compute Engine Instances. Note that Dataproc may set default values, and values may change when clusters are updated.Exactly one of ClusterConfig or VirtualClusterConfig must be specified.
- labels {[key: string]: string}
- Optional. The labels to associate with this cluster. Label keys must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). No more than 32 labels can be associated with a cluster.
- project string
- The Google Cloud Platform project ID that the cluster belongs to.
- request
Id string - Optional. A unique ID used to identify the request. If the server receives two CreateClusterRequest (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#google.cloud.dataproc.v1.CreateClusterRequest)s with the same id, then the second request will be ignored and the first google.longrunning.Operation created and stored in the backend is returned.It is recommended to always set this value to a UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier).The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
- virtual
Cluster VirtualConfig Cluster Config - Optional. The virtual cluster config is used when creating a Dataproc cluster that does not directly control the underlying compute resources, for example, when creating a Dataproc-on-GKE cluster (https://cloud.google.com/dataproc/docs/guides/dpgke/dataproc-gke-overview). Dataproc may set default values, and values may change when clusters are updated. Exactly one of config or virtual_cluster_config must be specified.
- cluster_
name This property is required. str - The cluster name, which must be unique within a project. The name must start with a lowercase letter, and can contain up to 51 lowercase letters, numbers, and hyphens. It cannot end with a hyphen. The name of a deleted cluster can be reused.
- region
This property is required. Changes to this property will trigger replacement.
- action_
on_ strfailed_ primary_ workers - Optional. Failure action when primary worker creation fails.
- config
Cluster
Config Args - Optional. The cluster config for a cluster of Compute Engine Instances. Note that Dataproc may set default values, and values may change when clusters are updated.Exactly one of ClusterConfig or VirtualClusterConfig must be specified.
- labels Mapping[str, str]
- Optional. The labels to associate with this cluster. Label keys must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). No more than 32 labels can be associated with a cluster.
- project str
- The Google Cloud Platform project ID that the cluster belongs to.
- request_
id str - Optional. A unique ID used to identify the request. If the server receives two CreateClusterRequest (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#google.cloud.dataproc.v1.CreateClusterRequest)s with the same id, then the second request will be ignored and the first google.longrunning.Operation created and stored in the backend is returned.It is recommended to always set this value to a UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier).The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
- virtual_
cluster_ Virtualconfig Cluster Config Args - Optional. The virtual cluster config is used when creating a Dataproc cluster that does not directly control the underlying compute resources, for example, when creating a Dataproc-on-GKE cluster (https://cloud.google.com/dataproc/docs/guides/dpgke/dataproc-gke-overview). Dataproc may set default values, and values may change when clusters are updated. Exactly one of config or virtual_cluster_config must be specified.
- cluster
Name This property is required. String - The cluster name, which must be unique within a project. The name must start with a lowercase letter, and can contain up to 51 lowercase letters, numbers, and hyphens. It cannot end with a hyphen. The name of a deleted cluster can be reused.
- region
This property is required. Changes to this property will trigger replacement.
- action
On StringFailed Primary Workers - Optional. Failure action when primary worker creation fails.
- config Property Map
- Optional. The cluster config for a cluster of Compute Engine Instances. Note that Dataproc may set default values, and values may change when clusters are updated.Exactly one of ClusterConfig or VirtualClusterConfig must be specified.
- labels Map<String>
- Optional. The labels to associate with this cluster. Label keys must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). No more than 32 labels can be associated with a cluster.
- project String
- The Google Cloud Platform project ID that the cluster belongs to.
- request
Id String - Optional. A unique ID used to identify the request. If the server receives two CreateClusterRequest (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#google.cloud.dataproc.v1.CreateClusterRequest)s with the same id, then the second request will be ignored and the first google.longrunning.Operation created and stored in the backend is returned.It is recommended to always set this value to a UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier).The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
- virtual
Cluster Property MapConfig - Optional. The virtual cluster config is used when creating a Dataproc cluster that does not directly control the underlying compute resources, for example, when creating a Dataproc-on-GKE cluster (https://cloud.google.com/dataproc/docs/guides/dpgke/dataproc-gke-overview). Dataproc may set default values, and values may change when clusters are updated. Exactly one of config or virtual_cluster_config must be specified.
Outputs
All input properties are implicitly available as output properties. Additionally, the Cluster resource produces the following output properties:
- Cluster
Uuid string - A cluster UUID (Unique Universal Identifier). Dataproc generates this value when it creates the cluster.
- Id string
- The provider-assigned unique ID for this managed resource.
- Metrics
Pulumi.
Google Native. Dataproc. V1. Outputs. Cluster Metrics Response - Contains cluster daemon metrics such as HDFS and YARN stats.Beta Feature: This report is available for testing purposes only. It may be changed before final release.
- Status
Pulumi.
Google Native. Dataproc. V1. Outputs. Cluster Status Response - Cluster status.
- Status
History List<Pulumi.Google Native. Dataproc. V1. Outputs. Cluster Status Response> - The previous cluster status.
- Cluster
Uuid string - A cluster UUID (Unique Universal Identifier). Dataproc generates this value when it creates the cluster.
- Id string
- The provider-assigned unique ID for this managed resource.
- Metrics
Cluster
Metrics Response - Contains cluster daemon metrics such as HDFS and YARN stats.Beta Feature: This report is available for testing purposes only. It may be changed before final release.
- Status
Cluster
Status Response - Cluster status.
- Status
History []ClusterStatus Response - The previous cluster status.
- cluster
Uuid String - A cluster UUID (Unique Universal Identifier). Dataproc generates this value when it creates the cluster.
- id String
- The provider-assigned unique ID for this managed resource.
- metrics
Cluster
Metrics Response - Contains cluster daemon metrics such as HDFS and YARN stats.Beta Feature: This report is available for testing purposes only. It may be changed before final release.
- status
Cluster
Status Response - Cluster status.
- status
History List<ClusterStatus Response> - The previous cluster status.
- cluster
Uuid string - A cluster UUID (Unique Universal Identifier). Dataproc generates this value when it creates the cluster.
- id string
- The provider-assigned unique ID for this managed resource.
- metrics
Cluster
Metrics Response - Contains cluster daemon metrics such as HDFS and YARN stats.Beta Feature: This report is available for testing purposes only. It may be changed before final release.
- status
Cluster
Status Response - Cluster status.
- status
History ClusterStatus Response[] - The previous cluster status.
- cluster_
uuid str - A cluster UUID (Unique Universal Identifier). Dataproc generates this value when it creates the cluster.
- id str
- The provider-assigned unique ID for this managed resource.
- metrics
Cluster
Metrics Response - Contains cluster daemon metrics such as HDFS and YARN stats.Beta Feature: This report is available for testing purposes only. It may be changed before final release.
- status
Cluster
Status Response - Cluster status.
- status_
history Sequence[ClusterStatus Response] - The previous cluster status.
- cluster
Uuid String - A cluster UUID (Unique Universal Identifier). Dataproc generates this value when it creates the cluster.
- id String
- The provider-assigned unique ID for this managed resource.
- metrics Property Map
- Contains cluster daemon metrics such as HDFS and YARN stats.Beta Feature: This report is available for testing purposes only. It may be changed before final release.
- status Property Map
- Cluster status.
- status
History List<Property Map> - The previous cluster status.
Supporting Types
AcceleratorConfig, AcceleratorConfigArgs
- Accelerator
Count int - The number of the accelerator cards of this type exposed to this instance.
- Accelerator
Type stringUri - Full URL, partial URI, or short name of the accelerator type resource to expose to this instance. See Compute Engine AcceleratorTypes (https://cloud.google.com/compute/docs/reference/v1/acceleratorTypes).Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone]/acceleratorTypes/nvidia-tesla-k80 projects/[project_id]/zones/[zone]/acceleratorTypes/nvidia-tesla-k80 nvidia-tesla-k80Auto Zone Exception: If you are using the Dataproc Auto Zone Placement (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/auto-zone#using_auto_zone_placement) feature, you must use the short name of the accelerator type resource, for example, nvidia-tesla-k80.
- Accelerator
Count int - The number of the accelerator cards of this type exposed to this instance.
- Accelerator
Type stringUri - Full URL, partial URI, or short name of the accelerator type resource to expose to this instance. See Compute Engine AcceleratorTypes (https://cloud.google.com/compute/docs/reference/v1/acceleratorTypes).Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone]/acceleratorTypes/nvidia-tesla-k80 projects/[project_id]/zones/[zone]/acceleratorTypes/nvidia-tesla-k80 nvidia-tesla-k80Auto Zone Exception: If you are using the Dataproc Auto Zone Placement (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/auto-zone#using_auto_zone_placement) feature, you must use the short name of the accelerator type resource, for example, nvidia-tesla-k80.
- accelerator
Count Integer - The number of the accelerator cards of this type exposed to this instance.
- accelerator
Type StringUri - Full URL, partial URI, or short name of the accelerator type resource to expose to this instance. See Compute Engine AcceleratorTypes (https://cloud.google.com/compute/docs/reference/v1/acceleratorTypes).Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone]/acceleratorTypes/nvidia-tesla-k80 projects/[project_id]/zones/[zone]/acceleratorTypes/nvidia-tesla-k80 nvidia-tesla-k80Auto Zone Exception: If you are using the Dataproc Auto Zone Placement (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/auto-zone#using_auto_zone_placement) feature, you must use the short name of the accelerator type resource, for example, nvidia-tesla-k80.
- accelerator
Count number - The number of the accelerator cards of this type exposed to this instance.
- accelerator
Type stringUri - Full URL, partial URI, or short name of the accelerator type resource to expose to this instance. See Compute Engine AcceleratorTypes (https://cloud.google.com/compute/docs/reference/v1/acceleratorTypes).Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone]/acceleratorTypes/nvidia-tesla-k80 projects/[project_id]/zones/[zone]/acceleratorTypes/nvidia-tesla-k80 nvidia-tesla-k80Auto Zone Exception: If you are using the Dataproc Auto Zone Placement (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/auto-zone#using_auto_zone_placement) feature, you must use the short name of the accelerator type resource, for example, nvidia-tesla-k80.
- accelerator_
count int - The number of the accelerator cards of this type exposed to this instance.
- accelerator_
type_ struri - Full URL, partial URI, or short name of the accelerator type resource to expose to this instance. See Compute Engine AcceleratorTypes (https://cloud.google.com/compute/docs/reference/v1/acceleratorTypes).Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone]/acceleratorTypes/nvidia-tesla-k80 projects/[project_id]/zones/[zone]/acceleratorTypes/nvidia-tesla-k80 nvidia-tesla-k80Auto Zone Exception: If you are using the Dataproc Auto Zone Placement (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/auto-zone#using_auto_zone_placement) feature, you must use the short name of the accelerator type resource, for example, nvidia-tesla-k80.
- accelerator
Count Number - The number of the accelerator cards of this type exposed to this instance.
- accelerator
Type StringUri - Full URL, partial URI, or short name of the accelerator type resource to expose to this instance. See Compute Engine AcceleratorTypes (https://cloud.google.com/compute/docs/reference/v1/acceleratorTypes).Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone]/acceleratorTypes/nvidia-tesla-k80 projects/[project_id]/zones/[zone]/acceleratorTypes/nvidia-tesla-k80 nvidia-tesla-k80Auto Zone Exception: If you are using the Dataproc Auto Zone Placement (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/auto-zone#using_auto_zone_placement) feature, you must use the short name of the accelerator type resource, for example, nvidia-tesla-k80.
AcceleratorConfigResponse, AcceleratorConfigResponseArgs
- Accelerator
Count This property is required. int - The number of the accelerator cards of this type exposed to this instance.
- Accelerator
Type Uri This property is required. string - Full URL, partial URI, or short name of the accelerator type resource to expose to this instance. See Compute Engine AcceleratorTypes (https://cloud.google.com/compute/docs/reference/v1/acceleratorTypes).Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone]/acceleratorTypes/nvidia-tesla-k80 projects/[project_id]/zones/[zone]/acceleratorTypes/nvidia-tesla-k80 nvidia-tesla-k80Auto Zone Exception: If you are using the Dataproc Auto Zone Placement (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/auto-zone#using_auto_zone_placement) feature, you must use the short name of the accelerator type resource, for example, nvidia-tesla-k80.
- Accelerator
Count This property is required. int - The number of the accelerator cards of this type exposed to this instance.
- Accelerator
Type Uri This property is required. string - Full URL, partial URI, or short name of the accelerator type resource to expose to this instance. See Compute Engine AcceleratorTypes (https://cloud.google.com/compute/docs/reference/v1/acceleratorTypes).Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone]/acceleratorTypes/nvidia-tesla-k80 projects/[project_id]/zones/[zone]/acceleratorTypes/nvidia-tesla-k80 nvidia-tesla-k80Auto Zone Exception: If you are using the Dataproc Auto Zone Placement (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/auto-zone#using_auto_zone_placement) feature, you must use the short name of the accelerator type resource, for example, nvidia-tesla-k80.
- accelerator
Count This property is required. Integer - The number of the accelerator cards of this type exposed to this instance.
- accelerator
Type Uri This property is required. String - Full URL, partial URI, or short name of the accelerator type resource to expose to this instance. See Compute Engine AcceleratorTypes (https://cloud.google.com/compute/docs/reference/v1/acceleratorTypes).Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone]/acceleratorTypes/nvidia-tesla-k80 projects/[project_id]/zones/[zone]/acceleratorTypes/nvidia-tesla-k80 nvidia-tesla-k80Auto Zone Exception: If you are using the Dataproc Auto Zone Placement (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/auto-zone#using_auto_zone_placement) feature, you must use the short name of the accelerator type resource, for example, nvidia-tesla-k80.
- accelerator
Count This property is required. number - The number of the accelerator cards of this type exposed to this instance.
- accelerator
Type Uri This property is required. string - Full URL, partial URI, or short name of the accelerator type resource to expose to this instance. See Compute Engine AcceleratorTypes (https://cloud.google.com/compute/docs/reference/v1/acceleratorTypes).Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone]/acceleratorTypes/nvidia-tesla-k80 projects/[project_id]/zones/[zone]/acceleratorTypes/nvidia-tesla-k80 nvidia-tesla-k80Auto Zone Exception: If you are using the Dataproc Auto Zone Placement (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/auto-zone#using_auto_zone_placement) feature, you must use the short name of the accelerator type resource, for example, nvidia-tesla-k80.
- accelerator_
count This property is required. int - The number of the accelerator cards of this type exposed to this instance.
- accelerator_
type_ uri This property is required. str - Full URL, partial URI, or short name of the accelerator type resource to expose to this instance. See Compute Engine AcceleratorTypes (https://cloud.google.com/compute/docs/reference/v1/acceleratorTypes).Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone]/acceleratorTypes/nvidia-tesla-k80 projects/[project_id]/zones/[zone]/acceleratorTypes/nvidia-tesla-k80 nvidia-tesla-k80Auto Zone Exception: If you are using the Dataproc Auto Zone Placement (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/auto-zone#using_auto_zone_placement) feature, you must use the short name of the accelerator type resource, for example, nvidia-tesla-k80.
- accelerator
Count This property is required. Number - The number of the accelerator cards of this type exposed to this instance.
- accelerator
Type Uri This property is required. String - Full URL, partial URI, or short name of the accelerator type resource to expose to this instance. See Compute Engine AcceleratorTypes (https://cloud.google.com/compute/docs/reference/v1/acceleratorTypes).Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone]/acceleratorTypes/nvidia-tesla-k80 projects/[project_id]/zones/[zone]/acceleratorTypes/nvidia-tesla-k80 nvidia-tesla-k80Auto Zone Exception: If you are using the Dataproc Auto Zone Placement (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/auto-zone#using_auto_zone_placement) feature, you must use the short name of the accelerator type resource, for example, nvidia-tesla-k80.
AutoscalingConfig, AutoscalingConfigArgs
- Policy
Uri string - Optional. The autoscaling policy used by the cluster.Only resource names including projectid and location (region) are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/locations/[dataproc_region]/autoscalingPolicies/[policy_id] projects/[project_id]/locations/[dataproc_region]/autoscalingPolicies/[policy_id]Note that the policy must be in the same project and Dataproc region.
- Policy
Uri string - Optional. The autoscaling policy used by the cluster.Only resource names including projectid and location (region) are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/locations/[dataproc_region]/autoscalingPolicies/[policy_id] projects/[project_id]/locations/[dataproc_region]/autoscalingPolicies/[policy_id]Note that the policy must be in the same project and Dataproc region.
- policy
Uri String - Optional. The autoscaling policy used by the cluster.Only resource names including projectid and location (region) are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/locations/[dataproc_region]/autoscalingPolicies/[policy_id] projects/[project_id]/locations/[dataproc_region]/autoscalingPolicies/[policy_id]Note that the policy must be in the same project and Dataproc region.
- policy
Uri string - Optional. The autoscaling policy used by the cluster.Only resource names including projectid and location (region) are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/locations/[dataproc_region]/autoscalingPolicies/[policy_id] projects/[project_id]/locations/[dataproc_region]/autoscalingPolicies/[policy_id]Note that the policy must be in the same project and Dataproc region.
- policy_
uri str - Optional. The autoscaling policy used by the cluster.Only resource names including projectid and location (region) are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/locations/[dataproc_region]/autoscalingPolicies/[policy_id] projects/[project_id]/locations/[dataproc_region]/autoscalingPolicies/[policy_id]Note that the policy must be in the same project and Dataproc region.
- policy
Uri String - Optional. The autoscaling policy used by the cluster.Only resource names including projectid and location (region) are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/locations/[dataproc_region]/autoscalingPolicies/[policy_id] projects/[project_id]/locations/[dataproc_region]/autoscalingPolicies/[policy_id]Note that the policy must be in the same project and Dataproc region.
AutoscalingConfigResponse, AutoscalingConfigResponseArgs
- Policy
Uri This property is required. string - Optional. The autoscaling policy used by the cluster.Only resource names including projectid and location (region) are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/locations/[dataproc_region]/autoscalingPolicies/[policy_id] projects/[project_id]/locations/[dataproc_region]/autoscalingPolicies/[policy_id]Note that the policy must be in the same project and Dataproc region.
- Policy
Uri This property is required. string - Optional. The autoscaling policy used by the cluster.Only resource names including projectid and location (region) are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/locations/[dataproc_region]/autoscalingPolicies/[policy_id] projects/[project_id]/locations/[dataproc_region]/autoscalingPolicies/[policy_id]Note that the policy must be in the same project and Dataproc region.
- policy
Uri This property is required. String - Optional. The autoscaling policy used by the cluster.Only resource names including projectid and location (region) are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/locations/[dataproc_region]/autoscalingPolicies/[policy_id] projects/[project_id]/locations/[dataproc_region]/autoscalingPolicies/[policy_id]Note that the policy must be in the same project and Dataproc region.
- policy
Uri This property is required. string - Optional. The autoscaling policy used by the cluster.Only resource names including projectid and location (region) are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/locations/[dataproc_region]/autoscalingPolicies/[policy_id] projects/[project_id]/locations/[dataproc_region]/autoscalingPolicies/[policy_id]Note that the policy must be in the same project and Dataproc region.
- policy_
uri This property is required. str - Optional. The autoscaling policy used by the cluster.Only resource names including projectid and location (region) are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/locations/[dataproc_region]/autoscalingPolicies/[policy_id] projects/[project_id]/locations/[dataproc_region]/autoscalingPolicies/[policy_id]Note that the policy must be in the same project and Dataproc region.
- policy
Uri This property is required. String - Optional. The autoscaling policy used by the cluster.Only resource names including projectid and location (region) are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/locations/[dataproc_region]/autoscalingPolicies/[policy_id] projects/[project_id]/locations/[dataproc_region]/autoscalingPolicies/[policy_id]Note that the policy must be in the same project and Dataproc region.
AuxiliaryNodeGroup, AuxiliaryNodeGroupArgs
- Node
Group This property is required. Pulumi.Google Native. Dataproc. V1. Inputs. Node Group - Node group configuration.
- Node
Group stringId - Optional. A node group ID. Generated if not specified.The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of from 3 to 33 characters.
- Node
Group This property is required. NodeGroup Type - Node group configuration.
- Node
Group stringId - Optional. A node group ID. Generated if not specified.The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of from 3 to 33 characters.
- node
Group This property is required. NodeGroup - Node group configuration.
- node
Group StringId - Optional. A node group ID. Generated if not specified.The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of from 3 to 33 characters.
- node
Group This property is required. NodeGroup - Node group configuration.
- node
Group stringId - Optional. A node group ID. Generated if not specified.The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of from 3 to 33 characters.
- node_
group This property is required. NodeGroup - Node group configuration.
- node_
group_ strid - Optional. A node group ID. Generated if not specified.The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of from 3 to 33 characters.
- node
Group This property is required. Property Map - Node group configuration.
- node
Group StringId - Optional. A node group ID. Generated if not specified.The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of from 3 to 33 characters.
AuxiliaryNodeGroupResponse, AuxiliaryNodeGroupResponseArgs
- Node
Group This property is required. Pulumi.Google Native. Dataproc. V1. Inputs. Node Group Response - Node group configuration.
- Node
Group Id This property is required. string - Optional. A node group ID. Generated if not specified.The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of from 3 to 33 characters.
- Node
Group This property is required. NodeGroup Response - Node group configuration.
- Node
Group Id This property is required. string - Optional. A node group ID. Generated if not specified.The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of from 3 to 33 characters.
- node
Group This property is required. NodeGroup Response - Node group configuration.
- node
Group Id This property is required. String - Optional. A node group ID. Generated if not specified.The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of from 3 to 33 characters.
- node
Group This property is required. NodeGroup Response - Node group configuration.
- node
Group Id This property is required. string - Optional. A node group ID. Generated if not specified.The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of from 3 to 33 characters.
- node_
group This property is required. NodeGroup Response - Node group configuration.
- node_
group_ id This property is required. str - Optional. A node group ID. Generated if not specified.The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of from 3 to 33 characters.
- node
Group This property is required. Property Map - Node group configuration.
- node
Group Id This property is required. String - Optional. A node group ID. Generated if not specified.The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of from 3 to 33 characters.
AuxiliaryServicesConfig, AuxiliaryServicesConfigArgs
- Metastore
Config Pulumi.Google Native. Dataproc. V1. Inputs. Metastore Config - Optional. The Hive Metastore configuration for this workload.
- Spark
History Pulumi.Server Config Google Native. Dataproc. V1. Inputs. Spark History Server Config - Optional. The Spark History Server configuration for the workload.
- Metastore
Config MetastoreConfig - Optional. The Hive Metastore configuration for this workload.
- Spark
History SparkServer Config History Server Config - Optional. The Spark History Server configuration for the workload.
- metastore
Config MetastoreConfig - Optional. The Hive Metastore configuration for this workload.
- spark
History SparkServer Config History Server Config - Optional. The Spark History Server configuration for the workload.
- metastore
Config MetastoreConfig - Optional. The Hive Metastore configuration for this workload.
- spark
History SparkServer Config History Server Config - Optional. The Spark History Server configuration for the workload.
- metastore_
config MetastoreConfig - Optional. The Hive Metastore configuration for this workload.
- spark_
history_ Sparkserver_ config History Server Config - Optional. The Spark History Server configuration for the workload.
- metastore
Config Property Map - Optional. The Hive Metastore configuration for this workload.
- spark
History Property MapServer Config - Optional. The Spark History Server configuration for the workload.
AuxiliaryServicesConfigResponse, AuxiliaryServicesConfigResponseArgs
- Metastore
Config This property is required. Pulumi.Google Native. Dataproc. V1. Inputs. Metastore Config Response - Optional. The Hive Metastore configuration for this workload.
- Spark
History Server Config This property is required. Pulumi.Google Native. Dataproc. V1. Inputs. Spark History Server Config Response - Optional. The Spark History Server configuration for the workload.
- Metastore
Config This property is required. MetastoreConfig Response - Optional. The Hive Metastore configuration for this workload.
- Spark
History Server Config This property is required. SparkHistory Server Config Response - Optional. The Spark History Server configuration for the workload.
- metastore
Config This property is required. MetastoreConfig Response - Optional. The Hive Metastore configuration for this workload.
- spark
History Server Config This property is required. SparkHistory Server Config Response - Optional. The Spark History Server configuration for the workload.
- metastore
Config This property is required. MetastoreConfig Response - Optional. The Hive Metastore configuration for this workload.
- spark
History Server Config This property is required. SparkHistory Server Config Response - Optional. The Spark History Server configuration for the workload.
- metastore_
config This property is required. MetastoreConfig Response - Optional. The Hive Metastore configuration for this workload.
- spark_
history_ server_ config This property is required. SparkHistory Server Config Response - Optional. The Spark History Server configuration for the workload.
- metastore
Config This property is required. Property Map - Optional. The Hive Metastore configuration for this workload.
- spark
History Server Config This property is required. Property Map - Optional. The Spark History Server configuration for the workload.
ClusterConfig, ClusterConfigArgs
- Autoscaling
Config Pulumi.Google Native. Dataproc. V1. Inputs. Autoscaling Config - Optional. Autoscaling config for the policy associated with the cluster. Cluster does not autoscale if this field is unset.
- Auxiliary
Node List<Pulumi.Groups Google Native. Dataproc. V1. Inputs. Auxiliary Node Group> - Optional. The node group settings.
- Config
Bucket string - Optional. A Cloud Storage bucket used to stage job dependencies, config files, and job driver console output. If you do not specify a staging bucket, Cloud Dataproc will determine a Cloud Storage location (US, ASIA, or EU) for your cluster's staging bucket according to the Compute Engine zone where your cluster is deployed, and then create and manage this project-level, per-location bucket (see Dataproc staging and temp buckets (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/staging-bucket)). This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.
- Dataproc
Metric Pulumi.Config Google Native. Dataproc. V1. Inputs. Dataproc Metric Config - Optional. The config for Dataproc metrics.
- Encryption
Config Pulumi.Google Native. Dataproc. V1. Inputs. Encryption Config - Optional. Encryption settings for the cluster.
- Endpoint
Config Pulumi.Google Native. Dataproc. V1. Inputs. Endpoint Config - Optional. Port/endpoint configuration for this cluster
- Gce
Cluster Pulumi.Config Google Native. Dataproc. V1. Inputs. Gce Cluster Config - Optional. The shared Compute Engine config settings for all instances in a cluster.
- Gke
Cluster Pulumi.Config Google Native. Dataproc. V1. Inputs. Gke Cluster Config - Optional. BETA. The Kubernetes Engine config for Dataproc clusters deployed to The Kubernetes Engine config for Dataproc clusters deployed to Kubernetes. These config settings are mutually exclusive with Compute Engine-based options, such as gce_cluster_config, master_config, worker_config, secondary_worker_config, and autoscaling_config.
- Initialization
Actions List<Pulumi.Google Native. Dataproc. V1. Inputs. Node Initialization Action> - Optional. Commands to execute on each node after config is completed. By default, executables are run on master and all worker nodes. You can test a node's role metadata to run an executable on a master or worker node, as shown below using curl (you can also use wget): ROLE=$(curl -H Metadata-Flavor:Google http://metadata/computeMetadata/v1/instance/attributes/dataproc-role) if [[ "${ROLE}" == 'Master' ]]; then ... master specific actions ... else ... worker specific actions ... fi
- Lifecycle
Config Pulumi.Google Native. Dataproc. V1. Inputs. Lifecycle Config - Optional. Lifecycle setting for the cluster.
- Master
Config Pulumi.Google Native. Dataproc. V1. Inputs. Instance Group Config - Optional. The Compute Engine config settings for the cluster's master instance.
- Metastore
Config Pulumi.Google Native. Dataproc. V1. Inputs. Metastore Config - Optional. Metastore configuration.
- Secondary
Worker Pulumi.Config Google Native. Dataproc. V1. Inputs. Instance Group Config - Optional. The Compute Engine config settings for a cluster's secondary worker instances
- Security
Config Pulumi.Google Native. Dataproc. V1. Inputs. Security Config - Optional. Security settings for the cluster.
- Software
Config Pulumi.Google Native. Dataproc. V1. Inputs. Software Config - Optional. The config settings for cluster software.
- Temp
Bucket string - Optional. A Cloud Storage bucket used to store ephemeral cluster and jobs data, such as Spark and MapReduce history files. If you do not specify a temp bucket, Dataproc will determine a Cloud Storage location (US, ASIA, or EU) for your cluster's temp bucket according to the Compute Engine zone where your cluster is deployed, and then create and manage this project-level, per-location bucket. The default bucket has a TTL of 90 days, but you can use any TTL (or none) if you specify a bucket (see Dataproc staging and temp buckets (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/staging-bucket)). This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.
- Worker
Config Pulumi.Google Native. Dataproc. V1. Inputs. Instance Group Config - Optional. The Compute Engine config settings for the cluster's worker instances.
- Autoscaling
Config AutoscalingConfig - Optional. Autoscaling config for the policy associated with the cluster. Cluster does not autoscale if this field is unset.
- Auxiliary
Node []AuxiliaryGroups Node Group - Optional. The node group settings.
- Config
Bucket string - Optional. A Cloud Storage bucket used to stage job dependencies, config files, and job driver console output. If you do not specify a staging bucket, Cloud Dataproc will determine a Cloud Storage location (US, ASIA, or EU) for your cluster's staging bucket according to the Compute Engine zone where your cluster is deployed, and then create and manage this project-level, per-location bucket (see Dataproc staging and temp buckets (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/staging-bucket)). This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.
- Dataproc
Metric DataprocConfig Metric Config - Optional. The config for Dataproc metrics.
- Encryption
Config EncryptionConfig - Optional. Encryption settings for the cluster.
- Endpoint
Config EndpointConfig - Optional. Port/endpoint configuration for this cluster
- Gce
Cluster GceConfig Cluster Config - Optional. The shared Compute Engine config settings for all instances in a cluster.
- Gke
Cluster GkeConfig Cluster Config - Optional. BETA. The Kubernetes Engine config for Dataproc clusters deployed to The Kubernetes Engine config for Dataproc clusters deployed to Kubernetes. These config settings are mutually exclusive with Compute Engine-based options, such as gce_cluster_config, master_config, worker_config, secondary_worker_config, and autoscaling_config.
- Initialization
Actions []NodeInitialization Action - Optional. Commands to execute on each node after config is completed. By default, executables are run on master and all worker nodes. You can test a node's role metadata to run an executable on a master or worker node, as shown below using curl (you can also use wget): ROLE=$(curl -H Metadata-Flavor:Google http://metadata/computeMetadata/v1/instance/attributes/dataproc-role) if [[ "${ROLE}" == 'Master' ]]; then ... master specific actions ... else ... worker specific actions ... fi
- Lifecycle
Config LifecycleConfig - Optional. Lifecycle setting for the cluster.
- Master
Config InstanceGroup Config - Optional. The Compute Engine config settings for the cluster's master instance.
- Metastore
Config MetastoreConfig - Optional. Metastore configuration.
- Secondary
Worker InstanceConfig Group Config - Optional. The Compute Engine config settings for a cluster's secondary worker instances
- Security
Config SecurityConfig - Optional. Security settings for the cluster.
- Software
Config SoftwareConfig - Optional. The config settings for cluster software.
- Temp
Bucket string - Optional. A Cloud Storage bucket used to store ephemeral cluster and jobs data, such as Spark and MapReduce history files. If you do not specify a temp bucket, Dataproc will determine a Cloud Storage location (US, ASIA, or EU) for your cluster's temp bucket according to the Compute Engine zone where your cluster is deployed, and then create and manage this project-level, per-location bucket. The default bucket has a TTL of 90 days, but you can use any TTL (or none) if you specify a bucket (see Dataproc staging and temp buckets (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/staging-bucket)). This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.
- Worker
Config InstanceGroup Config - Optional. The Compute Engine config settings for the cluster's worker instances.
- autoscaling
Config AutoscalingConfig - Optional. Autoscaling config for the policy associated with the cluster. Cluster does not autoscale if this field is unset.
- auxiliary
Node List<AuxiliaryGroups Node Group> - Optional. The node group settings.
- config
Bucket String - Optional. A Cloud Storage bucket used to stage job dependencies, config files, and job driver console output. If you do not specify a staging bucket, Cloud Dataproc will determine a Cloud Storage location (US, ASIA, or EU) for your cluster's staging bucket according to the Compute Engine zone where your cluster is deployed, and then create and manage this project-level, per-location bucket (see Dataproc staging and temp buckets (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/staging-bucket)). This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.
- dataproc
Metric DataprocConfig Metric Config - Optional. The config for Dataproc metrics.
- encryption
Config EncryptionConfig - Optional. Encryption settings for the cluster.
- endpoint
Config EndpointConfig - Optional. Port/endpoint configuration for this cluster
- gce
Cluster GceConfig Cluster Config - Optional. The shared Compute Engine config settings for all instances in a cluster.
- gke
Cluster GkeConfig Cluster Config - Optional. BETA. The Kubernetes Engine config for Dataproc clusters deployed to The Kubernetes Engine config for Dataproc clusters deployed to Kubernetes. These config settings are mutually exclusive with Compute Engine-based options, such as gce_cluster_config, master_config, worker_config, secondary_worker_config, and autoscaling_config.
- initialization
Actions List<NodeInitialization Action> - Optional. Commands to execute on each node after config is completed. By default, executables are run on master and all worker nodes. You can test a node's role metadata to run an executable on a master or worker node, as shown below using curl (you can also use wget): ROLE=$(curl -H Metadata-Flavor:Google http://metadata/computeMetadata/v1/instance/attributes/dataproc-role) if [[ "${ROLE}" == 'Master' ]]; then ... master specific actions ... else ... worker specific actions ... fi
- lifecycle
Config LifecycleConfig - Optional. Lifecycle setting for the cluster.
- master
Config InstanceGroup Config - Optional. The Compute Engine config settings for the cluster's master instance.
- metastore
Config MetastoreConfig - Optional. Metastore configuration.
- secondary
Worker InstanceConfig Group Config - Optional. The Compute Engine config settings for a cluster's secondary worker instances
- security
Config SecurityConfig - Optional. Security settings for the cluster.
- software
Config SoftwareConfig - Optional. The config settings for cluster software.
- temp
Bucket String - Optional. A Cloud Storage bucket used to store ephemeral cluster and jobs data, such as Spark and MapReduce history files. If you do not specify a temp bucket, Dataproc will determine a Cloud Storage location (US, ASIA, or EU) for your cluster's temp bucket according to the Compute Engine zone where your cluster is deployed, and then create and manage this project-level, per-location bucket. The default bucket has a TTL of 90 days, but you can use any TTL (or none) if you specify a bucket (see Dataproc staging and temp buckets (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/staging-bucket)). This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.
- worker
Config InstanceGroup Config - Optional. The Compute Engine config settings for the cluster's worker instances.
- autoscaling
Config AutoscalingConfig - Optional. Autoscaling config for the policy associated with the cluster. Cluster does not autoscale if this field is unset.
- auxiliary
Node AuxiliaryGroups Node Group[] - Optional. The node group settings.
- config
Bucket string - Optional. A Cloud Storage bucket used to stage job dependencies, config files, and job driver console output. If you do not specify a staging bucket, Cloud Dataproc will determine a Cloud Storage location (US, ASIA, or EU) for your cluster's staging bucket according to the Compute Engine zone where your cluster is deployed, and then create and manage this project-level, per-location bucket (see Dataproc staging and temp buckets (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/staging-bucket)). This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.
- dataproc
Metric DataprocConfig Metric Config - Optional. The config for Dataproc metrics.
- encryption
Config EncryptionConfig - Optional. Encryption settings for the cluster.
- endpoint
Config EndpointConfig - Optional. Port/endpoint configuration for this cluster
- gce
Cluster GceConfig Cluster Config - Optional. The shared Compute Engine config settings for all instances in a cluster.
- gke
Cluster GkeConfig Cluster Config - Optional. BETA. The Kubernetes Engine config for Dataproc clusters deployed to The Kubernetes Engine config for Dataproc clusters deployed to Kubernetes. These config settings are mutually exclusive with Compute Engine-based options, such as gce_cluster_config, master_config, worker_config, secondary_worker_config, and autoscaling_config.
- initialization
Actions NodeInitialization Action[] - Optional. Commands to execute on each node after config is completed. By default, executables are run on master and all worker nodes. You can test a node's role metadata to run an executable on a master or worker node, as shown below using curl (you can also use wget): ROLE=$(curl -H Metadata-Flavor:Google http://metadata/computeMetadata/v1/instance/attributes/dataproc-role) if [[ "${ROLE}" == 'Master' ]]; then ... master specific actions ... else ... worker specific actions ... fi
- lifecycle
Config LifecycleConfig - Optional. Lifecycle setting for the cluster.
- master
Config InstanceGroup Config - Optional. The Compute Engine config settings for the cluster's master instance.
- metastore
Config MetastoreConfig - Optional. Metastore configuration.
- secondary
Worker InstanceConfig Group Config - Optional. The Compute Engine config settings for a cluster's secondary worker instances
- security
Config SecurityConfig - Optional. Security settings for the cluster.
- software
Config SoftwareConfig - Optional. The config settings for cluster software.
- temp
Bucket string - Optional. A Cloud Storage bucket used to store ephemeral cluster and jobs data, such as Spark and MapReduce history files. If you do not specify a temp bucket, Dataproc will determine a Cloud Storage location (US, ASIA, or EU) for your cluster's temp bucket according to the Compute Engine zone where your cluster is deployed, and then create and manage this project-level, per-location bucket. The default bucket has a TTL of 90 days, but you can use any TTL (or none) if you specify a bucket (see Dataproc staging and temp buckets (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/staging-bucket)). This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.
- worker
Config InstanceGroup Config - Optional. The Compute Engine config settings for the cluster's worker instances.
- autoscaling_
config AutoscalingConfig - Optional. Autoscaling config for the policy associated with the cluster. Cluster does not autoscale if this field is unset.
- auxiliary_
node_ Sequence[Auxiliarygroups Node Group] - Optional. The node group settings.
- config_
bucket str - Optional. A Cloud Storage bucket used to stage job dependencies, config files, and job driver console output. If you do not specify a staging bucket, Cloud Dataproc will determine a Cloud Storage location (US, ASIA, or EU) for your cluster's staging bucket according to the Compute Engine zone where your cluster is deployed, and then create and manage this project-level, per-location bucket (see Dataproc staging and temp buckets (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/staging-bucket)). This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.
- dataproc_
metric_ Dataprocconfig Metric Config - Optional. The config for Dataproc metrics.
- encryption_
config EncryptionConfig - Optional. Encryption settings for the cluster.
- endpoint_
config EndpointConfig - Optional. Port/endpoint configuration for this cluster
- gce_
cluster_ Gceconfig Cluster Config - Optional. The shared Compute Engine config settings for all instances in a cluster.
- gke_
cluster_ Gkeconfig Cluster Config - Optional. BETA. The Kubernetes Engine config for Dataproc clusters deployed to The Kubernetes Engine config for Dataproc clusters deployed to Kubernetes. These config settings are mutually exclusive with Compute Engine-based options, such as gce_cluster_config, master_config, worker_config, secondary_worker_config, and autoscaling_config.
- initialization_
actions Sequence[NodeInitialization Action] - Optional. Commands to execute on each node after config is completed. By default, executables are run on master and all worker nodes. You can test a node's role metadata to run an executable on a master or worker node, as shown below using curl (you can also use wget): ROLE=$(curl -H Metadata-Flavor:Google http://metadata/computeMetadata/v1/instance/attributes/dataproc-role) if [[ "${ROLE}" == 'Master' ]]; then ... master specific actions ... else ... worker specific actions ... fi
- lifecycle_
config LifecycleConfig - Optional. Lifecycle setting for the cluster.
- master_
config InstanceGroup Config - Optional. The Compute Engine config settings for the cluster's master instance.
- metastore_
config MetastoreConfig - Optional. Metastore configuration.
- secondary_
worker_ Instanceconfig Group Config - Optional. The Compute Engine config settings for a cluster's secondary worker instances
- security_
config SecurityConfig - Optional. Security settings for the cluster.
- software_
config SoftwareConfig - Optional. The config settings for cluster software.
- temp_
bucket str - Optional. A Cloud Storage bucket used to store ephemeral cluster and jobs data, such as Spark and MapReduce history files. If you do not specify a temp bucket, Dataproc will determine a Cloud Storage location (US, ASIA, or EU) for your cluster's temp bucket according to the Compute Engine zone where your cluster is deployed, and then create and manage this project-level, per-location bucket. The default bucket has a TTL of 90 days, but you can use any TTL (or none) if you specify a bucket (see Dataproc staging and temp buckets (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/staging-bucket)). This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.
- worker_
config InstanceGroup Config - Optional. The Compute Engine config settings for the cluster's worker instances.
- autoscaling
Config Property Map - Optional. Autoscaling config for the policy associated with the cluster. Cluster does not autoscale if this field is unset.
- auxiliary
Node List<Property Map>Groups - Optional. The node group settings.
- config
Bucket String - Optional. A Cloud Storage bucket used to stage job dependencies, config files, and job driver console output. If you do not specify a staging bucket, Cloud Dataproc will determine a Cloud Storage location (US, ASIA, or EU) for your cluster's staging bucket according to the Compute Engine zone where your cluster is deployed, and then create and manage this project-level, per-location bucket (see Dataproc staging and temp buckets (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/staging-bucket)). This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.
- dataproc
Metric Property MapConfig - Optional. The config for Dataproc metrics.
- encryption
Config Property Map - Optional. Encryption settings for the cluster.
- endpoint
Config Property Map - Optional. Port/endpoint configuration for this cluster
- gce
Cluster Property MapConfig - Optional. The shared Compute Engine config settings for all instances in a cluster.
- gke
Cluster Property MapConfig - Optional. BETA. The Kubernetes Engine config for Dataproc clusters deployed to The Kubernetes Engine config for Dataproc clusters deployed to Kubernetes. These config settings are mutually exclusive with Compute Engine-based options, such as gce_cluster_config, master_config, worker_config, secondary_worker_config, and autoscaling_config.
- initialization
Actions List<Property Map> - Optional. Commands to execute on each node after config is completed. By default, executables are run on master and all worker nodes. You can test a node's role metadata to run an executable on a master or worker node, as shown below using curl (you can also use wget): ROLE=$(curl -H Metadata-Flavor:Google http://metadata/computeMetadata/v1/instance/attributes/dataproc-role) if [[ "${ROLE}" == 'Master' ]]; then ... master specific actions ... else ... worker specific actions ... fi
- lifecycle
Config Property Map - Optional. Lifecycle setting for the cluster.
- master
Config Property Map - Optional. The Compute Engine config settings for the cluster's master instance.
- metastore
Config Property Map - Optional. Metastore configuration.
- secondary
Worker Property MapConfig - Optional. The Compute Engine config settings for a cluster's secondary worker instances
- security
Config Property Map - Optional. Security settings for the cluster.
- software
Config Property Map - Optional. The config settings for cluster software.
- temp
Bucket String - Optional. A Cloud Storage bucket used to store ephemeral cluster and jobs data, such as Spark and MapReduce history files. If you do not specify a temp bucket, Dataproc will determine a Cloud Storage location (US, ASIA, or EU) for your cluster's temp bucket according to the Compute Engine zone where your cluster is deployed, and then create and manage this project-level, per-location bucket. The default bucket has a TTL of 90 days, but you can use any TTL (or none) if you specify a bucket (see Dataproc staging and temp buckets (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/staging-bucket)). This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.
- worker
Config Property Map - Optional. The Compute Engine config settings for the cluster's worker instances.
ClusterConfigResponse, ClusterConfigResponseArgs
- Autoscaling
Config This property is required. Pulumi.Google Native. Dataproc. V1. Inputs. Autoscaling Config Response - Optional. Autoscaling config for the policy associated with the cluster. Cluster does not autoscale if this field is unset.
- Auxiliary
Node Groups This property is required. List<Pulumi.Google Native. Dataproc. V1. Inputs. Auxiliary Node Group Response> - Optional. The node group settings.
- Config
Bucket This property is required. string - Optional. A Cloud Storage bucket used to stage job dependencies, config files, and job driver console output. If you do not specify a staging bucket, Cloud Dataproc will determine a Cloud Storage location (US, ASIA, or EU) for your cluster's staging bucket according to the Compute Engine zone where your cluster is deployed, and then create and manage this project-level, per-location bucket (see Dataproc staging and temp buckets (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/staging-bucket)). This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.
- Dataproc
Metric Config This property is required. Pulumi.Google Native. Dataproc. V1. Inputs. Dataproc Metric Config Response - Optional. The config for Dataproc metrics.
- Encryption
Config This property is required. Pulumi.Google Native. Dataproc. V1. Inputs. Encryption Config Response - Optional. Encryption settings for the cluster.
- Endpoint
Config This property is required. Pulumi.Google Native. Dataproc. V1. Inputs. Endpoint Config Response - Optional. Port/endpoint configuration for this cluster
- Gce
Cluster Config This property is required. Pulumi.Google Native. Dataproc. V1. Inputs. Gce Cluster Config Response - Optional. The shared Compute Engine config settings for all instances in a cluster.
- Gke
Cluster Config This property is required. Pulumi.Google Native. Dataproc. V1. Inputs. Gke Cluster Config Response - Optional. BETA. The Kubernetes Engine config for Dataproc clusters deployed to The Kubernetes Engine config for Dataproc clusters deployed to Kubernetes. These config settings are mutually exclusive with Compute Engine-based options, such as gce_cluster_config, master_config, worker_config, secondary_worker_config, and autoscaling_config.
- Initialization
Actions This property is required. List<Pulumi.Google Native. Dataproc. V1. Inputs. Node Initialization Action Response> - Optional. Commands to execute on each node after config is completed. By default, executables are run on master and all worker nodes. You can test a node's role metadata to run an executable on a master or worker node, as shown below using curl (you can also use wget): ROLE=$(curl -H Metadata-Flavor:Google http://metadata/computeMetadata/v1/instance/attributes/dataproc-role) if [[ "${ROLE}" == 'Master' ]]; then ... master specific actions ... else ... worker specific actions ... fi
- Lifecycle
Config This property is required. Pulumi.Google Native. Dataproc. V1. Inputs. Lifecycle Config Response - Optional. Lifecycle setting for the cluster.
- Master
Config This property is required. Pulumi.Google Native. Dataproc. V1. Inputs. Instance Group Config Response - Optional. The Compute Engine config settings for the cluster's master instance.
- Metastore
Config This property is required. Pulumi.Google Native. Dataproc. V1. Inputs. Metastore Config Response - Optional. Metastore configuration.
- Secondary
Worker Config This property is required. Pulumi.Google Native. Dataproc. V1. Inputs. Instance Group Config Response - Optional. The Compute Engine config settings for a cluster's secondary worker instances
- Security
Config This property is required. Pulumi.Google Native. Dataproc. V1. Inputs. Security Config Response - Optional. Security settings for the cluster.
- Software
Config This property is required. Pulumi.Google Native. Dataproc. V1. Inputs. Software Config Response - Optional. The config settings for cluster software.
- Temp
Bucket This property is required. string - Optional. A Cloud Storage bucket used to store ephemeral cluster and jobs data, such as Spark and MapReduce history files. If you do not specify a temp bucket, Dataproc will determine a Cloud Storage location (US, ASIA, or EU) for your cluster's temp bucket according to the Compute Engine zone where your cluster is deployed, and then create and manage this project-level, per-location bucket. The default bucket has a TTL of 90 days, but you can use any TTL (or none) if you specify a bucket (see Dataproc staging and temp buckets (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/staging-bucket)). This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.
- Worker
Config This property is required. Pulumi.Google Native. Dataproc. V1. Inputs. Instance Group Config Response - Optional. The Compute Engine config settings for the cluster's worker instances.
- Autoscaling
Config This property is required. AutoscalingConfig Response - Optional. Autoscaling config for the policy associated with the cluster. Cluster does not autoscale if this field is unset.
- Auxiliary
Node Groups This property is required. []AuxiliaryNode Group Response - Optional. The node group settings.
- Config
Bucket This property is required. string - Optional. A Cloud Storage bucket used to stage job dependencies, config files, and job driver console output. If you do not specify a staging bucket, Cloud Dataproc will determine a Cloud Storage location (US, ASIA, or EU) for your cluster's staging bucket according to the Compute Engine zone where your cluster is deployed, and then create and manage this project-level, per-location bucket (see Dataproc staging and temp buckets (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/staging-bucket)). This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.
- Dataproc
Metric Config This property is required. DataprocMetric Config Response - Optional. The config for Dataproc metrics.
- Encryption
Config This property is required. EncryptionConfig Response - Optional. Encryption settings for the cluster.
- Endpoint
Config This property is required. EndpointConfig Response - Optional. Port/endpoint configuration for this cluster
- Gce
Cluster Config This property is required. GceCluster Config Response - Optional. The shared Compute Engine config settings for all instances in a cluster.
- Gke
Cluster Config This property is required. GkeCluster Config Response - Optional. BETA. The Kubernetes Engine config for Dataproc clusters deployed to The Kubernetes Engine config for Dataproc clusters deployed to Kubernetes. These config settings are mutually exclusive with Compute Engine-based options, such as gce_cluster_config, master_config, worker_config, secondary_worker_config, and autoscaling_config.
- Initialization
Actions This property is required. []NodeInitialization Action Response - Optional. Commands to execute on each node after config is completed. By default, executables are run on master and all worker nodes. You can test a node's role metadata to run an executable on a master or worker node, as shown below using curl (you can also use wget): ROLE=$(curl -H Metadata-Flavor:Google http://metadata/computeMetadata/v1/instance/attributes/dataproc-role) if [[ "${ROLE}" == 'Master' ]]; then ... master specific actions ... else ... worker specific actions ... fi
- Lifecycle
Config This property is required. LifecycleConfig Response - Optional. Lifecycle setting for the cluster.
- Master
Config This property is required. InstanceGroup Config Response - Optional. The Compute Engine config settings for the cluster's master instance.
- Metastore
Config This property is required. MetastoreConfig Response - Optional. Metastore configuration.
- Secondary
Worker Config This property is required. InstanceGroup Config Response - Optional. The Compute Engine config settings for a cluster's secondary worker instances
- Security
Config This property is required. SecurityConfig Response - Optional. Security settings for the cluster.
- Software
Config This property is required. SoftwareConfig Response - Optional. The config settings for cluster software.
- Temp
Bucket This property is required. string - Optional. A Cloud Storage bucket used to store ephemeral cluster and jobs data, such as Spark and MapReduce history files. If you do not specify a temp bucket, Dataproc will determine a Cloud Storage location (US, ASIA, or EU) for your cluster's temp bucket according to the Compute Engine zone where your cluster is deployed, and then create and manage this project-level, per-location bucket. The default bucket has a TTL of 90 days, but you can use any TTL (or none) if you specify a bucket (see Dataproc staging and temp buckets (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/staging-bucket)). This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.
- Worker
Config This property is required. InstanceGroup Config Response - Optional. The Compute Engine config settings for the cluster's worker instances.
- autoscaling
Config This property is required. AutoscalingConfig Response - Optional. Autoscaling config for the policy associated with the cluster. Cluster does not autoscale if this field is unset.
- auxiliary
Node Groups This property is required. List<AuxiliaryNode Group Response> - Optional. The node group settings.
- config
Bucket This property is required. String - Optional. A Cloud Storage bucket used to stage job dependencies, config files, and job driver console output. If you do not specify a staging bucket, Cloud Dataproc will determine a Cloud Storage location (US, ASIA, or EU) for your cluster's staging bucket according to the Compute Engine zone where your cluster is deployed, and then create and manage this project-level, per-location bucket (see Dataproc staging and temp buckets (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/staging-bucket)). This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.
- dataproc
Metric Config This property is required. DataprocMetric Config Response - Optional. The config for Dataproc metrics.
- encryption
Config This property is required. EncryptionConfig Response - Optional. Encryption settings for the cluster.
- endpoint
Config This property is required. EndpointConfig Response - Optional. Port/endpoint configuration for this cluster
- gce
Cluster Config This property is required. GceCluster Config Response - Optional. The shared Compute Engine config settings for all instances in a cluster.
- gke
Cluster Config This property is required. GkeCluster Config Response - Optional. BETA. The Kubernetes Engine config for Dataproc clusters deployed to The Kubernetes Engine config for Dataproc clusters deployed to Kubernetes. These config settings are mutually exclusive with Compute Engine-based options, such as gce_cluster_config, master_config, worker_config, secondary_worker_config, and autoscaling_config.
- initialization
Actions This property is required. List<NodeInitialization Action Response> - Optional. Commands to execute on each node after config is completed. By default, executables are run on master and all worker nodes. You can test a node's role metadata to run an executable on a master or worker node, as shown below using curl (you can also use wget): ROLE=$(curl -H Metadata-Flavor:Google http://metadata/computeMetadata/v1/instance/attributes/dataproc-role) if [[ "${ROLE}" == 'Master' ]]; then ... master specific actions ... else ... worker specific actions ... fi
- lifecycle
Config This property is required. LifecycleConfig Response - Optional. Lifecycle setting for the cluster.
- master
Config This property is required. InstanceGroup Config Response - Optional. The Compute Engine config settings for the cluster's master instance.
- metastore
Config This property is required. MetastoreConfig Response - Optional. Metastore configuration.
- secondary
Worker Config This property is required. InstanceGroup Config Response - Optional. The Compute Engine config settings for a cluster's secondary worker instances
- security
Config This property is required. SecurityConfig Response - Optional. Security settings for the cluster.
- software
Config This property is required. SoftwareConfig Response - Optional. The config settings for cluster software.
- temp
Bucket This property is required. String - Optional. A Cloud Storage bucket used to store ephemeral cluster and jobs data, such as Spark and MapReduce history files. If you do not specify a temp bucket, Dataproc will determine a Cloud Storage location (US, ASIA, or EU) for your cluster's temp bucket according to the Compute Engine zone where your cluster is deployed, and then create and manage this project-level, per-location bucket. The default bucket has a TTL of 90 days, but you can use any TTL (or none) if you specify a bucket (see Dataproc staging and temp buckets (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/staging-bucket)). This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.
- worker
Config This property is required. InstanceGroup Config Response - Optional. The Compute Engine config settings for the cluster's worker instances.
- autoscaling
Config This property is required. AutoscalingConfig Response - Optional. Autoscaling config for the policy associated with the cluster. Cluster does not autoscale if this field is unset.
- auxiliary
Node Groups This property is required. AuxiliaryNode Group Response[] - Optional. The node group settings.
- config
Bucket This property is required. string - Optional. A Cloud Storage bucket used to stage job dependencies, config files, and job driver console output. If you do not specify a staging bucket, Cloud Dataproc will determine a Cloud Storage location (US, ASIA, or EU) for your cluster's staging bucket according to the Compute Engine zone where your cluster is deployed, and then create and manage this project-level, per-location bucket (see Dataproc staging and temp buckets (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/staging-bucket)). This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.
- dataproc
Metric Config This property is required. DataprocMetric Config Response - Optional. The config for Dataproc metrics.
- encryption
Config This property is required. EncryptionConfig Response - Optional. Encryption settings for the cluster.
- endpoint
Config This property is required. EndpointConfig Response - Optional. Port/endpoint configuration for this cluster
- gce
Cluster Config This property is required. GceCluster Config Response - Optional. The shared Compute Engine config settings for all instances in a cluster.
- gke
Cluster Config This property is required. GkeCluster Config Response - Optional. BETA. The Kubernetes Engine config for Dataproc clusters deployed to The Kubernetes Engine config for Dataproc clusters deployed to Kubernetes. These config settings are mutually exclusive with Compute Engine-based options, such as gce_cluster_config, master_config, worker_config, secondary_worker_config, and autoscaling_config.
- initialization
Actions This property is required. NodeInitialization Action Response[] - Optional. Commands to execute on each node after config is completed. By default, executables are run on master and all worker nodes. You can test a node's role metadata to run an executable on a master or worker node, as shown below using curl (you can also use wget): ROLE=$(curl -H Metadata-Flavor:Google http://metadata/computeMetadata/v1/instance/attributes/dataproc-role) if [[ "${ROLE}" == 'Master' ]]; then ... master specific actions ... else ... worker specific actions ... fi
- lifecycle
Config This property is required. LifecycleConfig Response - Optional. Lifecycle setting for the cluster.
- master
Config This property is required. InstanceGroup Config Response - Optional. The Compute Engine config settings for the cluster's master instance.
- metastore
Config This property is required. MetastoreConfig Response - Optional. Metastore configuration.
- secondary
Worker Config This property is required. InstanceGroup Config Response - Optional. The Compute Engine config settings for a cluster's secondary worker instances
- security
Config This property is required. SecurityConfig Response - Optional. Security settings for the cluster.
- software
Config This property is required. SoftwareConfig Response - Optional. The config settings for cluster software.
- temp
Bucket This property is required. string - Optional. A Cloud Storage bucket used to store ephemeral cluster and jobs data, such as Spark and MapReduce history files. If you do not specify a temp bucket, Dataproc will determine a Cloud Storage location (US, ASIA, or EU) for your cluster's temp bucket according to the Compute Engine zone where your cluster is deployed, and then create and manage this project-level, per-location bucket. The default bucket has a TTL of 90 days, but you can use any TTL (or none) if you specify a bucket (see Dataproc staging and temp buckets (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/staging-bucket)). This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.
- worker
Config This property is required. InstanceGroup Config Response - Optional. The Compute Engine config settings for the cluster's worker instances.
- autoscaling_
config This property is required. AutoscalingConfig Response - Optional. Autoscaling config for the policy associated with the cluster. Cluster does not autoscale if this field is unset.
- auxiliary_
node_ groups This property is required. Sequence[AuxiliaryNode Group Response] - Optional. The node group settings.
- config_
bucket This property is required. str - Optional. A Cloud Storage bucket used to stage job dependencies, config files, and job driver console output. If you do not specify a staging bucket, Cloud Dataproc will determine a Cloud Storage location (US, ASIA, or EU) for your cluster's staging bucket according to the Compute Engine zone where your cluster is deployed, and then create and manage this project-level, per-location bucket (see Dataproc staging and temp buckets (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/staging-bucket)). This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.
- dataproc_
metric_ config This property is required. DataprocMetric Config Response - Optional. The config for Dataproc metrics.
- encryption_
config This property is required. EncryptionConfig Response - Optional. Encryption settings for the cluster.
- endpoint_
config This property is required. EndpointConfig Response - Optional. Port/endpoint configuration for this cluster
- gce_
cluster_ config This property is required. GceCluster Config Response - Optional. The shared Compute Engine config settings for all instances in a cluster.
- gke_
cluster_ config This property is required. GkeCluster Config Response - Optional. BETA. The Kubernetes Engine config for Dataproc clusters deployed to The Kubernetes Engine config for Dataproc clusters deployed to Kubernetes. These config settings are mutually exclusive with Compute Engine-based options, such as gce_cluster_config, master_config, worker_config, secondary_worker_config, and autoscaling_config.
- initialization_
actions This property is required. Sequence[NodeInitialization Action Response] - Optional. Commands to execute on each node after config is completed. By default, executables are run on master and all worker nodes. You can test a node's role metadata to run an executable on a master or worker node, as shown below using curl (you can also use wget): ROLE=$(curl -H Metadata-Flavor:Google http://metadata/computeMetadata/v1/instance/attributes/dataproc-role) if [[ "${ROLE}" == 'Master' ]]; then ... master specific actions ... else ... worker specific actions ... fi
- lifecycle_
config This property is required. LifecycleConfig Response - Optional. Lifecycle setting for the cluster.
- master_
config This property is required. InstanceGroup Config Response - Optional. The Compute Engine config settings for the cluster's master instance.
- metastore_
config This property is required. MetastoreConfig Response - Optional. Metastore configuration.
- secondary_
worker_ config This property is required. InstanceGroup Config Response - Optional. The Compute Engine config settings for a cluster's secondary worker instances
- security_
config This property is required. SecurityConfig Response - Optional. Security settings for the cluster.
- software_
config This property is required. SoftwareConfig Response - Optional. The config settings for cluster software.
- temp_
bucket This property is required. str - Optional. A Cloud Storage bucket used to store ephemeral cluster and jobs data, such as Spark and MapReduce history files. If you do not specify a temp bucket, Dataproc will determine a Cloud Storage location (US, ASIA, or EU) for your cluster's temp bucket according to the Compute Engine zone where your cluster is deployed, and then create and manage this project-level, per-location bucket. The default bucket has a TTL of 90 days, but you can use any TTL (or none) if you specify a bucket (see Dataproc staging and temp buckets (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/staging-bucket)). This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.
- worker_
config This property is required. InstanceGroup Config Response - Optional. The Compute Engine config settings for the cluster's worker instances.
- autoscaling
Config This property is required. Property Map - Optional. Autoscaling config for the policy associated with the cluster. Cluster does not autoscale if this field is unset.
- auxiliary
Node Groups This property is required. List<Property Map> - Optional. The node group settings.
- config
Bucket This property is required. String - Optional. A Cloud Storage bucket used to stage job dependencies, config files, and job driver console output. If you do not specify a staging bucket, Cloud Dataproc will determine a Cloud Storage location (US, ASIA, or EU) for your cluster's staging bucket according to the Compute Engine zone where your cluster is deployed, and then create and manage this project-level, per-location bucket (see Dataproc staging and temp buckets (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/staging-bucket)). This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.
- dataproc
Metric Config This property is required. Property Map - Optional. The config for Dataproc metrics.
- encryption
Config This property is required. Property Map - Optional. Encryption settings for the cluster.
- endpoint
Config This property is required. Property Map - Optional. Port/endpoint configuration for this cluster
- gce
Cluster Config This property is required. Property Map - Optional. The shared Compute Engine config settings for all instances in a cluster.
- gke
Cluster Config This property is required. Property Map - Optional. BETA. The Kubernetes Engine config for Dataproc clusters deployed to The Kubernetes Engine config for Dataproc clusters deployed to Kubernetes. These config settings are mutually exclusive with Compute Engine-based options, such as gce_cluster_config, master_config, worker_config, secondary_worker_config, and autoscaling_config.
- initialization
Actions This property is required. List<Property Map> - Optional. Commands to execute on each node after config is completed. By default, executables are run on master and all worker nodes. You can test a node's role metadata to run an executable on a master or worker node, as shown below using curl (you can also use wget): ROLE=$(curl -H Metadata-Flavor:Google http://metadata/computeMetadata/v1/instance/attributes/dataproc-role) if [[ "${ROLE}" == 'Master' ]]; then ... master specific actions ... else ... worker specific actions ... fi
- lifecycle
Config This property is required. Property Map - Optional. Lifecycle setting for the cluster.
- master
Config This property is required. Property Map - Optional. The Compute Engine config settings for the cluster's master instance.
- metastore
Config This property is required. Property Map - Optional. Metastore configuration.
- secondary
Worker Config This property is required. Property Map - Optional. The Compute Engine config settings for a cluster's secondary worker instances
- security
Config This property is required. Property Map - Optional. Security settings for the cluster.
- software
Config This property is required. Property Map - Optional. The config settings for cluster software.
- temp
Bucket This property is required. String - Optional. A Cloud Storage bucket used to store ephemeral cluster and jobs data, such as Spark and MapReduce history files. If you do not specify a temp bucket, Dataproc will determine a Cloud Storage location (US, ASIA, or EU) for your cluster's temp bucket according to the Compute Engine zone where your cluster is deployed, and then create and manage this project-level, per-location bucket. The default bucket has a TTL of 90 days, but you can use any TTL (or none) if you specify a bucket (see Dataproc staging and temp buckets (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/staging-bucket)). This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.
- worker
Config This property is required. Property Map - Optional. The Compute Engine config settings for the cluster's worker instances.
ClusterMetricsResponse, ClusterMetricsResponseArgs
- Hdfs
Metrics This property is required. Dictionary<string, string> - The HDFS metrics.
- Yarn
Metrics This property is required. Dictionary<string, string> - YARN metrics.
- Hdfs
Metrics This property is required. map[string]string - The HDFS metrics.
- Yarn
Metrics This property is required. map[string]string - YARN metrics.
- hdfs
Metrics This property is required. Map<String,String> - The HDFS metrics.
- yarn
Metrics This property is required. Map<String,String> - YARN metrics.
- hdfs
Metrics This property is required. {[key: string]: string} - The HDFS metrics.
- yarn
Metrics This property is required. {[key: string]: string} - YARN metrics.
- hdfs_
metrics This property is required. Mapping[str, str] - The HDFS metrics.
- yarn_
metrics This property is required. Mapping[str, str] - YARN metrics.
- hdfs
Metrics This property is required. Map<String> - The HDFS metrics.
- yarn
Metrics This property is required. Map<String> - YARN metrics.
ClusterStatusResponse, ClusterStatusResponseArgs
- Detail
This property is required. string - Optional. Output only. Details of cluster's state.
- State
This property is required. string - The cluster's state.
- State
Start Time This property is required. string - Time when this state was entered (see JSON representation of Timestamp (https://developers.google.com/protocol-buffers/docs/proto3#json)).
- Substate
This property is required. string - Additional state information that includes status reported by the agent.
- Detail
This property is required. string - Optional. Output only. Details of cluster's state.
- State
This property is required. string - The cluster's state.
- State
Start Time This property is required. string - Time when this state was entered (see JSON representation of Timestamp (https://developers.google.com/protocol-buffers/docs/proto3#json)).
- Substate
This property is required. string - Additional state information that includes status reported by the agent.
- detail
This property is required. String - Optional. Output only. Details of cluster's state.
- state
This property is required. String - The cluster's state.
- state
Start Time This property is required. String - Time when this state was entered (see JSON representation of Timestamp (https://developers.google.com/protocol-buffers/docs/proto3#json)).
- substate
This property is required. String - Additional state information that includes status reported by the agent.
- detail
This property is required. string - Optional. Output only. Details of cluster's state.
- state
This property is required. string - The cluster's state.
- state
Start Time This property is required. string - Time when this state was entered (see JSON representation of Timestamp (https://developers.google.com/protocol-buffers/docs/proto3#json)).
- substate
This property is required. string - Additional state information that includes status reported by the agent.
- detail
This property is required. str - Optional. Output only. Details of cluster's state.
- state
This property is required. str - The cluster's state.
- state_
start_ time This property is required. str - Time when this state was entered (see JSON representation of Timestamp (https://developers.google.com/protocol-buffers/docs/proto3#json)).
- substate
This property is required. str - Additional state information that includes status reported by the agent.
- detail
This property is required. String - Optional. Output only. Details of cluster's state.
- state
This property is required. String - The cluster's state.
- state
Start Time This property is required. String - Time when this state was entered (see JSON representation of Timestamp (https://developers.google.com/protocol-buffers/docs/proto3#json)).
- substate
This property is required. String - Additional state information that includes status reported by the agent.
ConfidentialInstanceConfig, ConfidentialInstanceConfigArgs
- Enable
Confidential boolCompute - Optional. Defines whether the instance should have confidential compute enabled.
- Enable
Confidential boolCompute - Optional. Defines whether the instance should have confidential compute enabled.
- enable
Confidential BooleanCompute - Optional. Defines whether the instance should have confidential compute enabled.
- enable
Confidential booleanCompute - Optional. Defines whether the instance should have confidential compute enabled.
- enable_
confidential_ boolcompute - Optional. Defines whether the instance should have confidential compute enabled.
- enable
Confidential BooleanCompute - Optional. Defines whether the instance should have confidential compute enabled.
ConfidentialInstanceConfigResponse, ConfidentialInstanceConfigResponseArgs
- Enable
Confidential Compute This property is required. bool - Optional. Defines whether the instance should have confidential compute enabled.
- Enable
Confidential Compute This property is required. bool - Optional. Defines whether the instance should have confidential compute enabled.
- enable
Confidential Compute This property is required. Boolean - Optional. Defines whether the instance should have confidential compute enabled.
- enable
Confidential Compute This property is required. boolean - Optional. Defines whether the instance should have confidential compute enabled.
- enable_
confidential_ compute This property is required. bool - Optional. Defines whether the instance should have confidential compute enabled.
- enable
Confidential Compute This property is required. Boolean - Optional. Defines whether the instance should have confidential compute enabled.
DataprocMetricConfig, DataprocMetricConfigArgs
- Metrics
This property is required. List<Pulumi.Google Native. Dataproc. V1. Inputs. Metric> - Metrics sources to enable.
- metrics
This property is required. List<Metric> - Metrics sources to enable.
- metrics
This property is required. Sequence[Metric] - Metrics sources to enable.
- metrics
This property is required. List<Property Map> - Metrics sources to enable.
DataprocMetricConfigResponse, DataprocMetricConfigResponseArgs
- Metrics
This property is required. List<Pulumi.Google Native. Dataproc. V1. Inputs. Metric Response> - Metrics sources to enable.
- Metrics
This property is required. []MetricResponse - Metrics sources to enable.
- metrics
This property is required. List<MetricResponse> - Metrics sources to enable.
- metrics
This property is required. MetricResponse[] - Metrics sources to enable.
- metrics
This property is required. Sequence[MetricResponse] - Metrics sources to enable.
- metrics
This property is required. List<Property Map> - Metrics sources to enable.
DiskConfig, DiskConfigArgs
- Boot
Disk intSize Gb - Optional. Size in GB of the boot disk (default is 500GB).
- Boot
Disk stringType - Optional. Type of the boot disk (default is "pd-standard"). Valid values: "pd-balanced" (Persistent Disk Balanced Solid State Drive), "pd-ssd" (Persistent Disk Solid State Drive), or "pd-standard" (Persistent Disk Hard Disk Drive). See Disk types (https://cloud.google.com/compute/docs/disks#disk-types).
- Local
Ssd stringInterface - Optional. Interface type of local SSDs (default is "scsi"). Valid values: "scsi" (Small Computer System Interface), "nvme" (Non-Volatile Memory Express). See local SSD performance (https://cloud.google.com/compute/docs/disks/local-ssd#performance).
- Num
Local intSsds - Optional. Number of attached SSDs, from 0 to 8 (default is 0). If SSDs are not attached, the boot disk is used to store runtime logs and HDFS (https://hadoop.apache.org/docs/r1.2.1/hdfs_user_guide.html) data. If one or more SSDs are attached, this runtime bulk data is spread across them, and the boot disk contains only basic config and installed binaries.Note: Local SSD options may vary by machine type and number of vCPUs selected.
- Boot
Disk intSize Gb - Optional. Size in GB of the boot disk (default is 500GB).
- Boot
Disk stringType - Optional. Type of the boot disk (default is "pd-standard"). Valid values: "pd-balanced" (Persistent Disk Balanced Solid State Drive), "pd-ssd" (Persistent Disk Solid State Drive), or "pd-standard" (Persistent Disk Hard Disk Drive). See Disk types (https://cloud.google.com/compute/docs/disks#disk-types).
- Local
Ssd stringInterface - Optional. Interface type of local SSDs (default is "scsi"). Valid values: "scsi" (Small Computer System Interface), "nvme" (Non-Volatile Memory Express). See local SSD performance (https://cloud.google.com/compute/docs/disks/local-ssd#performance).
- Num
Local intSsds - Optional. Number of attached SSDs, from 0 to 8 (default is 0). If SSDs are not attached, the boot disk is used to store runtime logs and HDFS (https://hadoop.apache.org/docs/r1.2.1/hdfs_user_guide.html) data. If one or more SSDs are attached, this runtime bulk data is spread across them, and the boot disk contains only basic config and installed binaries.Note: Local SSD options may vary by machine type and number of vCPUs selected.
- boot
Disk IntegerSize Gb - Optional. Size in GB of the boot disk (default is 500GB).
- boot
Disk StringType - Optional. Type of the boot disk (default is "pd-standard"). Valid values: "pd-balanced" (Persistent Disk Balanced Solid State Drive), "pd-ssd" (Persistent Disk Solid State Drive), or "pd-standard" (Persistent Disk Hard Disk Drive). See Disk types (https://cloud.google.com/compute/docs/disks#disk-types).
- local
Ssd StringInterface - Optional. Interface type of local SSDs (default is "scsi"). Valid values: "scsi" (Small Computer System Interface), "nvme" (Non-Volatile Memory Express). See local SSD performance (https://cloud.google.com/compute/docs/disks/local-ssd#performance).
- num
Local IntegerSsds - Optional. Number of attached SSDs, from 0 to 8 (default is 0). If SSDs are not attached, the boot disk is used to store runtime logs and HDFS (https://hadoop.apache.org/docs/r1.2.1/hdfs_user_guide.html) data. If one or more SSDs are attached, this runtime bulk data is spread across them, and the boot disk contains only basic config and installed binaries.Note: Local SSD options may vary by machine type and number of vCPUs selected.
- boot
Disk numberSize Gb - Optional. Size in GB of the boot disk (default is 500GB).
- boot
Disk stringType - Optional. Type of the boot disk (default is "pd-standard"). Valid values: "pd-balanced" (Persistent Disk Balanced Solid State Drive), "pd-ssd" (Persistent Disk Solid State Drive), or "pd-standard" (Persistent Disk Hard Disk Drive). See Disk types (https://cloud.google.com/compute/docs/disks#disk-types).
- local
Ssd stringInterface - Optional. Interface type of local SSDs (default is "scsi"). Valid values: "scsi" (Small Computer System Interface), "nvme" (Non-Volatile Memory Express). See local SSD performance (https://cloud.google.com/compute/docs/disks/local-ssd#performance).
- num
Local numberSsds - Optional. Number of attached SSDs, from 0 to 8 (default is 0). If SSDs are not attached, the boot disk is used to store runtime logs and HDFS (https://hadoop.apache.org/docs/r1.2.1/hdfs_user_guide.html) data. If one or more SSDs are attached, this runtime bulk data is spread across them, and the boot disk contains only basic config and installed binaries.Note: Local SSD options may vary by machine type and number of vCPUs selected.
- boot_
disk_ intsize_ gb - Optional. Size in GB of the boot disk (default is 500GB).
- boot_
disk_ strtype - Optional. Type of the boot disk (default is "pd-standard"). Valid values: "pd-balanced" (Persistent Disk Balanced Solid State Drive), "pd-ssd" (Persistent Disk Solid State Drive), or "pd-standard" (Persistent Disk Hard Disk Drive). See Disk types (https://cloud.google.com/compute/docs/disks#disk-types).
- local_
ssd_ strinterface - Optional. Interface type of local SSDs (default is "scsi"). Valid values: "scsi" (Small Computer System Interface), "nvme" (Non-Volatile Memory Express). See local SSD performance (https://cloud.google.com/compute/docs/disks/local-ssd#performance).
- num_
local_ intssds - Optional. Number of attached SSDs, from 0 to 8 (default is 0). If SSDs are not attached, the boot disk is used to store runtime logs and HDFS (https://hadoop.apache.org/docs/r1.2.1/hdfs_user_guide.html) data. If one or more SSDs are attached, this runtime bulk data is spread across them, and the boot disk contains only basic config and installed binaries.Note: Local SSD options may vary by machine type and number of vCPUs selected.
- boot
Disk NumberSize Gb - Optional. Size in GB of the boot disk (default is 500GB).
- boot
Disk StringType - Optional. Type of the boot disk (default is "pd-standard"). Valid values: "pd-balanced" (Persistent Disk Balanced Solid State Drive), "pd-ssd" (Persistent Disk Solid State Drive), or "pd-standard" (Persistent Disk Hard Disk Drive). See Disk types (https://cloud.google.com/compute/docs/disks#disk-types).
- local
Ssd StringInterface - Optional. Interface type of local SSDs (default is "scsi"). Valid values: "scsi" (Small Computer System Interface), "nvme" (Non-Volatile Memory Express). See local SSD performance (https://cloud.google.com/compute/docs/disks/local-ssd#performance).
- num
Local NumberSsds - Optional. Number of attached SSDs, from 0 to 8 (default is 0). If SSDs are not attached, the boot disk is used to store runtime logs and HDFS (https://hadoop.apache.org/docs/r1.2.1/hdfs_user_guide.html) data. If one or more SSDs are attached, this runtime bulk data is spread across them, and the boot disk contains only basic config and installed binaries.Note: Local SSD options may vary by machine type and number of vCPUs selected.
DiskConfigResponse, DiskConfigResponseArgs
- Boot
Disk Size Gb This property is required. int - Optional. Size in GB of the boot disk (default is 500GB).
- Boot
Disk Type This property is required. string - Optional. Type of the boot disk (default is "pd-standard"). Valid values: "pd-balanced" (Persistent Disk Balanced Solid State Drive), "pd-ssd" (Persistent Disk Solid State Drive), or "pd-standard" (Persistent Disk Hard Disk Drive). See Disk types (https://cloud.google.com/compute/docs/disks#disk-types).
- Local
Ssd Interface This property is required. string - Optional. Interface type of local SSDs (default is "scsi"). Valid values: "scsi" (Small Computer System Interface), "nvme" (Non-Volatile Memory Express). See local SSD performance (https://cloud.google.com/compute/docs/disks/local-ssd#performance).
- Num
Local Ssds This property is required. int - Optional. Number of attached SSDs, from 0 to 8 (default is 0). If SSDs are not attached, the boot disk is used to store runtime logs and HDFS (https://hadoop.apache.org/docs/r1.2.1/hdfs_user_guide.html) data. If one or more SSDs are attached, this runtime bulk data is spread across them, and the boot disk contains only basic config and installed binaries.Note: Local SSD options may vary by machine type and number of vCPUs selected.
- Boot
Disk Size Gb This property is required. int - Optional. Size in GB of the boot disk (default is 500GB).
- Boot
Disk Type This property is required. string - Optional. Type of the boot disk (default is "pd-standard"). Valid values: "pd-balanced" (Persistent Disk Balanced Solid State Drive), "pd-ssd" (Persistent Disk Solid State Drive), or "pd-standard" (Persistent Disk Hard Disk Drive). See Disk types (https://cloud.google.com/compute/docs/disks#disk-types).
- Local
Ssd Interface This property is required. string - Optional. Interface type of local SSDs (default is "scsi"). Valid values: "scsi" (Small Computer System Interface), "nvme" (Non-Volatile Memory Express). See local SSD performance (https://cloud.google.com/compute/docs/disks/local-ssd#performance).
- Num
Local Ssds This property is required. int - Optional. Number of attached SSDs, from 0 to 8 (default is 0). If SSDs are not attached, the boot disk is used to store runtime logs and HDFS (https://hadoop.apache.org/docs/r1.2.1/hdfs_user_guide.html) data. If one or more SSDs are attached, this runtime bulk data is spread across them, and the boot disk contains only basic config and installed binaries.Note: Local SSD options may vary by machine type and number of vCPUs selected.
- boot
Disk Size Gb This property is required. Integer - Optional. Size in GB of the boot disk (default is 500GB).
- boot
Disk Type This property is required. String - Optional. Type of the boot disk (default is "pd-standard"). Valid values: "pd-balanced" (Persistent Disk Balanced Solid State Drive), "pd-ssd" (Persistent Disk Solid State Drive), or "pd-standard" (Persistent Disk Hard Disk Drive). See Disk types (https://cloud.google.com/compute/docs/disks#disk-types).
- local
Ssd Interface This property is required. String - Optional. Interface type of local SSDs (default is "scsi"). Valid values: "scsi" (Small Computer System Interface), "nvme" (Non-Volatile Memory Express). See local SSD performance (https://cloud.google.com/compute/docs/disks/local-ssd#performance).
- num
Local Ssds This property is required. Integer - Optional. Number of attached SSDs, from 0 to 8 (default is 0). If SSDs are not attached, the boot disk is used to store runtime logs and HDFS (https://hadoop.apache.org/docs/r1.2.1/hdfs_user_guide.html) data. If one or more SSDs are attached, this runtime bulk data is spread across them, and the boot disk contains only basic config and installed binaries.Note: Local SSD options may vary by machine type and number of vCPUs selected.
- boot
Disk Size Gb This property is required. number - Optional. Size in GB of the boot disk (default is 500GB).
- boot
Disk Type This property is required. string - Optional. Type of the boot disk (default is "pd-standard"). Valid values: "pd-balanced" (Persistent Disk Balanced Solid State Drive), "pd-ssd" (Persistent Disk Solid State Drive), or "pd-standard" (Persistent Disk Hard Disk Drive). See Disk types (https://cloud.google.com/compute/docs/disks#disk-types).
- local
Ssd Interface This property is required. string - Optional. Interface type of local SSDs (default is "scsi"). Valid values: "scsi" (Small Computer System Interface), "nvme" (Non-Volatile Memory Express). See local SSD performance (https://cloud.google.com/compute/docs/disks/local-ssd#performance).
- num
Local Ssds This property is required. number - Optional. Number of attached SSDs, from 0 to 8 (default is 0). If SSDs are not attached, the boot disk is used to store runtime logs and HDFS (https://hadoop.apache.org/docs/r1.2.1/hdfs_user_guide.html) data. If one or more SSDs are attached, this runtime bulk data is spread across them, and the boot disk contains only basic config and installed binaries.Note: Local SSD options may vary by machine type and number of vCPUs selected.
- boot_
disk_ size_ gb This property is required. int - Optional. Size in GB of the boot disk (default is 500GB).
- boot_
disk_ type This property is required. str - Optional. Type of the boot disk (default is "pd-standard"). Valid values: "pd-balanced" (Persistent Disk Balanced Solid State Drive), "pd-ssd" (Persistent Disk Solid State Drive), or "pd-standard" (Persistent Disk Hard Disk Drive). See Disk types (https://cloud.google.com/compute/docs/disks#disk-types).
- local_
ssd_ interface This property is required. str - Optional. Interface type of local SSDs (default is "scsi"). Valid values: "scsi" (Small Computer System Interface), "nvme" (Non-Volatile Memory Express). See local SSD performance (https://cloud.google.com/compute/docs/disks/local-ssd#performance).
- num_
local_ ssds This property is required. int - Optional. Number of attached SSDs, from 0 to 8 (default is 0). If SSDs are not attached, the boot disk is used to store runtime logs and HDFS (https://hadoop.apache.org/docs/r1.2.1/hdfs_user_guide.html) data. If one or more SSDs are attached, this runtime bulk data is spread across them, and the boot disk contains only basic config and installed binaries.Note: Local SSD options may vary by machine type and number of vCPUs selected.
- boot
Disk Size Gb This property is required. Number - Optional. Size in GB of the boot disk (default is 500GB).
- boot
Disk Type This property is required. String - Optional. Type of the boot disk (default is "pd-standard"). Valid values: "pd-balanced" (Persistent Disk Balanced Solid State Drive), "pd-ssd" (Persistent Disk Solid State Drive), or "pd-standard" (Persistent Disk Hard Disk Drive). See Disk types (https://cloud.google.com/compute/docs/disks#disk-types).
- local
Ssd Interface This property is required. String - Optional. Interface type of local SSDs (default is "scsi"). Valid values: "scsi" (Small Computer System Interface), "nvme" (Non-Volatile Memory Express). See local SSD performance (https://cloud.google.com/compute/docs/disks/local-ssd#performance).
- num
Local Ssds This property is required. Number - Optional. Number of attached SSDs, from 0 to 8 (default is 0). If SSDs are not attached, the boot disk is used to store runtime logs and HDFS (https://hadoop.apache.org/docs/r1.2.1/hdfs_user_guide.html) data. If one or more SSDs are attached, this runtime bulk data is spread across them, and the boot disk contains only basic config and installed binaries.Note: Local SSD options may vary by machine type and number of vCPUs selected.
EncryptionConfig, EncryptionConfigArgs
- Gce
Pd stringKms Key Name - Optional. The Cloud KMS key name to use for PD disk encryption for all instances in the cluster.
- Kms
Key string - Optional. The Cloud KMS key name to use for encrypting customer core content in spanner and cluster PD disk for all instances in the cluster.
- Gce
Pd stringKms Key Name - Optional. The Cloud KMS key name to use for PD disk encryption for all instances in the cluster.
- Kms
Key string - Optional. The Cloud KMS key name to use for encrypting customer core content in spanner and cluster PD disk for all instances in the cluster.
- gce
Pd StringKms Key Name - Optional. The Cloud KMS key name to use for PD disk encryption for all instances in the cluster.
- kms
Key String - Optional. The Cloud KMS key name to use for encrypting customer core content in spanner and cluster PD disk for all instances in the cluster.
- gce
Pd stringKms Key Name - Optional. The Cloud KMS key name to use for PD disk encryption for all instances in the cluster.
- kms
Key string - Optional. The Cloud KMS key name to use for encrypting customer core content in spanner and cluster PD disk for all instances in the cluster.
- gce_
pd_ strkms_ key_ name - Optional. The Cloud KMS key name to use for PD disk encryption for all instances in the cluster.
- kms_
key str - Optional. The Cloud KMS key name to use for encrypting customer core content in spanner and cluster PD disk for all instances in the cluster.
- gce
Pd StringKms Key Name - Optional. The Cloud KMS key name to use for PD disk encryption for all instances in the cluster.
- kms
Key String - Optional. The Cloud KMS key name to use for encrypting customer core content in spanner and cluster PD disk for all instances in the cluster.
EncryptionConfigResponse, EncryptionConfigResponseArgs
- Gce
Pd Kms Key Name This property is required. string - Optional. The Cloud KMS key name to use for PD disk encryption for all instances in the cluster.
- Kms
Key This property is required. string - Optional. The Cloud KMS key name to use for encrypting customer core content in spanner and cluster PD disk for all instances in the cluster.
- Gce
Pd Kms Key Name This property is required. string - Optional. The Cloud KMS key name to use for PD disk encryption for all instances in the cluster.
- Kms
Key This property is required. string - Optional. The Cloud KMS key name to use for encrypting customer core content in spanner and cluster PD disk for all instances in the cluster.
- gce
Pd Kms Key Name This property is required. String - Optional. The Cloud KMS key name to use for PD disk encryption for all instances in the cluster.
- kms
Key This property is required. String - Optional. The Cloud KMS key name to use for encrypting customer core content in spanner and cluster PD disk for all instances in the cluster.
- gce
Pd Kms Key Name This property is required. string - Optional. The Cloud KMS key name to use for PD disk encryption for all instances in the cluster.
- kms
Key This property is required. string - Optional. The Cloud KMS key name to use for encrypting customer core content in spanner and cluster PD disk for all instances in the cluster.
- gce_
pd_ kms_ key_ name This property is required. str - Optional. The Cloud KMS key name to use for PD disk encryption for all instances in the cluster.
- kms_
key This property is required. str - Optional. The Cloud KMS key name to use for encrypting customer core content in spanner and cluster PD disk for all instances in the cluster.
- gce
Pd Kms Key Name This property is required. String - Optional. The Cloud KMS key name to use for PD disk encryption for all instances in the cluster.
- kms
Key This property is required. String - Optional. The Cloud KMS key name to use for encrypting customer core content in spanner and cluster PD disk for all instances in the cluster.
EndpointConfig, EndpointConfigArgs
- Enable
Http boolPort Access - Optional. If true, enable http access to specific ports on the cluster from external sources. Defaults to false.
- Enable
Http boolPort Access - Optional. If true, enable http access to specific ports on the cluster from external sources. Defaults to false.
- enable
Http BooleanPort Access - Optional. If true, enable http access to specific ports on the cluster from external sources. Defaults to false.
- enable
Http booleanPort Access - Optional. If true, enable http access to specific ports on the cluster from external sources. Defaults to false.
- enable_
http_ boolport_ access - Optional. If true, enable http access to specific ports on the cluster from external sources. Defaults to false.
- enable
Http BooleanPort Access - Optional. If true, enable http access to specific ports on the cluster from external sources. Defaults to false.
EndpointConfigResponse, EndpointConfigResponseArgs
- Enable
Http Port Access This property is required. bool - Optional. If true, enable http access to specific ports on the cluster from external sources. Defaults to false.
- Http
Ports This property is required. Dictionary<string, string> - The map of port descriptions to URLs. Will only be populated if enable_http_port_access is true.
- Enable
Http Port Access This property is required. bool - Optional. If true, enable http access to specific ports on the cluster from external sources. Defaults to false.
- Http
Ports This property is required. map[string]string - The map of port descriptions to URLs. Will only be populated if enable_http_port_access is true.
- enable
Http Port Access This property is required. Boolean - Optional. If true, enable http access to specific ports on the cluster from external sources. Defaults to false.
- http
Ports This property is required. Map<String,String> - The map of port descriptions to URLs. Will only be populated if enable_http_port_access is true.
- enable
Http Port Access This property is required. boolean - Optional. If true, enable http access to specific ports on the cluster from external sources. Defaults to false.
- http
Ports This property is required. {[key: string]: string} - The map of port descriptions to URLs. Will only be populated if enable_http_port_access is true.
- enable_
http_ port_ access This property is required. bool - Optional. If true, enable http access to specific ports on the cluster from external sources. Defaults to false.
- http_
ports This property is required. Mapping[str, str] - The map of port descriptions to URLs. Will only be populated if enable_http_port_access is true.
- enable
Http Port Access This property is required. Boolean - Optional. If true, enable http access to specific ports on the cluster from external sources. Defaults to false.
- http
Ports This property is required. Map<String> - The map of port descriptions to URLs. Will only be populated if enable_http_port_access is true.
GceClusterConfig, GceClusterConfigArgs
- Confidential
Instance Pulumi.Config Google Native. Dataproc. V1. Inputs. Confidential Instance Config - Optional. Confidential Instance Config for clusters using Confidential VMs (https://cloud.google.com/compute/confidential-vm/docs).
- Internal
Ip boolOnly - Optional. If true, all instances in the cluster will only have internal IP addresses. By default, clusters are not restricted to internal IP addresses, and will have ephemeral external IP addresses assigned to each instance. This internal_ip_only restriction can only be enabled for subnetwork enabled networks, and all off-cluster dependencies must be configured to be accessible without external IP addresses.
- Metadata Dictionary<string, string>
- Optional. The Compute Engine metadata entries to add to all instances (see Project and instance metadata (https://cloud.google.com/compute/docs/storing-retrieving-metadata#project_and_instance_metadata)).
- Network
Uri string - Optional. The Compute Engine network to be used for machine communications. Cannot be specified with subnetwork_uri. If neither network_uri nor subnetwork_uri is specified, the "default" network of the project is used, if it exists. Cannot be a "Custom Subnet Network" (see Using Subnetworks (https://cloud.google.com/compute/docs/subnetworks) for more information).A full URL, partial URI, or short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/global/networks/default projects/[project_id]/global/networks/default default
- Node
Group Pulumi.Affinity Google Native. Dataproc. V1. Inputs. Node Group Affinity - Optional. Node Group Affinity for sole-tenant clusters.
- Private
Ipv6Google Pulumi.Access Google Native. Dataproc. V1. Gce Cluster Config Private Ipv6Google Access - Optional. The type of IPv6 access for a cluster.
- Reservation
Affinity Pulumi.Google Native. Dataproc. V1. Inputs. Reservation Affinity - Optional. Reservation Affinity for consuming Zonal reservation.
- Service
Account string - Optional. The Dataproc service account (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/service-accounts#service_accounts_in_dataproc) (also see VM Data Plane identity (https://cloud.google.com/dataproc/docs/concepts/iam/dataproc-principals#vm_service_account_data_plane_identity)) used by Dataproc cluster VM instances to access Google Cloud Platform services.If not specified, the Compute Engine default service account (https://cloud.google.com/compute/docs/access/service-accounts#default_service_account) is used.
- Service
Account List<string>Scopes - Optional. The URIs of service account scopes to be included in Compute Engine instances. The following base set of scopes is always included: https://www.googleapis.com/auth/cloud.useraccounts.readonly https://www.googleapis.com/auth/devstorage.read_write https://www.googleapis.com/auth/logging.writeIf no scopes are specified, the following defaults are also provided: https://www.googleapis.com/auth/bigquery https://www.googleapis.com/auth/bigtable.admin.table https://www.googleapis.com/auth/bigtable.data https://www.googleapis.com/auth/devstorage.full_control
- Shielded
Instance Pulumi.Config Google Native. Dataproc. V1. Inputs. Shielded Instance Config - Optional. Shielded Instance Config for clusters using Compute Engine Shielded VMs (https://cloud.google.com/security/shielded-cloud/shielded-vm).
- Subnetwork
Uri string - Optional. The Compute Engine subnetwork to be used for machine communications. Cannot be specified with network_uri.A full URL, partial URI, or short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/regions/[region]/subnetworks/sub0 projects/[project_id]/regions/[region]/subnetworks/sub0 sub0
- List<string>
- The Compute Engine tags to add to all instances (see Tagging instances (https://cloud.google.com/compute/docs/label-or-tag-resources#tags)).
- Zone
Uri string - Optional. The Compute Engine zone where the Dataproc cluster will be located. If omitted, the service will pick a zone in the cluster's Compute Engine region. On a get request, zone will always be present.A full URL, partial URI, or short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone] projects/[project_id]/zones/[zone] [zone]
- Confidential
Instance ConfidentialConfig Instance Config - Optional. Confidential Instance Config for clusters using Confidential VMs (https://cloud.google.com/compute/confidential-vm/docs).
- Internal
Ip boolOnly - Optional. If true, all instances in the cluster will only have internal IP addresses. By default, clusters are not restricted to internal IP addresses, and will have ephemeral external IP addresses assigned to each instance. This internal_ip_only restriction can only be enabled for subnetwork enabled networks, and all off-cluster dependencies must be configured to be accessible without external IP addresses.
- Metadata map[string]string
- Optional. The Compute Engine metadata entries to add to all instances (see Project and instance metadata (https://cloud.google.com/compute/docs/storing-retrieving-metadata#project_and_instance_metadata)).
- Network
Uri string - Optional. The Compute Engine network to be used for machine communications. Cannot be specified with subnetwork_uri. If neither network_uri nor subnetwork_uri is specified, the "default" network of the project is used, if it exists. Cannot be a "Custom Subnet Network" (see Using Subnetworks (https://cloud.google.com/compute/docs/subnetworks) for more information).A full URL, partial URI, or short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/global/networks/default projects/[project_id]/global/networks/default default
- Node
Group NodeAffinity Group Affinity - Optional. Node Group Affinity for sole-tenant clusters.
- Private
Ipv6Google GceAccess Cluster Config Private Ipv6Google Access - Optional. The type of IPv6 access for a cluster.
- Reservation
Affinity ReservationAffinity - Optional. Reservation Affinity for consuming Zonal reservation.
- Service
Account string - Optional. The Dataproc service account (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/service-accounts#service_accounts_in_dataproc) (also see VM Data Plane identity (https://cloud.google.com/dataproc/docs/concepts/iam/dataproc-principals#vm_service_account_data_plane_identity)) used by Dataproc cluster VM instances to access Google Cloud Platform services.If not specified, the Compute Engine default service account (https://cloud.google.com/compute/docs/access/service-accounts#default_service_account) is used.
- Service
Account []stringScopes - Optional. The URIs of service account scopes to be included in Compute Engine instances. The following base set of scopes is always included: https://www.googleapis.com/auth/cloud.useraccounts.readonly https://www.googleapis.com/auth/devstorage.read_write https://www.googleapis.com/auth/logging.writeIf no scopes are specified, the following defaults are also provided: https://www.googleapis.com/auth/bigquery https://www.googleapis.com/auth/bigtable.admin.table https://www.googleapis.com/auth/bigtable.data https://www.googleapis.com/auth/devstorage.full_control
- Shielded
Instance ShieldedConfig Instance Config - Optional. Shielded Instance Config for clusters using Compute Engine Shielded VMs (https://cloud.google.com/security/shielded-cloud/shielded-vm).
- Subnetwork
Uri string - Optional. The Compute Engine subnetwork to be used for machine communications. Cannot be specified with network_uri.A full URL, partial URI, or short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/regions/[region]/subnetworks/sub0 projects/[project_id]/regions/[region]/subnetworks/sub0 sub0
- []string
- The Compute Engine tags to add to all instances (see Tagging instances (https://cloud.google.com/compute/docs/label-or-tag-resources#tags)).
- Zone
Uri string - Optional. The Compute Engine zone where the Dataproc cluster will be located. If omitted, the service will pick a zone in the cluster's Compute Engine region. On a get request, zone will always be present.A full URL, partial URI, or short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone] projects/[project_id]/zones/[zone] [zone]
- confidential
Instance ConfidentialConfig Instance Config - Optional. Confidential Instance Config for clusters using Confidential VMs (https://cloud.google.com/compute/confidential-vm/docs).
- internal
Ip BooleanOnly - Optional. If true, all instances in the cluster will only have internal IP addresses. By default, clusters are not restricted to internal IP addresses, and will have ephemeral external IP addresses assigned to each instance. This internal_ip_only restriction can only be enabled for subnetwork enabled networks, and all off-cluster dependencies must be configured to be accessible without external IP addresses.
- metadata Map<String,String>
- Optional. The Compute Engine metadata entries to add to all instances (see Project and instance metadata (https://cloud.google.com/compute/docs/storing-retrieving-metadata#project_and_instance_metadata)).
- network
Uri String - Optional. The Compute Engine network to be used for machine communications. Cannot be specified with subnetwork_uri. If neither network_uri nor subnetwork_uri is specified, the "default" network of the project is used, if it exists. Cannot be a "Custom Subnet Network" (see Using Subnetworks (https://cloud.google.com/compute/docs/subnetworks) for more information).A full URL, partial URI, or short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/global/networks/default projects/[project_id]/global/networks/default default
- node
Group NodeAffinity Group Affinity - Optional. Node Group Affinity for sole-tenant clusters.
- private
Ipv6Google GceAccess Cluster Config Private Ipv6Google Access - Optional. The type of IPv6 access for a cluster.
- reservation
Affinity ReservationAffinity - Optional. Reservation Affinity for consuming Zonal reservation.
- service
Account String - Optional. The Dataproc service account (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/service-accounts#service_accounts_in_dataproc) (also see VM Data Plane identity (https://cloud.google.com/dataproc/docs/concepts/iam/dataproc-principals#vm_service_account_data_plane_identity)) used by Dataproc cluster VM instances to access Google Cloud Platform services.If not specified, the Compute Engine default service account (https://cloud.google.com/compute/docs/access/service-accounts#default_service_account) is used.
- service
Account List<String>Scopes - Optional. The URIs of service account scopes to be included in Compute Engine instances. The following base set of scopes is always included: https://www.googleapis.com/auth/cloud.useraccounts.readonly https://www.googleapis.com/auth/devstorage.read_write https://www.googleapis.com/auth/logging.writeIf no scopes are specified, the following defaults are also provided: https://www.googleapis.com/auth/bigquery https://www.googleapis.com/auth/bigtable.admin.table https://www.googleapis.com/auth/bigtable.data https://www.googleapis.com/auth/devstorage.full_control
- shielded
Instance ShieldedConfig Instance Config - Optional. Shielded Instance Config for clusters using Compute Engine Shielded VMs (https://cloud.google.com/security/shielded-cloud/shielded-vm).
- subnetwork
Uri String - Optional. The Compute Engine subnetwork to be used for machine communications. Cannot be specified with network_uri.A full URL, partial URI, or short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/regions/[region]/subnetworks/sub0 projects/[project_id]/regions/[region]/subnetworks/sub0 sub0
- List<String>
- The Compute Engine tags to add to all instances (see Tagging instances (https://cloud.google.com/compute/docs/label-or-tag-resources#tags)).
- zone
Uri String - Optional. The Compute Engine zone where the Dataproc cluster will be located. If omitted, the service will pick a zone in the cluster's Compute Engine region. On a get request, zone will always be present.A full URL, partial URI, or short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone] projects/[project_id]/zones/[zone] [zone]
- confidential
Instance ConfidentialConfig Instance Config - Optional. Confidential Instance Config for clusters using Confidential VMs (https://cloud.google.com/compute/confidential-vm/docs).
- internal
Ip booleanOnly - Optional. If true, all instances in the cluster will only have internal IP addresses. By default, clusters are not restricted to internal IP addresses, and will have ephemeral external IP addresses assigned to each instance. This internal_ip_only restriction can only be enabled for subnetwork enabled networks, and all off-cluster dependencies must be configured to be accessible without external IP addresses.
- metadata {[key: string]: string}
- Optional. The Compute Engine metadata entries to add to all instances (see Project and instance metadata (https://cloud.google.com/compute/docs/storing-retrieving-metadata#project_and_instance_metadata)).
- network
Uri string - Optional. The Compute Engine network to be used for machine communications. Cannot be specified with subnetwork_uri. If neither network_uri nor subnetwork_uri is specified, the "default" network of the project is used, if it exists. Cannot be a "Custom Subnet Network" (see Using Subnetworks (https://cloud.google.com/compute/docs/subnetworks) for more information).A full URL, partial URI, or short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/global/networks/default projects/[project_id]/global/networks/default default
- node
Group NodeAffinity Group Affinity - Optional. Node Group Affinity for sole-tenant clusters.
- private
Ipv6Google GceAccess Cluster Config Private Ipv6Google Access - Optional. The type of IPv6 access for a cluster.
- reservation
Affinity ReservationAffinity - Optional. Reservation Affinity for consuming Zonal reservation.
- service
Account string - Optional. The Dataproc service account (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/service-accounts#service_accounts_in_dataproc) (also see VM Data Plane identity (https://cloud.google.com/dataproc/docs/concepts/iam/dataproc-principals#vm_service_account_data_plane_identity)) used by Dataproc cluster VM instances to access Google Cloud Platform services.If not specified, the Compute Engine default service account (https://cloud.google.com/compute/docs/access/service-accounts#default_service_account) is used.
- service
Account string[]Scopes - Optional. The URIs of service account scopes to be included in Compute Engine instances. The following base set of scopes is always included: https://www.googleapis.com/auth/cloud.useraccounts.readonly https://www.googleapis.com/auth/devstorage.read_write https://www.googleapis.com/auth/logging.writeIf no scopes are specified, the following defaults are also provided: https://www.googleapis.com/auth/bigquery https://www.googleapis.com/auth/bigtable.admin.table https://www.googleapis.com/auth/bigtable.data https://www.googleapis.com/auth/devstorage.full_control
- shielded
Instance ShieldedConfig Instance Config - Optional. Shielded Instance Config for clusters using Compute Engine Shielded VMs (https://cloud.google.com/security/shielded-cloud/shielded-vm).
- subnetwork
Uri string - Optional. The Compute Engine subnetwork to be used for machine communications. Cannot be specified with network_uri.A full URL, partial URI, or short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/regions/[region]/subnetworks/sub0 projects/[project_id]/regions/[region]/subnetworks/sub0 sub0
- string[]
- The Compute Engine tags to add to all instances (see Tagging instances (https://cloud.google.com/compute/docs/label-or-tag-resources#tags)).
- zone
Uri string - Optional. The Compute Engine zone where the Dataproc cluster will be located. If omitted, the service will pick a zone in the cluster's Compute Engine region. On a get request, zone will always be present.A full URL, partial URI, or short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone] projects/[project_id]/zones/[zone] [zone]
- confidential_
instance_ Confidentialconfig Instance Config - Optional. Confidential Instance Config for clusters using Confidential VMs (https://cloud.google.com/compute/confidential-vm/docs).
- internal_
ip_ boolonly - Optional. If true, all instances in the cluster will only have internal IP addresses. By default, clusters are not restricted to internal IP addresses, and will have ephemeral external IP addresses assigned to each instance. This internal_ip_only restriction can only be enabled for subnetwork enabled networks, and all off-cluster dependencies must be configured to be accessible without external IP addresses.
- metadata Mapping[str, str]
- Optional. The Compute Engine metadata entries to add to all instances (see Project and instance metadata (https://cloud.google.com/compute/docs/storing-retrieving-metadata#project_and_instance_metadata)).
- network_
uri str - Optional. The Compute Engine network to be used for machine communications. Cannot be specified with subnetwork_uri. If neither network_uri nor subnetwork_uri is specified, the "default" network of the project is used, if it exists. Cannot be a "Custom Subnet Network" (see Using Subnetworks (https://cloud.google.com/compute/docs/subnetworks) for more information).A full URL, partial URI, or short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/global/networks/default projects/[project_id]/global/networks/default default
- node_
group_ Nodeaffinity Group Affinity - Optional. Node Group Affinity for sole-tenant clusters.
- private_
ipv6_ Gcegoogle_ access Cluster Config Private Ipv6Google Access - Optional. The type of IPv6 access for a cluster.
- reservation_
affinity ReservationAffinity - Optional. Reservation Affinity for consuming Zonal reservation.
- service_
account str - Optional. The Dataproc service account (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/service-accounts#service_accounts_in_dataproc) (also see VM Data Plane identity (https://cloud.google.com/dataproc/docs/concepts/iam/dataproc-principals#vm_service_account_data_plane_identity)) used by Dataproc cluster VM instances to access Google Cloud Platform services.If not specified, the Compute Engine default service account (https://cloud.google.com/compute/docs/access/service-accounts#default_service_account) is used.
- service_
account_ Sequence[str]scopes - Optional. The URIs of service account scopes to be included in Compute Engine instances. The following base set of scopes is always included: https://www.googleapis.com/auth/cloud.useraccounts.readonly https://www.googleapis.com/auth/devstorage.read_write https://www.googleapis.com/auth/logging.writeIf no scopes are specified, the following defaults are also provided: https://www.googleapis.com/auth/bigquery https://www.googleapis.com/auth/bigtable.admin.table https://www.googleapis.com/auth/bigtable.data https://www.googleapis.com/auth/devstorage.full_control
- shielded_
instance_ Shieldedconfig Instance Config - Optional. Shielded Instance Config for clusters using Compute Engine Shielded VMs (https://cloud.google.com/security/shielded-cloud/shielded-vm).
- subnetwork_
uri str - Optional. The Compute Engine subnetwork to be used for machine communications. Cannot be specified with network_uri.A full URL, partial URI, or short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/regions/[region]/subnetworks/sub0 projects/[project_id]/regions/[region]/subnetworks/sub0 sub0
- Sequence[str]
- The Compute Engine tags to add to all instances (see Tagging instances (https://cloud.google.com/compute/docs/label-or-tag-resources#tags)).
- zone_
uri str - Optional. The Compute Engine zone where the Dataproc cluster will be located. If omitted, the service will pick a zone in the cluster's Compute Engine region. On a get request, zone will always be present.A full URL, partial URI, or short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone] projects/[project_id]/zones/[zone] [zone]
- confidential
Instance Property MapConfig - Optional. Confidential Instance Config for clusters using Confidential VMs (https://cloud.google.com/compute/confidential-vm/docs).
- internal
Ip BooleanOnly - Optional. If true, all instances in the cluster will only have internal IP addresses. By default, clusters are not restricted to internal IP addresses, and will have ephemeral external IP addresses assigned to each instance. This internal_ip_only restriction can only be enabled for subnetwork enabled networks, and all off-cluster dependencies must be configured to be accessible without external IP addresses.
- metadata Map<String>
- Optional. The Compute Engine metadata entries to add to all instances (see Project and instance metadata (https://cloud.google.com/compute/docs/storing-retrieving-metadata#project_and_instance_metadata)).
- network
Uri String - Optional. The Compute Engine network to be used for machine communications. Cannot be specified with subnetwork_uri. If neither network_uri nor subnetwork_uri is specified, the "default" network of the project is used, if it exists. Cannot be a "Custom Subnet Network" (see Using Subnetworks (https://cloud.google.com/compute/docs/subnetworks) for more information).A full URL, partial URI, or short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/global/networks/default projects/[project_id]/global/networks/default default
- node
Group Property MapAffinity - Optional. Node Group Affinity for sole-tenant clusters.
- private
Ipv6Google "PRIVATE_IPV6_GOOGLE_ACCESS_UNSPECIFIED" | "INHERIT_FROM_SUBNETWORK" | "OUTBOUND" | "BIDIRECTIONAL"Access - Optional. The type of IPv6 access for a cluster.
- reservation
Affinity Property Map - Optional. Reservation Affinity for consuming Zonal reservation.
- service
Account String - Optional. The Dataproc service account (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/service-accounts#service_accounts_in_dataproc) (also see VM Data Plane identity (https://cloud.google.com/dataproc/docs/concepts/iam/dataproc-principals#vm_service_account_data_plane_identity)) used by Dataproc cluster VM instances to access Google Cloud Platform services.If not specified, the Compute Engine default service account (https://cloud.google.com/compute/docs/access/service-accounts#default_service_account) is used.
- service
Account List<String>Scopes - Optional. The URIs of service account scopes to be included in Compute Engine instances. The following base set of scopes is always included: https://www.googleapis.com/auth/cloud.useraccounts.readonly https://www.googleapis.com/auth/devstorage.read_write https://www.googleapis.com/auth/logging.writeIf no scopes are specified, the following defaults are also provided: https://www.googleapis.com/auth/bigquery https://www.googleapis.com/auth/bigtable.admin.table https://www.googleapis.com/auth/bigtable.data https://www.googleapis.com/auth/devstorage.full_control
- shielded
Instance Property MapConfig - Optional. Shielded Instance Config for clusters using Compute Engine Shielded VMs (https://cloud.google.com/security/shielded-cloud/shielded-vm).
- subnetwork
Uri String - Optional. The Compute Engine subnetwork to be used for machine communications. Cannot be specified with network_uri.A full URL, partial URI, or short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/regions/[region]/subnetworks/sub0 projects/[project_id]/regions/[region]/subnetworks/sub0 sub0
- List<String>
- The Compute Engine tags to add to all instances (see Tagging instances (https://cloud.google.com/compute/docs/label-or-tag-resources#tags)).
- zone
Uri String - Optional. The Compute Engine zone where the Dataproc cluster will be located. If omitted, the service will pick a zone in the cluster's Compute Engine region. On a get request, zone will always be present.A full URL, partial URI, or short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone] projects/[project_id]/zones/[zone] [zone]
GceClusterConfigPrivateIpv6GoogleAccess, GceClusterConfigPrivateIpv6GoogleAccessArgs
- Private
Ipv6Google Access Unspecified - PRIVATE_IPV6_GOOGLE_ACCESS_UNSPECIFIEDIf unspecified, Compute Engine default behavior will apply, which is the same as INHERIT_FROM_SUBNETWORK.
- Inherit
From Subnetwork - INHERIT_FROM_SUBNETWORKPrivate access to and from Google Services configuration inherited from the subnetwork configuration. This is the default Compute Engine behavior.
- Outbound
- OUTBOUNDEnables outbound private IPv6 access to Google Services from the Dataproc cluster.
- Bidirectional
- BIDIRECTIONALEnables bidirectional private IPv6 access between Google Services and the Dataproc cluster.
- Gce
Cluster Config Private Ipv6Google Access Private Ipv6Google Access Unspecified - PRIVATE_IPV6_GOOGLE_ACCESS_UNSPECIFIEDIf unspecified, Compute Engine default behavior will apply, which is the same as INHERIT_FROM_SUBNETWORK.
- Gce
Cluster Config Private Ipv6Google Access Inherit From Subnetwork - INHERIT_FROM_SUBNETWORKPrivate access to and from Google Services configuration inherited from the subnetwork configuration. This is the default Compute Engine behavior.
- Gce
Cluster Config Private Ipv6Google Access Outbound - OUTBOUNDEnables outbound private IPv6 access to Google Services from the Dataproc cluster.
- Gce
Cluster Config Private Ipv6Google Access Bidirectional - BIDIRECTIONALEnables bidirectional private IPv6 access between Google Services and the Dataproc cluster.
- Private
Ipv6Google Access Unspecified - PRIVATE_IPV6_GOOGLE_ACCESS_UNSPECIFIEDIf unspecified, Compute Engine default behavior will apply, which is the same as INHERIT_FROM_SUBNETWORK.
- Inherit
From Subnetwork - INHERIT_FROM_SUBNETWORKPrivate access to and from Google Services configuration inherited from the subnetwork configuration. This is the default Compute Engine behavior.
- Outbound
- OUTBOUNDEnables outbound private IPv6 access to Google Services from the Dataproc cluster.
- Bidirectional
- BIDIRECTIONALEnables bidirectional private IPv6 access between Google Services and the Dataproc cluster.
- Private
Ipv6Google Access Unspecified - PRIVATE_IPV6_GOOGLE_ACCESS_UNSPECIFIEDIf unspecified, Compute Engine default behavior will apply, which is the same as INHERIT_FROM_SUBNETWORK.
- Inherit
From Subnetwork - INHERIT_FROM_SUBNETWORKPrivate access to and from Google Services configuration inherited from the subnetwork configuration. This is the default Compute Engine behavior.
- Outbound
- OUTBOUNDEnables outbound private IPv6 access to Google Services from the Dataproc cluster.
- Bidirectional
- BIDIRECTIONALEnables bidirectional private IPv6 access between Google Services and the Dataproc cluster.
- PRIVATE_IPV6_GOOGLE_ACCESS_UNSPECIFIED
- PRIVATE_IPV6_GOOGLE_ACCESS_UNSPECIFIEDIf unspecified, Compute Engine default behavior will apply, which is the same as INHERIT_FROM_SUBNETWORK.
- INHERIT_FROM_SUBNETWORK
- INHERIT_FROM_SUBNETWORKPrivate access to and from Google Services configuration inherited from the subnetwork configuration. This is the default Compute Engine behavior.
- OUTBOUND
- OUTBOUNDEnables outbound private IPv6 access to Google Services from the Dataproc cluster.
- BIDIRECTIONAL
- BIDIRECTIONALEnables bidirectional private IPv6 access between Google Services and the Dataproc cluster.
- "PRIVATE_IPV6_GOOGLE_ACCESS_UNSPECIFIED"
- PRIVATE_IPV6_GOOGLE_ACCESS_UNSPECIFIEDIf unspecified, Compute Engine default behavior will apply, which is the same as INHERIT_FROM_SUBNETWORK.
- "INHERIT_FROM_SUBNETWORK"
- INHERIT_FROM_SUBNETWORKPrivate access to and from Google Services configuration inherited from the subnetwork configuration. This is the default Compute Engine behavior.
- "OUTBOUND"
- OUTBOUNDEnables outbound private IPv6 access to Google Services from the Dataproc cluster.
- "BIDIRECTIONAL"
- BIDIRECTIONALEnables bidirectional private IPv6 access between Google Services and the Dataproc cluster.
GceClusterConfigResponse, GceClusterConfigResponseArgs
- Confidential
Instance Config This property is required. Pulumi.Google Native. Dataproc. V1. Inputs. Confidential Instance Config Response - Optional. Confidential Instance Config for clusters using Confidential VMs (https://cloud.google.com/compute/confidential-vm/docs).
- Internal
Ip Only This property is required. bool - Optional. If true, all instances in the cluster will only have internal IP addresses. By default, clusters are not restricted to internal IP addresses, and will have ephemeral external IP addresses assigned to each instance. This internal_ip_only restriction can only be enabled for subnetwork enabled networks, and all off-cluster dependencies must be configured to be accessible without external IP addresses.
- Metadata
This property is required. Dictionary<string, string> - Optional. The Compute Engine metadata entries to add to all instances (see Project and instance metadata (https://cloud.google.com/compute/docs/storing-retrieving-metadata#project_and_instance_metadata)).
- Network
Uri This property is required. string - Optional. The Compute Engine network to be used for machine communications. Cannot be specified with subnetwork_uri. If neither network_uri nor subnetwork_uri is specified, the "default" network of the project is used, if it exists. Cannot be a "Custom Subnet Network" (see Using Subnetworks (https://cloud.google.com/compute/docs/subnetworks) for more information).A full URL, partial URI, or short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/global/networks/default projects/[project_id]/global/networks/default default
- Node
Group Affinity This property is required. Pulumi.Google Native. Dataproc. V1. Inputs. Node Group Affinity Response - Optional. Node Group Affinity for sole-tenant clusters.
- Private
Ipv6Google Access This property is required. string - Optional. The type of IPv6 access for a cluster.
- Reservation
Affinity This property is required. Pulumi.Google Native. Dataproc. V1. Inputs. Reservation Affinity Response - Optional. Reservation Affinity for consuming Zonal reservation.
- Service
Account This property is required. string - Optional. The Dataproc service account (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/service-accounts#service_accounts_in_dataproc) (also see VM Data Plane identity (https://cloud.google.com/dataproc/docs/concepts/iam/dataproc-principals#vm_service_account_data_plane_identity)) used by Dataproc cluster VM instances to access Google Cloud Platform services.If not specified, the Compute Engine default service account (https://cloud.google.com/compute/docs/access/service-accounts#default_service_account) is used.
- Service
Account Scopes This property is required. List<string> - Optional. The URIs of service account scopes to be included in Compute Engine instances. The following base set of scopes is always included: https://www.googleapis.com/auth/cloud.useraccounts.readonly https://www.googleapis.com/auth/devstorage.read_write https://www.googleapis.com/auth/logging.writeIf no scopes are specified, the following defaults are also provided: https://www.googleapis.com/auth/bigquery https://www.googleapis.com/auth/bigtable.admin.table https://www.googleapis.com/auth/bigtable.data https://www.googleapis.com/auth/devstorage.full_control
- Shielded
Instance Config This property is required. Pulumi.Google Native. Dataproc. V1. Inputs. Shielded Instance Config Response - Optional. Shielded Instance Config for clusters using Compute Engine Shielded VMs (https://cloud.google.com/security/shielded-cloud/shielded-vm).
- Subnetwork
Uri This property is required. string - Optional. The Compute Engine subnetwork to be used for machine communications. Cannot be specified with network_uri.A full URL, partial URI, or short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/regions/[region]/subnetworks/sub0 projects/[project_id]/regions/[region]/subnetworks/sub0 sub0
This property is required. List<string>- The Compute Engine tags to add to all instances (see Tagging instances (https://cloud.google.com/compute/docs/label-or-tag-resources#tags)).
- Zone
Uri This property is required. string - Optional. The Compute Engine zone where the Dataproc cluster will be located. If omitted, the service will pick a zone in the cluster's Compute Engine region. On a get request, zone will always be present.A full URL, partial URI, or short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone] projects/[project_id]/zones/[zone] [zone]
- Confidential
Instance Config This property is required. ConfidentialInstance Config Response - Optional. Confidential Instance Config for clusters using Confidential VMs (https://cloud.google.com/compute/confidential-vm/docs).
- Internal
Ip Only This property is required. bool - Optional. If true, all instances in the cluster will only have internal IP addresses. By default, clusters are not restricted to internal IP addresses, and will have ephemeral external IP addresses assigned to each instance. This internal_ip_only restriction can only be enabled for subnetwork enabled networks, and all off-cluster dependencies must be configured to be accessible without external IP addresses.
- Metadata
This property is required. map[string]string - Optional. The Compute Engine metadata entries to add to all instances (see Project and instance metadata (https://cloud.google.com/compute/docs/storing-retrieving-metadata#project_and_instance_metadata)).
- Network
Uri This property is required. string - Optional. The Compute Engine network to be used for machine communications. Cannot be specified with subnetwork_uri. If neither network_uri nor subnetwork_uri is specified, the "default" network of the project is used, if it exists. Cannot be a "Custom Subnet Network" (see Using Subnetworks (https://cloud.google.com/compute/docs/subnetworks) for more information).A full URL, partial URI, or short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/global/networks/default projects/[project_id]/global/networks/default default
- Node
Group Affinity This property is required. NodeGroup Affinity Response - Optional. Node Group Affinity for sole-tenant clusters.
- Private
Ipv6Google Access This property is required. string - Optional. The type of IPv6 access for a cluster.
- Reservation
Affinity This property is required. ReservationAffinity Response - Optional. Reservation Affinity for consuming Zonal reservation.
- Service
Account This property is required. string - Optional. The Dataproc service account (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/service-accounts#service_accounts_in_dataproc) (also see VM Data Plane identity (https://cloud.google.com/dataproc/docs/concepts/iam/dataproc-principals#vm_service_account_data_plane_identity)) used by Dataproc cluster VM instances to access Google Cloud Platform services.If not specified, the Compute Engine default service account (https://cloud.google.com/compute/docs/access/service-accounts#default_service_account) is used.
- Service
Account Scopes This property is required. []string - Optional. The URIs of service account scopes to be included in Compute Engine instances. The following base set of scopes is always included: https://www.googleapis.com/auth/cloud.useraccounts.readonly https://www.googleapis.com/auth/devstorage.read_write https://www.googleapis.com/auth/logging.writeIf no scopes are specified, the following defaults are also provided: https://www.googleapis.com/auth/bigquery https://www.googleapis.com/auth/bigtable.admin.table https://www.googleapis.com/auth/bigtable.data https://www.googleapis.com/auth/devstorage.full_control
- Shielded
Instance Config This property is required. ShieldedInstance Config Response - Optional. Shielded Instance Config for clusters using Compute Engine Shielded VMs (https://cloud.google.com/security/shielded-cloud/shielded-vm).
- Subnetwork
Uri This property is required. string - Optional. The Compute Engine subnetwork to be used for machine communications. Cannot be specified with network_uri.A full URL, partial URI, or short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/regions/[region]/subnetworks/sub0 projects/[project_id]/regions/[region]/subnetworks/sub0 sub0
This property is required. []string- The Compute Engine tags to add to all instances (see Tagging instances (https://cloud.google.com/compute/docs/label-or-tag-resources#tags)).
- Zone
Uri This property is required. string - Optional. The Compute Engine zone where the Dataproc cluster will be located. If omitted, the service will pick a zone in the cluster's Compute Engine region. On a get request, zone will always be present.A full URL, partial URI, or short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone] projects/[project_id]/zones/[zone] [zone]
- confidential
Instance Config This property is required. ConfidentialInstance Config Response - Optional. Confidential Instance Config for clusters using Confidential VMs (https://cloud.google.com/compute/confidential-vm/docs).
- internal
Ip Only This property is required. Boolean - Optional. If true, all instances in the cluster will only have internal IP addresses. By default, clusters are not restricted to internal IP addresses, and will have ephemeral external IP addresses assigned to each instance. This internal_ip_only restriction can only be enabled for subnetwork enabled networks, and all off-cluster dependencies must be configured to be accessible without external IP addresses.
- metadata
This property is required. Map<String,String> - Optional. The Compute Engine metadata entries to add to all instances (see Project and instance metadata (https://cloud.google.com/compute/docs/storing-retrieving-metadata#project_and_instance_metadata)).
- network
Uri This property is required. String - Optional. The Compute Engine network to be used for machine communications. Cannot be specified with subnetwork_uri. If neither network_uri nor subnetwork_uri is specified, the "default" network of the project is used, if it exists. Cannot be a "Custom Subnet Network" (see Using Subnetworks (https://cloud.google.com/compute/docs/subnetworks) for more information).A full URL, partial URI, or short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/global/networks/default projects/[project_id]/global/networks/default default
- node
Group Affinity This property is required. NodeGroup Affinity Response - Optional. Node Group Affinity for sole-tenant clusters.
- private
Ipv6Google Access This property is required. String - Optional. The type of IPv6 access for a cluster.
- reservation
Affinity This property is required. ReservationAffinity Response - Optional. Reservation Affinity for consuming Zonal reservation.
- service
Account This property is required. String - Optional. The Dataproc service account (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/service-accounts#service_accounts_in_dataproc) (also see VM Data Plane identity (https://cloud.google.com/dataproc/docs/concepts/iam/dataproc-principals#vm_service_account_data_plane_identity)) used by Dataproc cluster VM instances to access Google Cloud Platform services.If not specified, the Compute Engine default service account (https://cloud.google.com/compute/docs/access/service-accounts#default_service_account) is used.
- service
Account Scopes This property is required. List<String> - Optional. The URIs of service account scopes to be included in Compute Engine instances. The following base set of scopes is always included: https://www.googleapis.com/auth/cloud.useraccounts.readonly https://www.googleapis.com/auth/devstorage.read_write https://www.googleapis.com/auth/logging.writeIf no scopes are specified, the following defaults are also provided: https://www.googleapis.com/auth/bigquery https://www.googleapis.com/auth/bigtable.admin.table https://www.googleapis.com/auth/bigtable.data https://www.googleapis.com/auth/devstorage.full_control
- shielded
Instance Config This property is required. ShieldedInstance Config Response - Optional. Shielded Instance Config for clusters using Compute Engine Shielded VMs (https://cloud.google.com/security/shielded-cloud/shielded-vm).
- subnetwork
Uri This property is required. String - Optional. The Compute Engine subnetwork to be used for machine communications. Cannot be specified with network_uri.A full URL, partial URI, or short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/regions/[region]/subnetworks/sub0 projects/[project_id]/regions/[region]/subnetworks/sub0 sub0
This property is required. List<String>- The Compute Engine tags to add to all instances (see Tagging instances (https://cloud.google.com/compute/docs/label-or-tag-resources#tags)).
- zone
Uri This property is required. String - Optional. The Compute Engine zone where the Dataproc cluster will be located. If omitted, the service will pick a zone in the cluster's Compute Engine region. On a get request, zone will always be present.A full URL, partial URI, or short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone] projects/[project_id]/zones/[zone] [zone]
- confidential
Instance Config This property is required. ConfidentialInstance Config Response - Optional. Confidential Instance Config for clusters using Confidential VMs (https://cloud.google.com/compute/confidential-vm/docs).
- internal
Ip Only This property is required. boolean - Optional. If true, all instances in the cluster will only have internal IP addresses. By default, clusters are not restricted to internal IP addresses, and will have ephemeral external IP addresses assigned to each instance. This internal_ip_only restriction can only be enabled for subnetwork enabled networks, and all off-cluster dependencies must be configured to be accessible without external IP addresses.
- metadata
This property is required. {[key: string]: string} - Optional. The Compute Engine metadata entries to add to all instances (see Project and instance metadata (https://cloud.google.com/compute/docs/storing-retrieving-metadata#project_and_instance_metadata)).
- network
Uri This property is required. string - Optional. The Compute Engine network to be used for machine communications. Cannot be specified with subnetwork_uri. If neither network_uri nor subnetwork_uri is specified, the "default" network of the project is used, if it exists. Cannot be a "Custom Subnet Network" (see Using Subnetworks (https://cloud.google.com/compute/docs/subnetworks) for more information).A full URL, partial URI, or short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/global/networks/default projects/[project_id]/global/networks/default default
- node
Group Affinity This property is required. NodeGroup Affinity Response - Optional. Node Group Affinity for sole-tenant clusters.
- private
Ipv6Google Access This property is required. string - Optional. The type of IPv6 access for a cluster.
- reservation
Affinity This property is required. ReservationAffinity Response - Optional. Reservation Affinity for consuming Zonal reservation.
- service
Account This property is required. string - Optional. The Dataproc service account (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/service-accounts#service_accounts_in_dataproc) (also see VM Data Plane identity (https://cloud.google.com/dataproc/docs/concepts/iam/dataproc-principals#vm_service_account_data_plane_identity)) used by Dataproc cluster VM instances to access Google Cloud Platform services.If not specified, the Compute Engine default service account (https://cloud.google.com/compute/docs/access/service-accounts#default_service_account) is used.
- service
Account Scopes This property is required. string[] - Optional. The URIs of service account scopes to be included in Compute Engine instances. The following base set of scopes is always included: https://www.googleapis.com/auth/cloud.useraccounts.readonly https://www.googleapis.com/auth/devstorage.read_write https://www.googleapis.com/auth/logging.writeIf no scopes are specified, the following defaults are also provided: https://www.googleapis.com/auth/bigquery https://www.googleapis.com/auth/bigtable.admin.table https://www.googleapis.com/auth/bigtable.data https://www.googleapis.com/auth/devstorage.full_control
- shielded
Instance Config This property is required. ShieldedInstance Config Response - Optional. Shielded Instance Config for clusters using Compute Engine Shielded VMs (https://cloud.google.com/security/shielded-cloud/shielded-vm).
- subnetwork
Uri This property is required. string - Optional. The Compute Engine subnetwork to be used for machine communications. Cannot be specified with network_uri.A full URL, partial URI, or short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/regions/[region]/subnetworks/sub0 projects/[project_id]/regions/[region]/subnetworks/sub0 sub0
This property is required. string[]- The Compute Engine tags to add to all instances (see Tagging instances (https://cloud.google.com/compute/docs/label-or-tag-resources#tags)).
- zone
Uri This property is required. string - Optional. The Compute Engine zone where the Dataproc cluster will be located. If omitted, the service will pick a zone in the cluster's Compute Engine region. On a get request, zone will always be present.A full URL, partial URI, or short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone] projects/[project_id]/zones/[zone] [zone]
- confidential_
instance_ config This property is required. ConfidentialInstance Config Response - Optional. Confidential Instance Config for clusters using Confidential VMs (https://cloud.google.com/compute/confidential-vm/docs).
- internal_
ip_ only This property is required. bool - Optional. If true, all instances in the cluster will only have internal IP addresses. By default, clusters are not restricted to internal IP addresses, and will have ephemeral external IP addresses assigned to each instance. This internal_ip_only restriction can only be enabled for subnetwork enabled networks, and all off-cluster dependencies must be configured to be accessible without external IP addresses.
- metadata
This property is required. Mapping[str, str] - Optional. The Compute Engine metadata entries to add to all instances (see Project and instance metadata (https://cloud.google.com/compute/docs/storing-retrieving-metadata#project_and_instance_metadata)).
- network_
uri This property is required. str - Optional. The Compute Engine network to be used for machine communications. Cannot be specified with subnetwork_uri. If neither network_uri nor subnetwork_uri is specified, the "default" network of the project is used, if it exists. Cannot be a "Custom Subnet Network" (see Using Subnetworks (https://cloud.google.com/compute/docs/subnetworks) for more information).A full URL, partial URI, or short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/global/networks/default projects/[project_id]/global/networks/default default
- node_
group_ affinity This property is required. NodeGroup Affinity Response - Optional. Node Group Affinity for sole-tenant clusters.
- private_
ipv6_ google_ access This property is required. str - Optional. The type of IPv6 access for a cluster.
- reservation_
affinity This property is required. ReservationAffinity Response - Optional. Reservation Affinity for consuming Zonal reservation.
- service_
account This property is required. str - Optional. The Dataproc service account (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/service-accounts#service_accounts_in_dataproc) (also see VM Data Plane identity (https://cloud.google.com/dataproc/docs/concepts/iam/dataproc-principals#vm_service_account_data_plane_identity)) used by Dataproc cluster VM instances to access Google Cloud Platform services.If not specified, the Compute Engine default service account (https://cloud.google.com/compute/docs/access/service-accounts#default_service_account) is used.
- service_
account_ scopes This property is required. Sequence[str] - Optional. The URIs of service account scopes to be included in Compute Engine instances. The following base set of scopes is always included: https://www.googleapis.com/auth/cloud.useraccounts.readonly https://www.googleapis.com/auth/devstorage.read_write https://www.googleapis.com/auth/logging.writeIf no scopes are specified, the following defaults are also provided: https://www.googleapis.com/auth/bigquery https://www.googleapis.com/auth/bigtable.admin.table https://www.googleapis.com/auth/bigtable.data https://www.googleapis.com/auth/devstorage.full_control
- shielded_
instance_ config This property is required. ShieldedInstance Config Response - Optional. Shielded Instance Config for clusters using Compute Engine Shielded VMs (https://cloud.google.com/security/shielded-cloud/shielded-vm).
- subnetwork_
uri This property is required. str - Optional. The Compute Engine subnetwork to be used for machine communications. Cannot be specified with network_uri.A full URL, partial URI, or short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/regions/[region]/subnetworks/sub0 projects/[project_id]/regions/[region]/subnetworks/sub0 sub0
This property is required. Sequence[str]- The Compute Engine tags to add to all instances (see Tagging instances (https://cloud.google.com/compute/docs/label-or-tag-resources#tags)).
- zone_
uri This property is required. str - Optional. The Compute Engine zone where the Dataproc cluster will be located. If omitted, the service will pick a zone in the cluster's Compute Engine region. On a get request, zone will always be present.A full URL, partial URI, or short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone] projects/[project_id]/zones/[zone] [zone]
- confidential
Instance Config This property is required. Property Map - Optional. Confidential Instance Config for clusters using Confidential VMs (https://cloud.google.com/compute/confidential-vm/docs).
- internal
Ip Only This property is required. Boolean - Optional. If true, all instances in the cluster will only have internal IP addresses. By default, clusters are not restricted to internal IP addresses, and will have ephemeral external IP addresses assigned to each instance. This internal_ip_only restriction can only be enabled for subnetwork enabled networks, and all off-cluster dependencies must be configured to be accessible without external IP addresses.
- metadata
This property is required. Map<String> - Optional. The Compute Engine metadata entries to add to all instances (see Project and instance metadata (https://cloud.google.com/compute/docs/storing-retrieving-metadata#project_and_instance_metadata)).
- network
Uri This property is required. String - Optional. The Compute Engine network to be used for machine communications. Cannot be specified with subnetwork_uri. If neither network_uri nor subnetwork_uri is specified, the "default" network of the project is used, if it exists. Cannot be a "Custom Subnet Network" (see Using Subnetworks (https://cloud.google.com/compute/docs/subnetworks) for more information).A full URL, partial URI, or short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/global/networks/default projects/[project_id]/global/networks/default default
- node
Group Affinity This property is required. Property Map - Optional. Node Group Affinity for sole-tenant clusters.
- private
Ipv6Google Access This property is required. String - Optional. The type of IPv6 access for a cluster.
- reservation
Affinity This property is required. Property Map - Optional. Reservation Affinity for consuming Zonal reservation.
- service
Account This property is required. String - Optional. The Dataproc service account (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/service-accounts#service_accounts_in_dataproc) (also see VM Data Plane identity (https://cloud.google.com/dataproc/docs/concepts/iam/dataproc-principals#vm_service_account_data_plane_identity)) used by Dataproc cluster VM instances to access Google Cloud Platform services.If not specified, the Compute Engine default service account (https://cloud.google.com/compute/docs/access/service-accounts#default_service_account) is used.
- service
Account Scopes This property is required. List<String> - Optional. The URIs of service account scopes to be included in Compute Engine instances. The following base set of scopes is always included: https://www.googleapis.com/auth/cloud.useraccounts.readonly https://www.googleapis.com/auth/devstorage.read_write https://www.googleapis.com/auth/logging.writeIf no scopes are specified, the following defaults are also provided: https://www.googleapis.com/auth/bigquery https://www.googleapis.com/auth/bigtable.admin.table https://www.googleapis.com/auth/bigtable.data https://www.googleapis.com/auth/devstorage.full_control
- shielded
Instance Config This property is required. Property Map - Optional. Shielded Instance Config for clusters using Compute Engine Shielded VMs (https://cloud.google.com/security/shielded-cloud/shielded-vm).
- subnetwork
Uri This property is required. String - Optional. The Compute Engine subnetwork to be used for machine communications. Cannot be specified with network_uri.A full URL, partial URI, or short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/regions/[region]/subnetworks/sub0 projects/[project_id]/regions/[region]/subnetworks/sub0 sub0
This property is required. List<String>- The Compute Engine tags to add to all instances (see Tagging instances (https://cloud.google.com/compute/docs/label-or-tag-resources#tags)).
- zone
Uri This property is required. String - Optional. The Compute Engine zone where the Dataproc cluster will be located. If omitted, the service will pick a zone in the cluster's Compute Engine region. On a get request, zone will always be present.A full URL, partial URI, or short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone] projects/[project_id]/zones/[zone] [zone]
GkeClusterConfig, GkeClusterConfigArgs
- Gke
Cluster stringTarget - Optional. A target GKE cluster to deploy to. It must be in the same project and region as the Dataproc cluster (the GKE cluster can be zonal or regional). Format: 'projects/{project}/locations/{location}/clusters/{cluster_id}'
- Namespaced
Gke Pulumi.Deployment Target Google Native. Dataproc. V1. Inputs. Namespaced Gke Deployment Target - Optional. Deprecated. Use gkeClusterTarget. Used only for the deprecated beta. A target for the deployment.
- Node
Pool List<Pulumi.Target Google Native. Dataproc. V1. Inputs. Gke Node Pool Target> - Optional. GKE node pools where workloads will be scheduled. At least one node pool must be assigned the DEFAULT GkeNodePoolTarget.Role. If a GkeNodePoolTarget is not specified, Dataproc constructs a DEFAULT GkeNodePoolTarget. Each role can be given to only one GkeNodePoolTarget. All node pools must have the same location settings.
- Gke
Cluster stringTarget - Optional. A target GKE cluster to deploy to. It must be in the same project and region as the Dataproc cluster (the GKE cluster can be zonal or regional). Format: 'projects/{project}/locations/{location}/clusters/{cluster_id}'
- Namespaced
Gke NamespacedDeployment Target Gke Deployment Target - Optional. Deprecated. Use gkeClusterTarget. Used only for the deprecated beta. A target for the deployment.
- Node
Pool []GkeTarget Node Pool Target - Optional. GKE node pools where workloads will be scheduled. At least one node pool must be assigned the DEFAULT GkeNodePoolTarget.Role. If a GkeNodePoolTarget is not specified, Dataproc constructs a DEFAULT GkeNodePoolTarget. Each role can be given to only one GkeNodePoolTarget. All node pools must have the same location settings.
- gke
Cluster StringTarget - Optional. A target GKE cluster to deploy to. It must be in the same project and region as the Dataproc cluster (the GKE cluster can be zonal or regional). Format: 'projects/{project}/locations/{location}/clusters/{cluster_id}'
- namespaced
Gke NamespacedDeployment Target Gke Deployment Target - Optional. Deprecated. Use gkeClusterTarget. Used only for the deprecated beta. A target for the deployment.
- node
Pool List<GkeTarget Node Pool Target> - Optional. GKE node pools where workloads will be scheduled. At least one node pool must be assigned the DEFAULT GkeNodePoolTarget.Role. If a GkeNodePoolTarget is not specified, Dataproc constructs a DEFAULT GkeNodePoolTarget. Each role can be given to only one GkeNodePoolTarget. All node pools must have the same location settings.
- gke
Cluster stringTarget - Optional. A target GKE cluster to deploy to. It must be in the same project and region as the Dataproc cluster (the GKE cluster can be zonal or regional). Format: 'projects/{project}/locations/{location}/clusters/{cluster_id}'
- namespaced
Gke NamespacedDeployment Target Gke Deployment Target - Optional. Deprecated. Use gkeClusterTarget. Used only for the deprecated beta. A target for the deployment.
- node
Pool GkeTarget Node Pool Target[] - Optional. GKE node pools where workloads will be scheduled. At least one node pool must be assigned the DEFAULT GkeNodePoolTarget.Role. If a GkeNodePoolTarget is not specified, Dataproc constructs a DEFAULT GkeNodePoolTarget. Each role can be given to only one GkeNodePoolTarget. All node pools must have the same location settings.
- gke_
cluster_ strtarget - Optional. A target GKE cluster to deploy to. It must be in the same project and region as the Dataproc cluster (the GKE cluster can be zonal or regional). Format: 'projects/{project}/locations/{location}/clusters/{cluster_id}'
- namespaced_
gke_ Namespaceddeployment_ target Gke Deployment Target - Optional. Deprecated. Use gkeClusterTarget. Used only for the deprecated beta. A target for the deployment.
- node_
pool_ Sequence[Gketarget Node Pool Target] - Optional. GKE node pools where workloads will be scheduled. At least one node pool must be assigned the DEFAULT GkeNodePoolTarget.Role. If a GkeNodePoolTarget is not specified, Dataproc constructs a DEFAULT GkeNodePoolTarget. Each role can be given to only one GkeNodePoolTarget. All node pools must have the same location settings.
- gke
Cluster StringTarget - Optional. A target GKE cluster to deploy to. It must be in the same project and region as the Dataproc cluster (the GKE cluster can be zonal or regional). Format: 'projects/{project}/locations/{location}/clusters/{cluster_id}'
- namespaced
Gke Property MapDeployment Target - Optional. Deprecated. Use gkeClusterTarget. Used only for the deprecated beta. A target for the deployment.
- node
Pool List<Property Map>Target - Optional. GKE node pools where workloads will be scheduled. At least one node pool must be assigned the DEFAULT GkeNodePoolTarget.Role. If a GkeNodePoolTarget is not specified, Dataproc constructs a DEFAULT GkeNodePoolTarget. Each role can be given to only one GkeNodePoolTarget. All node pools must have the same location settings.
GkeClusterConfigResponse, GkeClusterConfigResponseArgs
- Gke
Cluster Target This property is required. string - Optional. A target GKE cluster to deploy to. It must be in the same project and region as the Dataproc cluster (the GKE cluster can be zonal or regional). Format: 'projects/{project}/locations/{location}/clusters/{cluster_id}'
- Namespaced
Gke Deployment Target This property is required. Pulumi.Google Native. Dataproc. V1. Inputs. Namespaced Gke Deployment Target Response - Optional. Deprecated. Use gkeClusterTarget. Used only for the deprecated beta. A target for the deployment.
- Node
Pool Target This property is required. List<Pulumi.Google Native. Dataproc. V1. Inputs. Gke Node Pool Target Response> - Optional. GKE node pools where workloads will be scheduled. At least one node pool must be assigned the DEFAULT GkeNodePoolTarget.Role. If a GkeNodePoolTarget is not specified, Dataproc constructs a DEFAULT GkeNodePoolTarget. Each role can be given to only one GkeNodePoolTarget. All node pools must have the same location settings.
- Gke
Cluster Target This property is required. string - Optional. A target GKE cluster to deploy to. It must be in the same project and region as the Dataproc cluster (the GKE cluster can be zonal or regional). Format: 'projects/{project}/locations/{location}/clusters/{cluster_id}'
- Namespaced
Gke Deployment Target This property is required. NamespacedGke Deployment Target Response - Optional. Deprecated. Use gkeClusterTarget. Used only for the deprecated beta. A target for the deployment.
- Node
Pool Target This property is required. []GkeNode Pool Target Response - Optional. GKE node pools where workloads will be scheduled. At least one node pool must be assigned the DEFAULT GkeNodePoolTarget.Role. If a GkeNodePoolTarget is not specified, Dataproc constructs a DEFAULT GkeNodePoolTarget. Each role can be given to only one GkeNodePoolTarget. All node pools must have the same location settings.
- gke
Cluster Target This property is required. String - Optional. A target GKE cluster to deploy to. It must be in the same project and region as the Dataproc cluster (the GKE cluster can be zonal or regional). Format: 'projects/{project}/locations/{location}/clusters/{cluster_id}'
- namespaced
Gke Deployment Target This property is required. NamespacedGke Deployment Target Response - Optional. Deprecated. Use gkeClusterTarget. Used only for the deprecated beta. A target for the deployment.
- node
Pool Target This property is required. List<GkeNode Pool Target Response> - Optional. GKE node pools where workloads will be scheduled. At least one node pool must be assigned the DEFAULT GkeNodePoolTarget.Role. If a GkeNodePoolTarget is not specified, Dataproc constructs a DEFAULT GkeNodePoolTarget. Each role can be given to only one GkeNodePoolTarget. All node pools must have the same location settings.
- gke
Cluster Target This property is required. string - Optional. A target GKE cluster to deploy to. It must be in the same project and region as the Dataproc cluster (the GKE cluster can be zonal or regional). Format: 'projects/{project}/locations/{location}/clusters/{cluster_id}'
- namespaced
Gke Deployment Target This property is required. NamespacedGke Deployment Target Response - Optional. Deprecated. Use gkeClusterTarget. Used only for the deprecated beta. A target for the deployment.
- node
Pool Target This property is required. GkeNode Pool Target Response[] - Optional. GKE node pools where workloads will be scheduled. At least one node pool must be assigned the DEFAULT GkeNodePoolTarget.Role. If a GkeNodePoolTarget is not specified, Dataproc constructs a DEFAULT GkeNodePoolTarget. Each role can be given to only one GkeNodePoolTarget. All node pools must have the same location settings.
- gke_
cluster_ target This property is required. str - Optional. A target GKE cluster to deploy to. It must be in the same project and region as the Dataproc cluster (the GKE cluster can be zonal or regional). Format: 'projects/{project}/locations/{location}/clusters/{cluster_id}'
- namespaced_
gke_ deployment_ target This property is required. NamespacedGke Deployment Target Response - Optional. Deprecated. Use gkeClusterTarget. Used only for the deprecated beta. A target for the deployment.
- node_
pool_ target This property is required. Sequence[GkeNode Pool Target Response] - Optional. GKE node pools where workloads will be scheduled. At least one node pool must be assigned the DEFAULT GkeNodePoolTarget.Role. If a GkeNodePoolTarget is not specified, Dataproc constructs a DEFAULT GkeNodePoolTarget. Each role can be given to only one GkeNodePoolTarget. All node pools must have the same location settings.
- gke
Cluster Target This property is required. String - Optional. A target GKE cluster to deploy to. It must be in the same project and region as the Dataproc cluster (the GKE cluster can be zonal or regional). Format: 'projects/{project}/locations/{location}/clusters/{cluster_id}'
- namespaced
Gke Deployment Target This property is required. Property Map - Optional. Deprecated. Use gkeClusterTarget. Used only for the deprecated beta. A target for the deployment.
- node
Pool Target This property is required. List<Property Map> - Optional. GKE node pools where workloads will be scheduled. At least one node pool must be assigned the DEFAULT GkeNodePoolTarget.Role. If a GkeNodePoolTarget is not specified, Dataproc constructs a DEFAULT GkeNodePoolTarget. Each role can be given to only one GkeNodePoolTarget. All node pools must have the same location settings.
GkeNodeConfig, GkeNodeConfigArgs
- Accelerators
List<Pulumi.
Google Native. Dataproc. V1. Inputs. Gke Node Pool Accelerator Config> - Optional. A list of hardware accelerators (https://cloud.google.com/compute/docs/gpus) to attach to each node.
- Boot
Disk stringKms Key - Optional. The Customer Managed Encryption Key (CMEK) (https://cloud.google.com/kubernetes-engine/docs/how-to/using-cmek) used to encrypt the boot disk attached to each node in the node pool. Specify the key using the following format: projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}
- Local
Ssd intCount - Optional. The number of local SSD disks to attach to the node, which is limited by the maximum number of disks allowable per zone (see Adding Local SSDs (https://cloud.google.com/compute/docs/disks/local-ssd)).
- Machine
Type string - Optional. The name of a Compute Engine machine type (https://cloud.google.com/compute/docs/machine-types).
- Min
Cpu stringPlatform - Optional. Minimum CPU platform (https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform) to be used by this instance. The instance may be scheduled on the specified or a newer CPU platform. Specify the friendly names of CPU platforms, such as "Intel Haswell"` or Intel Sandy Bridge".
- Preemptible bool
- Optional. Whether the nodes are created as legacy preemptible VM instances (https://cloud.google.com/compute/docs/instances/preemptible). Also see Spot VMs, preemptible VM instances without a maximum lifetime. Legacy and Spot preemptible nodes cannot be used in a node pool with the CONTROLLER role or in the DEFAULT node pool if the CONTROLLER role is not assigned (the DEFAULT node pool will assume the CONTROLLER role).
- Spot bool
- Optional. Whether the nodes are created as Spot VM instances (https://cloud.google.com/compute/docs/instances/spot). Spot VMs are the latest update to legacy preemptible VMs. Spot VMs do not have a maximum lifetime. Legacy and Spot preemptible nodes cannot be used in a node pool with the CONTROLLER role or in the DEFAULT node pool if the CONTROLLER role is not assigned (the DEFAULT node pool will assume the CONTROLLER role).
- Accelerators
[]Gke
Node Pool Accelerator Config - Optional. A list of hardware accelerators (https://cloud.google.com/compute/docs/gpus) to attach to each node.
- Boot
Disk stringKms Key - Optional. The Customer Managed Encryption Key (CMEK) (https://cloud.google.com/kubernetes-engine/docs/how-to/using-cmek) used to encrypt the boot disk attached to each node in the node pool. Specify the key using the following format: projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}
- Local
Ssd intCount - Optional. The number of local SSD disks to attach to the node, which is limited by the maximum number of disks allowable per zone (see Adding Local SSDs (https://cloud.google.com/compute/docs/disks/local-ssd)).
- Machine
Type string - Optional. The name of a Compute Engine machine type (https://cloud.google.com/compute/docs/machine-types).
- Min
Cpu stringPlatform - Optional. Minimum CPU platform (https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform) to be used by this instance. The instance may be scheduled on the specified or a newer CPU platform. Specify the friendly names of CPU platforms, such as "Intel Haswell"` or Intel Sandy Bridge".
- Preemptible bool
- Optional. Whether the nodes are created as legacy preemptible VM instances (https://cloud.google.com/compute/docs/instances/preemptible). Also see Spot VMs, preemptible VM instances without a maximum lifetime. Legacy and Spot preemptible nodes cannot be used in a node pool with the CONTROLLER role or in the DEFAULT node pool if the CONTROLLER role is not assigned (the DEFAULT node pool will assume the CONTROLLER role).
- Spot bool
- Optional. Whether the nodes are created as Spot VM instances (https://cloud.google.com/compute/docs/instances/spot). Spot VMs are the latest update to legacy preemptible VMs. Spot VMs do not have a maximum lifetime. Legacy and Spot preemptible nodes cannot be used in a node pool with the CONTROLLER role or in the DEFAULT node pool if the CONTROLLER role is not assigned (the DEFAULT node pool will assume the CONTROLLER role).
- accelerators
List<Gke
Node Pool Accelerator Config> - Optional. A list of hardware accelerators (https://cloud.google.com/compute/docs/gpus) to attach to each node.
- boot
Disk StringKms Key - Optional. The Customer Managed Encryption Key (CMEK) (https://cloud.google.com/kubernetes-engine/docs/how-to/using-cmek) used to encrypt the boot disk attached to each node in the node pool. Specify the key using the following format: projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}
- local
Ssd IntegerCount - Optional. The number of local SSD disks to attach to the node, which is limited by the maximum number of disks allowable per zone (see Adding Local SSDs (https://cloud.google.com/compute/docs/disks/local-ssd)).
- machine
Type String - Optional. The name of a Compute Engine machine type (https://cloud.google.com/compute/docs/machine-types).
- min
Cpu StringPlatform - Optional. Minimum CPU platform (https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform) to be used by this instance. The instance may be scheduled on the specified or a newer CPU platform. Specify the friendly names of CPU platforms, such as "Intel Haswell"` or Intel Sandy Bridge".
- preemptible Boolean
- Optional. Whether the nodes are created as legacy preemptible VM instances (https://cloud.google.com/compute/docs/instances/preemptible). Also see Spot VMs, preemptible VM instances without a maximum lifetime. Legacy and Spot preemptible nodes cannot be used in a node pool with the CONTROLLER role or in the DEFAULT node pool if the CONTROLLER role is not assigned (the DEFAULT node pool will assume the CONTROLLER role).
- spot Boolean
- Optional. Whether the nodes are created as Spot VM instances (https://cloud.google.com/compute/docs/instances/spot). Spot VMs are the latest update to legacy preemptible VMs. Spot VMs do not have a maximum lifetime. Legacy and Spot preemptible nodes cannot be used in a node pool with the CONTROLLER role or in the DEFAULT node pool if the CONTROLLER role is not assigned (the DEFAULT node pool will assume the CONTROLLER role).
- accelerators
Gke
Node Pool Accelerator Config[] - Optional. A list of hardware accelerators (https://cloud.google.com/compute/docs/gpus) to attach to each node.
- boot
Disk stringKms Key - Optional. The Customer Managed Encryption Key (CMEK) (https://cloud.google.com/kubernetes-engine/docs/how-to/using-cmek) used to encrypt the boot disk attached to each node in the node pool. Specify the key using the following format: projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}
- local
Ssd numberCount - Optional. The number of local SSD disks to attach to the node, which is limited by the maximum number of disks allowable per zone (see Adding Local SSDs (https://cloud.google.com/compute/docs/disks/local-ssd)).
- machine
Type string - Optional. The name of a Compute Engine machine type (https://cloud.google.com/compute/docs/machine-types).
- min
Cpu stringPlatform - Optional. Minimum CPU platform (https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform) to be used by this instance. The instance may be scheduled on the specified or a newer CPU platform. Specify the friendly names of CPU platforms, such as "Intel Haswell"` or Intel Sandy Bridge".
- preemptible boolean
- Optional. Whether the nodes are created as legacy preemptible VM instances (https://cloud.google.com/compute/docs/instances/preemptible). Also see Spot VMs, preemptible VM instances without a maximum lifetime. Legacy and Spot preemptible nodes cannot be used in a node pool with the CONTROLLER role or in the DEFAULT node pool if the CONTROLLER role is not assigned (the DEFAULT node pool will assume the CONTROLLER role).
- spot boolean
- Optional. Whether the nodes are created as Spot VM instances (https://cloud.google.com/compute/docs/instances/spot). Spot VMs are the latest update to legacy preemptible VMs. Spot VMs do not have a maximum lifetime. Legacy and Spot preemptible nodes cannot be used in a node pool with the CONTROLLER role or in the DEFAULT node pool if the CONTROLLER role is not assigned (the DEFAULT node pool will assume the CONTROLLER role).
- accelerators
Sequence[Gke
Node Pool Accelerator Config] - Optional. A list of hardware accelerators (https://cloud.google.com/compute/docs/gpus) to attach to each node.
- boot_
disk_ strkms_ key - Optional. The Customer Managed Encryption Key (CMEK) (https://cloud.google.com/kubernetes-engine/docs/how-to/using-cmek) used to encrypt the boot disk attached to each node in the node pool. Specify the key using the following format: projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}
- local_
ssd_ intcount - Optional. The number of local SSD disks to attach to the node, which is limited by the maximum number of disks allowable per zone (see Adding Local SSDs (https://cloud.google.com/compute/docs/disks/local-ssd)).
- machine_
type str - Optional. The name of a Compute Engine machine type (https://cloud.google.com/compute/docs/machine-types).
- min_
cpu_ strplatform - Optional. Minimum CPU platform (https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform) to be used by this instance. The instance may be scheduled on the specified or a newer CPU platform. Specify the friendly names of CPU platforms, such as "Intel Haswell"` or Intel Sandy Bridge".
- preemptible bool
- Optional. Whether the nodes are created as legacy preemptible VM instances (https://cloud.google.com/compute/docs/instances/preemptible). Also see Spot VMs, preemptible VM instances without a maximum lifetime. Legacy and Spot preemptible nodes cannot be used in a node pool with the CONTROLLER role or in the DEFAULT node pool if the CONTROLLER role is not assigned (the DEFAULT node pool will assume the CONTROLLER role).
- spot bool
- Optional. Whether the nodes are created as Spot VM instances (https://cloud.google.com/compute/docs/instances/spot). Spot VMs are the latest update to legacy preemptible VMs. Spot VMs do not have a maximum lifetime. Legacy and Spot preemptible nodes cannot be used in a node pool with the CONTROLLER role or in the DEFAULT node pool if the CONTROLLER role is not assigned (the DEFAULT node pool will assume the CONTROLLER role).
- accelerators List<Property Map>
- Optional. A list of hardware accelerators (https://cloud.google.com/compute/docs/gpus) to attach to each node.
- boot
Disk StringKms Key - Optional. The Customer Managed Encryption Key (CMEK) (https://cloud.google.com/kubernetes-engine/docs/how-to/using-cmek) used to encrypt the boot disk attached to each node in the node pool. Specify the key using the following format: projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}
- local
Ssd NumberCount - Optional. The number of local SSD disks to attach to the node, which is limited by the maximum number of disks allowable per zone (see Adding Local SSDs (https://cloud.google.com/compute/docs/disks/local-ssd)).
- machine
Type String - Optional. The name of a Compute Engine machine type (https://cloud.google.com/compute/docs/machine-types).
- min
Cpu StringPlatform - Optional. Minimum CPU platform (https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform) to be used by this instance. The instance may be scheduled on the specified or a newer CPU platform. Specify the friendly names of CPU platforms, such as "Intel Haswell"` or Intel Sandy Bridge".
- preemptible Boolean
- Optional. Whether the nodes are created as legacy preemptible VM instances (https://cloud.google.com/compute/docs/instances/preemptible). Also see Spot VMs, preemptible VM instances without a maximum lifetime. Legacy and Spot preemptible nodes cannot be used in a node pool with the CONTROLLER role or in the DEFAULT node pool if the CONTROLLER role is not assigned (the DEFAULT node pool will assume the CONTROLLER role).
- spot Boolean
- Optional. Whether the nodes are created as Spot VM instances (https://cloud.google.com/compute/docs/instances/spot). Spot VMs are the latest update to legacy preemptible VMs. Spot VMs do not have a maximum lifetime. Legacy and Spot preemptible nodes cannot be used in a node pool with the CONTROLLER role or in the DEFAULT node pool if the CONTROLLER role is not assigned (the DEFAULT node pool will assume the CONTROLLER role).
GkeNodeConfigResponse, GkeNodeConfigResponseArgs
- Accelerators
This property is required. List<Pulumi.Google Native. Dataproc. V1. Inputs. Gke Node Pool Accelerator Config Response> - Optional. A list of hardware accelerators (https://cloud.google.com/compute/docs/gpus) to attach to each node.
- Boot
Disk Kms Key This property is required. string - Optional. The Customer Managed Encryption Key (CMEK) (https://cloud.google.com/kubernetes-engine/docs/how-to/using-cmek) used to encrypt the boot disk attached to each node in the node pool. Specify the key using the following format: projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}
- Local
Ssd Count This property is required. int - Optional. The number of local SSD disks to attach to the node, which is limited by the maximum number of disks allowable per zone (see Adding Local SSDs (https://cloud.google.com/compute/docs/disks/local-ssd)).
- Machine
Type This property is required. string - Optional. The name of a Compute Engine machine type (https://cloud.google.com/compute/docs/machine-types).
- Min
Cpu Platform This property is required. string - Optional. Minimum CPU platform (https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform) to be used by this instance. The instance may be scheduled on the specified or a newer CPU platform. Specify the friendly names of CPU platforms, such as "Intel Haswell"` or Intel Sandy Bridge".
- Preemptible
This property is required. bool - Optional. Whether the nodes are created as legacy preemptible VM instances (https://cloud.google.com/compute/docs/instances/preemptible). Also see Spot VMs, preemptible VM instances without a maximum lifetime. Legacy and Spot preemptible nodes cannot be used in a node pool with the CONTROLLER role or in the DEFAULT node pool if the CONTROLLER role is not assigned (the DEFAULT node pool will assume the CONTROLLER role).
- Spot
This property is required. bool - Optional. Whether the nodes are created as Spot VM instances (https://cloud.google.com/compute/docs/instances/spot). Spot VMs are the latest update to legacy preemptible VMs. Spot VMs do not have a maximum lifetime. Legacy and Spot preemptible nodes cannot be used in a node pool with the CONTROLLER role or in the DEFAULT node pool if the CONTROLLER role is not assigned (the DEFAULT node pool will assume the CONTROLLER role).
- Accelerators
This property is required. []GkeNode Pool Accelerator Config Response - Optional. A list of hardware accelerators (https://cloud.google.com/compute/docs/gpus) to attach to each node.
- Boot
Disk Kms Key This property is required. string - Optional. The Customer Managed Encryption Key (CMEK) (https://cloud.google.com/kubernetes-engine/docs/how-to/using-cmek) used to encrypt the boot disk attached to each node in the node pool. Specify the key using the following format: projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}
- Local
Ssd Count This property is required. int - Optional. The number of local SSD disks to attach to the node, which is limited by the maximum number of disks allowable per zone (see Adding Local SSDs (https://cloud.google.com/compute/docs/disks/local-ssd)).
- Machine
Type This property is required. string - Optional. The name of a Compute Engine machine type (https://cloud.google.com/compute/docs/machine-types).
- Min
Cpu Platform This property is required. string - Optional. Minimum CPU platform (https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform) to be used by this instance. The instance may be scheduled on the specified or a newer CPU platform. Specify the friendly names of CPU platforms, such as "Intel Haswell"` or Intel Sandy Bridge".
- Preemptible
This property is required. bool - Optional. Whether the nodes are created as legacy preemptible VM instances (https://cloud.google.com/compute/docs/instances/preemptible). Also see Spot VMs, preemptible VM instances without a maximum lifetime. Legacy and Spot preemptible nodes cannot be used in a node pool with the CONTROLLER role or in the DEFAULT node pool if the CONTROLLER role is not assigned (the DEFAULT node pool will assume the CONTROLLER role).
- Spot
This property is required. bool - Optional. Whether the nodes are created as Spot VM instances (https://cloud.google.com/compute/docs/instances/spot). Spot VMs are the latest update to legacy preemptible VMs. Spot VMs do not have a maximum lifetime. Legacy and Spot preemptible nodes cannot be used in a node pool with the CONTROLLER role or in the DEFAULT node pool if the CONTROLLER role is not assigned (the DEFAULT node pool will assume the CONTROLLER role).
- accelerators
This property is required. List<GkeNode Pool Accelerator Config Response> - Optional. A list of hardware accelerators (https://cloud.google.com/compute/docs/gpus) to attach to each node.
- boot
Disk Kms Key This property is required. String - Optional. The Customer Managed Encryption Key (CMEK) (https://cloud.google.com/kubernetes-engine/docs/how-to/using-cmek) used to encrypt the boot disk attached to each node in the node pool. Specify the key using the following format: projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}
- local
Ssd Count This property is required. Integer - Optional. The number of local SSD disks to attach to the node, which is limited by the maximum number of disks allowable per zone (see Adding Local SSDs (https://cloud.google.com/compute/docs/disks/local-ssd)).
- machine
Type This property is required. String - Optional. The name of a Compute Engine machine type (https://cloud.google.com/compute/docs/machine-types).
- min
Cpu Platform This property is required. String - Optional. Minimum CPU platform (https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform) to be used by this instance. The instance may be scheduled on the specified or a newer CPU platform. Specify the friendly names of CPU platforms, such as "Intel Haswell"` or Intel Sandy Bridge".
- preemptible
This property is required. Boolean - Optional. Whether the nodes are created as legacy preemptible VM instances (https://cloud.google.com/compute/docs/instances/preemptible). Also see Spot VMs, preemptible VM instances without a maximum lifetime. Legacy and Spot preemptible nodes cannot be used in a node pool with the CONTROLLER role or in the DEFAULT node pool if the CONTROLLER role is not assigned (the DEFAULT node pool will assume the CONTROLLER role).
- spot
This property is required. Boolean - Optional. Whether the nodes are created as Spot VM instances (https://cloud.google.com/compute/docs/instances/spot). Spot VMs are the latest update to legacy preemptible VMs. Spot VMs do not have a maximum lifetime. Legacy and Spot preemptible nodes cannot be used in a node pool with the CONTROLLER role or in the DEFAULT node pool if the CONTROLLER role is not assigned (the DEFAULT node pool will assume the CONTROLLER role).
- accelerators
This property is required. GkeNode Pool Accelerator Config Response[] - Optional. A list of hardware accelerators (https://cloud.google.com/compute/docs/gpus) to attach to each node.
- boot
Disk Kms Key This property is required. string - Optional. The Customer Managed Encryption Key (CMEK) (https://cloud.google.com/kubernetes-engine/docs/how-to/using-cmek) used to encrypt the boot disk attached to each node in the node pool. Specify the key using the following format: projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}
- local
Ssd Count This property is required. number - Optional. The number of local SSD disks to attach to the node, which is limited by the maximum number of disks allowable per zone (see Adding Local SSDs (https://cloud.google.com/compute/docs/disks/local-ssd)).
- machine
Type This property is required. string - Optional. The name of a Compute Engine machine type (https://cloud.google.com/compute/docs/machine-types).
- min
Cpu Platform This property is required. string - Optional. Minimum CPU platform (https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform) to be used by this instance. The instance may be scheduled on the specified or a newer CPU platform. Specify the friendly names of CPU platforms, such as "Intel Haswell"` or Intel Sandy Bridge".
- preemptible
This property is required. boolean - Optional. Whether the nodes are created as legacy preemptible VM instances (https://cloud.google.com/compute/docs/instances/preemptible). Also see Spot VMs, preemptible VM instances without a maximum lifetime. Legacy and Spot preemptible nodes cannot be used in a node pool with the CONTROLLER role or in the DEFAULT node pool if the CONTROLLER role is not assigned (the DEFAULT node pool will assume the CONTROLLER role).
- spot
This property is required. boolean - Optional. Whether the nodes are created as Spot VM instances (https://cloud.google.com/compute/docs/instances/spot). Spot VMs are the latest update to legacy preemptible VMs. Spot VMs do not have a maximum lifetime. Legacy and Spot preemptible nodes cannot be used in a node pool with the CONTROLLER role or in the DEFAULT node pool if the CONTROLLER role is not assigned (the DEFAULT node pool will assume the CONTROLLER role).
- accelerators
This property is required. Sequence[GkeNode Pool Accelerator Config Response] - Optional. A list of hardware accelerators (https://cloud.google.com/compute/docs/gpus) to attach to each node.
- boot_
disk_ kms_ key This property is required. str - Optional. The Customer Managed Encryption Key (CMEK) (https://cloud.google.com/kubernetes-engine/docs/how-to/using-cmek) used to encrypt the boot disk attached to each node in the node pool. Specify the key using the following format: projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}
- local_
ssd_ count This property is required. int - Optional. The number of local SSD disks to attach to the node, which is limited by the maximum number of disks allowable per zone (see Adding Local SSDs (https://cloud.google.com/compute/docs/disks/local-ssd)).
- machine_
type This property is required. str - Optional. The name of a Compute Engine machine type (https://cloud.google.com/compute/docs/machine-types).
- min_
cpu_ platform This property is required. str - Optional. Minimum CPU platform (https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform) to be used by this instance. The instance may be scheduled on the specified or a newer CPU platform. Specify the friendly names of CPU platforms, such as "Intel Haswell"` or Intel Sandy Bridge".
- preemptible
This property is required. bool - Optional. Whether the nodes are created as legacy preemptible VM instances (https://cloud.google.com/compute/docs/instances/preemptible). Also see Spot VMs, preemptible VM instances without a maximum lifetime. Legacy and Spot preemptible nodes cannot be used in a node pool with the CONTROLLER role or in the DEFAULT node pool if the CONTROLLER role is not assigned (the DEFAULT node pool will assume the CONTROLLER role).
- spot
This property is required. bool - Optional. Whether the nodes are created as Spot VM instances (https://cloud.google.com/compute/docs/instances/spot). Spot VMs are the latest update to legacy preemptible VMs. Spot VMs do not have a maximum lifetime. Legacy and Spot preemptible nodes cannot be used in a node pool with the CONTROLLER role or in the DEFAULT node pool if the CONTROLLER role is not assigned (the DEFAULT node pool will assume the CONTROLLER role).
- accelerators
This property is required. List<Property Map> - Optional. A list of hardware accelerators (https://cloud.google.com/compute/docs/gpus) to attach to each node.
- boot
Disk Kms Key This property is required. String - Optional. The Customer Managed Encryption Key (CMEK) (https://cloud.google.com/kubernetes-engine/docs/how-to/using-cmek) used to encrypt the boot disk attached to each node in the node pool. Specify the key using the following format: projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}
- local
Ssd Count This property is required. Number - Optional. The number of local SSD disks to attach to the node, which is limited by the maximum number of disks allowable per zone (see Adding Local SSDs (https://cloud.google.com/compute/docs/disks/local-ssd)).
- machine
Type This property is required. String - Optional. The name of a Compute Engine machine type (https://cloud.google.com/compute/docs/machine-types).
- min
Cpu Platform This property is required. String - Optional. Minimum CPU platform (https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform) to be used by this instance. The instance may be scheduled on the specified or a newer CPU platform. Specify the friendly names of CPU platforms, such as "Intel Haswell"` or Intel Sandy Bridge".
- preemptible
This property is required. Boolean - Optional. Whether the nodes are created as legacy preemptible VM instances (https://cloud.google.com/compute/docs/instances/preemptible). Also see Spot VMs, preemptible VM instances without a maximum lifetime. Legacy and Spot preemptible nodes cannot be used in a node pool with the CONTROLLER role or in the DEFAULT node pool if the CONTROLLER role is not assigned (the DEFAULT node pool will assume the CONTROLLER role).
- spot
This property is required. Boolean - Optional. Whether the nodes are created as Spot VM instances (https://cloud.google.com/compute/docs/instances/spot). Spot VMs are the latest update to legacy preemptible VMs. Spot VMs do not have a maximum lifetime. Legacy and Spot preemptible nodes cannot be used in a node pool with the CONTROLLER role or in the DEFAULT node pool if the CONTROLLER role is not assigned (the DEFAULT node pool will assume the CONTROLLER role).
GkeNodePoolAcceleratorConfig, GkeNodePoolAcceleratorConfigArgs
- Accelerator
Count string - The number of accelerator cards exposed to an instance.
- Accelerator
Type string - The accelerator type resource namename (see GPUs on Compute Engine).
- Gpu
Partition stringSize - Size of partitions to create on the GPU. Valid values are described in the NVIDIA mig user guide (https://docs.nvidia.com/datacenter/tesla/mig-user-guide/#partitioning).
- Accelerator
Count string - The number of accelerator cards exposed to an instance.
- Accelerator
Type string - The accelerator type resource namename (see GPUs on Compute Engine).
- Gpu
Partition stringSize - Size of partitions to create on the GPU. Valid values are described in the NVIDIA mig user guide (https://docs.nvidia.com/datacenter/tesla/mig-user-guide/#partitioning).
- accelerator
Count String - The number of accelerator cards exposed to an instance.
- accelerator
Type String - The accelerator type resource namename (see GPUs on Compute Engine).
- gpu
Partition StringSize - Size of partitions to create on the GPU. Valid values are described in the NVIDIA mig user guide (https://docs.nvidia.com/datacenter/tesla/mig-user-guide/#partitioning).
- accelerator
Count string - The number of accelerator cards exposed to an instance.
- accelerator
Type string - The accelerator type resource namename (see GPUs on Compute Engine).
- gpu
Partition stringSize - Size of partitions to create on the GPU. Valid values are described in the NVIDIA mig user guide (https://docs.nvidia.com/datacenter/tesla/mig-user-guide/#partitioning).
- accelerator_
count str - The number of accelerator cards exposed to an instance.
- accelerator_
type str - The accelerator type resource namename (see GPUs on Compute Engine).
- gpu_
partition_ strsize - Size of partitions to create on the GPU. Valid values are described in the NVIDIA mig user guide (https://docs.nvidia.com/datacenter/tesla/mig-user-guide/#partitioning).
- accelerator
Count String - The number of accelerator cards exposed to an instance.
- accelerator
Type String - The accelerator type resource namename (see GPUs on Compute Engine).
- gpu
Partition StringSize - Size of partitions to create on the GPU. Valid values are described in the NVIDIA mig user guide (https://docs.nvidia.com/datacenter/tesla/mig-user-guide/#partitioning).
GkeNodePoolAcceleratorConfigResponse, GkeNodePoolAcceleratorConfigResponseArgs
- Accelerator
Count This property is required. string - The number of accelerator cards exposed to an instance.
- Accelerator
Type This property is required. string - The accelerator type resource namename (see GPUs on Compute Engine).
- Gpu
Partition Size This property is required. string - Size of partitions to create on the GPU. Valid values are described in the NVIDIA mig user guide (https://docs.nvidia.com/datacenter/tesla/mig-user-guide/#partitioning).
- Accelerator
Count This property is required. string - The number of accelerator cards exposed to an instance.
- Accelerator
Type This property is required. string - The accelerator type resource namename (see GPUs on Compute Engine).
- Gpu
Partition Size This property is required. string - Size of partitions to create on the GPU. Valid values are described in the NVIDIA mig user guide (https://docs.nvidia.com/datacenter/tesla/mig-user-guide/#partitioning).
- accelerator
Count This property is required. String - The number of accelerator cards exposed to an instance.
- accelerator
Type This property is required. String - The accelerator type resource namename (see GPUs on Compute Engine).
- gpu
Partition Size This property is required. String - Size of partitions to create on the GPU. Valid values are described in the NVIDIA mig user guide (https://docs.nvidia.com/datacenter/tesla/mig-user-guide/#partitioning).
- accelerator
Count This property is required. string - The number of accelerator cards exposed to an instance.
- accelerator
Type This property is required. string - The accelerator type resource namename (see GPUs on Compute Engine).
- gpu
Partition Size This property is required. string - Size of partitions to create on the GPU. Valid values are described in the NVIDIA mig user guide (https://docs.nvidia.com/datacenter/tesla/mig-user-guide/#partitioning).
- accelerator_
count This property is required. str - The number of accelerator cards exposed to an instance.
- accelerator_
type This property is required. str - The accelerator type resource namename (see GPUs on Compute Engine).
- gpu_
partition_ size This property is required. str - Size of partitions to create on the GPU. Valid values are described in the NVIDIA mig user guide (https://docs.nvidia.com/datacenter/tesla/mig-user-guide/#partitioning).
- accelerator
Count This property is required. String - The number of accelerator cards exposed to an instance.
- accelerator
Type This property is required. String - The accelerator type resource namename (see GPUs on Compute Engine).
- gpu
Partition Size This property is required. String - Size of partitions to create on the GPU. Valid values are described in the NVIDIA mig user guide (https://docs.nvidia.com/datacenter/tesla/mig-user-guide/#partitioning).
GkeNodePoolAutoscalingConfig, GkeNodePoolAutoscalingConfigArgs
- Max
Node intCount - The maximum number of nodes in the node pool. Must be >= min_node_count, and must be > 0. Note: Quota must be sufficient to scale up the cluster.
- Min
Node intCount - The minimum number of nodes in the node pool. Must be >= 0 and <= max_node_count.
- Max
Node intCount - The maximum number of nodes in the node pool. Must be >= min_node_count, and must be > 0. Note: Quota must be sufficient to scale up the cluster.
- Min
Node intCount - The minimum number of nodes in the node pool. Must be >= 0 and <= max_node_count.
- max
Node IntegerCount - The maximum number of nodes in the node pool. Must be >= min_node_count, and must be > 0. Note: Quota must be sufficient to scale up the cluster.
- min
Node IntegerCount - The minimum number of nodes in the node pool. Must be >= 0 and <= max_node_count.
- max
Node numberCount - The maximum number of nodes in the node pool. Must be >= min_node_count, and must be > 0. Note: Quota must be sufficient to scale up the cluster.
- min
Node numberCount - The minimum number of nodes in the node pool. Must be >= 0 and <= max_node_count.
- max_
node_ intcount - The maximum number of nodes in the node pool. Must be >= min_node_count, and must be > 0. Note: Quota must be sufficient to scale up the cluster.
- min_
node_ intcount - The minimum number of nodes in the node pool. Must be >= 0 and <= max_node_count.
- max
Node NumberCount - The maximum number of nodes in the node pool. Must be >= min_node_count, and must be > 0. Note: Quota must be sufficient to scale up the cluster.
- min
Node NumberCount - The minimum number of nodes in the node pool. Must be >= 0 and <= max_node_count.
GkeNodePoolAutoscalingConfigResponse, GkeNodePoolAutoscalingConfigResponseArgs
- Max
Node Count This property is required. int - The maximum number of nodes in the node pool. Must be >= min_node_count, and must be > 0. Note: Quota must be sufficient to scale up the cluster.
- Min
Node Count This property is required. int - The minimum number of nodes in the node pool. Must be >= 0 and <= max_node_count.
- Max
Node Count This property is required. int - The maximum number of nodes in the node pool. Must be >= min_node_count, and must be > 0. Note: Quota must be sufficient to scale up the cluster.
- Min
Node Count This property is required. int - The minimum number of nodes in the node pool. Must be >= 0 and <= max_node_count.
- max
Node Count This property is required. Integer - The maximum number of nodes in the node pool. Must be >= min_node_count, and must be > 0. Note: Quota must be sufficient to scale up the cluster.
- min
Node Count This property is required. Integer - The minimum number of nodes in the node pool. Must be >= 0 and <= max_node_count.
- max
Node Count This property is required. number - The maximum number of nodes in the node pool. Must be >= min_node_count, and must be > 0. Note: Quota must be sufficient to scale up the cluster.
- min
Node Count This property is required. number - The minimum number of nodes in the node pool. Must be >= 0 and <= max_node_count.
- max_
node_ count This property is required. int - The maximum number of nodes in the node pool. Must be >= min_node_count, and must be > 0. Note: Quota must be sufficient to scale up the cluster.
- min_
node_ count This property is required. int - The minimum number of nodes in the node pool. Must be >= 0 and <= max_node_count.
- max
Node Count This property is required. Number - The maximum number of nodes in the node pool. Must be >= min_node_count, and must be > 0. Note: Quota must be sufficient to scale up the cluster.
- min
Node Count This property is required. Number - The minimum number of nodes in the node pool. Must be >= 0 and <= max_node_count.
GkeNodePoolConfig, GkeNodePoolConfigArgs
- Autoscaling
Pulumi.
Google Native. Dataproc. V1. Inputs. Gke Node Pool Autoscaling Config - Optional. The autoscaler configuration for this node pool. The autoscaler is enabled only when a valid configuration is present.
- Config
Pulumi.
Google Native. Dataproc. V1. Inputs. Gke Node Config - Optional. The node pool configuration.
- Locations List<string>
- Optional. The list of Compute Engine zones (https://cloud.google.com/compute/docs/zones#available) where node pool nodes associated with a Dataproc on GKE virtual cluster will be located.Note: All node pools associated with a virtual cluster must be located in the same region as the virtual cluster, and they must be located in the same zone within that region.If a location is not specified during node pool creation, Dataproc on GKE will choose the zone.
- Autoscaling
Gke
Node Pool Autoscaling Config - Optional. The autoscaler configuration for this node pool. The autoscaler is enabled only when a valid configuration is present.
- Config
Gke
Node Config - Optional. The node pool configuration.
- Locations []string
- Optional. The list of Compute Engine zones (https://cloud.google.com/compute/docs/zones#available) where node pool nodes associated with a Dataproc on GKE virtual cluster will be located.Note: All node pools associated with a virtual cluster must be located in the same region as the virtual cluster, and they must be located in the same zone within that region.If a location is not specified during node pool creation, Dataproc on GKE will choose the zone.
- autoscaling
Gke
Node Pool Autoscaling Config - Optional. The autoscaler configuration for this node pool. The autoscaler is enabled only when a valid configuration is present.
- config
Gke
Node Config - Optional. The node pool configuration.
- locations List<String>
- Optional. The list of Compute Engine zones (https://cloud.google.com/compute/docs/zones#available) where node pool nodes associated with a Dataproc on GKE virtual cluster will be located.Note: All node pools associated with a virtual cluster must be located in the same region as the virtual cluster, and they must be located in the same zone within that region.If a location is not specified during node pool creation, Dataproc on GKE will choose the zone.
- autoscaling
Gke
Node Pool Autoscaling Config - Optional. The autoscaler configuration for this node pool. The autoscaler is enabled only when a valid configuration is present.
- config
Gke
Node Config - Optional. The node pool configuration.
- locations string[]
- Optional. The list of Compute Engine zones (https://cloud.google.com/compute/docs/zones#available) where node pool nodes associated with a Dataproc on GKE virtual cluster will be located.Note: All node pools associated with a virtual cluster must be located in the same region as the virtual cluster, and they must be located in the same zone within that region.If a location is not specified during node pool creation, Dataproc on GKE will choose the zone.
- autoscaling
Gke
Node Pool Autoscaling Config - Optional. The autoscaler configuration for this node pool. The autoscaler is enabled only when a valid configuration is present.
- config
Gke
Node Config - Optional. The node pool configuration.
- locations Sequence[str]
- Optional. The list of Compute Engine zones (https://cloud.google.com/compute/docs/zones#available) where node pool nodes associated with a Dataproc on GKE virtual cluster will be located.Note: All node pools associated with a virtual cluster must be located in the same region as the virtual cluster, and they must be located in the same zone within that region.If a location is not specified during node pool creation, Dataproc on GKE will choose the zone.
- autoscaling Property Map
- Optional. The autoscaler configuration for this node pool. The autoscaler is enabled only when a valid configuration is present.
- config Property Map
- Optional. The node pool configuration.
- locations List<String>
- Optional. The list of Compute Engine zones (https://cloud.google.com/compute/docs/zones#available) where node pool nodes associated with a Dataproc on GKE virtual cluster will be located.Note: All node pools associated with a virtual cluster must be located in the same region as the virtual cluster, and they must be located in the same zone within that region.If a location is not specified during node pool creation, Dataproc on GKE will choose the zone.
GkeNodePoolConfigResponse, GkeNodePoolConfigResponseArgs
- Autoscaling
This property is required. Pulumi.Google Native. Dataproc. V1. Inputs. Gke Node Pool Autoscaling Config Response - Optional. The autoscaler configuration for this node pool. The autoscaler is enabled only when a valid configuration is present.
- Config
This property is required. Pulumi.Google Native. Dataproc. V1. Inputs. Gke Node Config Response - Optional. The node pool configuration.
- Locations
This property is required. List<string> - Optional. The list of Compute Engine zones (https://cloud.google.com/compute/docs/zones#available) where node pool nodes associated with a Dataproc on GKE virtual cluster will be located.Note: All node pools associated with a virtual cluster must be located in the same region as the virtual cluster, and they must be located in the same zone within that region.If a location is not specified during node pool creation, Dataproc on GKE will choose the zone.
- Autoscaling
This property is required. GkeNode Pool Autoscaling Config Response - Optional. The autoscaler configuration for this node pool. The autoscaler is enabled only when a valid configuration is present.
- Config
This property is required. GkeNode Config Response - Optional. The node pool configuration.
- Locations
This property is required. []string - Optional. The list of Compute Engine zones (https://cloud.google.com/compute/docs/zones#available) where node pool nodes associated with a Dataproc on GKE virtual cluster will be located.Note: All node pools associated with a virtual cluster must be located in the same region as the virtual cluster, and they must be located in the same zone within that region.If a location is not specified during node pool creation, Dataproc on GKE will choose the zone.
- autoscaling
This property is required. GkeNode Pool Autoscaling Config Response - Optional. The autoscaler configuration for this node pool. The autoscaler is enabled only when a valid configuration is present.
- config
This property is required. GkeNode Config Response - Optional. The node pool configuration.
- locations
This property is required. List<String> - Optional. The list of Compute Engine zones (https://cloud.google.com/compute/docs/zones#available) where node pool nodes associated with a Dataproc on GKE virtual cluster will be located.Note: All node pools associated with a virtual cluster must be located in the same region as the virtual cluster, and they must be located in the same zone within that region.If a location is not specified during node pool creation, Dataproc on GKE will choose the zone.
- autoscaling
This property is required. GkeNode Pool Autoscaling Config Response - Optional. The autoscaler configuration for this node pool. The autoscaler is enabled only when a valid configuration is present.
- config
This property is required. GkeNode Config Response - Optional. The node pool configuration.
- locations
This property is required. string[] - Optional. The list of Compute Engine zones (https://cloud.google.com/compute/docs/zones#available) where node pool nodes associated with a Dataproc on GKE virtual cluster will be located.Note: All node pools associated with a virtual cluster must be located in the same region as the virtual cluster, and they must be located in the same zone within that region.If a location is not specified during node pool creation, Dataproc on GKE will choose the zone.
- autoscaling
This property is required. GkeNode Pool Autoscaling Config Response - Optional. The autoscaler configuration for this node pool. The autoscaler is enabled only when a valid configuration is present.
- config
This property is required. GkeNode Config Response - Optional. The node pool configuration.
- locations
This property is required. Sequence[str] - Optional. The list of Compute Engine zones (https://cloud.google.com/compute/docs/zones#available) where node pool nodes associated with a Dataproc on GKE virtual cluster will be located.Note: All node pools associated with a virtual cluster must be located in the same region as the virtual cluster, and they must be located in the same zone within that region.If a location is not specified during node pool creation, Dataproc on GKE will choose the zone.
- autoscaling
This property is required. Property Map - Optional. The autoscaler configuration for this node pool. The autoscaler is enabled only when a valid configuration is present.
- config
This property is required. Property Map - Optional. The node pool configuration.
- locations
This property is required. List<String> - Optional. The list of Compute Engine zones (https://cloud.google.com/compute/docs/zones#available) where node pool nodes associated with a Dataproc on GKE virtual cluster will be located.Note: All node pools associated with a virtual cluster must be located in the same region as the virtual cluster, and they must be located in the same zone within that region.If a location is not specified during node pool creation, Dataproc on GKE will choose the zone.
GkeNodePoolTarget, GkeNodePoolTargetArgs
- Node
Pool This property is required. string - The target GKE node pool. Format: 'projects/{project}/locations/{location}/clusters/{cluster}/nodePools/{node_pool}'
- Roles
This property is required. List<Pulumi.Google Native. Dataproc. V1. Gke Node Pool Target Roles Item> - The roles associated with the GKE node pool.
- Node
Pool Pulumi.Config Google Native. Dataproc. V1. Inputs. Gke Node Pool Config - Input only. The configuration for the GKE node pool.If specified, Dataproc attempts to create a node pool with the specified shape. If one with the same name already exists, it is verified against all specified fields. If a field differs, the virtual cluster creation will fail.If omitted, any node pool with the specified name is used. If a node pool with the specified name does not exist, Dataproc create a node pool with default values.This is an input only field. It will not be returned by the API.
- Node
Pool This property is required. string - The target GKE node pool. Format: 'projects/{project}/locations/{location}/clusters/{cluster}/nodePools/{node_pool}'
- Roles
This property is required. []GkeNode Pool Target Roles Item - The roles associated with the GKE node pool.
- Node
Pool GkeConfig Node Pool Config - Input only. The configuration for the GKE node pool.If specified, Dataproc attempts to create a node pool with the specified shape. If one with the same name already exists, it is verified against all specified fields. If a field differs, the virtual cluster creation will fail.If omitted, any node pool with the specified name is used. If a node pool with the specified name does not exist, Dataproc create a node pool with default values.This is an input only field. It will not be returned by the API.
- node
Pool This property is required. String - The target GKE node pool. Format: 'projects/{project}/locations/{location}/clusters/{cluster}/nodePools/{node_pool}'
- roles
This property is required. List<GkeNode Pool Target Roles Item> - The roles associated with the GKE node pool.
- node
Pool GkeConfig Node Pool Config - Input only. The configuration for the GKE node pool.If specified, Dataproc attempts to create a node pool with the specified shape. If one with the same name already exists, it is verified against all specified fields. If a field differs, the virtual cluster creation will fail.If omitted, any node pool with the specified name is used. If a node pool with the specified name does not exist, Dataproc create a node pool with default values.This is an input only field. It will not be returned by the API.
- node
Pool This property is required. string - The target GKE node pool. Format: 'projects/{project}/locations/{location}/clusters/{cluster}/nodePools/{node_pool}'
- roles
This property is required. GkeNode Pool Target Roles Item[] - The roles associated with the GKE node pool.
- node
Pool GkeConfig Node Pool Config - Input only. The configuration for the GKE node pool.If specified, Dataproc attempts to create a node pool with the specified shape. If one with the same name already exists, it is verified against all specified fields. If a field differs, the virtual cluster creation will fail.If omitted, any node pool with the specified name is used. If a node pool with the specified name does not exist, Dataproc create a node pool with default values.This is an input only field. It will not be returned by the API.
- node_
pool This property is required. str - The target GKE node pool. Format: 'projects/{project}/locations/{location}/clusters/{cluster}/nodePools/{node_pool}'
- roles
This property is required. Sequence[GkeNode Pool Target Roles Item] - The roles associated with the GKE node pool.
- node_
pool_ Gkeconfig Node Pool Config - Input only. The configuration for the GKE node pool.If specified, Dataproc attempts to create a node pool with the specified shape. If one with the same name already exists, it is verified against all specified fields. If a field differs, the virtual cluster creation will fail.If omitted, any node pool with the specified name is used. If a node pool with the specified name does not exist, Dataproc create a node pool with default values.This is an input only field. It will not be returned by the API.
- node
Pool This property is required. String - The target GKE node pool. Format: 'projects/{project}/locations/{location}/clusters/{cluster}/nodePools/{node_pool}'
- roles
This property is required. List<"ROLE_UNSPECIFIED" | "DEFAULT" | "CONTROLLER" | "SPARK_DRIVER" | "SPARK_EXECUTOR"> - The roles associated with the GKE node pool.
- node
Pool Property MapConfig - Input only. The configuration for the GKE node pool.If specified, Dataproc attempts to create a node pool with the specified shape. If one with the same name already exists, it is verified against all specified fields. If a field differs, the virtual cluster creation will fail.If omitted, any node pool with the specified name is used. If a node pool with the specified name does not exist, Dataproc create a node pool with default values.This is an input only field. It will not be returned by the API.
GkeNodePoolTargetResponse, GkeNodePoolTargetResponseArgs
- Node
Pool This property is required. string - The target GKE node pool. Format: 'projects/{project}/locations/{location}/clusters/{cluster}/nodePools/{node_pool}'
- Node
Pool Config This property is required. Pulumi.Google Native. Dataproc. V1. Inputs. Gke Node Pool Config Response - Input only. The configuration for the GKE node pool.If specified, Dataproc attempts to create a node pool with the specified shape. If one with the same name already exists, it is verified against all specified fields. If a field differs, the virtual cluster creation will fail.If omitted, any node pool with the specified name is used. If a node pool with the specified name does not exist, Dataproc create a node pool with default values.This is an input only field. It will not be returned by the API.
- Roles
This property is required. List<string> - The roles associated with the GKE node pool.
- Node
Pool This property is required. string - The target GKE node pool. Format: 'projects/{project}/locations/{location}/clusters/{cluster}/nodePools/{node_pool}'
- Node
Pool Config This property is required. GkeNode Pool Config Response - Input only. The configuration for the GKE node pool.If specified, Dataproc attempts to create a node pool with the specified shape. If one with the same name already exists, it is verified against all specified fields. If a field differs, the virtual cluster creation will fail.If omitted, any node pool with the specified name is used. If a node pool with the specified name does not exist, Dataproc create a node pool with default values.This is an input only field. It will not be returned by the API.
- Roles
This property is required. []string - The roles associated with the GKE node pool.
- node
Pool This property is required. String - The target GKE node pool. Format: 'projects/{project}/locations/{location}/clusters/{cluster}/nodePools/{node_pool}'
- node
Pool Config This property is required. GkeNode Pool Config Response - Input only. The configuration for the GKE node pool.If specified, Dataproc attempts to create a node pool with the specified shape. If one with the same name already exists, it is verified against all specified fields. If a field differs, the virtual cluster creation will fail.If omitted, any node pool with the specified name is used. If a node pool with the specified name does not exist, Dataproc create a node pool with default values.This is an input only field. It will not be returned by the API.
- roles
This property is required. List<String> - The roles associated with the GKE node pool.
- node
Pool This property is required. string - The target GKE node pool. Format: 'projects/{project}/locations/{location}/clusters/{cluster}/nodePools/{node_pool}'
- node
Pool Config This property is required. GkeNode Pool Config Response - Input only. The configuration for the GKE node pool.If specified, Dataproc attempts to create a node pool with the specified shape. If one with the same name already exists, it is verified against all specified fields. If a field differs, the virtual cluster creation will fail.If omitted, any node pool with the specified name is used. If a node pool with the specified name does not exist, Dataproc create a node pool with default values.This is an input only field. It will not be returned by the API.
- roles
This property is required. string[] - The roles associated with the GKE node pool.
- node_
pool This property is required. str - The target GKE node pool. Format: 'projects/{project}/locations/{location}/clusters/{cluster}/nodePools/{node_pool}'
- node_
pool_ config This property is required. GkeNode Pool Config Response - Input only. The configuration for the GKE node pool.If specified, Dataproc attempts to create a node pool with the specified shape. If one with the same name already exists, it is verified against all specified fields. If a field differs, the virtual cluster creation will fail.If omitted, any node pool with the specified name is used. If a node pool with the specified name does not exist, Dataproc create a node pool with default values.This is an input only field. It will not be returned by the API.
- roles
This property is required. Sequence[str] - The roles associated with the GKE node pool.
- node
Pool This property is required. String - The target GKE node pool. Format: 'projects/{project}/locations/{location}/clusters/{cluster}/nodePools/{node_pool}'
- node
Pool Config This property is required. Property Map - Input only. The configuration for the GKE node pool.If specified, Dataproc attempts to create a node pool with the specified shape. If one with the same name already exists, it is verified against all specified fields. If a field differs, the virtual cluster creation will fail.If omitted, any node pool with the specified name is used. If a node pool with the specified name does not exist, Dataproc create a node pool with default values.This is an input only field. It will not be returned by the API.
- roles
This property is required. List<String> - The roles associated with the GKE node pool.
GkeNodePoolTargetRolesItem, GkeNodePoolTargetRolesItemArgs
- Role
Unspecified - ROLE_UNSPECIFIEDRole is unspecified.
- Default
- DEFAULTAt least one node pool must have the DEFAULT role. Work assigned to a role that is not associated with a node pool is assigned to the node pool with the DEFAULT role. For example, work assigned to the CONTROLLER role will be assigned to the node pool with the DEFAULT role if no node pool has the CONTROLLER role.
- Controller
- CONTROLLERRun work associated with the Dataproc control plane (for example, controllers and webhooks). Very low resource requirements.
- Spark
Driver - SPARK_DRIVERRun work associated with a Spark driver of a job.
- Spark
Executor - SPARK_EXECUTORRun work associated with a Spark executor of a job.
- Gke
Node Pool Target Roles Item Role Unspecified - ROLE_UNSPECIFIEDRole is unspecified.
- Gke
Node Pool Target Roles Item Default - DEFAULTAt least one node pool must have the DEFAULT role. Work assigned to a role that is not associated with a node pool is assigned to the node pool with the DEFAULT role. For example, work assigned to the CONTROLLER role will be assigned to the node pool with the DEFAULT role if no node pool has the CONTROLLER role.
- Gke
Node Pool Target Roles Item Controller - CONTROLLERRun work associated with the Dataproc control plane (for example, controllers and webhooks). Very low resource requirements.
- Gke
Node Pool Target Roles Item Spark Driver - SPARK_DRIVERRun work associated with a Spark driver of a job.
- Gke
Node Pool Target Roles Item Spark Executor - SPARK_EXECUTORRun work associated with a Spark executor of a job.
- Role
Unspecified - ROLE_UNSPECIFIEDRole is unspecified.
- Default
- DEFAULTAt least one node pool must have the DEFAULT role. Work assigned to a role that is not associated with a node pool is assigned to the node pool with the DEFAULT role. For example, work assigned to the CONTROLLER role will be assigned to the node pool with the DEFAULT role if no node pool has the CONTROLLER role.
- Controller
- CONTROLLERRun work associated with the Dataproc control plane (for example, controllers and webhooks). Very low resource requirements.
- Spark
Driver - SPARK_DRIVERRun work associated with a Spark driver of a job.
- Spark
Executor - SPARK_EXECUTORRun work associated with a Spark executor of a job.
- Role
Unspecified - ROLE_UNSPECIFIEDRole is unspecified.
- Default
- DEFAULTAt least one node pool must have the DEFAULT role. Work assigned to a role that is not associated with a node pool is assigned to the node pool with the DEFAULT role. For example, work assigned to the CONTROLLER role will be assigned to the node pool with the DEFAULT role if no node pool has the CONTROLLER role.
- Controller
- CONTROLLERRun work associated with the Dataproc control plane (for example, controllers and webhooks). Very low resource requirements.
- Spark
Driver - SPARK_DRIVERRun work associated with a Spark driver of a job.
- Spark
Executor - SPARK_EXECUTORRun work associated with a Spark executor of a job.
- ROLE_UNSPECIFIED
- ROLE_UNSPECIFIEDRole is unspecified.
- DEFAULT
- DEFAULTAt least one node pool must have the DEFAULT role. Work assigned to a role that is not associated with a node pool is assigned to the node pool with the DEFAULT role. For example, work assigned to the CONTROLLER role will be assigned to the node pool with the DEFAULT role if no node pool has the CONTROLLER role.
- CONTROLLER
- CONTROLLERRun work associated with the Dataproc control plane (for example, controllers and webhooks). Very low resource requirements.
- SPARK_DRIVER
- SPARK_DRIVERRun work associated with a Spark driver of a job.
- SPARK_EXECUTOR
- SPARK_EXECUTORRun work associated with a Spark executor of a job.
- "ROLE_UNSPECIFIED"
- ROLE_UNSPECIFIEDRole is unspecified.
- "DEFAULT"
- DEFAULTAt least one node pool must have the DEFAULT role. Work assigned to a role that is not associated with a node pool is assigned to the node pool with the DEFAULT role. For example, work assigned to the CONTROLLER role will be assigned to the node pool with the DEFAULT role if no node pool has the CONTROLLER role.
- "CONTROLLER"
- CONTROLLERRun work associated with the Dataproc control plane (for example, controllers and webhooks). Very low resource requirements.
- "SPARK_DRIVER"
- SPARK_DRIVERRun work associated with a Spark driver of a job.
- "SPARK_EXECUTOR"
- SPARK_EXECUTORRun work associated with a Spark executor of a job.
IdentityConfig, IdentityConfigArgs
- User
Service Account Mapping This property is required. Dictionary<string, string> - Map of user to service account.
- User
Service Account Mapping This property is required. map[string]string - Map of user to service account.
- user
Service Account Mapping This property is required. Map<String,String> - Map of user to service account.
- user
Service Account Mapping This property is required. {[key: string]: string} - Map of user to service account.
- user_
service_ account_ mapping This property is required. Mapping[str, str] - Map of user to service account.
- user
Service Account Mapping This property is required. Map<String> - Map of user to service account.
IdentityConfigResponse, IdentityConfigResponseArgs
- User
Service Account Mapping This property is required. Dictionary<string, string> - Map of user to service account.
- User
Service Account Mapping This property is required. map[string]string - Map of user to service account.
- user
Service Account Mapping This property is required. Map<String,String> - Map of user to service account.
- user
Service Account Mapping This property is required. {[key: string]: string} - Map of user to service account.
- user_
service_ account_ mapping This property is required. Mapping[str, str] - Map of user to service account.
- user
Service Account Mapping This property is required. Map<String> - Map of user to service account.
InstanceFlexibilityPolicy, InstanceFlexibilityPolicyArgs
- Instance
Selection List<Pulumi.List Google Native. Dataproc. V1. Inputs. Instance Selection> - Optional. List of instance selection options that the group will use when creating new VMs.
- Instance
Selection []InstanceList Selection - Optional. List of instance selection options that the group will use when creating new VMs.
- instance
Selection List<InstanceList Selection> - Optional. List of instance selection options that the group will use when creating new VMs.
- instance
Selection InstanceList Selection[] - Optional. List of instance selection options that the group will use when creating new VMs.
- instance_
selection_ Sequence[Instancelist Selection] - Optional. List of instance selection options that the group will use when creating new VMs.
- instance
Selection List<Property Map>List - Optional. List of instance selection options that the group will use when creating new VMs.
InstanceFlexibilityPolicyResponse, InstanceFlexibilityPolicyResponseArgs
- Instance
Selection List This property is required. List<Pulumi.Google Native. Dataproc. V1. Inputs. Instance Selection Response> - Optional. List of instance selection options that the group will use when creating new VMs.
- Instance
Selection Results This property is required. List<Pulumi.Google Native. Dataproc. V1. Inputs. Instance Selection Result Response> - A list of instance selection results in the group.
- Instance
Selection List This property is required. []InstanceSelection Response - Optional. List of instance selection options that the group will use when creating new VMs.
- Instance
Selection Results This property is required. []InstanceSelection Result Response - A list of instance selection results in the group.
- instance
Selection List This property is required. List<InstanceSelection Response> - Optional. List of instance selection options that the group will use when creating new VMs.
- instance
Selection Results This property is required. List<InstanceSelection Result Response> - A list of instance selection results in the group.
- instance
Selection List This property is required. InstanceSelection Response[] - Optional. List of instance selection options that the group will use when creating new VMs.
- instance
Selection Results This property is required. InstanceSelection Result Response[] - A list of instance selection results in the group.
- instance_
selection_ list This property is required. Sequence[InstanceSelection Response] - Optional. List of instance selection options that the group will use when creating new VMs.
- instance_
selection_ results This property is required. Sequence[InstanceSelection Result Response] - A list of instance selection results in the group.
- instance
Selection List This property is required. List<Property Map> - Optional. List of instance selection options that the group will use when creating new VMs.
- instance
Selection Results This property is required. List<Property Map> - A list of instance selection results in the group.
InstanceGroupConfig, InstanceGroupConfigArgs
- Accelerators
List<Pulumi.
Google Native. Dataproc. V1. Inputs. Accelerator Config> - Optional. The Compute Engine accelerator configuration for these instances.
- Disk
Config Pulumi.Google Native. Dataproc. V1. Inputs. Disk Config - Optional. Disk option config settings.
- Image
Uri string - Optional. The Compute Engine image resource used for cluster instances.The URI can represent an image or image family.Image examples: https://www.googleapis.com/compute/v1/projects/[project_id]/global/images/[image-id] projects/[project_id]/global/images/[image-id] image-idImage family examples. Dataproc will use the most recent image from the family: https://www.googleapis.com/compute/v1/projects/[project_id]/global/images/family/[custom-image-family-name] projects/[project_id]/global/images/family/[custom-image-family-name]If the URI is unspecified, it will be inferred from SoftwareConfig.image_version or the system default.
- Instance
Flexibility Pulumi.Policy Google Native. Dataproc. V1. Inputs. Instance Flexibility Policy - Optional. Instance flexibility Policy allowing a mixture of VM shapes and provisioning models.
- Machine
Type stringUri - Optional. The Compute Engine machine type used for cluster instances.A full URL, partial URI, or short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone]/machineTypes/n1-standard-2 projects/[project_id]/zones/[zone]/machineTypes/n1-standard-2 n1-standard-2Auto Zone Exception: If you are using the Dataproc Auto Zone Placement (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/auto-zone#using_auto_zone_placement) feature, you must use the short name of the machine type resource, for example, n1-standard-2.
- Min
Cpu stringPlatform - Optional. Specifies the minimum cpu platform for the Instance Group. See Dataproc -> Minimum CPU Platform (https://cloud.google.com/dataproc/docs/concepts/compute/dataproc-min-cpu).
- Min
Num intInstances - Optional. The minimum number of primary worker instances to create. If min_num_instances is set, cluster creation will succeed if the number of primary workers created is at least equal to the min_num_instances number.Example: Cluster creation request with num_instances = 5 and min_num_instances = 3: If 4 VMs are created and 1 instance fails, the failed VM is deleted. The cluster is resized to 4 instances and placed in a RUNNING state. If 2 instances are created and 3 instances fail, the cluster in placed in an ERROR state. The failed VMs are not deleted.
- Num
Instances int - Optional. The number of VM instances in the instance group. For HA cluster master_config groups, must be set to 3. For standard cluster master_config groups, must be set to 1.
- Preemptibility
Pulumi.
Google Native. Dataproc. V1. Instance Group Config Preemptibility - Optional. Specifies the preemptibility of the instance group.The default value for master and worker groups is NON_PREEMPTIBLE. This default cannot be changed.The default value for secondary instances is PREEMPTIBLE.
- Startup
Config Pulumi.Google Native. Dataproc. V1. Inputs. Startup Config - Optional. Configuration to handle the startup of instances during cluster create and update process.
- Accelerators
[]Accelerator
Config - Optional. The Compute Engine accelerator configuration for these instances.
- Disk
Config DiskConfig - Optional. Disk option config settings.
- Image
Uri string - Optional. The Compute Engine image resource used for cluster instances.The URI can represent an image or image family.Image examples: https://www.googleapis.com/compute/v1/projects/[project_id]/global/images/[image-id] projects/[project_id]/global/images/[image-id] image-idImage family examples. Dataproc will use the most recent image from the family: https://www.googleapis.com/compute/v1/projects/[project_id]/global/images/family/[custom-image-family-name] projects/[project_id]/global/images/family/[custom-image-family-name]If the URI is unspecified, it will be inferred from SoftwareConfig.image_version or the system default.
- Instance
Flexibility InstancePolicy Flexibility Policy - Optional. Instance flexibility Policy allowing a mixture of VM shapes and provisioning models.
- Machine
Type stringUri - Optional. The Compute Engine machine type used for cluster instances.A full URL, partial URI, or short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone]/machineTypes/n1-standard-2 projects/[project_id]/zones/[zone]/machineTypes/n1-standard-2 n1-standard-2Auto Zone Exception: If you are using the Dataproc Auto Zone Placement (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/auto-zone#using_auto_zone_placement) feature, you must use the short name of the machine type resource, for example, n1-standard-2.
- Min
Cpu stringPlatform - Optional. Specifies the minimum cpu platform for the Instance Group. See Dataproc -> Minimum CPU Platform (https://cloud.google.com/dataproc/docs/concepts/compute/dataproc-min-cpu).
- Min
Num intInstances - Optional. The minimum number of primary worker instances to create. If min_num_instances is set, cluster creation will succeed if the number of primary workers created is at least equal to the min_num_instances number.Example: Cluster creation request with num_instances = 5 and min_num_instances = 3: If 4 VMs are created and 1 instance fails, the failed VM is deleted. The cluster is resized to 4 instances and placed in a RUNNING state. If 2 instances are created and 3 instances fail, the cluster in placed in an ERROR state. The failed VMs are not deleted.
- Num
Instances int - Optional. The number of VM instances in the instance group. For HA cluster master_config groups, must be set to 3. For standard cluster master_config groups, must be set to 1.
- Preemptibility
Instance
Group Config Preemptibility - Optional. Specifies the preemptibility of the instance group.The default value for master and worker groups is NON_PREEMPTIBLE. This default cannot be changed.The default value for secondary instances is PREEMPTIBLE.
- Startup
Config StartupConfig - Optional. Configuration to handle the startup of instances during cluster create and update process.
- accelerators
List<Accelerator
Config> - Optional. The Compute Engine accelerator configuration for these instances.
- disk
Config DiskConfig - Optional. Disk option config settings.
- image
Uri String - Optional. The Compute Engine image resource used for cluster instances.The URI can represent an image or image family.Image examples: https://www.googleapis.com/compute/v1/projects/[project_id]/global/images/[image-id] projects/[project_id]/global/images/[image-id] image-idImage family examples. Dataproc will use the most recent image from the family: https://www.googleapis.com/compute/v1/projects/[project_id]/global/images/family/[custom-image-family-name] projects/[project_id]/global/images/family/[custom-image-family-name]If the URI is unspecified, it will be inferred from SoftwareConfig.image_version or the system default.
- instance
Flexibility InstancePolicy Flexibility Policy - Optional. Instance flexibility Policy allowing a mixture of VM shapes and provisioning models.
- machine
Type StringUri - Optional. The Compute Engine machine type used for cluster instances.A full URL, partial URI, or short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone]/machineTypes/n1-standard-2 projects/[project_id]/zones/[zone]/machineTypes/n1-standard-2 n1-standard-2Auto Zone Exception: If you are using the Dataproc Auto Zone Placement (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/auto-zone#using_auto_zone_placement) feature, you must use the short name of the machine type resource, for example, n1-standard-2.
- min
Cpu StringPlatform - Optional. Specifies the minimum cpu platform for the Instance Group. See Dataproc -> Minimum CPU Platform (https://cloud.google.com/dataproc/docs/concepts/compute/dataproc-min-cpu).
- min
Num IntegerInstances - Optional. The minimum number of primary worker instances to create. If min_num_instances is set, cluster creation will succeed if the number of primary workers created is at least equal to the min_num_instances number.Example: Cluster creation request with num_instances = 5 and min_num_instances = 3: If 4 VMs are created and 1 instance fails, the failed VM is deleted. The cluster is resized to 4 instances and placed in a RUNNING state. If 2 instances are created and 3 instances fail, the cluster in placed in an ERROR state. The failed VMs are not deleted.
- num
Instances Integer - Optional. The number of VM instances in the instance group. For HA cluster master_config groups, must be set to 3. For standard cluster master_config groups, must be set to 1.
- preemptibility
Instance
Group Config Preemptibility - Optional. Specifies the preemptibility of the instance group.The default value for master and worker groups is NON_PREEMPTIBLE. This default cannot be changed.The default value for secondary instances is PREEMPTIBLE.
- startup
Config StartupConfig - Optional. Configuration to handle the startup of instances during cluster create and update process.
- accelerators
Accelerator
Config[] - Optional. The Compute Engine accelerator configuration for these instances.
- disk
Config DiskConfig - Optional. Disk option config settings.
- image
Uri string - Optional. The Compute Engine image resource used for cluster instances.The URI can represent an image or image family.Image examples: https://www.googleapis.com/compute/v1/projects/[project_id]/global/images/[image-id] projects/[project_id]/global/images/[image-id] image-idImage family examples. Dataproc will use the most recent image from the family: https://www.googleapis.com/compute/v1/projects/[project_id]/global/images/family/[custom-image-family-name] projects/[project_id]/global/images/family/[custom-image-family-name]If the URI is unspecified, it will be inferred from SoftwareConfig.image_version or the system default.
- instance
Flexibility InstancePolicy Flexibility Policy - Optional. Instance flexibility Policy allowing a mixture of VM shapes and provisioning models.
- machine
Type stringUri - Optional. The Compute Engine machine type used for cluster instances.A full URL, partial URI, or short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone]/machineTypes/n1-standard-2 projects/[project_id]/zones/[zone]/machineTypes/n1-standard-2 n1-standard-2Auto Zone Exception: If you are using the Dataproc Auto Zone Placement (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/auto-zone#using_auto_zone_placement) feature, you must use the short name of the machine type resource, for example, n1-standard-2.
- min
Cpu stringPlatform - Optional. Specifies the minimum cpu platform for the Instance Group. See Dataproc -> Minimum CPU Platform (https://cloud.google.com/dataproc/docs/concepts/compute/dataproc-min-cpu).
- min
Num numberInstances - Optional. The minimum number of primary worker instances to create. If min_num_instances is set, cluster creation will succeed if the number of primary workers created is at least equal to the min_num_instances number.Example: Cluster creation request with num_instances = 5 and min_num_instances = 3: If 4 VMs are created and 1 instance fails, the failed VM is deleted. The cluster is resized to 4 instances and placed in a RUNNING state. If 2 instances are created and 3 instances fail, the cluster in placed in an ERROR state. The failed VMs are not deleted.
- num
Instances number - Optional. The number of VM instances in the instance group. For HA cluster master_config groups, must be set to 3. For standard cluster master_config groups, must be set to 1.
- preemptibility
Instance
Group Config Preemptibility - Optional. Specifies the preemptibility of the instance group.The default value for master and worker groups is NON_PREEMPTIBLE. This default cannot be changed.The default value for secondary instances is PREEMPTIBLE.
- startup
Config StartupConfig - Optional. Configuration to handle the startup of instances during cluster create and update process.
- accelerators
Sequence[Accelerator
Config] - Optional. The Compute Engine accelerator configuration for these instances.
- disk_
config DiskConfig - Optional. Disk option config settings.
- image_
uri str - Optional. The Compute Engine image resource used for cluster instances.The URI can represent an image or image family.Image examples: https://www.googleapis.com/compute/v1/projects/[project_id]/global/images/[image-id] projects/[project_id]/global/images/[image-id] image-idImage family examples. Dataproc will use the most recent image from the family: https://www.googleapis.com/compute/v1/projects/[project_id]/global/images/family/[custom-image-family-name] projects/[project_id]/global/images/family/[custom-image-family-name]If the URI is unspecified, it will be inferred from SoftwareConfig.image_version or the system default.
- instance_
flexibility_ Instancepolicy Flexibility Policy - Optional. Instance flexibility Policy allowing a mixture of VM shapes and provisioning models.
- machine_
type_ struri - Optional. The Compute Engine machine type used for cluster instances.A full URL, partial URI, or short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone]/machineTypes/n1-standard-2 projects/[project_id]/zones/[zone]/machineTypes/n1-standard-2 n1-standard-2Auto Zone Exception: If you are using the Dataproc Auto Zone Placement (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/auto-zone#using_auto_zone_placement) feature, you must use the short name of the machine type resource, for example, n1-standard-2.
- min_
cpu_ strplatform - Optional. Specifies the minimum cpu platform for the Instance Group. See Dataproc -> Minimum CPU Platform (https://cloud.google.com/dataproc/docs/concepts/compute/dataproc-min-cpu).
- min_
num_ intinstances - Optional. The minimum number of primary worker instances to create. If min_num_instances is set, cluster creation will succeed if the number of primary workers created is at least equal to the min_num_instances number.Example: Cluster creation request with num_instances = 5 and min_num_instances = 3: If 4 VMs are created and 1 instance fails, the failed VM is deleted. The cluster is resized to 4 instances and placed in a RUNNING state. If 2 instances are created and 3 instances fail, the cluster in placed in an ERROR state. The failed VMs are not deleted.
- num_
instances int - Optional. The number of VM instances in the instance group. For HA cluster master_config groups, must be set to 3. For standard cluster master_config groups, must be set to 1.
- preemptibility
Instance
Group Config Preemptibility - Optional. Specifies the preemptibility of the instance group.The default value for master and worker groups is NON_PREEMPTIBLE. This default cannot be changed.The default value for secondary instances is PREEMPTIBLE.
- startup_
config StartupConfig - Optional. Configuration to handle the startup of instances during cluster create and update process.
- accelerators List<Property Map>
- Optional. The Compute Engine accelerator configuration for these instances.
- disk
Config Property Map - Optional. Disk option config settings.
- image
Uri String - Optional. The Compute Engine image resource used for cluster instances.The URI can represent an image or image family.Image examples: https://www.googleapis.com/compute/v1/projects/[project_id]/global/images/[image-id] projects/[project_id]/global/images/[image-id] image-idImage family examples. Dataproc will use the most recent image from the family: https://www.googleapis.com/compute/v1/projects/[project_id]/global/images/family/[custom-image-family-name] projects/[project_id]/global/images/family/[custom-image-family-name]If the URI is unspecified, it will be inferred from SoftwareConfig.image_version or the system default.
- instance
Flexibility Property MapPolicy - Optional. Instance flexibility Policy allowing a mixture of VM shapes and provisioning models.
- machine
Type StringUri - Optional. The Compute Engine machine type used for cluster instances.A full URL, partial URI, or short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone]/machineTypes/n1-standard-2 projects/[project_id]/zones/[zone]/machineTypes/n1-standard-2 n1-standard-2Auto Zone Exception: If you are using the Dataproc Auto Zone Placement (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/auto-zone#using_auto_zone_placement) feature, you must use the short name of the machine type resource, for example, n1-standard-2.
- min
Cpu StringPlatform - Optional. Specifies the minimum cpu platform for the Instance Group. See Dataproc -> Minimum CPU Platform (https://cloud.google.com/dataproc/docs/concepts/compute/dataproc-min-cpu).
- min
Num NumberInstances - Optional. The minimum number of primary worker instances to create. If min_num_instances is set, cluster creation will succeed if the number of primary workers created is at least equal to the min_num_instances number.Example: Cluster creation request with num_instances = 5 and min_num_instances = 3: If 4 VMs are created and 1 instance fails, the failed VM is deleted. The cluster is resized to 4 instances and placed in a RUNNING state. If 2 instances are created and 3 instances fail, the cluster in placed in an ERROR state. The failed VMs are not deleted.
- num
Instances Number - Optional. The number of VM instances in the instance group. For HA cluster master_config groups, must be set to 3. For standard cluster master_config groups, must be set to 1.
- preemptibility "PREEMPTIBILITY_UNSPECIFIED" | "NON_PREEMPTIBLE" | "PREEMPTIBLE" | "SPOT"
- Optional. Specifies the preemptibility of the instance group.The default value for master and worker groups is NON_PREEMPTIBLE. This default cannot be changed.The default value for secondary instances is PREEMPTIBLE.
- startup
Config Property Map - Optional. Configuration to handle the startup of instances during cluster create and update process.
InstanceGroupConfigPreemptibility, InstanceGroupConfigPreemptibilityArgs
- Preemptibility
Unspecified - PREEMPTIBILITY_UNSPECIFIEDPreemptibility is unspecified, the system will choose the appropriate setting for each instance group.
- Non
Preemptible - NON_PREEMPTIBLEInstances are non-preemptible.This option is allowed for all instance groups and is the only valid value for Master and Worker instance groups.
- Preemptible
- PREEMPTIBLEInstances are preemptible (https://cloud.google.com/compute/docs/instances/preemptible).This option is allowed only for secondary worker (https://cloud.google.com/dataproc/docs/concepts/compute/secondary-vms) groups.
- Spot
- SPOTInstances are Spot VMs (https://cloud.google.com/compute/docs/instances/spot).This option is allowed only for secondary worker (https://cloud.google.com/dataproc/docs/concepts/compute/secondary-vms) groups. Spot VMs are the latest version of preemptible VMs (https://cloud.google.com/compute/docs/instances/preemptible), and provide additional features.
- Instance
Group Config Preemptibility Preemptibility Unspecified - PREEMPTIBILITY_UNSPECIFIEDPreemptibility is unspecified, the system will choose the appropriate setting for each instance group.
- Instance
Group Config Preemptibility Non Preemptible - NON_PREEMPTIBLEInstances are non-preemptible.This option is allowed for all instance groups and is the only valid value for Master and Worker instance groups.
- Instance
Group Config Preemptibility Preemptible - PREEMPTIBLEInstances are preemptible (https://cloud.google.com/compute/docs/instances/preemptible).This option is allowed only for secondary worker (https://cloud.google.com/dataproc/docs/concepts/compute/secondary-vms) groups.
- Instance
Group Config Preemptibility Spot - SPOTInstances are Spot VMs (https://cloud.google.com/compute/docs/instances/spot).This option is allowed only for secondary worker (https://cloud.google.com/dataproc/docs/concepts/compute/secondary-vms) groups. Spot VMs are the latest version of preemptible VMs (https://cloud.google.com/compute/docs/instances/preemptible), and provide additional features.
- Preemptibility
Unspecified - PREEMPTIBILITY_UNSPECIFIEDPreemptibility is unspecified, the system will choose the appropriate setting for each instance group.
- Non
Preemptible - NON_PREEMPTIBLEInstances are non-preemptible.This option is allowed for all instance groups and is the only valid value for Master and Worker instance groups.
- Preemptible
- PREEMPTIBLEInstances are preemptible (https://cloud.google.com/compute/docs/instances/preemptible).This option is allowed only for secondary worker (https://cloud.google.com/dataproc/docs/concepts/compute/secondary-vms) groups.
- Spot
- SPOTInstances are Spot VMs (https://cloud.google.com/compute/docs/instances/spot).This option is allowed only for secondary worker (https://cloud.google.com/dataproc/docs/concepts/compute/secondary-vms) groups. Spot VMs are the latest version of preemptible VMs (https://cloud.google.com/compute/docs/instances/preemptible), and provide additional features.
- Preemptibility
Unspecified - PREEMPTIBILITY_UNSPECIFIEDPreemptibility is unspecified, the system will choose the appropriate setting for each instance group.
- Non
Preemptible - NON_PREEMPTIBLEInstances are non-preemptible.This option is allowed for all instance groups and is the only valid value for Master and Worker instance groups.
- Preemptible
- PREEMPTIBLEInstances are preemptible (https://cloud.google.com/compute/docs/instances/preemptible).This option is allowed only for secondary worker (https://cloud.google.com/dataproc/docs/concepts/compute/secondary-vms) groups.
- Spot
- SPOTInstances are Spot VMs (https://cloud.google.com/compute/docs/instances/spot).This option is allowed only for secondary worker (https://cloud.google.com/dataproc/docs/concepts/compute/secondary-vms) groups. Spot VMs are the latest version of preemptible VMs (https://cloud.google.com/compute/docs/instances/preemptible), and provide additional features.
- PREEMPTIBILITY_UNSPECIFIED
- PREEMPTIBILITY_UNSPECIFIEDPreemptibility is unspecified, the system will choose the appropriate setting for each instance group.
- NON_PREEMPTIBLE
- NON_PREEMPTIBLEInstances are non-preemptible.This option is allowed for all instance groups and is the only valid value for Master and Worker instance groups.
- PREEMPTIBLE
- PREEMPTIBLEInstances are preemptible (https://cloud.google.com/compute/docs/instances/preemptible).This option is allowed only for secondary worker (https://cloud.google.com/dataproc/docs/concepts/compute/secondary-vms) groups.
- SPOT
- SPOTInstances are Spot VMs (https://cloud.google.com/compute/docs/instances/spot).This option is allowed only for secondary worker (https://cloud.google.com/dataproc/docs/concepts/compute/secondary-vms) groups. Spot VMs are the latest version of preemptible VMs (https://cloud.google.com/compute/docs/instances/preemptible), and provide additional features.
- "PREEMPTIBILITY_UNSPECIFIED"
- PREEMPTIBILITY_UNSPECIFIEDPreemptibility is unspecified, the system will choose the appropriate setting for each instance group.
- "NON_PREEMPTIBLE"
- NON_PREEMPTIBLEInstances are non-preemptible.This option is allowed for all instance groups and is the only valid value for Master and Worker instance groups.
- "PREEMPTIBLE"
- PREEMPTIBLEInstances are preemptible (https://cloud.google.com/compute/docs/instances/preemptible).This option is allowed only for secondary worker (https://cloud.google.com/dataproc/docs/concepts/compute/secondary-vms) groups.
- "SPOT"
- SPOTInstances are Spot VMs (https://cloud.google.com/compute/docs/instances/spot).This option is allowed only for secondary worker (https://cloud.google.com/dataproc/docs/concepts/compute/secondary-vms) groups. Spot VMs are the latest version of preemptible VMs (https://cloud.google.com/compute/docs/instances/preemptible), and provide additional features.
InstanceGroupConfigResponse, InstanceGroupConfigResponseArgs
- Accelerators
This property is required. List<Pulumi.Google Native. Dataproc. V1. Inputs. Accelerator Config Response> - Optional. The Compute Engine accelerator configuration for these instances.
- Disk
Config This property is required. Pulumi.Google Native. Dataproc. V1. Inputs. Disk Config Response - Optional. Disk option config settings.
- Image
Uri This property is required. string - Optional. The Compute Engine image resource used for cluster instances.The URI can represent an image or image family.Image examples: https://www.googleapis.com/compute/v1/projects/[project_id]/global/images/[image-id] projects/[project_id]/global/images/[image-id] image-idImage family examples. Dataproc will use the most recent image from the family: https://www.googleapis.com/compute/v1/projects/[project_id]/global/images/family/[custom-image-family-name] projects/[project_id]/global/images/family/[custom-image-family-name]If the URI is unspecified, it will be inferred from SoftwareConfig.image_version or the system default.
- Instance
Flexibility Policy This property is required. Pulumi.Google Native. Dataproc. V1. Inputs. Instance Flexibility Policy Response - Optional. Instance flexibility Policy allowing a mixture of VM shapes and provisioning models.
- Instance
Names This property is required. List<string> - The list of instance names. Dataproc derives the names from cluster_name, num_instances, and the instance group.
- Instance
References This property is required. List<Pulumi.Google Native. Dataproc. V1. Inputs. Instance Reference Response> - List of references to Compute Engine instances.
- Is
Preemptible This property is required. bool - Specifies that this instance group contains preemptible instances.
- Machine
Type Uri This property is required. string - Optional. The Compute Engine machine type used for cluster instances.A full URL, partial URI, or short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone]/machineTypes/n1-standard-2 projects/[project_id]/zones/[zone]/machineTypes/n1-standard-2 n1-standard-2Auto Zone Exception: If you are using the Dataproc Auto Zone Placement (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/auto-zone#using_auto_zone_placement) feature, you must use the short name of the machine type resource, for example, n1-standard-2.
- Managed
Group Config This property is required. Pulumi.Google Native. Dataproc. V1. Inputs. Managed Group Config Response - The config for Compute Engine Instance Group Manager that manages this group. This is only used for preemptible instance groups.
- Min
Cpu Platform This property is required. string - Optional. Specifies the minimum cpu platform for the Instance Group. See Dataproc -> Minimum CPU Platform (https://cloud.google.com/dataproc/docs/concepts/compute/dataproc-min-cpu).
- Min
Num Instances This property is required. int - Optional. The minimum number of primary worker instances to create. If min_num_instances is set, cluster creation will succeed if the number of primary workers created is at least equal to the min_num_instances number.Example: Cluster creation request with num_instances = 5 and min_num_instances = 3: If 4 VMs are created and 1 instance fails, the failed VM is deleted. The cluster is resized to 4 instances and placed in a RUNNING state. If 2 instances are created and 3 instances fail, the cluster in placed in an ERROR state. The failed VMs are not deleted.
- Num
Instances This property is required. int - Optional. The number of VM instances in the instance group. For HA cluster master_config groups, must be set to 3. For standard cluster master_config groups, must be set to 1.
- Preemptibility
This property is required. string - Optional. Specifies the preemptibility of the instance group.The default value for master and worker groups is NON_PREEMPTIBLE. This default cannot be changed.The default value for secondary instances is PREEMPTIBLE.
- Startup
Config This property is required. Pulumi.Google Native. Dataproc. V1. Inputs. Startup Config Response - Optional. Configuration to handle the startup of instances during cluster create and update process.
- Accelerators
This property is required. []AcceleratorConfig Response - Optional. The Compute Engine accelerator configuration for these instances.
- Disk
Config This property is required. DiskConfig Response - Optional. Disk option config settings.
- Image
Uri This property is required. string - Optional. The Compute Engine image resource used for cluster instances.The URI can represent an image or image family.Image examples: https://www.googleapis.com/compute/v1/projects/[project_id]/global/images/[image-id] projects/[project_id]/global/images/[image-id] image-idImage family examples. Dataproc will use the most recent image from the family: https://www.googleapis.com/compute/v1/projects/[project_id]/global/images/family/[custom-image-family-name] projects/[project_id]/global/images/family/[custom-image-family-name]If the URI is unspecified, it will be inferred from SoftwareConfig.image_version or the system default.
- Instance
Flexibility Policy This property is required. InstanceFlexibility Policy Response - Optional. Instance flexibility Policy allowing a mixture of VM shapes and provisioning models.
- Instance
Names This property is required. []string - The list of instance names. Dataproc derives the names from cluster_name, num_instances, and the instance group.
- Instance
References This property is required. []InstanceReference Response - List of references to Compute Engine instances.
- Is
Preemptible This property is required. bool - Specifies that this instance group contains preemptible instances.
- Machine
Type Uri This property is required. string - Optional. The Compute Engine machine type used for cluster instances.A full URL, partial URI, or short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone]/machineTypes/n1-standard-2 projects/[project_id]/zones/[zone]/machineTypes/n1-standard-2 n1-standard-2Auto Zone Exception: If you are using the Dataproc Auto Zone Placement (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/auto-zone#using_auto_zone_placement) feature, you must use the short name of the machine type resource, for example, n1-standard-2.
- Managed
Group Config This property is required. ManagedGroup Config Response - The config for Compute Engine Instance Group Manager that manages this group. This is only used for preemptible instance groups.
- Min
Cpu Platform This property is required. string - Optional. Specifies the minimum cpu platform for the Instance Group. See Dataproc -> Minimum CPU Platform (https://cloud.google.com/dataproc/docs/concepts/compute/dataproc-min-cpu).
- Min
Num Instances This property is required. int - Optional. The minimum number of primary worker instances to create. If min_num_instances is set, cluster creation will succeed if the number of primary workers created is at least equal to the min_num_instances number.Example: Cluster creation request with num_instances = 5 and min_num_instances = 3: If 4 VMs are created and 1 instance fails, the failed VM is deleted. The cluster is resized to 4 instances and placed in a RUNNING state. If 2 instances are created and 3 instances fail, the cluster in placed in an ERROR state. The failed VMs are not deleted.
- Num
Instances This property is required. int - Optional. The number of VM instances in the instance group. For HA cluster master_config groups, must be set to 3. For standard cluster master_config groups, must be set to 1.
- Preemptibility
This property is required. string - Optional. Specifies the preemptibility of the instance group.The default value for master and worker groups is NON_PREEMPTIBLE. This default cannot be changed.The default value for secondary instances is PREEMPTIBLE.
- Startup
Config This property is required. StartupConfig Response - Optional. Configuration to handle the startup of instances during cluster create and update process.
- accelerators
This property is required. List<AcceleratorConfig Response> - Optional. The Compute Engine accelerator configuration for these instances.
- disk
Config This property is required. DiskConfig Response - Optional. Disk option config settings.
- image
Uri This property is required. String - Optional. The Compute Engine image resource used for cluster instances.The URI can represent an image or image family.Image examples: https://www.googleapis.com/compute/v1/projects/[project_id]/global/images/[image-id] projects/[project_id]/global/images/[image-id] image-idImage family examples. Dataproc will use the most recent image from the family: https://www.googleapis.com/compute/v1/projects/[project_id]/global/images/family/[custom-image-family-name] projects/[project_id]/global/images/family/[custom-image-family-name]If the URI is unspecified, it will be inferred from SoftwareConfig.image_version or the system default.
- instance
Flexibility Policy This property is required. InstanceFlexibility Policy Response - Optional. Instance flexibility Policy allowing a mixture of VM shapes and provisioning models.
- instance
Names This property is required. List<String> - The list of instance names. Dataproc derives the names from cluster_name, num_instances, and the instance group.
- instance
References This property is required. List<InstanceReference Response> - List of references to Compute Engine instances.
- is
Preemptible This property is required. Boolean - Specifies that this instance group contains preemptible instances.
- machine
Type Uri This property is required. String - Optional. The Compute Engine machine type used for cluster instances.A full URL, partial URI, or short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone]/machineTypes/n1-standard-2 projects/[project_id]/zones/[zone]/machineTypes/n1-standard-2 n1-standard-2Auto Zone Exception: If you are using the Dataproc Auto Zone Placement (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/auto-zone#using_auto_zone_placement) feature, you must use the short name of the machine type resource, for example, n1-standard-2.
- managed
Group Config This property is required. ManagedGroup Config Response - The config for Compute Engine Instance Group Manager that manages this group. This is only used for preemptible instance groups.
- min
Cpu Platform This property is required. String - Optional. Specifies the minimum cpu platform for the Instance Group. See Dataproc -> Minimum CPU Platform (https://cloud.google.com/dataproc/docs/concepts/compute/dataproc-min-cpu).
- min
Num Instances This property is required. Integer - Optional. The minimum number of primary worker instances to create. If min_num_instances is set, cluster creation will succeed if the number of primary workers created is at least equal to the min_num_instances number.Example: Cluster creation request with num_instances = 5 and min_num_instances = 3: If 4 VMs are created and 1 instance fails, the failed VM is deleted. The cluster is resized to 4 instances and placed in a RUNNING state. If 2 instances are created and 3 instances fail, the cluster in placed in an ERROR state. The failed VMs are not deleted.
- num
Instances This property is required. Integer - Optional. The number of VM instances in the instance group. For HA cluster master_config groups, must be set to 3. For standard cluster master_config groups, must be set to 1.
- preemptibility
This property is required. String - Optional. Specifies the preemptibility of the instance group.The default value for master and worker groups is NON_PREEMPTIBLE. This default cannot be changed.The default value for secondary instances is PREEMPTIBLE.
- startup
Config This property is required. StartupConfig Response - Optional. Configuration to handle the startup of instances during cluster create and update process.
- accelerators
This property is required. AcceleratorConfig Response[] - Optional. The Compute Engine accelerator configuration for these instances.
- disk
Config This property is required. DiskConfig Response - Optional. Disk option config settings.
- image
Uri This property is required. string - Optional. The Compute Engine image resource used for cluster instances.The URI can represent an image or image family.Image examples: https://www.googleapis.com/compute/v1/projects/[project_id]/global/images/[image-id] projects/[project_id]/global/images/[image-id] image-idImage family examples. Dataproc will use the most recent image from the family: https://www.googleapis.com/compute/v1/projects/[project_id]/global/images/family/[custom-image-family-name] projects/[project_id]/global/images/family/[custom-image-family-name]If the URI is unspecified, it will be inferred from SoftwareConfig.image_version or the system default.
- instance
Flexibility Policy This property is required. InstanceFlexibility Policy Response - Optional. Instance flexibility Policy allowing a mixture of VM shapes and provisioning models.
- instance
Names This property is required. string[] - The list of instance names. Dataproc derives the names from cluster_name, num_instances, and the instance group.
- instance
References This property is required. InstanceReference Response[] - List of references to Compute Engine instances.
- is
Preemptible This property is required. boolean - Specifies that this instance group contains preemptible instances.
- machine
Type Uri This property is required. string - Optional. The Compute Engine machine type used for cluster instances.A full URL, partial URI, or short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone]/machineTypes/n1-standard-2 projects/[project_id]/zones/[zone]/machineTypes/n1-standard-2 n1-standard-2Auto Zone Exception: If you are using the Dataproc Auto Zone Placement (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/auto-zone#using_auto_zone_placement) feature, you must use the short name of the machine type resource, for example, n1-standard-2.
- managed
Group Config This property is required. ManagedGroup Config Response - The config for Compute Engine Instance Group Manager that manages this group. This is only used for preemptible instance groups.
- min
Cpu Platform This property is required. string - Optional. Specifies the minimum cpu platform for the Instance Group. See Dataproc -> Minimum CPU Platform (https://cloud.google.com/dataproc/docs/concepts/compute/dataproc-min-cpu).
- min
Num Instances This property is required. number - Optional. The minimum number of primary worker instances to create. If min_num_instances is set, cluster creation will succeed if the number of primary workers created is at least equal to the min_num_instances number.Example: Cluster creation request with num_instances = 5 and min_num_instances = 3: If 4 VMs are created and 1 instance fails, the failed VM is deleted. The cluster is resized to 4 instances and placed in a RUNNING state. If 2 instances are created and 3 instances fail, the cluster in placed in an ERROR state. The failed VMs are not deleted.
- num
Instances This property is required. number - Optional. The number of VM instances in the instance group. For HA cluster master_config groups, must be set to 3. For standard cluster master_config groups, must be set to 1.
- preemptibility
This property is required. string - Optional. Specifies the preemptibility of the instance group.The default value for master and worker groups is NON_PREEMPTIBLE. This default cannot be changed.The default value for secondary instances is PREEMPTIBLE.
- startup
Config This property is required. StartupConfig Response - Optional. Configuration to handle the startup of instances during cluster create and update process.
- accelerators
This property is required. Sequence[AcceleratorConfig Response] - Optional. The Compute Engine accelerator configuration for these instances.
- disk_
config This property is required. DiskConfig Response - Optional. Disk option config settings.
- image_
uri This property is required. str - Optional. The Compute Engine image resource used for cluster instances.The URI can represent an image or image family.Image examples: https://www.googleapis.com/compute/v1/projects/[project_id]/global/images/[image-id] projects/[project_id]/global/images/[image-id] image-idImage family examples. Dataproc will use the most recent image from the family: https://www.googleapis.com/compute/v1/projects/[project_id]/global/images/family/[custom-image-family-name] projects/[project_id]/global/images/family/[custom-image-family-name]If the URI is unspecified, it will be inferred from SoftwareConfig.image_version or the system default.
- instance_
flexibility_ policy This property is required. InstanceFlexibility Policy Response - Optional. Instance flexibility Policy allowing a mixture of VM shapes and provisioning models.
- instance_
names This property is required. Sequence[str] - The list of instance names. Dataproc derives the names from cluster_name, num_instances, and the instance group.
- instance_
references This property is required. Sequence[InstanceReference Response] - List of references to Compute Engine instances.
- is_
preemptible This property is required. bool - Specifies that this instance group contains preemptible instances.
- machine_
type_ uri This property is required. str - Optional. The Compute Engine machine type used for cluster instances.A full URL, partial URI, or short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone]/machineTypes/n1-standard-2 projects/[project_id]/zones/[zone]/machineTypes/n1-standard-2 n1-standard-2Auto Zone Exception: If you are using the Dataproc Auto Zone Placement (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/auto-zone#using_auto_zone_placement) feature, you must use the short name of the machine type resource, for example, n1-standard-2.
- managed_
group_ config This property is required. ManagedGroup Config Response - The config for Compute Engine Instance Group Manager that manages this group. This is only used for preemptible instance groups.
- min_
cpu_ platform This property is required. str - Optional. Specifies the minimum cpu platform for the Instance Group. See Dataproc -> Minimum CPU Platform (https://cloud.google.com/dataproc/docs/concepts/compute/dataproc-min-cpu).
- min_
num_ instances This property is required. int - Optional. The minimum number of primary worker instances to create. If min_num_instances is set, cluster creation will succeed if the number of primary workers created is at least equal to the min_num_instances number.Example: Cluster creation request with num_instances = 5 and min_num_instances = 3: If 4 VMs are created and 1 instance fails, the failed VM is deleted. The cluster is resized to 4 instances and placed in a RUNNING state. If 2 instances are created and 3 instances fail, the cluster in placed in an ERROR state. The failed VMs are not deleted.
- num_
instances This property is required. int - Optional. The number of VM instances in the instance group. For HA cluster master_config groups, must be set to 3. For standard cluster master_config groups, must be set to 1.
- preemptibility
This property is required. str - Optional. Specifies the preemptibility of the instance group.The default value for master and worker groups is NON_PREEMPTIBLE. This default cannot be changed.The default value for secondary instances is PREEMPTIBLE.
- startup_
config This property is required. StartupConfig Response - Optional. Configuration to handle the startup of instances during cluster create and update process.
- accelerators
This property is required. List<Property Map> - Optional. The Compute Engine accelerator configuration for these instances.
- disk
Config This property is required. Property Map - Optional. Disk option config settings.
- image
Uri This property is required. String - Optional. The Compute Engine image resource used for cluster instances.The URI can represent an image or image family.Image examples: https://www.googleapis.com/compute/v1/projects/[project_id]/global/images/[image-id] projects/[project_id]/global/images/[image-id] image-idImage family examples. Dataproc will use the most recent image from the family: https://www.googleapis.com/compute/v1/projects/[project_id]/global/images/family/[custom-image-family-name] projects/[project_id]/global/images/family/[custom-image-family-name]If the URI is unspecified, it will be inferred from SoftwareConfig.image_version or the system default.
- instance
Flexibility Policy This property is required. Property Map - Optional. Instance flexibility Policy allowing a mixture of VM shapes and provisioning models.
- instance
Names This property is required. List<String> - The list of instance names. Dataproc derives the names from cluster_name, num_instances, and the instance group.
- instance
References This property is required. List<Property Map> - List of references to Compute Engine instances.
- is
Preemptible This property is required. Boolean - Specifies that this instance group contains preemptible instances.
- machine
Type Uri This property is required. String - Optional. The Compute Engine machine type used for cluster instances.A full URL, partial URI, or short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone]/machineTypes/n1-standard-2 projects/[project_id]/zones/[zone]/machineTypes/n1-standard-2 n1-standard-2Auto Zone Exception: If you are using the Dataproc Auto Zone Placement (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/auto-zone#using_auto_zone_placement) feature, you must use the short name of the machine type resource, for example, n1-standard-2.
- managed
Group Config This property is required. Property Map - The config for Compute Engine Instance Group Manager that manages this group. This is only used for preemptible instance groups.
- min
Cpu Platform This property is required. String - Optional. Specifies the minimum cpu platform for the Instance Group. See Dataproc -> Minimum CPU Platform (https://cloud.google.com/dataproc/docs/concepts/compute/dataproc-min-cpu).
- min
Num Instances This property is required. Number - Optional. The minimum number of primary worker instances to create. If min_num_instances is set, cluster creation will succeed if the number of primary workers created is at least equal to the min_num_instances number.Example: Cluster creation request with num_instances = 5 and min_num_instances = 3: If 4 VMs are created and 1 instance fails, the failed VM is deleted. The cluster is resized to 4 instances and placed in a RUNNING state. If 2 instances are created and 3 instances fail, the cluster in placed in an ERROR state. The failed VMs are not deleted.
- num
Instances This property is required. Number - Optional. The number of VM instances in the instance group. For HA cluster master_config groups, must be set to 3. For standard cluster master_config groups, must be set to 1.
- preemptibility
This property is required. String - Optional. Specifies the preemptibility of the instance group.The default value for master and worker groups is NON_PREEMPTIBLE. This default cannot be changed.The default value for secondary instances is PREEMPTIBLE.
- startup
Config This property is required. Property Map - Optional. Configuration to handle the startup of instances during cluster create and update process.
InstanceReferenceResponse, InstanceReferenceResponseArgs
- Instance
Id This property is required. string - The unique identifier of the Compute Engine instance.
- Instance
Name This property is required. string - The user-friendly name of the Compute Engine instance.
- Public
Ecies Key This property is required. string - The public ECIES key used for sharing data with this instance.
- Public
Key This property is required. string - The public RSA key used for sharing data with this instance.
- Instance
Id This property is required. string - The unique identifier of the Compute Engine instance.
- Instance
Name This property is required. string - The user-friendly name of the Compute Engine instance.
- Public
Ecies Key This property is required. string - The public ECIES key used for sharing data with this instance.
- Public
Key This property is required. string - The public RSA key used for sharing data with this instance.
- instance
Id This property is required. String - The unique identifier of the Compute Engine instance.
- instance
Name This property is required. String - The user-friendly name of the Compute Engine instance.
- public
Ecies Key This property is required. String - The public ECIES key used for sharing data with this instance.
- public
Key This property is required. String - The public RSA key used for sharing data with this instance.
- instance
Id This property is required. string - The unique identifier of the Compute Engine instance.
- instance
Name This property is required. string - The user-friendly name of the Compute Engine instance.
- public
Ecies Key This property is required. string - The public ECIES key used for sharing data with this instance.
- public
Key This property is required. string - The public RSA key used for sharing data with this instance.
- instance_
id This property is required. str - The unique identifier of the Compute Engine instance.
- instance_
name This property is required. str - The user-friendly name of the Compute Engine instance.
- public_
ecies_ key This property is required. str - The public ECIES key used for sharing data with this instance.
- public_
key This property is required. str - The public RSA key used for sharing data with this instance.
- instance
Id This property is required. String - The unique identifier of the Compute Engine instance.
- instance
Name This property is required. String - The user-friendly name of the Compute Engine instance.
- public
Ecies Key This property is required. String - The public ECIES key used for sharing data with this instance.
- public
Key This property is required. String - The public RSA key used for sharing data with this instance.
InstanceSelection, InstanceSelectionArgs
- Machine
Types List<string> - Optional. Full machine-type names, e.g. "n1-standard-16".
- Rank int
- Optional. Preference of this instance selection. Lower number means higher preference. Dataproc will first try to create a VM based on the machine-type with priority rank and fallback to next rank based on availability. Machine types and instance selections with the same priority have the same preference.
- Machine
Types []string - Optional. Full machine-type names, e.g. "n1-standard-16".
- Rank int
- Optional. Preference of this instance selection. Lower number means higher preference. Dataproc will first try to create a VM based on the machine-type with priority rank and fallback to next rank based on availability. Machine types and instance selections with the same priority have the same preference.
- machine
Types List<String> - Optional. Full machine-type names, e.g. "n1-standard-16".
- rank Integer
- Optional. Preference of this instance selection. Lower number means higher preference. Dataproc will first try to create a VM based on the machine-type with priority rank and fallback to next rank based on availability. Machine types and instance selections with the same priority have the same preference.
- machine
Types string[] - Optional. Full machine-type names, e.g. "n1-standard-16".
- rank number
- Optional. Preference of this instance selection. Lower number means higher preference. Dataproc will first try to create a VM based on the machine-type with priority rank and fallback to next rank based on availability. Machine types and instance selections with the same priority have the same preference.
- machine_
types Sequence[str] - Optional. Full machine-type names, e.g. "n1-standard-16".
- rank int
- Optional. Preference of this instance selection. Lower number means higher preference. Dataproc will first try to create a VM based on the machine-type with priority rank and fallback to next rank based on availability. Machine types and instance selections with the same priority have the same preference.
- machine
Types List<String> - Optional. Full machine-type names, e.g. "n1-standard-16".
- rank Number
- Optional. Preference of this instance selection. Lower number means higher preference. Dataproc will first try to create a VM based on the machine-type with priority rank and fallback to next rank based on availability. Machine types and instance selections with the same priority have the same preference.
InstanceSelectionResponse, InstanceSelectionResponseArgs
- Machine
Types This property is required. List<string> - Optional. Full machine-type names, e.g. "n1-standard-16".
- Rank
This property is required. int - Optional. Preference of this instance selection. Lower number means higher preference. Dataproc will first try to create a VM based on the machine-type with priority rank and fallback to next rank based on availability. Machine types and instance selections with the same priority have the same preference.
- Machine
Types This property is required. []string - Optional. Full machine-type names, e.g. "n1-standard-16".
- Rank
This property is required. int - Optional. Preference of this instance selection. Lower number means higher preference. Dataproc will first try to create a VM based on the machine-type with priority rank and fallback to next rank based on availability. Machine types and instance selections with the same priority have the same preference.
- machine
Types This property is required. List<String> - Optional. Full machine-type names, e.g. "n1-standard-16".
- rank
This property is required. Integer - Optional. Preference of this instance selection. Lower number means higher preference. Dataproc will first try to create a VM based on the machine-type with priority rank and fallback to next rank based on availability. Machine types and instance selections with the same priority have the same preference.
- machine
Types This property is required. string[] - Optional. Full machine-type names, e.g. "n1-standard-16".
- rank
This property is required. number - Optional. Preference of this instance selection. Lower number means higher preference. Dataproc will first try to create a VM based on the machine-type with priority rank and fallback to next rank based on availability. Machine types and instance selections with the same priority have the same preference.
- machine_
types This property is required. Sequence[str] - Optional. Full machine-type names, e.g. "n1-standard-16".
- rank
This property is required. int - Optional. Preference of this instance selection. Lower number means higher preference. Dataproc will first try to create a VM based on the machine-type with priority rank and fallback to next rank based on availability. Machine types and instance selections with the same priority have the same preference.
- machine
Types This property is required. List<String> - Optional. Full machine-type names, e.g. "n1-standard-16".
- rank
This property is required. Number - Optional. Preference of this instance selection. Lower number means higher preference. Dataproc will first try to create a VM based on the machine-type with priority rank and fallback to next rank based on availability. Machine types and instance selections with the same priority have the same preference.
InstanceSelectionResultResponse, InstanceSelectionResultResponseArgs
- Machine
Type This property is required. string - Full machine-type names, e.g. "n1-standard-16".
- Vm
Count This property is required. int - Number of VM provisioned with the machine_type.
- Machine
Type This property is required. string - Full machine-type names, e.g. "n1-standard-16".
- Vm
Count This property is required. int - Number of VM provisioned with the machine_type.
- machine
Type This property is required. String - Full machine-type names, e.g. "n1-standard-16".
- vm
Count This property is required. Integer - Number of VM provisioned with the machine_type.
- machine
Type This property is required. string - Full machine-type names, e.g. "n1-standard-16".
- vm
Count This property is required. number - Number of VM provisioned with the machine_type.
- machine_
type This property is required. str - Full machine-type names, e.g. "n1-standard-16".
- vm_
count This property is required. int - Number of VM provisioned with the machine_type.
- machine
Type This property is required. String - Full machine-type names, e.g. "n1-standard-16".
- vm
Count This property is required. Number - Number of VM provisioned with the machine_type.
KerberosConfig, KerberosConfigArgs
- Cross
Realm stringTrust Admin Server - Optional. The admin server (IP or hostname) for the remote trusted realm in a cross realm trust relationship.
- Cross
Realm stringTrust Kdc - Optional. The KDC (IP or hostname) for the remote trusted realm in a cross realm trust relationship.
- Cross
Realm stringTrust Realm - Optional. The remote realm the Dataproc on-cluster KDC will trust, should the user enable cross realm trust.
- string
- Optional. The Cloud Storage URI of a KMS encrypted file containing the shared password between the on-cluster Kerberos realm and the remote trusted realm, in a cross realm trust relationship.
- Enable
Kerberos bool - Optional. Flag to indicate whether to Kerberize the cluster (default: false). Set this field to true to enable Kerberos on a cluster.
- Kdc
Db stringKey Uri - Optional. The Cloud Storage URI of a KMS encrypted file containing the master key of the KDC database.
- Key
Password stringUri - Optional. The Cloud Storage URI of a KMS encrypted file containing the password to the user provided key. For the self-signed certificate, this password is generated by Dataproc.
- Keystore
Password stringUri - Optional. The Cloud Storage URI of a KMS encrypted file containing the password to the user provided keystore. For the self-signed certificate, this password is generated by Dataproc.
- Keystore
Uri string - Optional. The Cloud Storage URI of the keystore file used for SSL encryption. If not provided, Dataproc will provide a self-signed certificate.
- Kms
Key stringUri - Optional. The uri of the KMS key used to encrypt various sensitive files.
- Realm string
- Optional. The name of the on-cluster Kerberos realm. If not specified, the uppercased domain of hostnames will be the realm.
- Root
Principal stringPassword Uri - Optional. The Cloud Storage URI of a KMS encrypted file containing the root principal password.
- Tgt
Lifetime intHours - Optional. The lifetime of the ticket granting ticket, in hours. If not specified, or user specifies 0, then default value 10 will be used.
- Truststore
Password stringUri - Optional. The Cloud Storage URI of a KMS encrypted file containing the password to the user provided truststore. For the self-signed certificate, this password is generated by Dataproc.
- Truststore
Uri string - Optional. The Cloud Storage URI of the truststore file used for SSL encryption. If not provided, Dataproc will provide a self-signed certificate.
- Cross
Realm stringTrust Admin Server - Optional. The admin server (IP or hostname) for the remote trusted realm in a cross realm trust relationship.
- Cross
Realm stringTrust Kdc - Optional. The KDC (IP or hostname) for the remote trusted realm in a cross realm trust relationship.
- Cross
Realm stringTrust Realm - Optional. The remote realm the Dataproc on-cluster KDC will trust, should the user enable cross realm trust.
- string
- Optional. The Cloud Storage URI of a KMS encrypted file containing the shared password between the on-cluster Kerberos realm and the remote trusted realm, in a cross realm trust relationship.
- Enable
Kerberos bool - Optional. Flag to indicate whether to Kerberize the cluster (default: false). Set this field to true to enable Kerberos on a cluster.
- Kdc
Db stringKey Uri - Optional. The Cloud Storage URI of a KMS encrypted file containing the master key of the KDC database.
- Key
Password stringUri - Optional. The Cloud Storage URI of a KMS encrypted file containing the password to the user provided key. For the self-signed certificate, this password is generated by Dataproc.
- Keystore
Password stringUri - Optional. The Cloud Storage URI of a KMS encrypted file containing the password to the user provided keystore. For the self-signed certificate, this password is generated by Dataproc.
- Keystore
Uri string - Optional. The Cloud Storage URI of the keystore file used for SSL encryption. If not provided, Dataproc will provide a self-signed certificate.
- Kms
Key stringUri - Optional. The uri of the KMS key used to encrypt various sensitive files.
- Realm string
- Optional. The name of the on-cluster Kerberos realm. If not specified, the uppercased domain of hostnames will be the realm.
- Root
Principal stringPassword Uri - Optional. The Cloud Storage URI of a KMS encrypted file containing the root principal password.
- Tgt
Lifetime intHours - Optional. The lifetime of the ticket granting ticket, in hours. If not specified, or user specifies 0, then default value 10 will be used.
- Truststore
Password stringUri - Optional. The Cloud Storage URI of a KMS encrypted file containing the password to the user provided truststore. For the self-signed certificate, this password is generated by Dataproc.
- Truststore
Uri string - Optional. The Cloud Storage URI of the truststore file used for SSL encryption. If not provided, Dataproc will provide a self-signed certificate.
- cross
Realm StringTrust Admin Server - Optional. The admin server (IP or hostname) for the remote trusted realm in a cross realm trust relationship.
- cross
Realm StringTrust Kdc - Optional. The KDC (IP or hostname) for the remote trusted realm in a cross realm trust relationship.
- cross
Realm StringTrust Realm - Optional. The remote realm the Dataproc on-cluster KDC will trust, should the user enable cross realm trust.
- String
- Optional. The Cloud Storage URI of a KMS encrypted file containing the shared password between the on-cluster Kerberos realm and the remote trusted realm, in a cross realm trust relationship.
- enable
Kerberos Boolean - Optional. Flag to indicate whether to Kerberize the cluster (default: false). Set this field to true to enable Kerberos on a cluster.
- kdc
Db StringKey Uri - Optional. The Cloud Storage URI of a KMS encrypted file containing the master key of the KDC database.
- key
Password StringUri - Optional. The Cloud Storage URI of a KMS encrypted file containing the password to the user provided key. For the self-signed certificate, this password is generated by Dataproc.
- keystore
Password StringUri - Optional. The Cloud Storage URI of a KMS encrypted file containing the password to the user provided keystore. For the self-signed certificate, this password is generated by Dataproc.
- keystore
Uri String - Optional. The Cloud Storage URI of the keystore file used for SSL encryption. If not provided, Dataproc will provide a self-signed certificate.
- kms
Key StringUri - Optional. The uri of the KMS key used to encrypt various sensitive files.
- realm String
- Optional. The name of the on-cluster Kerberos realm. If not specified, the uppercased domain of hostnames will be the realm.
- root
Principal StringPassword Uri - Optional. The Cloud Storage URI of a KMS encrypted file containing the root principal password.
- tgt
Lifetime IntegerHours - Optional. The lifetime of the ticket granting ticket, in hours. If not specified, or user specifies 0, then default value 10 will be used.
- truststore
Password StringUri - Optional. The Cloud Storage URI of a KMS encrypted file containing the password to the user provided truststore. For the self-signed certificate, this password is generated by Dataproc.
- truststore
Uri String - Optional. The Cloud Storage URI of the truststore file used for SSL encryption. If not provided, Dataproc will provide a self-signed certificate.
- cross
Realm stringTrust Admin Server - Optional. The admin server (IP or hostname) for the remote trusted realm in a cross realm trust relationship.
- cross
Realm stringTrust Kdc - Optional. The KDC (IP or hostname) for the remote trusted realm in a cross realm trust relationship.
- cross
Realm stringTrust Realm - Optional. The remote realm the Dataproc on-cluster KDC will trust, should the user enable cross realm trust.
- string
- Optional. The Cloud Storage URI of a KMS encrypted file containing the shared password between the on-cluster Kerberos realm and the remote trusted realm, in a cross realm trust relationship.
- enable
Kerberos boolean - Optional. Flag to indicate whether to Kerberize the cluster (default: false). Set this field to true to enable Kerberos on a cluster.
- kdc
Db stringKey Uri - Optional. The Cloud Storage URI of a KMS encrypted file containing the master key of the KDC database.
- key
Password stringUri - Optional. The Cloud Storage URI of a KMS encrypted file containing the password to the user provided key. For the self-signed certificate, this password is generated by Dataproc.
- keystore
Password stringUri - Optional. The Cloud Storage URI of a KMS encrypted file containing the password to the user provided keystore. For the self-signed certificate, this password is generated by Dataproc.
- keystore
Uri string - Optional. The Cloud Storage URI of the keystore file used for SSL encryption. If not provided, Dataproc will provide a self-signed certificate.
- kms
Key stringUri - Optional. The uri of the KMS key used to encrypt various sensitive files.
- realm string
- Optional. The name of the on-cluster Kerberos realm. If not specified, the uppercased domain of hostnames will be the realm.
- root
Principal stringPassword Uri - Optional. The Cloud Storage URI of a KMS encrypted file containing the root principal password.
- tgt
Lifetime numberHours - Optional. The lifetime of the ticket granting ticket, in hours. If not specified, or user specifies 0, then default value 10 will be used.
- truststore
Password stringUri - Optional. The Cloud Storage URI of a KMS encrypted file containing the password to the user provided truststore. For the self-signed certificate, this password is generated by Dataproc.
- truststore
Uri string - Optional. The Cloud Storage URI of the truststore file used for SSL encryption. If not provided, Dataproc will provide a self-signed certificate.
- cross_
realm_ strtrust_ admin_ server - Optional. The admin server (IP or hostname) for the remote trusted realm in a cross realm trust relationship.
- cross_
realm_ strtrust_ kdc - Optional. The KDC (IP or hostname) for the remote trusted realm in a cross realm trust relationship.
- cross_
realm_ strtrust_ realm - Optional. The remote realm the Dataproc on-cluster KDC will trust, should the user enable cross realm trust.
- str
- Optional. The Cloud Storage URI of a KMS encrypted file containing the shared password between the on-cluster Kerberos realm and the remote trusted realm, in a cross realm trust relationship.
- enable_
kerberos bool - Optional. Flag to indicate whether to Kerberize the cluster (default: false). Set this field to true to enable Kerberos on a cluster.
- kdc_
db_ strkey_ uri - Optional. The Cloud Storage URI of a KMS encrypted file containing the master key of the KDC database.
- key_
password_ struri - Optional. The Cloud Storage URI of a KMS encrypted file containing the password to the user provided key. For the self-signed certificate, this password is generated by Dataproc.
- keystore_
password_ struri - Optional. The Cloud Storage URI of a KMS encrypted file containing the password to the user provided keystore. For the self-signed certificate, this password is generated by Dataproc.
- keystore_
uri str - Optional. The Cloud Storage URI of the keystore file used for SSL encryption. If not provided, Dataproc will provide a self-signed certificate.
- kms_
key_ struri - Optional. The uri of the KMS key used to encrypt various sensitive files.
- realm str
- Optional. The name of the on-cluster Kerberos realm. If not specified, the uppercased domain of hostnames will be the realm.
- root_
principal_ strpassword_ uri - Optional. The Cloud Storage URI of a KMS encrypted file containing the root principal password.
- tgt_
lifetime_ inthours - Optional. The lifetime of the ticket granting ticket, in hours. If not specified, or user specifies 0, then default value 10 will be used.
- truststore_
password_ struri - Optional. The Cloud Storage URI of a KMS encrypted file containing the password to the user provided truststore. For the self-signed certificate, this password is generated by Dataproc.
- truststore_
uri str - Optional. The Cloud Storage URI of the truststore file used for SSL encryption. If not provided, Dataproc will provide a self-signed certificate.
- cross
Realm StringTrust Admin Server - Optional. The admin server (IP or hostname) for the remote trusted realm in a cross realm trust relationship.
- cross
Realm StringTrust Kdc - Optional. The KDC (IP or hostname) for the remote trusted realm in a cross realm trust relationship.
- cross
Realm StringTrust Realm - Optional. The remote realm the Dataproc on-cluster KDC will trust, should the user enable cross realm trust.
- String
- Optional. The Cloud Storage URI of a KMS encrypted file containing the shared password between the on-cluster Kerberos realm and the remote trusted realm, in a cross realm trust relationship.
- enable
Kerberos Boolean - Optional. Flag to indicate whether to Kerberize the cluster (default: false). Set this field to true to enable Kerberos on a cluster.
- kdc
Db StringKey Uri - Optional. The Cloud Storage URI of a KMS encrypted file containing the master key of the KDC database.
- key
Password StringUri - Optional. The Cloud Storage URI of a KMS encrypted file containing the password to the user provided key. For the self-signed certificate, this password is generated by Dataproc.
- keystore
Password StringUri - Optional. The Cloud Storage URI of a KMS encrypted file containing the password to the user provided keystore. For the self-signed certificate, this password is generated by Dataproc.
- keystore
Uri String - Optional. The Cloud Storage URI of the keystore file used for SSL encryption. If not provided, Dataproc will provide a self-signed certificate.
- kms
Key StringUri - Optional. The uri of the KMS key used to encrypt various sensitive files.
- realm String
- Optional. The name of the on-cluster Kerberos realm. If not specified, the uppercased domain of hostnames will be the realm.
- root
Principal StringPassword Uri - Optional. The Cloud Storage URI of a KMS encrypted file containing the root principal password.
- tgt
Lifetime NumberHours - Optional. The lifetime of the ticket granting ticket, in hours. If not specified, or user specifies 0, then default value 10 will be used.
- truststore
Password StringUri - Optional. The Cloud Storage URI of a KMS encrypted file containing the password to the user provided truststore. For the self-signed certificate, this password is generated by Dataproc.
- truststore
Uri String - Optional. The Cloud Storage URI of the truststore file used for SSL encryption. If not provided, Dataproc will provide a self-signed certificate.
KerberosConfigResponse, KerberosConfigResponseArgs
- Cross
Realm Trust Admin Server This property is required. string - Optional. The admin server (IP or hostname) for the remote trusted realm in a cross realm trust relationship.
- Cross
Realm Trust Kdc This property is required. string - Optional. The KDC (IP or hostname) for the remote trusted realm in a cross realm trust relationship.
- Cross
Realm Trust Realm This property is required. string - Optional. The remote realm the Dataproc on-cluster KDC will trust, should the user enable cross realm trust.
This property is required. string- Optional. The Cloud Storage URI of a KMS encrypted file containing the shared password between the on-cluster Kerberos realm and the remote trusted realm, in a cross realm trust relationship.
- Enable
Kerberos This property is required. bool - Optional. Flag to indicate whether to Kerberize the cluster (default: false). Set this field to true to enable Kerberos on a cluster.
- Kdc
Db Key Uri This property is required. string - Optional. The Cloud Storage URI of a KMS encrypted file containing the master key of the KDC database.
- Key
Password Uri This property is required. string - Optional. The Cloud Storage URI of a KMS encrypted file containing the password to the user provided key. For the self-signed certificate, this password is generated by Dataproc.
- Keystore
Password Uri This property is required. string - Optional. The Cloud Storage URI of a KMS encrypted file containing the password to the user provided keystore. For the self-signed certificate, this password is generated by Dataproc.
- Keystore
Uri This property is required. string - Optional. The Cloud Storage URI of the keystore file used for SSL encryption. If not provided, Dataproc will provide a self-signed certificate.
- Kms
Key Uri This property is required. string - Optional. The uri of the KMS key used to encrypt various sensitive files.
- Realm
This property is required. string - Optional. The name of the on-cluster Kerberos realm. If not specified, the uppercased domain of hostnames will be the realm.
- Root
Principal Password Uri This property is required. string - Optional. The Cloud Storage URI of a KMS encrypted file containing the root principal password.
- Tgt
Lifetime Hours This property is required. int - Optional. The lifetime of the ticket granting ticket, in hours. If not specified, or user specifies 0, then default value 10 will be used.
- Truststore
Password Uri This property is required. string - Optional. The Cloud Storage URI of a KMS encrypted file containing the password to the user provided truststore. For the self-signed certificate, this password is generated by Dataproc.
- Truststore
Uri This property is required. string - Optional. The Cloud Storage URI of the truststore file used for SSL encryption. If not provided, Dataproc will provide a self-signed certificate.
- Cross
Realm Trust Admin Server This property is required. string - Optional. The admin server (IP or hostname) for the remote trusted realm in a cross realm trust relationship.
- Cross
Realm Trust Kdc This property is required. string - Optional. The KDC (IP or hostname) for the remote trusted realm in a cross realm trust relationship.
- Cross
Realm Trust Realm This property is required. string - Optional. The remote realm the Dataproc on-cluster KDC will trust, should the user enable cross realm trust.
This property is required. string- Optional. The Cloud Storage URI of a KMS encrypted file containing the shared password between the on-cluster Kerberos realm and the remote trusted realm, in a cross realm trust relationship.
- Enable
Kerberos This property is required. bool - Optional. Flag to indicate whether to Kerberize the cluster (default: false). Set this field to true to enable Kerberos on a cluster.
- Kdc
Db Key Uri This property is required. string - Optional. The Cloud Storage URI of a KMS encrypted file containing the master key of the KDC database.
- Key
Password Uri This property is required. string - Optional. The Cloud Storage URI of a KMS encrypted file containing the password to the user provided key. For the self-signed certificate, this password is generated by Dataproc.
- Keystore
Password Uri This property is required. string - Optional. The Cloud Storage URI of a KMS encrypted file containing the password to the user provided keystore. For the self-signed certificate, this password is generated by Dataproc.
- Keystore
Uri This property is required. string - Optional. The Cloud Storage URI of the keystore file used for SSL encryption. If not provided, Dataproc will provide a self-signed certificate.
- Kms
Key Uri This property is required. string - Optional. The uri of the KMS key used to encrypt various sensitive files.
- Realm
This property is required. string - Optional. The name of the on-cluster Kerberos realm. If not specified, the uppercased domain of hostnames will be the realm.
- Root
Principal Password Uri This property is required. string - Optional. The Cloud Storage URI of a KMS encrypted file containing the root principal password.
- Tgt
Lifetime Hours This property is required. int - Optional. The lifetime of the ticket granting ticket, in hours. If not specified, or user specifies 0, then default value 10 will be used.
- Truststore
Password Uri This property is required. string - Optional. The Cloud Storage URI of a KMS encrypted file containing the password to the user provided truststore. For the self-signed certificate, this password is generated by Dataproc.
- Truststore
Uri This property is required. string - Optional. The Cloud Storage URI of the truststore file used for SSL encryption. If not provided, Dataproc will provide a self-signed certificate.
- cross
Realm Trust Admin Server This property is required. String - Optional. The admin server (IP or hostname) for the remote trusted realm in a cross realm trust relationship.
- cross
Realm Trust Kdc This property is required. String - Optional. The KDC (IP or hostname) for the remote trusted realm in a cross realm trust relationship.
- cross
Realm Trust Realm This property is required. String - Optional. The remote realm the Dataproc on-cluster KDC will trust, should the user enable cross realm trust.
This property is required. String- Optional. The Cloud Storage URI of a KMS encrypted file containing the shared password between the on-cluster Kerberos realm and the remote trusted realm, in a cross realm trust relationship.
- enable
Kerberos This property is required. Boolean - Optional. Flag to indicate whether to Kerberize the cluster (default: false). Set this field to true to enable Kerberos on a cluster.
- kdc
Db Key Uri This property is required. String - Optional. The Cloud Storage URI of a KMS encrypted file containing the master key of the KDC database.
- key
Password Uri This property is required. String - Optional. The Cloud Storage URI of a KMS encrypted file containing the password to the user provided key. For the self-signed certificate, this password is generated by Dataproc.
- keystore
Password Uri This property is required. String - Optional. The Cloud Storage URI of a KMS encrypted file containing the password to the user provided keystore. For the self-signed certificate, this password is generated by Dataproc.
- keystore
Uri This property is required. String - Optional. The Cloud Storage URI of the keystore file used for SSL encryption. If not provided, Dataproc will provide a self-signed certificate.
- kms
Key Uri This property is required. String - Optional. The uri of the KMS key used to encrypt various sensitive files.
- realm
This property is required. String - Optional. The name of the on-cluster Kerberos realm. If not specified, the uppercased domain of hostnames will be the realm.
- root
Principal Password Uri This property is required. String - Optional. The Cloud Storage URI of a KMS encrypted file containing the root principal password.
- tgt
Lifetime Hours This property is required. Integer - Optional. The lifetime of the ticket granting ticket, in hours. If not specified, or user specifies 0, then default value 10 will be used.
- truststore
Password Uri This property is required. String - Optional. The Cloud Storage URI of a KMS encrypted file containing the password to the user provided truststore. For the self-signed certificate, this password is generated by Dataproc.
- truststore
Uri This property is required. String - Optional. The Cloud Storage URI of the truststore file used for SSL encryption. If not provided, Dataproc will provide a self-signed certificate.
- cross
Realm Trust Admin Server This property is required. string - Optional. The admin server (IP or hostname) for the remote trusted realm in a cross realm trust relationship.
- cross
Realm Trust Kdc This property is required. string - Optional. The KDC (IP or hostname) for the remote trusted realm in a cross realm trust relationship.
- cross
Realm Trust Realm This property is required. string - Optional. The remote realm the Dataproc on-cluster KDC will trust, should the user enable cross realm trust.
This property is required. string- Optional. The Cloud Storage URI of a KMS encrypted file containing the shared password between the on-cluster Kerberos realm and the remote trusted realm, in a cross realm trust relationship.
- enable
Kerberos This property is required. boolean - Optional. Flag to indicate whether to Kerberize the cluster (default: false). Set this field to true to enable Kerberos on a cluster.
- kdc
Db Key Uri This property is required. string - Optional. The Cloud Storage URI of a KMS encrypted file containing the master key of the KDC database.
- key
Password Uri This property is required. string - Optional. The Cloud Storage URI of a KMS encrypted file containing the password to the user provided key. For the self-signed certificate, this password is generated by Dataproc.
- keystore
Password Uri This property is required. string - Optional. The Cloud Storage URI of a KMS encrypted file containing the password to the user provided keystore. For the self-signed certificate, this password is generated by Dataproc.
- keystore
Uri This property is required. string - Optional. The Cloud Storage URI of the keystore file used for SSL encryption. If not provided, Dataproc will provide a self-signed certificate.
- kms
Key Uri This property is required. string - Optional. The uri of the KMS key used to encrypt various sensitive files.
- realm
This property is required. string - Optional. The name of the on-cluster Kerberos realm. If not specified, the uppercased domain of hostnames will be the realm.
- root
Principal Password Uri This property is required. string - Optional. The Cloud Storage URI of a KMS encrypted file containing the root principal password.
- tgt
Lifetime Hours This property is required. number - Optional. The lifetime of the ticket granting ticket, in hours. If not specified, or user specifies 0, then default value 10 will be used.
- truststore
Password Uri This property is required. string - Optional. The Cloud Storage URI of a KMS encrypted file containing the password to the user provided truststore. For the self-signed certificate, this password is generated by Dataproc.
- truststore
Uri This property is required. string - Optional. The Cloud Storage URI of the truststore file used for SSL encryption. If not provided, Dataproc will provide a self-signed certificate.
- cross_
realm_ trust_ admin_ server This property is required. str - Optional. The admin server (IP or hostname) for the remote trusted realm in a cross realm trust relationship.
- cross_
realm_ trust_ kdc This property is required. str - Optional. The KDC (IP or hostname) for the remote trusted realm in a cross realm trust relationship.
- cross_
realm_ trust_ realm This property is required. str - Optional. The remote realm the Dataproc on-cluster KDC will trust, should the user enable cross realm trust.
This property is required. str- Optional. The Cloud Storage URI of a KMS encrypted file containing the shared password between the on-cluster Kerberos realm and the remote trusted realm, in a cross realm trust relationship.
- enable_
kerberos This property is required. bool - Optional. Flag to indicate whether to Kerberize the cluster (default: false). Set this field to true to enable Kerberos on a cluster.
- kdc_
db_ key_ uri This property is required. str - Optional. The Cloud Storage URI of a KMS encrypted file containing the master key of the KDC database.
- key_
password_ uri This property is required. str - Optional. The Cloud Storage URI of a KMS encrypted file containing the password to the user provided key. For the self-signed certificate, this password is generated by Dataproc.
- keystore_
password_ uri This property is required. str - Optional. The Cloud Storage URI of a KMS encrypted file containing the password to the user provided keystore. For the self-signed certificate, this password is generated by Dataproc.
- keystore_
uri This property is required. str - Optional. The Cloud Storage URI of the keystore file used for SSL encryption. If not provided, Dataproc will provide a self-signed certificate.
- kms_
key_ uri This property is required. str - Optional. The uri of the KMS key used to encrypt various sensitive files.
- realm
This property is required. str - Optional. The name of the on-cluster Kerberos realm. If not specified, the uppercased domain of hostnames will be the realm.
- root_
principal_ password_ uri This property is required. str - Optional. The Cloud Storage URI of a KMS encrypted file containing the root principal password.
- tgt_
lifetime_ hours This property is required. int - Optional. The lifetime of the ticket granting ticket, in hours. If not specified, or user specifies 0, then default value 10 will be used.
- truststore_
password_ uri This property is required. str - Optional. The Cloud Storage URI of a KMS encrypted file containing the password to the user provided truststore. For the self-signed certificate, this password is generated by Dataproc.
- truststore_
uri This property is required. str - Optional. The Cloud Storage URI of the truststore file used for SSL encryption. If not provided, Dataproc will provide a self-signed certificate.
- cross
Realm Trust Admin Server This property is required. String - Optional. The admin server (IP or hostname) for the remote trusted realm in a cross realm trust relationship.
- cross
Realm Trust Kdc This property is required. String - Optional. The KDC (IP or hostname) for the remote trusted realm in a cross realm trust relationship.
- cross
Realm Trust Realm This property is required. String - Optional. The remote realm the Dataproc on-cluster KDC will trust, should the user enable cross realm trust.
This property is required. String- Optional. The Cloud Storage URI of a KMS encrypted file containing the shared password between the on-cluster Kerberos realm and the remote trusted realm, in a cross realm trust relationship.
- enable
Kerberos This property is required. Boolean - Optional. Flag to indicate whether to Kerberize the cluster (default: false). Set this field to true to enable Kerberos on a cluster.
- kdc
Db Key Uri This property is required. String - Optional. The Cloud Storage URI of a KMS encrypted file containing the master key of the KDC database.
- key
Password Uri This property is required. String - Optional. The Cloud Storage URI of a KMS encrypted file containing the password to the user provided key. For the self-signed certificate, this password is generated by Dataproc.
- keystore
Password Uri This property is required. String - Optional. The Cloud Storage URI of a KMS encrypted file containing the password to the user provided keystore. For the self-signed certificate, this password is generated by Dataproc.
- keystore
Uri This property is required. String - Optional. The Cloud Storage URI of the keystore file used for SSL encryption. If not provided, Dataproc will provide a self-signed certificate.
- kms
Key Uri This property is required. String - Optional. The uri of the KMS key used to encrypt various sensitive files.
- realm
This property is required. String - Optional. The name of the on-cluster Kerberos realm. If not specified, the uppercased domain of hostnames will be the realm.
- root
Principal Password Uri This property is required. String - Optional. The Cloud Storage URI of a KMS encrypted file containing the root principal password.
- tgt
Lifetime Hours This property is required. Number - Optional. The lifetime of the ticket granting ticket, in hours. If not specified, or user specifies 0, then default value 10 will be used.
- truststore
Password Uri This property is required. String - Optional. The Cloud Storage URI of a KMS encrypted file containing the password to the user provided truststore. For the self-signed certificate, this password is generated by Dataproc.
- truststore
Uri This property is required. String - Optional. The Cloud Storage URI of the truststore file used for SSL encryption. If not provided, Dataproc will provide a self-signed certificate.
KubernetesClusterConfig, KubernetesClusterConfigArgs
- Gke
Cluster Config This property is required. Pulumi.Google Native. Dataproc. V1. Inputs. Gke Cluster Config - The configuration for running the Dataproc cluster on GKE.
- Kubernetes
Namespace string - Optional. A namespace within the Kubernetes cluster to deploy into. If this namespace does not exist, it is created. If it exists, Dataproc verifies that another Dataproc VirtualCluster is not installed into it. If not specified, the name of the Dataproc Cluster is used.
- Kubernetes
Software Pulumi.Config Google Native. Dataproc. V1. Inputs. Kubernetes Software Config - Optional. The software configuration for this Dataproc cluster running on Kubernetes.
- Gke
Cluster Config This property is required. GkeCluster Config - The configuration for running the Dataproc cluster on GKE.
- Kubernetes
Namespace string - Optional. A namespace within the Kubernetes cluster to deploy into. If this namespace does not exist, it is created. If it exists, Dataproc verifies that another Dataproc VirtualCluster is not installed into it. If not specified, the name of the Dataproc Cluster is used.
- Kubernetes
Software KubernetesConfig Software Config - Optional. The software configuration for this Dataproc cluster running on Kubernetes.
- gke
Cluster Config This property is required. GkeCluster Config - The configuration for running the Dataproc cluster on GKE.
- kubernetes
Namespace String - Optional. A namespace within the Kubernetes cluster to deploy into. If this namespace does not exist, it is created. If it exists, Dataproc verifies that another Dataproc VirtualCluster is not installed into it. If not specified, the name of the Dataproc Cluster is used.
- kubernetes
Software KubernetesConfig Software Config - Optional. The software configuration for this Dataproc cluster running on Kubernetes.
- gke
Cluster Config This property is required. GkeCluster Config - The configuration for running the Dataproc cluster on GKE.
- kubernetes
Namespace string - Optional. A namespace within the Kubernetes cluster to deploy into. If this namespace does not exist, it is created. If it exists, Dataproc verifies that another Dataproc VirtualCluster is not installed into it. If not specified, the name of the Dataproc Cluster is used.
- kubernetes
Software KubernetesConfig Software Config - Optional. The software configuration for this Dataproc cluster running on Kubernetes.
- gke_
cluster_ config This property is required. GkeCluster Config - The configuration for running the Dataproc cluster on GKE.
- kubernetes_
namespace str - Optional. A namespace within the Kubernetes cluster to deploy into. If this namespace does not exist, it is created. If it exists, Dataproc verifies that another Dataproc VirtualCluster is not installed into it. If not specified, the name of the Dataproc Cluster is used.
- kubernetes_
software_ Kubernetesconfig Software Config - Optional. The software configuration for this Dataproc cluster running on Kubernetes.
- gke
Cluster Config This property is required. Property Map - The configuration for running the Dataproc cluster on GKE.
- kubernetes
Namespace String - Optional. A namespace within the Kubernetes cluster to deploy into. If this namespace does not exist, it is created. If it exists, Dataproc verifies that another Dataproc VirtualCluster is not installed into it. If not specified, the name of the Dataproc Cluster is used.
- kubernetes
Software Property MapConfig - Optional. The software configuration for this Dataproc cluster running on Kubernetes.
KubernetesClusterConfigResponse, KubernetesClusterConfigResponseArgs
- Gke
Cluster Config This property is required. Pulumi.Google Native. Dataproc. V1. Inputs. Gke Cluster Config Response - The configuration for running the Dataproc cluster on GKE.
- Kubernetes
Namespace This property is required. string - Optional. A namespace within the Kubernetes cluster to deploy into. If this namespace does not exist, it is created. If it exists, Dataproc verifies that another Dataproc VirtualCluster is not installed into it. If not specified, the name of the Dataproc Cluster is used.
- Kubernetes
Software Config This property is required. Pulumi.Google Native. Dataproc. V1. Inputs. Kubernetes Software Config Response - Optional. The software configuration for this Dataproc cluster running on Kubernetes.
- Gke
Cluster Config This property is required. GkeCluster Config Response - The configuration for running the Dataproc cluster on GKE.
- Kubernetes
Namespace This property is required. string - Optional. A namespace within the Kubernetes cluster to deploy into. If this namespace does not exist, it is created. If it exists, Dataproc verifies that another Dataproc VirtualCluster is not installed into it. If not specified, the name of the Dataproc Cluster is used.
- Kubernetes
Software Config This property is required. KubernetesSoftware Config Response - Optional. The software configuration for this Dataproc cluster running on Kubernetes.
- gke
Cluster Config This property is required. GkeCluster Config Response - The configuration for running the Dataproc cluster on GKE.
- kubernetes
Namespace This property is required. String - Optional. A namespace within the Kubernetes cluster to deploy into. If this namespace does not exist, it is created. If it exists, Dataproc verifies that another Dataproc VirtualCluster is not installed into it. If not specified, the name of the Dataproc Cluster is used.
- kubernetes
Software Config This property is required. KubernetesSoftware Config Response - Optional. The software configuration for this Dataproc cluster running on Kubernetes.
- gke
Cluster Config This property is required. GkeCluster Config Response - The configuration for running the Dataproc cluster on GKE.
- kubernetes
Namespace This property is required. string - Optional. A namespace within the Kubernetes cluster to deploy into. If this namespace does not exist, it is created. If it exists, Dataproc verifies that another Dataproc VirtualCluster is not installed into it. If not specified, the name of the Dataproc Cluster is used.
- kubernetes
Software Config This property is required. KubernetesSoftware Config Response - Optional. The software configuration for this Dataproc cluster running on Kubernetes.
- gke_
cluster_ config This property is required. GkeCluster Config Response - The configuration for running the Dataproc cluster on GKE.
- kubernetes_
namespace This property is required. str - Optional. A namespace within the Kubernetes cluster to deploy into. If this namespace does not exist, it is created. If it exists, Dataproc verifies that another Dataproc VirtualCluster is not installed into it. If not specified, the name of the Dataproc Cluster is used.
- kubernetes_
software_ config This property is required. KubernetesSoftware Config Response - Optional. The software configuration for this Dataproc cluster running on Kubernetes.
- gke
Cluster Config This property is required. Property Map - The configuration for running the Dataproc cluster on GKE.
- kubernetes
Namespace This property is required. String - Optional. A namespace within the Kubernetes cluster to deploy into. If this namespace does not exist, it is created. If it exists, Dataproc verifies that another Dataproc VirtualCluster is not installed into it. If not specified, the name of the Dataproc Cluster is used.
- kubernetes
Software Config This property is required. Property Map - Optional. The software configuration for this Dataproc cluster running on Kubernetes.
KubernetesSoftwareConfig, KubernetesSoftwareConfigArgs
- Component
Version Dictionary<string, string> - The components that should be installed in this Dataproc cluster. The key must be a string from the KubernetesComponent enumeration. The value is the version of the software to be installed. At least one entry must be specified.
- Properties Dictionary<string, string>
- The properties to set on daemon config files.Property keys are specified in prefix:property format, for example spark:spark.kubernetes.container.image. The following are supported prefixes and their mappings: spark: spark-defaults.confFor more information, see Cluster properties (https://cloud.google.com/dataproc/docs/concepts/cluster-properties).
- Component
Version map[string]string - The components that should be installed in this Dataproc cluster. The key must be a string from the KubernetesComponent enumeration. The value is the version of the software to be installed. At least one entry must be specified.
- Properties map[string]string
- The properties to set on daemon config files.Property keys are specified in prefix:property format, for example spark:spark.kubernetes.container.image. The following are supported prefixes and their mappings: spark: spark-defaults.confFor more information, see Cluster properties (https://cloud.google.com/dataproc/docs/concepts/cluster-properties).
- component
Version Map<String,String> - The components that should be installed in this Dataproc cluster. The key must be a string from the KubernetesComponent enumeration. The value is the version of the software to be installed. At least one entry must be specified.
- properties Map<String,String>
- The properties to set on daemon config files.Property keys are specified in prefix:property format, for example spark:spark.kubernetes.container.image. The following are supported prefixes and their mappings: spark: spark-defaults.confFor more information, see Cluster properties (https://cloud.google.com/dataproc/docs/concepts/cluster-properties).
- component
Version {[key: string]: string} - The components that should be installed in this Dataproc cluster. The key must be a string from the KubernetesComponent enumeration. The value is the version of the software to be installed. At least one entry must be specified.
- properties {[key: string]: string}
- The properties to set on daemon config files.Property keys are specified in prefix:property format, for example spark:spark.kubernetes.container.image. The following are supported prefixes and their mappings: spark: spark-defaults.confFor more information, see Cluster properties (https://cloud.google.com/dataproc/docs/concepts/cluster-properties).
- component_
version Mapping[str, str] - The components that should be installed in this Dataproc cluster. The key must be a string from the KubernetesComponent enumeration. The value is the version of the software to be installed. At least one entry must be specified.
- properties Mapping[str, str]
- The properties to set on daemon config files.Property keys are specified in prefix:property format, for example spark:spark.kubernetes.container.image. The following are supported prefixes and their mappings: spark: spark-defaults.confFor more information, see Cluster properties (https://cloud.google.com/dataproc/docs/concepts/cluster-properties).
- component
Version Map<String> - The components that should be installed in this Dataproc cluster. The key must be a string from the KubernetesComponent enumeration. The value is the version of the software to be installed. At least one entry must be specified.
- properties Map<String>
- The properties to set on daemon config files.Property keys are specified in prefix:property format, for example spark:spark.kubernetes.container.image. The following are supported prefixes and their mappings: spark: spark-defaults.confFor more information, see Cluster properties (https://cloud.google.com/dataproc/docs/concepts/cluster-properties).
KubernetesSoftwareConfigResponse, KubernetesSoftwareConfigResponseArgs
- Component
Version This property is required. Dictionary<string, string> - The components that should be installed in this Dataproc cluster. The key must be a string from the KubernetesComponent enumeration. The value is the version of the software to be installed. At least one entry must be specified.
- Properties
This property is required. Dictionary<string, string> - The properties to set on daemon config files.Property keys are specified in prefix:property format, for example spark:spark.kubernetes.container.image. The following are supported prefixes and their mappings: spark: spark-defaults.confFor more information, see Cluster properties (https://cloud.google.com/dataproc/docs/concepts/cluster-properties).
- Component
Version This property is required. map[string]string - The components that should be installed in this Dataproc cluster. The key must be a string from the KubernetesComponent enumeration. The value is the version of the software to be installed. At least one entry must be specified.
- Properties
This property is required. map[string]string - The properties to set on daemon config files.Property keys are specified in prefix:property format, for example spark:spark.kubernetes.container.image. The following are supported prefixes and their mappings: spark: spark-defaults.confFor more information, see Cluster properties (https://cloud.google.com/dataproc/docs/concepts/cluster-properties).
- component
Version This property is required. Map<String,String> - The components that should be installed in this Dataproc cluster. The key must be a string from the KubernetesComponent enumeration. The value is the version of the software to be installed. At least one entry must be specified.
- properties
This property is required. Map<String,String> - The properties to set on daemon config files.Property keys are specified in prefix:property format, for example spark:spark.kubernetes.container.image. The following are supported prefixes and their mappings: spark: spark-defaults.confFor more information, see Cluster properties (https://cloud.google.com/dataproc/docs/concepts/cluster-properties).
- component
Version This property is required. {[key: string]: string} - The components that should be installed in this Dataproc cluster. The key must be a string from the KubernetesComponent enumeration. The value is the version of the software to be installed. At least one entry must be specified.
- properties
This property is required. {[key: string]: string} - The properties to set on daemon config files.Property keys are specified in prefix:property format, for example spark:spark.kubernetes.container.image. The following are supported prefixes and their mappings: spark: spark-defaults.confFor more information, see Cluster properties (https://cloud.google.com/dataproc/docs/concepts/cluster-properties).
- component_
version This property is required. Mapping[str, str] - The components that should be installed in this Dataproc cluster. The key must be a string from the KubernetesComponent enumeration. The value is the version of the software to be installed. At least one entry must be specified.
- properties
This property is required. Mapping[str, str] - The properties to set on daemon config files.Property keys are specified in prefix:property format, for example spark:spark.kubernetes.container.image. The following are supported prefixes and their mappings: spark: spark-defaults.confFor more information, see Cluster properties (https://cloud.google.com/dataproc/docs/concepts/cluster-properties).
- component
Version This property is required. Map<String> - The components that should be installed in this Dataproc cluster. The key must be a string from the KubernetesComponent enumeration. The value is the version of the software to be installed. At least one entry must be specified.
- properties
This property is required. Map<String> - The properties to set on daemon config files.Property keys are specified in prefix:property format, for example spark:spark.kubernetes.container.image. The following are supported prefixes and their mappings: spark: spark-defaults.confFor more information, see Cluster properties (https://cloud.google.com/dataproc/docs/concepts/cluster-properties).
LifecycleConfig, LifecycleConfigArgs
- Auto
Delete stringTime - Optional. The time when cluster will be auto-deleted (see JSON representation of Timestamp (https://developers.google.com/protocol-buffers/docs/proto3#json)).
- Auto
Delete stringTtl - Optional. The lifetime duration of cluster. The cluster will be auto-deleted at the end of this period. Minimum value is 10 minutes; maximum value is 14 days (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).
- Idle
Delete stringTtl - Optional. The duration to keep the cluster alive while idling (when no jobs are running). Passing this threshold will cause the cluster to be deleted. Minimum value is 5 minutes; maximum value is 14 days (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).
- Auto
Delete stringTime - Optional. The time when cluster will be auto-deleted (see JSON representation of Timestamp (https://developers.google.com/protocol-buffers/docs/proto3#json)).
- Auto
Delete stringTtl - Optional. The lifetime duration of cluster. The cluster will be auto-deleted at the end of this period. Minimum value is 10 minutes; maximum value is 14 days (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).
- Idle
Delete stringTtl - Optional. The duration to keep the cluster alive while idling (when no jobs are running). Passing this threshold will cause the cluster to be deleted. Minimum value is 5 minutes; maximum value is 14 days (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).
- auto
Delete StringTime - Optional. The time when cluster will be auto-deleted (see JSON representation of Timestamp (https://developers.google.com/protocol-buffers/docs/proto3#json)).
- auto
Delete StringTtl - Optional. The lifetime duration of cluster. The cluster will be auto-deleted at the end of this period. Minimum value is 10 minutes; maximum value is 14 days (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).
- idle
Delete StringTtl - Optional. The duration to keep the cluster alive while idling (when no jobs are running). Passing this threshold will cause the cluster to be deleted. Minimum value is 5 minutes; maximum value is 14 days (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).
- auto
Delete stringTime - Optional. The time when cluster will be auto-deleted (see JSON representation of Timestamp (https://developers.google.com/protocol-buffers/docs/proto3#json)).
- auto
Delete stringTtl - Optional. The lifetime duration of cluster. The cluster will be auto-deleted at the end of this period. Minimum value is 10 minutes; maximum value is 14 days (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).
- idle
Delete stringTtl - Optional. The duration to keep the cluster alive while idling (when no jobs are running). Passing this threshold will cause the cluster to be deleted. Minimum value is 5 minutes; maximum value is 14 days (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).
- auto_
delete_ strtime - Optional. The time when cluster will be auto-deleted (see JSON representation of Timestamp (https://developers.google.com/protocol-buffers/docs/proto3#json)).
- auto_
delete_ strttl - Optional. The lifetime duration of cluster. The cluster will be auto-deleted at the end of this period. Minimum value is 10 minutes; maximum value is 14 days (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).
- idle_
delete_ strttl - Optional. The duration to keep the cluster alive while idling (when no jobs are running). Passing this threshold will cause the cluster to be deleted. Minimum value is 5 minutes; maximum value is 14 days (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).
- auto
Delete StringTime - Optional. The time when cluster will be auto-deleted (see JSON representation of Timestamp (https://developers.google.com/protocol-buffers/docs/proto3#json)).
- auto
Delete StringTtl - Optional. The lifetime duration of cluster. The cluster will be auto-deleted at the end of this period. Minimum value is 10 minutes; maximum value is 14 days (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).
- idle
Delete StringTtl - Optional. The duration to keep the cluster alive while idling (when no jobs are running). Passing this threshold will cause the cluster to be deleted. Minimum value is 5 minutes; maximum value is 14 days (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).
LifecycleConfigResponse, LifecycleConfigResponseArgs
- Auto
Delete Time This property is required. string - Optional. The time when cluster will be auto-deleted (see JSON representation of Timestamp (https://developers.google.com/protocol-buffers/docs/proto3#json)).
- Auto
Delete Ttl This property is required. string - Optional. The lifetime duration of cluster. The cluster will be auto-deleted at the end of this period. Minimum value is 10 minutes; maximum value is 14 days (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).
- Idle
Delete Ttl This property is required. string - Optional. The duration to keep the cluster alive while idling (when no jobs are running). Passing this threshold will cause the cluster to be deleted. Minimum value is 5 minutes; maximum value is 14 days (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).
- Idle
Start Time This property is required. string - The time when cluster became idle (most recent job finished) and became eligible for deletion due to idleness (see JSON representation of Timestamp (https://developers.google.com/protocol-buffers/docs/proto3#json)).
- Auto
Delete Time This property is required. string - Optional. The time when cluster will be auto-deleted (see JSON representation of Timestamp (https://developers.google.com/protocol-buffers/docs/proto3#json)).
- Auto
Delete Ttl This property is required. string - Optional. The lifetime duration of cluster. The cluster will be auto-deleted at the end of this period. Minimum value is 10 minutes; maximum value is 14 days (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).
- Idle
Delete Ttl This property is required. string - Optional. The duration to keep the cluster alive while idling (when no jobs are running). Passing this threshold will cause the cluster to be deleted. Minimum value is 5 minutes; maximum value is 14 days (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).
- Idle
Start Time This property is required. string - The time when cluster became idle (most recent job finished) and became eligible for deletion due to idleness (see JSON representation of Timestamp (https://developers.google.com/protocol-buffers/docs/proto3#json)).
- auto
Delete Time This property is required. String - Optional. The time when cluster will be auto-deleted (see JSON representation of Timestamp (https://developers.google.com/protocol-buffers/docs/proto3#json)).
- auto
Delete Ttl This property is required. String - Optional. The lifetime duration of cluster. The cluster will be auto-deleted at the end of this period. Minimum value is 10 minutes; maximum value is 14 days (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).
- idle
Delete Ttl This property is required. String - Optional. The duration to keep the cluster alive while idling (when no jobs are running). Passing this threshold will cause the cluster to be deleted. Minimum value is 5 minutes; maximum value is 14 days (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).
- idle
Start Time This property is required. String - The time when cluster became idle (most recent job finished) and became eligible for deletion due to idleness (see JSON representation of Timestamp (https://developers.google.com/protocol-buffers/docs/proto3#json)).
- auto
Delete Time This property is required. string - Optional. The time when cluster will be auto-deleted (see JSON representation of Timestamp (https://developers.google.com/protocol-buffers/docs/proto3#json)).
- auto
Delete Ttl This property is required. string - Optional. The lifetime duration of cluster. The cluster will be auto-deleted at the end of this period. Minimum value is 10 minutes; maximum value is 14 days (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).
- idle
Delete Ttl This property is required. string - Optional. The duration to keep the cluster alive while idling (when no jobs are running). Passing this threshold will cause the cluster to be deleted. Minimum value is 5 minutes; maximum value is 14 days (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).
- idle
Start Time This property is required. string - The time when cluster became idle (most recent job finished) and became eligible for deletion due to idleness (see JSON representation of Timestamp (https://developers.google.com/protocol-buffers/docs/proto3#json)).
- auto_
delete_ time This property is required. str - Optional. The time when cluster will be auto-deleted (see JSON representation of Timestamp (https://developers.google.com/protocol-buffers/docs/proto3#json)).
- auto_
delete_ ttl This property is required. str - Optional. The lifetime duration of cluster. The cluster will be auto-deleted at the end of this period. Minimum value is 10 minutes; maximum value is 14 days (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).
- idle_
delete_ ttl This property is required. str - Optional. The duration to keep the cluster alive while idling (when no jobs are running). Passing this threshold will cause the cluster to be deleted. Minimum value is 5 minutes; maximum value is 14 days (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).
- idle_
start_ time This property is required. str - The time when cluster became idle (most recent job finished) and became eligible for deletion due to idleness (see JSON representation of Timestamp (https://developers.google.com/protocol-buffers/docs/proto3#json)).
- auto
Delete Time This property is required. String - Optional. The time when cluster will be auto-deleted (see JSON representation of Timestamp (https://developers.google.com/protocol-buffers/docs/proto3#json)).
- auto
Delete Ttl This property is required. String - Optional. The lifetime duration of cluster. The cluster will be auto-deleted at the end of this period. Minimum value is 10 minutes; maximum value is 14 days (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).
- idle
Delete Ttl This property is required. String - Optional. The duration to keep the cluster alive while idling (when no jobs are running). Passing this threshold will cause the cluster to be deleted. Minimum value is 5 minutes; maximum value is 14 days (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).
- idle
Start Time This property is required. String - The time when cluster became idle (most recent job finished) and became eligible for deletion due to idleness (see JSON representation of Timestamp (https://developers.google.com/protocol-buffers/docs/proto3#json)).
ManagedGroupConfigResponse, ManagedGroupConfigResponseArgs
- Instance
Group Manager Name This property is required. string - The name of the Instance Group Manager for this group.
- Instance
Group Manager Uri This property is required. string - The partial URI to the instance group manager for this group. E.g. projects/my-project/regions/us-central1/instanceGroupManagers/my-igm.
- Instance
Template Name This property is required. string - The name of the Instance Template used for the Managed Instance Group.
- Instance
Group Manager Name This property is required. string - The name of the Instance Group Manager for this group.
- Instance
Group Manager Uri This property is required. string - The partial URI to the instance group manager for this group. E.g. projects/my-project/regions/us-central1/instanceGroupManagers/my-igm.
- Instance
Template Name This property is required. string - The name of the Instance Template used for the Managed Instance Group.
- instance
Group Manager Name This property is required. String - The name of the Instance Group Manager for this group.
- instance
Group Manager Uri This property is required. String - The partial URI to the instance group manager for this group. E.g. projects/my-project/regions/us-central1/instanceGroupManagers/my-igm.
- instance
Template Name This property is required. String - The name of the Instance Template used for the Managed Instance Group.
- instance
Group Manager Name This property is required. string - The name of the Instance Group Manager for this group.
- instance
Group Manager Uri This property is required. string - The partial URI to the instance group manager for this group. E.g. projects/my-project/regions/us-central1/instanceGroupManagers/my-igm.
- instance
Template Name This property is required. string - The name of the Instance Template used for the Managed Instance Group.
- instance_
group_ manager_ name This property is required. str - The name of the Instance Group Manager for this group.
- instance_
group_ manager_ uri This property is required. str - The partial URI to the instance group manager for this group. E.g. projects/my-project/regions/us-central1/instanceGroupManagers/my-igm.
- instance_
template_ name This property is required. str - The name of the Instance Template used for the Managed Instance Group.
- instance
Group Manager Name This property is required. String - The name of the Instance Group Manager for this group.
- instance
Group Manager Uri This property is required. String - The partial URI to the instance group manager for this group. E.g. projects/my-project/regions/us-central1/instanceGroupManagers/my-igm.
- instance
Template Name This property is required. String - The name of the Instance Template used for the Managed Instance Group.
MetastoreConfig, MetastoreConfigArgs
- Dataproc
Metastore Service This property is required. string - Resource name of an existing Dataproc Metastore service.Example: projects/[project_id]/locations/[dataproc_region]/services/[service-name]
- Dataproc
Metastore Service This property is required. string - Resource name of an existing Dataproc Metastore service.Example: projects/[project_id]/locations/[dataproc_region]/services/[service-name]
- dataproc
Metastore Service This property is required. String - Resource name of an existing Dataproc Metastore service.Example: projects/[project_id]/locations/[dataproc_region]/services/[service-name]
- dataproc
Metastore Service This property is required. string - Resource name of an existing Dataproc Metastore service.Example: projects/[project_id]/locations/[dataproc_region]/services/[service-name]
- dataproc_
metastore_ service This property is required. str - Resource name of an existing Dataproc Metastore service.Example: projects/[project_id]/locations/[dataproc_region]/services/[service-name]
- dataproc
Metastore Service This property is required. String - Resource name of an existing Dataproc Metastore service.Example: projects/[project_id]/locations/[dataproc_region]/services/[service-name]
MetastoreConfigResponse, MetastoreConfigResponseArgs
- Dataproc
Metastore Service This property is required. string - Resource name of an existing Dataproc Metastore service.Example: projects/[project_id]/locations/[dataproc_region]/services/[service-name]
- Dataproc
Metastore Service This property is required. string - Resource name of an existing Dataproc Metastore service.Example: projects/[project_id]/locations/[dataproc_region]/services/[service-name]
- dataproc
Metastore Service This property is required. String - Resource name of an existing Dataproc Metastore service.Example: projects/[project_id]/locations/[dataproc_region]/services/[service-name]
- dataproc
Metastore Service This property is required. string - Resource name of an existing Dataproc Metastore service.Example: projects/[project_id]/locations/[dataproc_region]/services/[service-name]
- dataproc_
metastore_ service This property is required. str - Resource name of an existing Dataproc Metastore service.Example: projects/[project_id]/locations/[dataproc_region]/services/[service-name]
- dataproc
Metastore Service This property is required. String - Resource name of an existing Dataproc Metastore service.Example: projects/[project_id]/locations/[dataproc_region]/services/[service-name]
Metric, MetricArgs
- Metric
Source This property is required. Pulumi.Google Native. Dataproc. V1. Metric Metric Source - A standard set of metrics is collected unless metricOverrides are specified for the metric source (see Custom metrics (https://cloud.google.com/dataproc/docs/guides/dataproc-metrics#custom_metrics) for more information).
- Metric
Overrides List<string> - Optional. Specify one or more Custom metrics (https://cloud.google.com/dataproc/docs/guides/dataproc-metrics#custom_metrics) to collect for the metric course (for the SPARK metric source (any Spark metric (https://spark.apache.org/docs/latest/monitoring.html#metrics) can be specified).Provide metrics in the following format: METRIC_SOURCE: INSTANCE:GROUP:METRIC Use camelcase as appropriate.Examples: yarn:ResourceManager:QueueMetrics:AppsCompleted spark:driver:DAGScheduler:job.allJobs sparkHistoryServer:JVM:Memory:NonHeapMemoryUsage.committed hiveserver2:JVM:Memory:NonHeapMemoryUsage.used Notes: Only the specified overridden metrics are collected for the metric source. For example, if one or more spark:executive metrics are listed as metric overrides, other SPARK metrics are not collected. The collection of the metrics for other enabled custom metric sources is unaffected. For example, if both SPARK andd YARN metric sources are enabled, and overrides are provided for Spark metrics only, all YARN metrics are collected.
- Metric
Source This property is required. MetricMetric Source - A standard set of metrics is collected unless metricOverrides are specified for the metric source (see Custom metrics (https://cloud.google.com/dataproc/docs/guides/dataproc-metrics#custom_metrics) for more information).
- Metric
Overrides []string - Optional. Specify one or more Custom metrics (https://cloud.google.com/dataproc/docs/guides/dataproc-metrics#custom_metrics) to collect for the metric course (for the SPARK metric source (any Spark metric (https://spark.apache.org/docs/latest/monitoring.html#metrics) can be specified).Provide metrics in the following format: METRIC_SOURCE: INSTANCE:GROUP:METRIC Use camelcase as appropriate.Examples: yarn:ResourceManager:QueueMetrics:AppsCompleted spark:driver:DAGScheduler:job.allJobs sparkHistoryServer:JVM:Memory:NonHeapMemoryUsage.committed hiveserver2:JVM:Memory:NonHeapMemoryUsage.used Notes: Only the specified overridden metrics are collected for the metric source. For example, if one or more spark:executive metrics are listed as metric overrides, other SPARK metrics are not collected. The collection of the metrics for other enabled custom metric sources is unaffected. For example, if both SPARK andd YARN metric sources are enabled, and overrides are provided for Spark metrics only, all YARN metrics are collected.
- metric
Source This property is required. MetricMetric Source - A standard set of metrics is collected unless metricOverrides are specified for the metric source (see Custom metrics (https://cloud.google.com/dataproc/docs/guides/dataproc-metrics#custom_metrics) for more information).
- metric
Overrides List<String> - Optional. Specify one or more Custom metrics (https://cloud.google.com/dataproc/docs/guides/dataproc-metrics#custom_metrics) to collect for the metric course (for the SPARK metric source (any Spark metric (https://spark.apache.org/docs/latest/monitoring.html#metrics) can be specified).Provide metrics in the following format: METRIC_SOURCE: INSTANCE:GROUP:METRIC Use camelcase as appropriate.Examples: yarn:ResourceManager:QueueMetrics:AppsCompleted spark:driver:DAGScheduler:job.allJobs sparkHistoryServer:JVM:Memory:NonHeapMemoryUsage.committed hiveserver2:JVM:Memory:NonHeapMemoryUsage.used Notes: Only the specified overridden metrics are collected for the metric source. For example, if one or more spark:executive metrics are listed as metric overrides, other SPARK metrics are not collected. The collection of the metrics for other enabled custom metric sources is unaffected. For example, if both SPARK andd YARN metric sources are enabled, and overrides are provided for Spark metrics only, all YARN metrics are collected.
- metric
Source This property is required. MetricMetric Source - A standard set of metrics is collected unless metricOverrides are specified for the metric source (see Custom metrics (https://cloud.google.com/dataproc/docs/guides/dataproc-metrics#custom_metrics) for more information).
- metric
Overrides string[] - Optional. Specify one or more Custom metrics (https://cloud.google.com/dataproc/docs/guides/dataproc-metrics#custom_metrics) to collect for the metric course (for the SPARK metric source (any Spark metric (https://spark.apache.org/docs/latest/monitoring.html#metrics) can be specified).Provide metrics in the following format: METRIC_SOURCE: INSTANCE:GROUP:METRIC Use camelcase as appropriate.Examples: yarn:ResourceManager:QueueMetrics:AppsCompleted spark:driver:DAGScheduler:job.allJobs sparkHistoryServer:JVM:Memory:NonHeapMemoryUsage.committed hiveserver2:JVM:Memory:NonHeapMemoryUsage.used Notes: Only the specified overridden metrics are collected for the metric source. For example, if one or more spark:executive metrics are listed as metric overrides, other SPARK metrics are not collected. The collection of the metrics for other enabled custom metric sources is unaffected. For example, if both SPARK andd YARN metric sources are enabled, and overrides are provided for Spark metrics only, all YARN metrics are collected.
- metric_
source This property is required. MetricMetric Source - A standard set of metrics is collected unless metricOverrides are specified for the metric source (see Custom metrics (https://cloud.google.com/dataproc/docs/guides/dataproc-metrics#custom_metrics) for more information).
- metric_
overrides Sequence[str] - Optional. Specify one or more Custom metrics (https://cloud.google.com/dataproc/docs/guides/dataproc-metrics#custom_metrics) to collect for the metric course (for the SPARK metric source (any Spark metric (https://spark.apache.org/docs/latest/monitoring.html#metrics) can be specified).Provide metrics in the following format: METRIC_SOURCE: INSTANCE:GROUP:METRIC Use camelcase as appropriate.Examples: yarn:ResourceManager:QueueMetrics:AppsCompleted spark:driver:DAGScheduler:job.allJobs sparkHistoryServer:JVM:Memory:NonHeapMemoryUsage.committed hiveserver2:JVM:Memory:NonHeapMemoryUsage.used Notes: Only the specified overridden metrics are collected for the metric source. For example, if one or more spark:executive metrics are listed as metric overrides, other SPARK metrics are not collected. The collection of the metrics for other enabled custom metric sources is unaffected. For example, if both SPARK andd YARN metric sources are enabled, and overrides are provided for Spark metrics only, all YARN metrics are collected.
- metric
Source This property is required. "METRIC_SOURCE_UNSPECIFIED" | "MONITORING_AGENT_DEFAULTS" | "HDFS" | "SPARK" | "YARN" | "SPARK_HISTORY_SERVER" | "HIVESERVER2" | "HIVEMETASTORE" | "FLINK" - A standard set of metrics is collected unless metricOverrides are specified for the metric source (see Custom metrics (https://cloud.google.com/dataproc/docs/guides/dataproc-metrics#custom_metrics) for more information).
- metric
Overrides List<String> - Optional. Specify one or more Custom metrics (https://cloud.google.com/dataproc/docs/guides/dataproc-metrics#custom_metrics) to collect for the metric course (for the SPARK metric source (any Spark metric (https://spark.apache.org/docs/latest/monitoring.html#metrics) can be specified).Provide metrics in the following format: METRIC_SOURCE: INSTANCE:GROUP:METRIC Use camelcase as appropriate.Examples: yarn:ResourceManager:QueueMetrics:AppsCompleted spark:driver:DAGScheduler:job.allJobs sparkHistoryServer:JVM:Memory:NonHeapMemoryUsage.committed hiveserver2:JVM:Memory:NonHeapMemoryUsage.used Notes: Only the specified overridden metrics are collected for the metric source. For example, if one or more spark:executive metrics are listed as metric overrides, other SPARK metrics are not collected. The collection of the metrics for other enabled custom metric sources is unaffected. For example, if both SPARK andd YARN metric sources are enabled, and overrides are provided for Spark metrics only, all YARN metrics are collected.
MetricMetricSource, MetricMetricSourceArgs
- Metric
Source Unspecified - METRIC_SOURCE_UNSPECIFIEDRequired unspecified metric source.
- Monitoring
Agent Defaults - MONITORING_AGENT_DEFAULTSMonitoring agent metrics. If this source is enabled, Dataproc enables the monitoring agent in Compute Engine, and collects monitoring agent metrics, which are published with an agent.googleapis.com prefix.
- Hdfs
- HDFSHDFS metric source.
- Spark
- SPARKSpark metric source.
- Yarn
- YARNYARN metric source.
- Spark
History Server - SPARK_HISTORY_SERVERSpark History Server metric source.
- Hiveserver2
- HIVESERVER2Hiveserver2 metric source.
- Hivemetastore
- HIVEMETASTOREhivemetastore metric source
- Flink
- FLINKflink metric source
- Metric
Metric Source Metric Source Unspecified - METRIC_SOURCE_UNSPECIFIEDRequired unspecified metric source.
- Metric
Metric Source Monitoring Agent Defaults - MONITORING_AGENT_DEFAULTSMonitoring agent metrics. If this source is enabled, Dataproc enables the monitoring agent in Compute Engine, and collects monitoring agent metrics, which are published with an agent.googleapis.com prefix.
- Metric
Metric Source Hdfs - HDFSHDFS metric source.
- Metric
Metric Source Spark - SPARKSpark metric source.
- Metric
Metric Source Yarn - YARNYARN metric source.
- Metric
Metric Source Spark History Server - SPARK_HISTORY_SERVERSpark History Server metric source.
- Metric
Metric Source Hiveserver2 - HIVESERVER2Hiveserver2 metric source.
- Metric
Metric Source Hivemetastore - HIVEMETASTOREhivemetastore metric source
- Metric
Metric Source Flink - FLINKflink metric source
- Metric
Source Unspecified - METRIC_SOURCE_UNSPECIFIEDRequired unspecified metric source.
- Monitoring
Agent Defaults - MONITORING_AGENT_DEFAULTSMonitoring agent metrics. If this source is enabled, Dataproc enables the monitoring agent in Compute Engine, and collects monitoring agent metrics, which are published with an agent.googleapis.com prefix.
- Hdfs
- HDFSHDFS metric source.
- Spark
- SPARKSpark metric source.
- Yarn
- YARNYARN metric source.
- Spark
History Server - SPARK_HISTORY_SERVERSpark History Server metric source.
- Hiveserver2
- HIVESERVER2Hiveserver2 metric source.
- Hivemetastore
- HIVEMETASTOREhivemetastore metric source
- Flink
- FLINKflink metric source
- Metric
Source Unspecified - METRIC_SOURCE_UNSPECIFIEDRequired unspecified metric source.
- Monitoring
Agent Defaults - MONITORING_AGENT_DEFAULTSMonitoring agent metrics. If this source is enabled, Dataproc enables the monitoring agent in Compute Engine, and collects monitoring agent metrics, which are published with an agent.googleapis.com prefix.
- Hdfs
- HDFSHDFS metric source.
- Spark
- SPARKSpark metric source.
- Yarn
- YARNYARN metric source.
- Spark
History Server - SPARK_HISTORY_SERVERSpark History Server metric source.
- Hiveserver2
- HIVESERVER2Hiveserver2 metric source.
- Hivemetastore
- HIVEMETASTOREhivemetastore metric source
- Flink
- FLINKflink metric source
- METRIC_SOURCE_UNSPECIFIED
- METRIC_SOURCE_UNSPECIFIEDRequired unspecified metric source.
- MONITORING_AGENT_DEFAULTS
- MONITORING_AGENT_DEFAULTSMonitoring agent metrics. If this source is enabled, Dataproc enables the monitoring agent in Compute Engine, and collects monitoring agent metrics, which are published with an agent.googleapis.com prefix.
- HDFS
- HDFSHDFS metric source.
- SPARK
- SPARKSpark metric source.
- YARN
- YARNYARN metric source.
- SPARK_HISTORY_SERVER
- SPARK_HISTORY_SERVERSpark History Server metric source.
- HIVESERVER2
- HIVESERVER2Hiveserver2 metric source.
- HIVEMETASTORE
- HIVEMETASTOREhivemetastore metric source
- FLINK
- FLINKflink metric source
- "METRIC_SOURCE_UNSPECIFIED"
- METRIC_SOURCE_UNSPECIFIEDRequired unspecified metric source.
- "MONITORING_AGENT_DEFAULTS"
- MONITORING_AGENT_DEFAULTSMonitoring agent metrics. If this source is enabled, Dataproc enables the monitoring agent in Compute Engine, and collects monitoring agent metrics, which are published with an agent.googleapis.com prefix.
- "HDFS"
- HDFSHDFS metric source.
- "SPARK"
- SPARKSpark metric source.
- "YARN"
- YARNYARN metric source.
- "SPARK_HISTORY_SERVER"
- SPARK_HISTORY_SERVERSpark History Server metric source.
- "HIVESERVER2"
- HIVESERVER2Hiveserver2 metric source.
- "HIVEMETASTORE"
- HIVEMETASTOREhivemetastore metric source
- "FLINK"
- FLINKflink metric source
MetricResponse, MetricResponseArgs
- Metric
Overrides This property is required. List<string> - Optional. Specify one or more Custom metrics (https://cloud.google.com/dataproc/docs/guides/dataproc-metrics#custom_metrics) to collect for the metric course (for the SPARK metric source (any Spark metric (https://spark.apache.org/docs/latest/monitoring.html#metrics) can be specified).Provide metrics in the following format: METRIC_SOURCE: INSTANCE:GROUP:METRIC Use camelcase as appropriate.Examples: yarn:ResourceManager:QueueMetrics:AppsCompleted spark:driver:DAGScheduler:job.allJobs sparkHistoryServer:JVM:Memory:NonHeapMemoryUsage.committed hiveserver2:JVM:Memory:NonHeapMemoryUsage.used Notes: Only the specified overridden metrics are collected for the metric source. For example, if one or more spark:executive metrics are listed as metric overrides, other SPARK metrics are not collected. The collection of the metrics for other enabled custom metric sources is unaffected. For example, if both SPARK andd YARN metric sources are enabled, and overrides are provided for Spark metrics only, all YARN metrics are collected.
- Metric
Source This property is required. string - A standard set of metrics is collected unless metricOverrides are specified for the metric source (see Custom metrics (https://cloud.google.com/dataproc/docs/guides/dataproc-metrics#custom_metrics) for more information).
- Metric
Overrides This property is required. []string - Optional. Specify one or more Custom metrics (https://cloud.google.com/dataproc/docs/guides/dataproc-metrics#custom_metrics) to collect for the metric course (for the SPARK metric source (any Spark metric (https://spark.apache.org/docs/latest/monitoring.html#metrics) can be specified).Provide metrics in the following format: METRIC_SOURCE: INSTANCE:GROUP:METRIC Use camelcase as appropriate.Examples: yarn:ResourceManager:QueueMetrics:AppsCompleted spark:driver:DAGScheduler:job.allJobs sparkHistoryServer:JVM:Memory:NonHeapMemoryUsage.committed hiveserver2:JVM:Memory:NonHeapMemoryUsage.used Notes: Only the specified overridden metrics are collected for the metric source. For example, if one or more spark:executive metrics are listed as metric overrides, other SPARK metrics are not collected. The collection of the metrics for other enabled custom metric sources is unaffected. For example, if both SPARK andd YARN metric sources are enabled, and overrides are provided for Spark metrics only, all YARN metrics are collected.
- Metric
Source This property is required. string - A standard set of metrics is collected unless metricOverrides are specified for the metric source (see Custom metrics (https://cloud.google.com/dataproc/docs/guides/dataproc-metrics#custom_metrics) for more information).
- metric
Overrides This property is required. List<String> - Optional. Specify one or more Custom metrics (https://cloud.google.com/dataproc/docs/guides/dataproc-metrics#custom_metrics) to collect for the metric course (for the SPARK metric source (any Spark metric (https://spark.apache.org/docs/latest/monitoring.html#metrics) can be specified).Provide metrics in the following format: METRIC_SOURCE: INSTANCE:GROUP:METRIC Use camelcase as appropriate.Examples: yarn:ResourceManager:QueueMetrics:AppsCompleted spark:driver:DAGScheduler:job.allJobs sparkHistoryServer:JVM:Memory:NonHeapMemoryUsage.committed hiveserver2:JVM:Memory:NonHeapMemoryUsage.used Notes: Only the specified overridden metrics are collected for the metric source. For example, if one or more spark:executive metrics are listed as metric overrides, other SPARK metrics are not collected. The collection of the metrics for other enabled custom metric sources is unaffected. For example, if both SPARK andd YARN metric sources are enabled, and overrides are provided for Spark metrics only, all YARN metrics are collected.
- metric
Source This property is required. String - A standard set of metrics is collected unless metricOverrides are specified for the metric source (see Custom metrics (https://cloud.google.com/dataproc/docs/guides/dataproc-metrics#custom_metrics) for more information).
- metric
Overrides This property is required. string[] - Optional. Specify one or more Custom metrics (https://cloud.google.com/dataproc/docs/guides/dataproc-metrics#custom_metrics) to collect for the metric course (for the SPARK metric source (any Spark metric (https://spark.apache.org/docs/latest/monitoring.html#metrics) can be specified).Provide metrics in the following format: METRIC_SOURCE: INSTANCE:GROUP:METRIC Use camelcase as appropriate.Examples: yarn:ResourceManager:QueueMetrics:AppsCompleted spark:driver:DAGScheduler:job.allJobs sparkHistoryServer:JVM:Memory:NonHeapMemoryUsage.committed hiveserver2:JVM:Memory:NonHeapMemoryUsage.used Notes: Only the specified overridden metrics are collected for the metric source. For example, if one or more spark:executive metrics are listed as metric overrides, other SPARK metrics are not collected. The collection of the metrics for other enabled custom metric sources is unaffected. For example, if both SPARK andd YARN metric sources are enabled, and overrides are provided for Spark metrics only, all YARN metrics are collected.
- metric
Source This property is required. string - A standard set of metrics is collected unless metricOverrides are specified for the metric source (see Custom metrics (https://cloud.google.com/dataproc/docs/guides/dataproc-metrics#custom_metrics) for more information).
- metric_
overrides This property is required. Sequence[str] - Optional. Specify one or more Custom metrics (https://cloud.google.com/dataproc/docs/guides/dataproc-metrics#custom_metrics) to collect for the metric course (for the SPARK metric source (any Spark metric (https://spark.apache.org/docs/latest/monitoring.html#metrics) can be specified).Provide metrics in the following format: METRIC_SOURCE: INSTANCE:GROUP:METRIC Use camelcase as appropriate.Examples: yarn:ResourceManager:QueueMetrics:AppsCompleted spark:driver:DAGScheduler:job.allJobs sparkHistoryServer:JVM:Memory:NonHeapMemoryUsage.committed hiveserver2:JVM:Memory:NonHeapMemoryUsage.used Notes: Only the specified overridden metrics are collected for the metric source. For example, if one or more spark:executive metrics are listed as metric overrides, other SPARK metrics are not collected. The collection of the metrics for other enabled custom metric sources is unaffected. For example, if both SPARK andd YARN metric sources are enabled, and overrides are provided for Spark metrics only, all YARN metrics are collected.
- metric_
source This property is required. str - A standard set of metrics is collected unless metricOverrides are specified for the metric source (see Custom metrics (https://cloud.google.com/dataproc/docs/guides/dataproc-metrics#custom_metrics) for more information).
- metric
Overrides This property is required. List<String> - Optional. Specify one or more Custom metrics (https://cloud.google.com/dataproc/docs/guides/dataproc-metrics#custom_metrics) to collect for the metric course (for the SPARK metric source (any Spark metric (https://spark.apache.org/docs/latest/monitoring.html#metrics) can be specified).Provide metrics in the following format: METRIC_SOURCE: INSTANCE:GROUP:METRIC Use camelcase as appropriate.Examples: yarn:ResourceManager:QueueMetrics:AppsCompleted spark:driver:DAGScheduler:job.allJobs sparkHistoryServer:JVM:Memory:NonHeapMemoryUsage.committed hiveserver2:JVM:Memory:NonHeapMemoryUsage.used Notes: Only the specified overridden metrics are collected for the metric source. For example, if one or more spark:executive metrics are listed as metric overrides, other SPARK metrics are not collected. The collection of the metrics for other enabled custom metric sources is unaffected. For example, if both SPARK andd YARN metric sources are enabled, and overrides are provided for Spark metrics only, all YARN metrics are collected.
- metric
Source This property is required. String - A standard set of metrics is collected unless metricOverrides are specified for the metric source (see Custom metrics (https://cloud.google.com/dataproc/docs/guides/dataproc-metrics#custom_metrics) for more information).
NamespacedGkeDeploymentTarget, NamespacedGkeDeploymentTargetArgs
- Cluster
Namespace string - Optional. A namespace within the GKE cluster to deploy into.
- Target
Gke stringCluster - Optional. The target GKE cluster to deploy to. Format: 'projects/{project}/locations/{location}/clusters/{cluster_id}'
- Cluster
Namespace string - Optional. A namespace within the GKE cluster to deploy into.
- Target
Gke stringCluster - Optional. The target GKE cluster to deploy to. Format: 'projects/{project}/locations/{location}/clusters/{cluster_id}'
- cluster
Namespace String - Optional. A namespace within the GKE cluster to deploy into.
- target
Gke StringCluster - Optional. The target GKE cluster to deploy to. Format: 'projects/{project}/locations/{location}/clusters/{cluster_id}'
- cluster
Namespace string - Optional. A namespace within the GKE cluster to deploy into.
- target
Gke stringCluster - Optional. The target GKE cluster to deploy to. Format: 'projects/{project}/locations/{location}/clusters/{cluster_id}'
- cluster_
namespace str - Optional. A namespace within the GKE cluster to deploy into.
- target_
gke_ strcluster - Optional. The target GKE cluster to deploy to. Format: 'projects/{project}/locations/{location}/clusters/{cluster_id}'
- cluster
Namespace String - Optional. A namespace within the GKE cluster to deploy into.
- target
Gke StringCluster - Optional. The target GKE cluster to deploy to. Format: 'projects/{project}/locations/{location}/clusters/{cluster_id}'
NamespacedGkeDeploymentTargetResponse, NamespacedGkeDeploymentTargetResponseArgs
- Cluster
Namespace This property is required. string - Optional. A namespace within the GKE cluster to deploy into.
- Target
Gke Cluster This property is required. string - Optional. The target GKE cluster to deploy to. Format: 'projects/{project}/locations/{location}/clusters/{cluster_id}'
- Cluster
Namespace This property is required. string - Optional. A namespace within the GKE cluster to deploy into.
- Target
Gke Cluster This property is required. string - Optional. The target GKE cluster to deploy to. Format: 'projects/{project}/locations/{location}/clusters/{cluster_id}'
- cluster
Namespace This property is required. String - Optional. A namespace within the GKE cluster to deploy into.
- target
Gke Cluster This property is required. String - Optional. The target GKE cluster to deploy to. Format: 'projects/{project}/locations/{location}/clusters/{cluster_id}'
- cluster
Namespace This property is required. string - Optional. A namespace within the GKE cluster to deploy into.
- target
Gke Cluster This property is required. string - Optional. The target GKE cluster to deploy to. Format: 'projects/{project}/locations/{location}/clusters/{cluster_id}'
- cluster_
namespace This property is required. str - Optional. A namespace within the GKE cluster to deploy into.
- target_
gke_ cluster This property is required. str - Optional. The target GKE cluster to deploy to. Format: 'projects/{project}/locations/{location}/clusters/{cluster_id}'
- cluster
Namespace This property is required. String - Optional. A namespace within the GKE cluster to deploy into.
- target
Gke Cluster This property is required. String - Optional. The target GKE cluster to deploy to. Format: 'projects/{project}/locations/{location}/clusters/{cluster_id}'
NodeGroup, NodeGroupArgs
- Roles
This property is required. List<Pulumi.Google Native. Dataproc. V1. Node Group Roles Item> - Node group roles.
- Labels Dictionary<string, string>
- Optional. Node group labels. Label keys must consist of from 1 to 63 characters and conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). Label values can be empty. If specified, they must consist of from 1 to 63 characters and conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). The node group must have no more than 32 labelsn.
- Name string
- The Node group resource name (https://aip.dev/122).
- Node
Group Pulumi.Config Google Native. Dataproc. V1. Inputs. Instance Group Config - Optional. The node group instance group configuration.
- Roles
This property is required. []NodeGroup Roles Item - Node group roles.
- Labels map[string]string
- Optional. Node group labels. Label keys must consist of from 1 to 63 characters and conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). Label values can be empty. If specified, they must consist of from 1 to 63 characters and conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). The node group must have no more than 32 labelsn.
- Name string
- The Node group resource name (https://aip.dev/122).
- Node
Group InstanceConfig Group Config - Optional. The node group instance group configuration.
- roles
This property is required. List<NodeGroup Roles Item> - Node group roles.
- labels Map<String,String>
- Optional. Node group labels. Label keys must consist of from 1 to 63 characters and conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). Label values can be empty. If specified, they must consist of from 1 to 63 characters and conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). The node group must have no more than 32 labelsn.
- name String
- The Node group resource name (https://aip.dev/122).
- node
Group InstanceConfig Group Config - Optional. The node group instance group configuration.
- roles
This property is required. NodeGroup Roles Item[] - Node group roles.
- labels {[key: string]: string}
- Optional. Node group labels. Label keys must consist of from 1 to 63 characters and conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). Label values can be empty. If specified, they must consist of from 1 to 63 characters and conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). The node group must have no more than 32 labelsn.
- name string
- The Node group resource name (https://aip.dev/122).
- node
Group InstanceConfig Group Config - Optional. The node group instance group configuration.
- roles
This property is required. Sequence[NodeGroup Roles Item] - Node group roles.
- labels Mapping[str, str]
- Optional. Node group labels. Label keys must consist of from 1 to 63 characters and conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). Label values can be empty. If specified, they must consist of from 1 to 63 characters and conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). The node group must have no more than 32 labelsn.
- name str
- The Node group resource name (https://aip.dev/122).
- node_
group_ Instanceconfig Group Config - Optional. The node group instance group configuration.
- roles
This property is required. List<"ROLE_UNSPECIFIED" | "DRIVER"> - Node group roles.
- labels Map<String>
- Optional. Node group labels. Label keys must consist of from 1 to 63 characters and conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). Label values can be empty. If specified, they must consist of from 1 to 63 characters and conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). The node group must have no more than 32 labelsn.
- name String
- The Node group resource name (https://aip.dev/122).
- node
Group Property MapConfig - Optional. The node group instance group configuration.
NodeGroupAffinity, NodeGroupAffinityArgs
- Node
Group Uri This property is required. string - The URI of a sole-tenant node group resource (https://cloud.google.com/compute/docs/reference/rest/v1/nodeGroups) that the cluster will be created on.A full URL, partial URI, or node group name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone]/nodeGroups/node-group-1 projects/[project_id]/zones/[zone]/nodeGroups/node-group-1 node-group-1
- Node
Group Uri This property is required. string - The URI of a sole-tenant node group resource (https://cloud.google.com/compute/docs/reference/rest/v1/nodeGroups) that the cluster will be created on.A full URL, partial URI, or node group name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone]/nodeGroups/node-group-1 projects/[project_id]/zones/[zone]/nodeGroups/node-group-1 node-group-1
- node
Group Uri This property is required. String - The URI of a sole-tenant node group resource (https://cloud.google.com/compute/docs/reference/rest/v1/nodeGroups) that the cluster will be created on.A full URL, partial URI, or node group name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone]/nodeGroups/node-group-1 projects/[project_id]/zones/[zone]/nodeGroups/node-group-1 node-group-1
- node
Group Uri This property is required. string - The URI of a sole-tenant node group resource (https://cloud.google.com/compute/docs/reference/rest/v1/nodeGroups) that the cluster will be created on.A full URL, partial URI, or node group name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone]/nodeGroups/node-group-1 projects/[project_id]/zones/[zone]/nodeGroups/node-group-1 node-group-1
- node_
group_ uri This property is required. str - The URI of a sole-tenant node group resource (https://cloud.google.com/compute/docs/reference/rest/v1/nodeGroups) that the cluster will be created on.A full URL, partial URI, or node group name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone]/nodeGroups/node-group-1 projects/[project_id]/zones/[zone]/nodeGroups/node-group-1 node-group-1
- node
Group Uri This property is required. String - The URI of a sole-tenant node group resource (https://cloud.google.com/compute/docs/reference/rest/v1/nodeGroups) that the cluster will be created on.A full URL, partial URI, or node group name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone]/nodeGroups/node-group-1 projects/[project_id]/zones/[zone]/nodeGroups/node-group-1 node-group-1
NodeGroupAffinityResponse, NodeGroupAffinityResponseArgs
- Node
Group Uri This property is required. string - The URI of a sole-tenant node group resource (https://cloud.google.com/compute/docs/reference/rest/v1/nodeGroups) that the cluster will be created on.A full URL, partial URI, or node group name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone]/nodeGroups/node-group-1 projects/[project_id]/zones/[zone]/nodeGroups/node-group-1 node-group-1
- Node
Group Uri This property is required. string - The URI of a sole-tenant node group resource (https://cloud.google.com/compute/docs/reference/rest/v1/nodeGroups) that the cluster will be created on.A full URL, partial URI, or node group name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone]/nodeGroups/node-group-1 projects/[project_id]/zones/[zone]/nodeGroups/node-group-1 node-group-1
- node
Group Uri This property is required. String - The URI of a sole-tenant node group resource (https://cloud.google.com/compute/docs/reference/rest/v1/nodeGroups) that the cluster will be created on.A full URL, partial URI, or node group name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone]/nodeGroups/node-group-1 projects/[project_id]/zones/[zone]/nodeGroups/node-group-1 node-group-1
- node
Group Uri This property is required. string - The URI of a sole-tenant node group resource (https://cloud.google.com/compute/docs/reference/rest/v1/nodeGroups) that the cluster will be created on.A full URL, partial URI, or node group name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone]/nodeGroups/node-group-1 projects/[project_id]/zones/[zone]/nodeGroups/node-group-1 node-group-1
- node_
group_ uri This property is required. str - The URI of a sole-tenant node group resource (https://cloud.google.com/compute/docs/reference/rest/v1/nodeGroups) that the cluster will be created on.A full URL, partial URI, or node group name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone]/nodeGroups/node-group-1 projects/[project_id]/zones/[zone]/nodeGroups/node-group-1 node-group-1
- node
Group Uri This property is required. String - The URI of a sole-tenant node group resource (https://cloud.google.com/compute/docs/reference/rest/v1/nodeGroups) that the cluster will be created on.A full URL, partial URI, or node group name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone]/nodeGroups/node-group-1 projects/[project_id]/zones/[zone]/nodeGroups/node-group-1 node-group-1
NodeGroupResponse, NodeGroupResponseArgs
- Labels
This property is required. Dictionary<string, string> - Optional. Node group labels. Label keys must consist of from 1 to 63 characters and conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). Label values can be empty. If specified, they must consist of from 1 to 63 characters and conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). The node group must have no more than 32 labelsn.
- Name
This property is required. string - The Node group resource name (https://aip.dev/122).
- Node
Group Config This property is required. Pulumi.Google Native. Dataproc. V1. Inputs. Instance Group Config Response - Optional. The node group instance group configuration.
- Roles
This property is required. List<string> - Node group roles.
- Labels
This property is required. map[string]string - Optional. Node group labels. Label keys must consist of from 1 to 63 characters and conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). Label values can be empty. If specified, they must consist of from 1 to 63 characters and conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). The node group must have no more than 32 labelsn.
- Name
This property is required. string - The Node group resource name (https://aip.dev/122).
- Node
Group Config This property is required. InstanceGroup Config Response - Optional. The node group instance group configuration.
- Roles
This property is required. []string - Node group roles.
- labels
This property is required. Map<String,String> - Optional. Node group labels. Label keys must consist of from 1 to 63 characters and conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). Label values can be empty. If specified, they must consist of from 1 to 63 characters and conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). The node group must have no more than 32 labelsn.
- name
This property is required. String - The Node group resource name (https://aip.dev/122).
- node
Group Config This property is required. InstanceGroup Config Response - Optional. The node group instance group configuration.
- roles
This property is required. List<String> - Node group roles.
- labels
This property is required. {[key: string]: string} - Optional. Node group labels. Label keys must consist of from 1 to 63 characters and conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). Label values can be empty. If specified, they must consist of from 1 to 63 characters and conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). The node group must have no more than 32 labelsn.
- name
This property is required. string - The Node group resource name (https://aip.dev/122).
- node
Group Config This property is required. InstanceGroup Config Response - Optional. The node group instance group configuration.
- roles
This property is required. string[] - Node group roles.
- labels
This property is required. Mapping[str, str] - Optional. Node group labels. Label keys must consist of from 1 to 63 characters and conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). Label values can be empty. If specified, they must consist of from 1 to 63 characters and conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). The node group must have no more than 32 labelsn.
- name
This property is required. str - The Node group resource name (https://aip.dev/122).
- node_
group_ config This property is required. InstanceGroup Config Response - Optional. The node group instance group configuration.
- roles
This property is required. Sequence[str] - Node group roles.
- labels
This property is required. Map<String> - Optional. Node group labels. Label keys must consist of from 1 to 63 characters and conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). Label values can be empty. If specified, they must consist of from 1 to 63 characters and conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). The node group must have no more than 32 labelsn.
- name
This property is required. String - The Node group resource name (https://aip.dev/122).
- node
Group Config This property is required. Property Map - Optional. The node group instance group configuration.
- roles
This property is required. List<String> - Node group roles.
NodeGroupRolesItem, NodeGroupRolesItemArgs
- Role
Unspecified - ROLE_UNSPECIFIEDRequired unspecified role.
- Driver
- DRIVERJob drivers run on the node pool.
- Node
Group Roles Item Role Unspecified - ROLE_UNSPECIFIEDRequired unspecified role.
- Node
Group Roles Item Driver - DRIVERJob drivers run on the node pool.
- Role
Unspecified - ROLE_UNSPECIFIEDRequired unspecified role.
- Driver
- DRIVERJob drivers run on the node pool.
- Role
Unspecified - ROLE_UNSPECIFIEDRequired unspecified role.
- Driver
- DRIVERJob drivers run on the node pool.
- ROLE_UNSPECIFIED
- ROLE_UNSPECIFIEDRequired unspecified role.
- DRIVER
- DRIVERJob drivers run on the node pool.
- "ROLE_UNSPECIFIED"
- ROLE_UNSPECIFIEDRequired unspecified role.
- "DRIVER"
- DRIVERJob drivers run on the node pool.
NodeInitializationAction, NodeInitializationActionArgs
- Executable
File This property is required. string - Cloud Storage URI of executable file.
- Execution
Timeout string - Optional. Amount of time executable has to complete. Default is 10 minutes (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).Cluster creation fails with an explanatory error message (the name of the executable that caused the error and the exceeded timeout period) if the executable is not completed at end of the timeout period.
- Executable
File This property is required. string - Cloud Storage URI of executable file.
- Execution
Timeout string - Optional. Amount of time executable has to complete. Default is 10 minutes (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).Cluster creation fails with an explanatory error message (the name of the executable that caused the error and the exceeded timeout period) if the executable is not completed at end of the timeout period.
- executable
File This property is required. String - Cloud Storage URI of executable file.
- execution
Timeout String - Optional. Amount of time executable has to complete. Default is 10 minutes (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).Cluster creation fails with an explanatory error message (the name of the executable that caused the error and the exceeded timeout period) if the executable is not completed at end of the timeout period.
- executable
File This property is required. string - Cloud Storage URI of executable file.
- execution
Timeout string - Optional. Amount of time executable has to complete. Default is 10 minutes (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).Cluster creation fails with an explanatory error message (the name of the executable that caused the error and the exceeded timeout period) if the executable is not completed at end of the timeout period.
- executable_
file This property is required. str - Cloud Storage URI of executable file.
- execution_
timeout str - Optional. Amount of time executable has to complete. Default is 10 minutes (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).Cluster creation fails with an explanatory error message (the name of the executable that caused the error and the exceeded timeout period) if the executable is not completed at end of the timeout period.
- executable
File This property is required. String - Cloud Storage URI of executable file.
- execution
Timeout String - Optional. Amount of time executable has to complete. Default is 10 minutes (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).Cluster creation fails with an explanatory error message (the name of the executable that caused the error and the exceeded timeout period) if the executable is not completed at end of the timeout period.
NodeInitializationActionResponse, NodeInitializationActionResponseArgs
- Executable
File This property is required. string - Cloud Storage URI of executable file.
- Execution
Timeout This property is required. string - Optional. Amount of time executable has to complete. Default is 10 minutes (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).Cluster creation fails with an explanatory error message (the name of the executable that caused the error and the exceeded timeout period) if the executable is not completed at end of the timeout period.
- Executable
File This property is required. string - Cloud Storage URI of executable file.
- Execution
Timeout This property is required. string - Optional. Amount of time executable has to complete. Default is 10 minutes (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).Cluster creation fails with an explanatory error message (the name of the executable that caused the error and the exceeded timeout period) if the executable is not completed at end of the timeout period.
- executable
File This property is required. String - Cloud Storage URI of executable file.
- execution
Timeout This property is required. String - Optional. Amount of time executable has to complete. Default is 10 minutes (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).Cluster creation fails with an explanatory error message (the name of the executable that caused the error and the exceeded timeout period) if the executable is not completed at end of the timeout period.
- executable
File This property is required. string - Cloud Storage URI of executable file.
- execution
Timeout This property is required. string - Optional. Amount of time executable has to complete. Default is 10 minutes (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).Cluster creation fails with an explanatory error message (the name of the executable that caused the error and the exceeded timeout period) if the executable is not completed at end of the timeout period.
- executable_
file This property is required. str - Cloud Storage URI of executable file.
- execution_
timeout This property is required. str - Optional. Amount of time executable has to complete. Default is 10 minutes (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).Cluster creation fails with an explanatory error message (the name of the executable that caused the error and the exceeded timeout period) if the executable is not completed at end of the timeout period.
- executable
File This property is required. String - Cloud Storage URI of executable file.
- execution
Timeout This property is required. String - Optional. Amount of time executable has to complete. Default is 10 minutes (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).Cluster creation fails with an explanatory error message (the name of the executable that caused the error and the exceeded timeout period) if the executable is not completed at end of the timeout period.
ReservationAffinity, ReservationAffinityArgs
- Consume
Reservation Pulumi.Type Google Native. Dataproc. V1. Reservation Affinity Consume Reservation Type - Optional. Type of reservation to consume
- Key string
- Optional. Corresponds to the label key of reservation resource.
- Values List<string>
- Optional. Corresponds to the label values of reservation resource.
- Consume
Reservation ReservationType Affinity Consume Reservation Type - Optional. Type of reservation to consume
- Key string
- Optional. Corresponds to the label key of reservation resource.
- Values []string
- Optional. Corresponds to the label values of reservation resource.
- consume
Reservation ReservationType Affinity Consume Reservation Type - Optional. Type of reservation to consume
- key String
- Optional. Corresponds to the label key of reservation resource.
- values List<String>
- Optional. Corresponds to the label values of reservation resource.
- consume
Reservation ReservationType Affinity Consume Reservation Type - Optional. Type of reservation to consume
- key string
- Optional. Corresponds to the label key of reservation resource.
- values string[]
- Optional. Corresponds to the label values of reservation resource.
- consume_
reservation_ Reservationtype Affinity Consume Reservation Type - Optional. Type of reservation to consume
- key str
- Optional. Corresponds to the label key of reservation resource.
- values Sequence[str]
- Optional. Corresponds to the label values of reservation resource.
- consume
Reservation "TYPE_UNSPECIFIED" | "NO_RESERVATION" | "ANY_RESERVATION" | "SPECIFIC_RESERVATION"Type - Optional. Type of reservation to consume
- key String
- Optional. Corresponds to the label key of reservation resource.
- values List<String>
- Optional. Corresponds to the label values of reservation resource.
ReservationAffinityConsumeReservationType, ReservationAffinityConsumeReservationTypeArgs
- Type
Unspecified - TYPE_UNSPECIFIED
- No
Reservation - NO_RESERVATIONDo not consume from any allocated capacity.
- Any
Reservation - ANY_RESERVATIONConsume any reservation available.
- Specific
Reservation - SPECIFIC_RESERVATIONMust consume from a specific reservation. Must specify key value fields for specifying the reservations.
- Reservation
Affinity Consume Reservation Type Type Unspecified - TYPE_UNSPECIFIED
- Reservation
Affinity Consume Reservation Type No Reservation - NO_RESERVATIONDo not consume from any allocated capacity.
- Reservation
Affinity Consume Reservation Type Any Reservation - ANY_RESERVATIONConsume any reservation available.
- Reservation
Affinity Consume Reservation Type Specific Reservation - SPECIFIC_RESERVATIONMust consume from a specific reservation. Must specify key value fields for specifying the reservations.
- Type
Unspecified - TYPE_UNSPECIFIED
- No
Reservation - NO_RESERVATIONDo not consume from any allocated capacity.
- Any
Reservation - ANY_RESERVATIONConsume any reservation available.
- Specific
Reservation - SPECIFIC_RESERVATIONMust consume from a specific reservation. Must specify key value fields for specifying the reservations.
- Type
Unspecified - TYPE_UNSPECIFIED
- No
Reservation - NO_RESERVATIONDo not consume from any allocated capacity.
- Any
Reservation - ANY_RESERVATIONConsume any reservation available.
- Specific
Reservation - SPECIFIC_RESERVATIONMust consume from a specific reservation. Must specify key value fields for specifying the reservations.
- TYPE_UNSPECIFIED
- TYPE_UNSPECIFIED
- NO_RESERVATION
- NO_RESERVATIONDo not consume from any allocated capacity.
- ANY_RESERVATION
- ANY_RESERVATIONConsume any reservation available.
- SPECIFIC_RESERVATION
- SPECIFIC_RESERVATIONMust consume from a specific reservation. Must specify key value fields for specifying the reservations.
- "TYPE_UNSPECIFIED"
- TYPE_UNSPECIFIED
- "NO_RESERVATION"
- NO_RESERVATIONDo not consume from any allocated capacity.
- "ANY_RESERVATION"
- ANY_RESERVATIONConsume any reservation available.
- "SPECIFIC_RESERVATION"
- SPECIFIC_RESERVATIONMust consume from a specific reservation. Must specify key value fields for specifying the reservations.
ReservationAffinityResponse, ReservationAffinityResponseArgs
- Consume
Reservation Type This property is required. string - Optional. Type of reservation to consume
- Key
This property is required. string - Optional. Corresponds to the label key of reservation resource.
- Values
This property is required. List<string> - Optional. Corresponds to the label values of reservation resource.
- Consume
Reservation Type This property is required. string - Optional. Type of reservation to consume
- Key
This property is required. string - Optional. Corresponds to the label key of reservation resource.
- Values
This property is required. []string - Optional. Corresponds to the label values of reservation resource.
- consume
Reservation Type This property is required. String - Optional. Type of reservation to consume
- key
This property is required. String - Optional. Corresponds to the label key of reservation resource.
- values
This property is required. List<String> - Optional. Corresponds to the label values of reservation resource.
- consume
Reservation Type This property is required. string - Optional. Type of reservation to consume
- key
This property is required. string - Optional. Corresponds to the label key of reservation resource.
- values
This property is required. string[] - Optional. Corresponds to the label values of reservation resource.
- consume_
reservation_ type This property is required. str - Optional. Type of reservation to consume
- key
This property is required. str - Optional. Corresponds to the label key of reservation resource.
- values
This property is required. Sequence[str] - Optional. Corresponds to the label values of reservation resource.
- consume
Reservation Type This property is required. String - Optional. Type of reservation to consume
- key
This property is required. String - Optional. Corresponds to the label key of reservation resource.
- values
This property is required. List<String> - Optional. Corresponds to the label values of reservation resource.
SecurityConfig, SecurityConfigArgs
- Identity
Config Pulumi.Google Native. Dataproc. V1. Inputs. Identity Config - Optional. Identity related configuration, including service account based secure multi-tenancy user mappings.
- Kerberos
Config Pulumi.Google Native. Dataproc. V1. Inputs. Kerberos Config - Optional. Kerberos related configuration.
- Identity
Config IdentityConfig - Optional. Identity related configuration, including service account based secure multi-tenancy user mappings.
- Kerberos
Config KerberosConfig - Optional. Kerberos related configuration.
- identity
Config IdentityConfig - Optional. Identity related configuration, including service account based secure multi-tenancy user mappings.
- kerberos
Config KerberosConfig - Optional. Kerberos related configuration.
- identity
Config IdentityConfig - Optional. Identity related configuration, including service account based secure multi-tenancy user mappings.
- kerberos
Config KerberosConfig - Optional. Kerberos related configuration.
- identity_
config IdentityConfig - Optional. Identity related configuration, including service account based secure multi-tenancy user mappings.
- kerberos_
config KerberosConfig - Optional. Kerberos related configuration.
- identity
Config Property Map - Optional. Identity related configuration, including service account based secure multi-tenancy user mappings.
- kerberos
Config Property Map - Optional. Kerberos related configuration.
SecurityConfigResponse, SecurityConfigResponseArgs
- Identity
Config This property is required. Pulumi.Google Native. Dataproc. V1. Inputs. Identity Config Response - Optional. Identity related configuration, including service account based secure multi-tenancy user mappings.
- Kerberos
Config This property is required. Pulumi.Google Native. Dataproc. V1. Inputs. Kerberos Config Response - Optional. Kerberos related configuration.
- Identity
Config This property is required. IdentityConfig Response - Optional. Identity related configuration, including service account based secure multi-tenancy user mappings.
- Kerberos
Config This property is required. KerberosConfig Response - Optional. Kerberos related configuration.
- identity
Config This property is required. IdentityConfig Response - Optional. Identity related configuration, including service account based secure multi-tenancy user mappings.
- kerberos
Config This property is required. KerberosConfig Response - Optional. Kerberos related configuration.
- identity
Config This property is required. IdentityConfig Response - Optional. Identity related configuration, including service account based secure multi-tenancy user mappings.
- kerberos
Config This property is required. KerberosConfig Response - Optional. Kerberos related configuration.
- identity_
config This property is required. IdentityConfig Response - Optional. Identity related configuration, including service account based secure multi-tenancy user mappings.
- kerberos_
config This property is required. KerberosConfig Response - Optional. Kerberos related configuration.
- identity
Config This property is required. Property Map - Optional. Identity related configuration, including service account based secure multi-tenancy user mappings.
- kerberos
Config This property is required. Property Map - Optional. Kerberos related configuration.
ShieldedInstanceConfig, ShieldedInstanceConfigArgs
- Enable
Integrity boolMonitoring - Optional. Defines whether instances have integrity monitoring enabled.
- Enable
Secure boolBoot - Optional. Defines whether instances have Secure Boot enabled.
- Enable
Vtpm bool - Optional. Defines whether instances have the vTPM enabled.
- Enable
Integrity boolMonitoring - Optional. Defines whether instances have integrity monitoring enabled.
- Enable
Secure boolBoot - Optional. Defines whether instances have Secure Boot enabled.
- Enable
Vtpm bool - Optional. Defines whether instances have the vTPM enabled.
- enable
Integrity BooleanMonitoring - Optional. Defines whether instances have integrity monitoring enabled.
- enable
Secure BooleanBoot - Optional. Defines whether instances have Secure Boot enabled.
- enable
Vtpm Boolean - Optional. Defines whether instances have the vTPM enabled.
- enable
Integrity booleanMonitoring - Optional. Defines whether instances have integrity monitoring enabled.
- enable
Secure booleanBoot - Optional. Defines whether instances have Secure Boot enabled.
- enable
Vtpm boolean - Optional. Defines whether instances have the vTPM enabled.
- enable_
integrity_ boolmonitoring - Optional. Defines whether instances have integrity monitoring enabled.
- enable_
secure_ boolboot - Optional. Defines whether instances have Secure Boot enabled.
- enable_
vtpm bool - Optional. Defines whether instances have the vTPM enabled.
- enable
Integrity BooleanMonitoring - Optional. Defines whether instances have integrity monitoring enabled.
- enable
Secure BooleanBoot - Optional. Defines whether instances have Secure Boot enabled.
- enable
Vtpm Boolean - Optional. Defines whether instances have the vTPM enabled.
ShieldedInstanceConfigResponse, ShieldedInstanceConfigResponseArgs
- Enable
Integrity Monitoring This property is required. bool - Optional. Defines whether instances have integrity monitoring enabled.
- Enable
Secure Boot This property is required. bool - Optional. Defines whether instances have Secure Boot enabled.
- Enable
Vtpm This property is required. bool - Optional. Defines whether instances have the vTPM enabled.
- Enable
Integrity Monitoring This property is required. bool - Optional. Defines whether instances have integrity monitoring enabled.
- Enable
Secure Boot This property is required. bool - Optional. Defines whether instances have Secure Boot enabled.
- Enable
Vtpm This property is required. bool - Optional. Defines whether instances have the vTPM enabled.
- enable
Integrity Monitoring This property is required. Boolean - Optional. Defines whether instances have integrity monitoring enabled.
- enable
Secure Boot This property is required. Boolean - Optional. Defines whether instances have Secure Boot enabled.
- enable
Vtpm This property is required. Boolean - Optional. Defines whether instances have the vTPM enabled.
- enable
Integrity Monitoring This property is required. boolean - Optional. Defines whether instances have integrity monitoring enabled.
- enable
Secure Boot This property is required. boolean - Optional. Defines whether instances have Secure Boot enabled.
- enable
Vtpm This property is required. boolean - Optional. Defines whether instances have the vTPM enabled.
- enable_
integrity_ monitoring This property is required. bool - Optional. Defines whether instances have integrity monitoring enabled.
- enable_
secure_ boot This property is required. bool - Optional. Defines whether instances have Secure Boot enabled.
- enable_
vtpm This property is required. bool - Optional. Defines whether instances have the vTPM enabled.
- enable
Integrity Monitoring This property is required. Boolean - Optional. Defines whether instances have integrity monitoring enabled.
- enable
Secure Boot This property is required. Boolean - Optional. Defines whether instances have Secure Boot enabled.
- enable
Vtpm This property is required. Boolean - Optional. Defines whether instances have the vTPM enabled.
SoftwareConfig, SoftwareConfigArgs
- Image
Version string - Optional. The version of software inside the cluster. It must be one of the supported Dataproc Versions (https://cloud.google.com/dataproc/docs/concepts/versioning/dataproc-versions#supported_dataproc_versions), such as "1.2" (including a subminor version, such as "1.2.29"), or the "preview" version (https://cloud.google.com/dataproc/docs/concepts/versioning/dataproc-versions#other_versions). If unspecified, it defaults to the latest Debian version.
- Optional
Components List<Pulumi.Google Native. Dataproc. V1. Software Config Optional Components Item> - Optional. The set of components to activate on the cluster.
- Properties Dictionary<string, string>
- Optional. The properties to set on daemon config files.Property keys are specified in prefix:property format, for example core:hadoop.tmp.dir. The following are supported prefixes and their mappings: capacity-scheduler: capacity-scheduler.xml core: core-site.xml distcp: distcp-default.xml hdfs: hdfs-site.xml hive: hive-site.xml mapred: mapred-site.xml pig: pig.properties spark: spark-defaults.conf yarn: yarn-site.xmlFor more information, see Cluster properties (https://cloud.google.com/dataproc/docs/concepts/cluster-properties).
- Image
Version string - Optional. The version of software inside the cluster. It must be one of the supported Dataproc Versions (https://cloud.google.com/dataproc/docs/concepts/versioning/dataproc-versions#supported_dataproc_versions), such as "1.2" (including a subminor version, such as "1.2.29"), or the "preview" version (https://cloud.google.com/dataproc/docs/concepts/versioning/dataproc-versions#other_versions). If unspecified, it defaults to the latest Debian version.
- Optional
Components []SoftwareConfig Optional Components Item - Optional. The set of components to activate on the cluster.
- Properties map[string]string
- Optional. The properties to set on daemon config files.Property keys are specified in prefix:property format, for example core:hadoop.tmp.dir. The following are supported prefixes and their mappings: capacity-scheduler: capacity-scheduler.xml core: core-site.xml distcp: distcp-default.xml hdfs: hdfs-site.xml hive: hive-site.xml mapred: mapred-site.xml pig: pig.properties spark: spark-defaults.conf yarn: yarn-site.xmlFor more information, see Cluster properties (https://cloud.google.com/dataproc/docs/concepts/cluster-properties).
- image
Version String - Optional. The version of software inside the cluster. It must be one of the supported Dataproc Versions (https://cloud.google.com/dataproc/docs/concepts/versioning/dataproc-versions#supported_dataproc_versions), such as "1.2" (including a subminor version, such as "1.2.29"), or the "preview" version (https://cloud.google.com/dataproc/docs/concepts/versioning/dataproc-versions#other_versions). If unspecified, it defaults to the latest Debian version.
- optional
Components List<SoftwareConfig Optional Components Item> - Optional. The set of components to activate on the cluster.
- properties Map<String,String>
- Optional. The properties to set on daemon config files.Property keys are specified in prefix:property format, for example core:hadoop.tmp.dir. The following are supported prefixes and their mappings: capacity-scheduler: capacity-scheduler.xml core: core-site.xml distcp: distcp-default.xml hdfs: hdfs-site.xml hive: hive-site.xml mapred: mapred-site.xml pig: pig.properties spark: spark-defaults.conf yarn: yarn-site.xmlFor more information, see Cluster properties (https://cloud.google.com/dataproc/docs/concepts/cluster-properties).
- image
Version string - Optional. The version of software inside the cluster. It must be one of the supported Dataproc Versions (https://cloud.google.com/dataproc/docs/concepts/versioning/dataproc-versions#supported_dataproc_versions), such as "1.2" (including a subminor version, such as "1.2.29"), or the "preview" version (https://cloud.google.com/dataproc/docs/concepts/versioning/dataproc-versions#other_versions). If unspecified, it defaults to the latest Debian version.
- optional
Components SoftwareConfig Optional Components Item[] - Optional. The set of components to activate on the cluster.
- properties {[key: string]: string}
- Optional. The properties to set on daemon config files.Property keys are specified in prefix:property format, for example core:hadoop.tmp.dir. The following are supported prefixes and their mappings: capacity-scheduler: capacity-scheduler.xml core: core-site.xml distcp: distcp-default.xml hdfs: hdfs-site.xml hive: hive-site.xml mapred: mapred-site.xml pig: pig.properties spark: spark-defaults.conf yarn: yarn-site.xmlFor more information, see Cluster properties (https://cloud.google.com/dataproc/docs/concepts/cluster-properties).
- image_
version str - Optional. The version of software inside the cluster. It must be one of the supported Dataproc Versions (https://cloud.google.com/dataproc/docs/concepts/versioning/dataproc-versions#supported_dataproc_versions), such as "1.2" (including a subminor version, such as "1.2.29"), or the "preview" version (https://cloud.google.com/dataproc/docs/concepts/versioning/dataproc-versions#other_versions). If unspecified, it defaults to the latest Debian version.
- optional_
components Sequence[SoftwareConfig Optional Components Item] - Optional. The set of components to activate on the cluster.
- properties Mapping[str, str]
- Optional. The properties to set on daemon config files.Property keys are specified in prefix:property format, for example core:hadoop.tmp.dir. The following are supported prefixes and their mappings: capacity-scheduler: capacity-scheduler.xml core: core-site.xml distcp: distcp-default.xml hdfs: hdfs-site.xml hive: hive-site.xml mapred: mapred-site.xml pig: pig.properties spark: spark-defaults.conf yarn: yarn-site.xmlFor more information, see Cluster properties (https://cloud.google.com/dataproc/docs/concepts/cluster-properties).
- image
Version String - Optional. The version of software inside the cluster. It must be one of the supported Dataproc Versions (https://cloud.google.com/dataproc/docs/concepts/versioning/dataproc-versions#supported_dataproc_versions), such as "1.2" (including a subminor version, such as "1.2.29"), or the "preview" version (https://cloud.google.com/dataproc/docs/concepts/versioning/dataproc-versions#other_versions). If unspecified, it defaults to the latest Debian version.
- optional
Components List<"COMPONENT_UNSPECIFIED" | "ANACONDA" | "DOCKER" | "DRUID" | "FLINK" | "HBASE" | "HIVE_WEBHCAT" | "HUDI" | "JUPYTER" | "PRESTO" | "TRINO" | "RANGER" | "SOLR" | "ZEPPELIN" | "ZOOKEEPER"> - Optional. The set of components to activate on the cluster.
- properties Map<String>
- Optional. The properties to set on daemon config files.Property keys are specified in prefix:property format, for example core:hadoop.tmp.dir. The following are supported prefixes and their mappings: capacity-scheduler: capacity-scheduler.xml core: core-site.xml distcp: distcp-default.xml hdfs: hdfs-site.xml hive: hive-site.xml mapred: mapred-site.xml pig: pig.properties spark: spark-defaults.conf yarn: yarn-site.xmlFor more information, see Cluster properties (https://cloud.google.com/dataproc/docs/concepts/cluster-properties).
SoftwareConfigOptionalComponentsItem, SoftwareConfigOptionalComponentsItemArgs
- Component
Unspecified - COMPONENT_UNSPECIFIEDUnspecified component. Specifying this will cause Cluster creation to fail.
- Anaconda
- ANACONDAThe Anaconda python distribution. The Anaconda component is not supported in the Dataproc 2.0 image. The 2.0 image is pre-installed with Miniconda.
- Docker
- DOCKERDocker
- Druid
- DRUIDThe Druid query engine. (alpha)
- Flink
- FLINKFlink
- Hbase
- HBASEHBase. (beta)
- Hive
Webhcat - HIVE_WEBHCATThe Hive Web HCatalog (the REST service for accessing HCatalog).
- Hudi
- HUDIHudi.
- Jupyter
- JUPYTERThe Jupyter Notebook.
- Presto
- PRESTOThe Presto query engine.
- Trino
- TRINOThe Trino query engine.
- Ranger
- RANGERThe Ranger service.
- Solr
- SOLRThe Solr service.
- Zeppelin
- ZEPPELINThe Zeppelin notebook.
- Zookeeper
- ZOOKEEPERThe Zookeeper service.
- Software
Config Optional Components Item Component Unspecified - COMPONENT_UNSPECIFIEDUnspecified component. Specifying this will cause Cluster creation to fail.
- Software
Config Optional Components Item Anaconda - ANACONDAThe Anaconda python distribution. The Anaconda component is not supported in the Dataproc 2.0 image. The 2.0 image is pre-installed with Miniconda.
- Software
Config Optional Components Item Docker - DOCKERDocker
- Software
Config Optional Components Item Druid - DRUIDThe Druid query engine. (alpha)
- Software
Config Optional Components Item Flink - FLINKFlink
- Software
Config Optional Components Item Hbase - HBASEHBase. (beta)
- Software
Config Optional Components Item Hive Webhcat - HIVE_WEBHCATThe Hive Web HCatalog (the REST service for accessing HCatalog).
- Software
Config Optional Components Item Hudi - HUDIHudi.
- Software
Config Optional Components Item Jupyter - JUPYTERThe Jupyter Notebook.
- Software
Config Optional Components Item Presto - PRESTOThe Presto query engine.
- Software
Config Optional Components Item Trino - TRINOThe Trino query engine.
- Software
Config Optional Components Item Ranger - RANGERThe Ranger service.
- Software
Config Optional Components Item Solr - SOLRThe Solr service.
- Software
Config Optional Components Item Zeppelin - ZEPPELINThe Zeppelin notebook.
- Software
Config Optional Components Item Zookeeper - ZOOKEEPERThe Zookeeper service.
- Component
Unspecified - COMPONENT_UNSPECIFIEDUnspecified component. Specifying this will cause Cluster creation to fail.
- Anaconda
- ANACONDAThe Anaconda python distribution. The Anaconda component is not supported in the Dataproc 2.0 image. The 2.0 image is pre-installed with Miniconda.
- Docker
- DOCKERDocker
- Druid
- DRUIDThe Druid query engine. (alpha)
- Flink
- FLINKFlink
- Hbase
- HBASEHBase. (beta)
- Hive
Webhcat - HIVE_WEBHCATThe Hive Web HCatalog (the REST service for accessing HCatalog).
- Hudi
- HUDIHudi.
- Jupyter
- JUPYTERThe Jupyter Notebook.
- Presto
- PRESTOThe Presto query engine.
- Trino
- TRINOThe Trino query engine.
- Ranger
- RANGERThe Ranger service.
- Solr
- SOLRThe Solr service.
- Zeppelin
- ZEPPELINThe Zeppelin notebook.
- Zookeeper
- ZOOKEEPERThe Zookeeper service.
- Component
Unspecified - COMPONENT_UNSPECIFIEDUnspecified component. Specifying this will cause Cluster creation to fail.
- Anaconda
- ANACONDAThe Anaconda python distribution. The Anaconda component is not supported in the Dataproc 2.0 image. The 2.0 image is pre-installed with Miniconda.
- Docker
- DOCKERDocker
- Druid
- DRUIDThe Druid query engine. (alpha)
- Flink
- FLINKFlink
- Hbase
- HBASEHBase. (beta)
- Hive
Webhcat - HIVE_WEBHCATThe Hive Web HCatalog (the REST service for accessing HCatalog).
- Hudi
- HUDIHudi.
- Jupyter
- JUPYTERThe Jupyter Notebook.
- Presto
- PRESTOThe Presto query engine.
- Trino
- TRINOThe Trino query engine.
- Ranger
- RANGERThe Ranger service.
- Solr
- SOLRThe Solr service.
- Zeppelin
- ZEPPELINThe Zeppelin notebook.
- Zookeeper
- ZOOKEEPERThe Zookeeper service.
- COMPONENT_UNSPECIFIED
- COMPONENT_UNSPECIFIEDUnspecified component. Specifying this will cause Cluster creation to fail.
- ANACONDA
- ANACONDAThe Anaconda python distribution. The Anaconda component is not supported in the Dataproc 2.0 image. The 2.0 image is pre-installed with Miniconda.
- DOCKER
- DOCKERDocker
- DRUID
- DRUIDThe Druid query engine. (alpha)
- FLINK
- FLINKFlink
- HBASE
- HBASEHBase. (beta)
- HIVE_WEBHCAT
- HIVE_WEBHCATThe Hive Web HCatalog (the REST service for accessing HCatalog).
- HUDI
- HUDIHudi.
- JUPYTER
- JUPYTERThe Jupyter Notebook.
- PRESTO
- PRESTOThe Presto query engine.
- TRINO
- TRINOThe Trino query engine.
- RANGER
- RANGERThe Ranger service.
- SOLR
- SOLRThe Solr service.
- ZEPPELIN
- ZEPPELINThe Zeppelin notebook.
- ZOOKEEPER
- ZOOKEEPERThe Zookeeper service.
- "COMPONENT_UNSPECIFIED"
- COMPONENT_UNSPECIFIEDUnspecified component. Specifying this will cause Cluster creation to fail.
- "ANACONDA"
- ANACONDAThe Anaconda python distribution. The Anaconda component is not supported in the Dataproc 2.0 image. The 2.0 image is pre-installed with Miniconda.
- "DOCKER"
- DOCKERDocker
- "DRUID"
- DRUIDThe Druid query engine. (alpha)
- "FLINK"
- FLINKFlink
- "HBASE"
- HBASEHBase. (beta)
- "HIVE_WEBHCAT"
- HIVE_WEBHCATThe Hive Web HCatalog (the REST service for accessing HCatalog).
- "HUDI"
- HUDIHudi.
- "JUPYTER"
- JUPYTERThe Jupyter Notebook.
- "PRESTO"
- PRESTOThe Presto query engine.
- "TRINO"
- TRINOThe Trino query engine.
- "RANGER"
- RANGERThe Ranger service.
- "SOLR"
- SOLRThe Solr service.
- "ZEPPELIN"
- ZEPPELINThe Zeppelin notebook.
- "ZOOKEEPER"
- ZOOKEEPERThe Zookeeper service.
SoftwareConfigResponse, SoftwareConfigResponseArgs
- Image
Version This property is required. string - Optional. The version of software inside the cluster. It must be one of the supported Dataproc Versions (https://cloud.google.com/dataproc/docs/concepts/versioning/dataproc-versions#supported_dataproc_versions), such as "1.2" (including a subminor version, such as "1.2.29"), or the "preview" version (https://cloud.google.com/dataproc/docs/concepts/versioning/dataproc-versions#other_versions). If unspecified, it defaults to the latest Debian version.
- Optional
Components This property is required. List<string> - Optional. The set of components to activate on the cluster.
- Properties
This property is required. Dictionary<string, string> - Optional. The properties to set on daemon config files.Property keys are specified in prefix:property format, for example core:hadoop.tmp.dir. The following are supported prefixes and their mappings: capacity-scheduler: capacity-scheduler.xml core: core-site.xml distcp: distcp-default.xml hdfs: hdfs-site.xml hive: hive-site.xml mapred: mapred-site.xml pig: pig.properties spark: spark-defaults.conf yarn: yarn-site.xmlFor more information, see Cluster properties (https://cloud.google.com/dataproc/docs/concepts/cluster-properties).
- Image
Version This property is required. string - Optional. The version of software inside the cluster. It must be one of the supported Dataproc Versions (https://cloud.google.com/dataproc/docs/concepts/versioning/dataproc-versions#supported_dataproc_versions), such as "1.2" (including a subminor version, such as "1.2.29"), or the "preview" version (https://cloud.google.com/dataproc/docs/concepts/versioning/dataproc-versions#other_versions). If unspecified, it defaults to the latest Debian version.
- Optional
Components This property is required. []string - Optional. The set of components to activate on the cluster.
- Properties
This property is required. map[string]string - Optional. The properties to set on daemon config files.Property keys are specified in prefix:property format, for example core:hadoop.tmp.dir. The following are supported prefixes and their mappings: capacity-scheduler: capacity-scheduler.xml core: core-site.xml distcp: distcp-default.xml hdfs: hdfs-site.xml hive: hive-site.xml mapred: mapred-site.xml pig: pig.properties spark: spark-defaults.conf yarn: yarn-site.xmlFor more information, see Cluster properties (https://cloud.google.com/dataproc/docs/concepts/cluster-properties).
- image
Version This property is required. String - Optional. The version of software inside the cluster. It must be one of the supported Dataproc Versions (https://cloud.google.com/dataproc/docs/concepts/versioning/dataproc-versions#supported_dataproc_versions), such as "1.2" (including a subminor version, such as "1.2.29"), or the "preview" version (https://cloud.google.com/dataproc/docs/concepts/versioning/dataproc-versions#other_versions). If unspecified, it defaults to the latest Debian version.
- optional
Components This property is required. List<String> - Optional. The set of components to activate on the cluster.
- properties
This property is required. Map<String,String> - Optional. The properties to set on daemon config files.Property keys are specified in prefix:property format, for example core:hadoop.tmp.dir. The following are supported prefixes and their mappings: capacity-scheduler: capacity-scheduler.xml core: core-site.xml distcp: distcp-default.xml hdfs: hdfs-site.xml hive: hive-site.xml mapred: mapred-site.xml pig: pig.properties spark: spark-defaults.conf yarn: yarn-site.xmlFor more information, see Cluster properties (https://cloud.google.com/dataproc/docs/concepts/cluster-properties).
- image
Version This property is required. string - Optional. The version of software inside the cluster. It must be one of the supported Dataproc Versions (https://cloud.google.com/dataproc/docs/concepts/versioning/dataproc-versions#supported_dataproc_versions), such as "1.2" (including a subminor version, such as "1.2.29"), or the "preview" version (https://cloud.google.com/dataproc/docs/concepts/versioning/dataproc-versions#other_versions). If unspecified, it defaults to the latest Debian version.
- optional
Components This property is required. string[] - Optional. The set of components to activate on the cluster.
- properties
This property is required. {[key: string]: string} - Optional. The properties to set on daemon config files.Property keys are specified in prefix:property format, for example core:hadoop.tmp.dir. The following are supported prefixes and their mappings: capacity-scheduler: capacity-scheduler.xml core: core-site.xml distcp: distcp-default.xml hdfs: hdfs-site.xml hive: hive-site.xml mapred: mapred-site.xml pig: pig.properties spark: spark-defaults.conf yarn: yarn-site.xmlFor more information, see Cluster properties (https://cloud.google.com/dataproc/docs/concepts/cluster-properties).
- image_
version This property is required. str - Optional. The version of software inside the cluster. It must be one of the supported Dataproc Versions (https://cloud.google.com/dataproc/docs/concepts/versioning/dataproc-versions#supported_dataproc_versions), such as "1.2" (including a subminor version, such as "1.2.29"), or the "preview" version (https://cloud.google.com/dataproc/docs/concepts/versioning/dataproc-versions#other_versions). If unspecified, it defaults to the latest Debian version.
- optional_
components This property is required. Sequence[str] - Optional. The set of components to activate on the cluster.
- properties
This property is required. Mapping[str, str] - Optional. The properties to set on daemon config files.Property keys are specified in prefix:property format, for example core:hadoop.tmp.dir. The following are supported prefixes and their mappings: capacity-scheduler: capacity-scheduler.xml core: core-site.xml distcp: distcp-default.xml hdfs: hdfs-site.xml hive: hive-site.xml mapred: mapred-site.xml pig: pig.properties spark: spark-defaults.conf yarn: yarn-site.xmlFor more information, see Cluster properties (https://cloud.google.com/dataproc/docs/concepts/cluster-properties).
- image
Version This property is required. String - Optional. The version of software inside the cluster. It must be one of the supported Dataproc Versions (https://cloud.google.com/dataproc/docs/concepts/versioning/dataproc-versions#supported_dataproc_versions), such as "1.2" (including a subminor version, such as "1.2.29"), or the "preview" version (https://cloud.google.com/dataproc/docs/concepts/versioning/dataproc-versions#other_versions). If unspecified, it defaults to the latest Debian version.
- optional
Components This property is required. List<String> - Optional. The set of components to activate on the cluster.
- properties
This property is required. Map<String> - Optional. The properties to set on daemon config files.Property keys are specified in prefix:property format, for example core:hadoop.tmp.dir. The following are supported prefixes and their mappings: capacity-scheduler: capacity-scheduler.xml core: core-site.xml distcp: distcp-default.xml hdfs: hdfs-site.xml hive: hive-site.xml mapred: mapred-site.xml pig: pig.properties spark: spark-defaults.conf yarn: yarn-site.xmlFor more information, see Cluster properties (https://cloud.google.com/dataproc/docs/concepts/cluster-properties).
SparkHistoryServerConfig, SparkHistoryServerConfigArgs
- Dataproc
Cluster string - Optional. Resource name of an existing Dataproc Cluster to act as a Spark History Server for the workload.Example: projects/[project_id]/regions/[region]/clusters/[cluster_name]
- Dataproc
Cluster string - Optional. Resource name of an existing Dataproc Cluster to act as a Spark History Server for the workload.Example: projects/[project_id]/regions/[region]/clusters/[cluster_name]
- dataproc
Cluster String - Optional. Resource name of an existing Dataproc Cluster to act as a Spark History Server for the workload.Example: projects/[project_id]/regions/[region]/clusters/[cluster_name]
- dataproc
Cluster string - Optional. Resource name of an existing Dataproc Cluster to act as a Spark History Server for the workload.Example: projects/[project_id]/regions/[region]/clusters/[cluster_name]
- dataproc_
cluster str - Optional. Resource name of an existing Dataproc Cluster to act as a Spark History Server for the workload.Example: projects/[project_id]/regions/[region]/clusters/[cluster_name]
- dataproc
Cluster String - Optional. Resource name of an existing Dataproc Cluster to act as a Spark History Server for the workload.Example: projects/[project_id]/regions/[region]/clusters/[cluster_name]
SparkHistoryServerConfigResponse, SparkHistoryServerConfigResponseArgs
- Dataproc
Cluster This property is required. string - Optional. Resource name of an existing Dataproc Cluster to act as a Spark History Server for the workload.Example: projects/[project_id]/regions/[region]/clusters/[cluster_name]
- Dataproc
Cluster This property is required. string - Optional. Resource name of an existing Dataproc Cluster to act as a Spark History Server for the workload.Example: projects/[project_id]/regions/[region]/clusters/[cluster_name]
- dataproc
Cluster This property is required. String - Optional. Resource name of an existing Dataproc Cluster to act as a Spark History Server for the workload.Example: projects/[project_id]/regions/[region]/clusters/[cluster_name]
- dataproc
Cluster This property is required. string - Optional. Resource name of an existing Dataproc Cluster to act as a Spark History Server for the workload.Example: projects/[project_id]/regions/[region]/clusters/[cluster_name]
- dataproc_
cluster This property is required. str - Optional. Resource name of an existing Dataproc Cluster to act as a Spark History Server for the workload.Example: projects/[project_id]/regions/[region]/clusters/[cluster_name]
- dataproc
Cluster This property is required. String - Optional. Resource name of an existing Dataproc Cluster to act as a Spark History Server for the workload.Example: projects/[project_id]/regions/[region]/clusters/[cluster_name]
StartupConfig, StartupConfigArgs
- Required
Registration doubleFraction - Optional. The config setting to enable cluster creation/ updation to be successful only after required_registration_fraction of instances are up and running. This configuration is applicable to only secondary workers for now. The cluster will fail if required_registration_fraction of instances are not available. This will include instance creation, agent registration, and service registration (if enabled).
- Required
Registration float64Fraction - Optional. The config setting to enable cluster creation/ updation to be successful only after required_registration_fraction of instances are up and running. This configuration is applicable to only secondary workers for now. The cluster will fail if required_registration_fraction of instances are not available. This will include instance creation, agent registration, and service registration (if enabled).
- required
Registration DoubleFraction - Optional. The config setting to enable cluster creation/ updation to be successful only after required_registration_fraction of instances are up and running. This configuration is applicable to only secondary workers for now. The cluster will fail if required_registration_fraction of instances are not available. This will include instance creation, agent registration, and service registration (if enabled).
- required
Registration numberFraction - Optional. The config setting to enable cluster creation/ updation to be successful only after required_registration_fraction of instances are up and running. This configuration is applicable to only secondary workers for now. The cluster will fail if required_registration_fraction of instances are not available. This will include instance creation, agent registration, and service registration (if enabled).
- required_
registration_ floatfraction - Optional. The config setting to enable cluster creation/ updation to be successful only after required_registration_fraction of instances are up and running. This configuration is applicable to only secondary workers for now. The cluster will fail if required_registration_fraction of instances are not available. This will include instance creation, agent registration, and service registration (if enabled).
- required
Registration NumberFraction - Optional. The config setting to enable cluster creation/ updation to be successful only after required_registration_fraction of instances are up and running. This configuration is applicable to only secondary workers for now. The cluster will fail if required_registration_fraction of instances are not available. This will include instance creation, agent registration, and service registration (if enabled).
StartupConfigResponse, StartupConfigResponseArgs
- Required
Registration Fraction This property is required. double - Optional. The config setting to enable cluster creation/ updation to be successful only after required_registration_fraction of instances are up and running. This configuration is applicable to only secondary workers for now. The cluster will fail if required_registration_fraction of instances are not available. This will include instance creation, agent registration, and service registration (if enabled).
- Required
Registration Fraction This property is required. float64 - Optional. The config setting to enable cluster creation/ updation to be successful only after required_registration_fraction of instances are up and running. This configuration is applicable to only secondary workers for now. The cluster will fail if required_registration_fraction of instances are not available. This will include instance creation, agent registration, and service registration (if enabled).
- required
Registration Fraction This property is required. Double - Optional. The config setting to enable cluster creation/ updation to be successful only after required_registration_fraction of instances are up and running. This configuration is applicable to only secondary workers for now. The cluster will fail if required_registration_fraction of instances are not available. This will include instance creation, agent registration, and service registration (if enabled).
- required
Registration Fraction This property is required. number - Optional. The config setting to enable cluster creation/ updation to be successful only after required_registration_fraction of instances are up and running. This configuration is applicable to only secondary workers for now. The cluster will fail if required_registration_fraction of instances are not available. This will include instance creation, agent registration, and service registration (if enabled).
- required_
registration_ fraction This property is required. float - Optional. The config setting to enable cluster creation/ updation to be successful only after required_registration_fraction of instances are up and running. This configuration is applicable to only secondary workers for now. The cluster will fail if required_registration_fraction of instances are not available. This will include instance creation, agent registration, and service registration (if enabled).
- required
Registration Fraction This property is required. Number - Optional. The config setting to enable cluster creation/ updation to be successful only after required_registration_fraction of instances are up and running. This configuration is applicable to only secondary workers for now. The cluster will fail if required_registration_fraction of instances are not available. This will include instance creation, agent registration, and service registration (if enabled).
VirtualClusterConfig, VirtualClusterConfigArgs
- Kubernetes
Cluster Config This property is required. Pulumi.Google Native. Dataproc. V1. Inputs. Kubernetes Cluster Config - The configuration for running the Dataproc cluster on Kubernetes.
- Auxiliary
Services Pulumi.Config Google Native. Dataproc. V1. Inputs. Auxiliary Services Config - Optional. Configuration of auxiliary services used by this cluster.
- Staging
Bucket string - Optional. A Cloud Storage bucket used to stage job dependencies, config files, and job driver console output. If you do not specify a staging bucket, Cloud Dataproc will determine a Cloud Storage location (US, ASIA, or EU) for your cluster's staging bucket according to the Compute Engine zone where your cluster is deployed, and then create and manage this project-level, per-location bucket (see Dataproc staging and temp buckets (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/staging-bucket)). This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.
- Kubernetes
Cluster Config This property is required. KubernetesCluster Config - The configuration for running the Dataproc cluster on Kubernetes.
- Auxiliary
Services AuxiliaryConfig Services Config - Optional. Configuration of auxiliary services used by this cluster.
- Staging
Bucket string - Optional. A Cloud Storage bucket used to stage job dependencies, config files, and job driver console output. If you do not specify a staging bucket, Cloud Dataproc will determine a Cloud Storage location (US, ASIA, or EU) for your cluster's staging bucket according to the Compute Engine zone where your cluster is deployed, and then create and manage this project-level, per-location bucket (see Dataproc staging and temp buckets (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/staging-bucket)). This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.
- kubernetes
Cluster Config This property is required. KubernetesCluster Config - The configuration for running the Dataproc cluster on Kubernetes.
- auxiliary
Services AuxiliaryConfig Services Config - Optional. Configuration of auxiliary services used by this cluster.
- staging
Bucket String - Optional. A Cloud Storage bucket used to stage job dependencies, config files, and job driver console output. If you do not specify a staging bucket, Cloud Dataproc will determine a Cloud Storage location (US, ASIA, or EU) for your cluster's staging bucket according to the Compute Engine zone where your cluster is deployed, and then create and manage this project-level, per-location bucket (see Dataproc staging and temp buckets (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/staging-bucket)). This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.
- kubernetes
Cluster Config This property is required. KubernetesCluster Config - The configuration for running the Dataproc cluster on Kubernetes.
- auxiliary
Services AuxiliaryConfig Services Config - Optional. Configuration of auxiliary services used by this cluster.
- staging
Bucket string - Optional. A Cloud Storage bucket used to stage job dependencies, config files, and job driver console output. If you do not specify a staging bucket, Cloud Dataproc will determine a Cloud Storage location (US, ASIA, or EU) for your cluster's staging bucket according to the Compute Engine zone where your cluster is deployed, and then create and manage this project-level, per-location bucket (see Dataproc staging and temp buckets (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/staging-bucket)). This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.
- kubernetes_
cluster_ config This property is required. KubernetesCluster Config - The configuration for running the Dataproc cluster on Kubernetes.
- auxiliary_
services_ Auxiliaryconfig Services Config - Optional. Configuration of auxiliary services used by this cluster.
- staging_
bucket str - Optional. A Cloud Storage bucket used to stage job dependencies, config files, and job driver console output. If you do not specify a staging bucket, Cloud Dataproc will determine a Cloud Storage location (US, ASIA, or EU) for your cluster's staging bucket according to the Compute Engine zone where your cluster is deployed, and then create and manage this project-level, per-location bucket (see Dataproc staging and temp buckets (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/staging-bucket)). This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.
- kubernetes
Cluster Config This property is required. Property Map - The configuration for running the Dataproc cluster on Kubernetes.
- auxiliary
Services Property MapConfig - Optional. Configuration of auxiliary services used by this cluster.
- staging
Bucket String - Optional. A Cloud Storage bucket used to stage job dependencies, config files, and job driver console output. If you do not specify a staging bucket, Cloud Dataproc will determine a Cloud Storage location (US, ASIA, or EU) for your cluster's staging bucket according to the Compute Engine zone where your cluster is deployed, and then create and manage this project-level, per-location bucket (see Dataproc staging and temp buckets (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/staging-bucket)). This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.
VirtualClusterConfigResponse, VirtualClusterConfigResponseArgs
- Auxiliary
Services Config This property is required. Pulumi.Google Native. Dataproc. V1. Inputs. Auxiliary Services Config Response - Optional. Configuration of auxiliary services used by this cluster.
- Kubernetes
Cluster Config This property is required. Pulumi.Google Native. Dataproc. V1. Inputs. Kubernetes Cluster Config Response - The configuration for running the Dataproc cluster on Kubernetes.
- Staging
Bucket This property is required. string - Optional. A Cloud Storage bucket used to stage job dependencies, config files, and job driver console output. If you do not specify a staging bucket, Cloud Dataproc will determine a Cloud Storage location (US, ASIA, or EU) for your cluster's staging bucket according to the Compute Engine zone where your cluster is deployed, and then create and manage this project-level, per-location bucket (see Dataproc staging and temp buckets (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/staging-bucket)). This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.
- Auxiliary
Services Config This property is required. AuxiliaryServices Config Response - Optional. Configuration of auxiliary services used by this cluster.
- Kubernetes
Cluster Config This property is required. KubernetesCluster Config Response - The configuration for running the Dataproc cluster on Kubernetes.
- Staging
Bucket This property is required. string - Optional. A Cloud Storage bucket used to stage job dependencies, config files, and job driver console output. If you do not specify a staging bucket, Cloud Dataproc will determine a Cloud Storage location (US, ASIA, or EU) for your cluster's staging bucket according to the Compute Engine zone where your cluster is deployed, and then create and manage this project-level, per-location bucket (see Dataproc staging and temp buckets (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/staging-bucket)). This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.
- auxiliary
Services Config This property is required. AuxiliaryServices Config Response - Optional. Configuration of auxiliary services used by this cluster.
- kubernetes
Cluster Config This property is required. KubernetesCluster Config Response - The configuration for running the Dataproc cluster on Kubernetes.
- staging
Bucket This property is required. String - Optional. A Cloud Storage bucket used to stage job dependencies, config files, and job driver console output. If you do not specify a staging bucket, Cloud Dataproc will determine a Cloud Storage location (US, ASIA, or EU) for your cluster's staging bucket according to the Compute Engine zone where your cluster is deployed, and then create and manage this project-level, per-location bucket (see Dataproc staging and temp buckets (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/staging-bucket)). This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.
- auxiliary
Services Config This property is required. AuxiliaryServices Config Response - Optional. Configuration of auxiliary services used by this cluster.
- kubernetes
Cluster Config This property is required. KubernetesCluster Config Response - The configuration for running the Dataproc cluster on Kubernetes.
- staging
Bucket This property is required. string - Optional. A Cloud Storage bucket used to stage job dependencies, config files, and job driver console output. If you do not specify a staging bucket, Cloud Dataproc will determine a Cloud Storage location (US, ASIA, or EU) for your cluster's staging bucket according to the Compute Engine zone where your cluster is deployed, and then create and manage this project-level, per-location bucket (see Dataproc staging and temp buckets (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/staging-bucket)). This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.
- auxiliary_
services_ config This property is required. AuxiliaryServices Config Response - Optional. Configuration of auxiliary services used by this cluster.
- kubernetes_
cluster_ config This property is required. KubernetesCluster Config Response - The configuration for running the Dataproc cluster on Kubernetes.
- staging_
bucket This property is required. str - Optional. A Cloud Storage bucket used to stage job dependencies, config files, and job driver console output. If you do not specify a staging bucket, Cloud Dataproc will determine a Cloud Storage location (US, ASIA, or EU) for your cluster's staging bucket according to the Compute Engine zone where your cluster is deployed, and then create and manage this project-level, per-location bucket (see Dataproc staging and temp buckets (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/staging-bucket)). This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.
- auxiliary
Services Config This property is required. Property Map - Optional. Configuration of auxiliary services used by this cluster.
- kubernetes
Cluster Config This property is required. Property Map - The configuration for running the Dataproc cluster on Kubernetes.
- staging
Bucket This property is required. String - Optional. A Cloud Storage bucket used to stage job dependencies, config files, and job driver console output. If you do not specify a staging bucket, Cloud Dataproc will determine a Cloud Storage location (US, ASIA, or EU) for your cluster's staging bucket according to the Compute Engine zone where your cluster is deployed, and then create and manage this project-level, per-location bucket (see Dataproc staging and temp buckets (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/staging-bucket)). This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.