Uses of Interface
software.amazon.awscdk.interfaces.glue.IJobRef
Packages that use IJobRef
Package
Description
AWS Glue Construct Library
AWS Glue Construct Library
-
Uses of IJobRef in software.amazon.awscdk.interfaces.glue
Subinterfaces of IJobRef in software.amazon.awscdk.interfaces.glueModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIJobRef.Classes in software.amazon.awscdk.interfaces.glue that implement IJobRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IJobRef in software.amazon.awscdk.mixins.preview.services.glue.events
Methods in software.amazon.awscdk.mixins.preview.services.glue.events with parameters of type IJobRef -
Uses of IJobRef in software.amazon.awscdk.services.glue
Classes in software.amazon.awscdk.services.glue that implement IJobRefModifier and TypeClassDescriptionclassTheAWS::Glue::Jobresource specifies an AWS Glue job in the data catalog.Methods in software.amazon.awscdk.services.glue that return IJobRefModifier and TypeMethodDescriptionstatic IJobRefCfnJob.fromJobName(software.constructs.Construct scope, String id, String jobName) Creates a new IJobRef from a jobName.Methods in software.amazon.awscdk.services.glue with parameters of type IJobRef -
Uses of IJobRef in software.amazon.awscdk.services.glue.alpha
Subinterfaces of IJobRef in software.amazon.awscdk.services.glue.alphaModifier and TypeInterfaceDescriptioninterface(experimental) Interface representing a new or an imported Glue Job.static interfaceInternal default implementation forIJob.Classes in software.amazon.awscdk.services.glue.alpha that implement IJobRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.class(experimental) A Glue Job.class(experimental) A base class is needed to be able to import existing Jobs into a CDK app to reference as part of a larger stack or construct.class(experimental) PySpark ETL Jobs class.class(experimental) Flex Jobs class.class(experimental) Python Spark Streaming Jobs class.class(experimental) Python Shell Jobs class.classDeprecated.AWS Glue for Ray is closed to new customers as of April 30, 2026.class(experimental) Spark ETL Jobs class.class(experimental) Scala Spark Flex ETL Jobs class.class(experimental) Scala Streaming Jobs class.class(experimental) Base class for different types of Spark Jobs.Methods in software.amazon.awscdk.services.glue.alpha with parameters of type IJobRefModifier and TypeMethodDescriptionstatic Action(experimental) Create an action that runs a job.static ActionAction.job(IJobRef job, JobActionOptions options) (experimental) Create an action that runs a job.static Condition(experimental) Create a condition on the state of a job.static ConditionCondition.job(IJobRef job, JobState state, ConditionOptions options) (experimental) Create a condition on the state of a job.