JobReference
- class aws_cdk.aws_glue.JobReference(*, job_name)
Bases:
object
A reference to a Job resource.
- Parameters:
job_name (
str
) – The Name of the Job resource.- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_glue as glue job_reference = glue.JobReference( job_name="jobName" )
Attributes
- job_name
The Name of the Job resource.