@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-03-22T19:35:50.324Z") public interface GlueStartJobRunProps extends TaskStateBaseProps
Example:
GlueStartJobRun.Builder.create(this, "Task") .glueJobName("my-glue-job") .arguments(TaskInput.fromObject(Map.of( "key", "value"))) .timeout(Duration.minutes(30)) .notifyDelayAfter(Duration.minutes(5)) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
GlueStartJobRunProps.Builder
A builder for
GlueStartJobRunProps |
static class |
GlueStartJobRunProps.Jsii$Proxy
An implementation for
GlueStartJobRunProps |
Modifier and Type | Method and Description |
---|---|
static GlueStartJobRunProps.Builder |
builder() |
default TaskInput |
getArguments()
The job arguments specifically for this run.
|
java.lang.String |
getGlueJobName()
Glue job name.
|
default Duration |
getNotifyDelayAfter()
After a job run starts, the number of minutes to wait before sending a job run delay notification.
|
default java.lang.String |
getSecurityConfiguration()
The name of the SecurityConfiguration structure to be used with this job run.
|
getComment, getHeartbeat, getInputPath, getIntegrationPattern, getOutputPath, getResultPath, getResultSelector, getTimeout
java.lang.String getGlueJobName()
default TaskInput getArguments()
For this job run, they replace the default arguments set in the job definition itself.
Default: - Default arguments set in the job definition
default Duration getNotifyDelayAfter()
Must be at least 1 minute.
Default: - Default delay set in the job definition
default java.lang.String getSecurityConfiguration()
This must match the Glue API
Default: - Default configuration set in the job definition
static GlueStartJobRunProps.Builder builder()
builder
in interface TaskStateBaseProps
GlueStartJobRunProps.Builder
of GlueStartJobRunProps