Resource types for @turbot/gcp-dataproc

GCP > Dataproc

GCP Cloud DataProc Service.

URI
tmod:@turbot/gcp-dataproc#/resource/types/dataproc
Parent
Resource Parents

GCP > Dataproc > Cluster

Cluster resource in GCP Cloud Dataproc

URI
tmod:@turbot/gcp-dataproc#/resource/types/cluster

GCP > Dataproc > Job

Jobs resource in GCP Cloud Dataproc

URI
tmod:@turbot/gcp-dataproc#/resource/types/job
Resource Parents

GCP > Dataproc > Workflow Template

Workflow Template resource in GCP Cloud Dataproc

URI
tmod:@turbot/gcp-dataproc#/resource/types/workflowTemplate
Schema
{
"allOf": [
{
"$ref": "#/definitions/workflowTemplate"
},
{
"type": "object",
"properties": {
"iamPolicy": {
"$ref": "#/definitions/Policy"
}
}
}
]
}