Delete
yaml
type: "io.kestra.plugin.gcp.dataproc.clusters.delete"
Examples
yaml
id: gcp_dataproc_cluster_delete
namespace: company.team
tasks:
- id: create_cluster_with_certain_disk_size
type: io.kestra.plugin.gcp.dataproc.clusters.Create
clusterName: YOUR_CLUSTER_NAME
region: YOUR_REGION
Properties
clusterName *Requiredstring
Min length
1
region *Requiredstring
Min length
1
impersonatedServiceAccount string
projectId string
scopes array
SubType string
Default
["https://www.googleapis.com/auth/cloud-platform"]
serviceAccount string
Outputs
clusterName string
deleted boolean
Default
false