Uses of Interface
software.amazon.awscdk.services.glue.IJob
Packages that use IJob
-
Uses of IJob in software.amazon.awscdk.services.glue
Subinterfaces of IJob in software.amazon.awscdk.services.glueClasses in software.amazon.awscdk.services.glue that implement IJobModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.classA Glue Job.classA 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.classPySpark ETL Jobs class.classFlex Jobs class.classPython Spark Streaming Jobs class.classPython Shell Jobs class.classSpark ETL Jobs class.classScala Spark Flex ETL Jobs class.classScala Streaming Jobs class.classBase class for different types of Spark Jobs.Methods in software.amazon.awscdk.services.glue that return IJobModifier and TypeMethodDescriptionstatic IJobJob.fromJobAttributes(software.constructs.Construct scope, String id, JobAttributes attrs) Identifies an existing Glue Job from a subset of attributes that can be referenced from within another Stack or Construct.