JobReference
- class aws_cdk.aws_databrew.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_databrew as databrew job_reference = databrew.JobReference( job_name="jobName" )
Attributes
- job_name
The Name of the Job resource.