
StopJobRun
CertifiedStop a Glue job run
StopJobRun
Certified
Stop a Glue job run
yaml
type: io.kestra.plugin.aws.glue.StopJobRunExamples
yaml
id: stop_glue_job
namespace: company.team
tasks:
- id: stop
type: io.kestra.plugin.aws.glue.StopJobRun
accessKeyId: "{{ secret('AWS_ACCESS_KEY_ID') }}"
secretKeyId: "{{ secret('AWS_SECRET_KEY_ID') }}"
jobName: my-glue-job
jobRunId: jr_1234567890abcdef
wait: true
interval: PT1S
Properties
jobName *Requiredstring
jobRunId *Requiredstring
accessKeyId string
compatibilityMode booleanstring
endpointOverride string
forcePathStyle booleanstring
interval string
Default
PT1SpluginDefaultsRef Non-dynamicstring
region string
secretKeyId string
sessionToken string
stsEndpointOverride string
stsRoleArn string
stsRoleExternalId string
stsRoleSessionDuration string
Default
PT15MstsRoleSessionName string
wait booleanstring
Default
trueOutputs
attempt integer
completedOn string
Format
date-timeerrorMessage string
executionTime integer
jobName string
jobRunId string
lastModifiedOn string
Format
date-timestartedOn string
Format
date-time