GlueJob

Field Type Description
apiVersion string aws.kubeform.com/v1alpha1
kind string GlueJob
metadata Kubernetes meta/v1.ObjectMeta Refer to the Kubernetes API documentation for the fields of the metadata field.
spec GlueJobSpec
status GlueJobStatus

GlueJobSpec

(Appears on:GlueJob, GlueJobStatus)
Field Type Description
providerRef Kubernetes core/v1.LocalObjectReference
id string
allocatedCapacity int (Optional) Deprecated
command []GlueJobSpecCommand
connections []string (Optional)
defaultArguments map[string]string (Optional)
description string (Optional)
executionProperty []GlueJobSpecExecutionProperty (Optional)
maxCapacity encoding/json.Number (Optional)
maxRetries int (Optional)
name string
roleArn string
securityConfiguration string (Optional)
timeout int (Optional)

GlueJobSpecCommand

(Appears on:GlueJobSpec)
Field Type Description
name string (Optional)
scriptLocation string

GlueJobSpecExecutionProperty

(Appears on:GlueJobSpec)
Field Type Description
maxConcurrentRuns int (Optional)

GlueJobStatus

(Appears on:GlueJob)
Field Type Description
observedGeneration int64 (Optional) Resource generation, which is updated on mutation by the API Server.
output GlueJobSpec (Optional)
state kubeform.dev/kubeform/apis.State (Optional)