All Downloads are FREE. Search and download functionalities are using the official Maven repository.

software.amazon.awscdk.services.glue.alpha.ExecutionClass Maven / Gradle / Ivy

package software.amazon.awscdk.services.glue.alpha;

/**
 * (experimental) The ExecutionClass whether the job is run with a standard or flexible execution class.
 * 

* @see https://docs.aws.amazon.com/glue/latest/dg/add-job.html */ @javax.annotation.Generated(value = "jsii-pacmak/1.104.0 (build e79254c)", date = "2024-11-15T10:25:09.323Z") @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental) @software.amazon.jsii.Jsii(module = software.amazon.awscdk.services.glue.alpha.$Module.class, fqn = "@aws-cdk/aws-glue-alpha.ExecutionClass") public enum ExecutionClass { /** * (experimental) The flexible execution class is appropriate for time-insensitive jobs whose start and completion times may vary. */ @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental) FLEX, /** * (experimental) The standard execution class is ideal for time-sensitive workloads that require fast job startup and dedicated resources. */ @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental) STANDARD, }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy