@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:43.304Z") @Stability(value=Experimental) public interface GlueStartJobRunProps extends software.amazon.jsii.JsiiSerializable, TaskStateBaseProps
| 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()
(experimental) The job arguments specifically for this run.
|
String |
getGlueJobName()
(experimental) Glue job name.
|
default Duration |
getNotifyDelayAfter()
(experimental) After a job run starts, the number of minutes to wait before sending a job run delay notification.
|
default String |
getSecurityConfiguration()
(experimental) The name of the SecurityConfiguration structure to be used with this job run.
|
getComment, getHeartbeat, getInputPath, getIntegrationPattern, getOutputPath, getResultPath, getResultSelector, getTimeout@Stability(value=Experimental) @NotNull String getGlueJobName()
@Stability(value=Experimental) @Nullable 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
@Stability(value=Experimental) @Nullable default Duration getNotifyDelayAfter()
Must be at least 1 minute.
Default: - Default delay set in the job definition
@Stability(value=Experimental) @Nullable default String getSecurityConfiguration()
This must match the Glue API
Default: - Default configuration set in the job definition
https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-common.html#aws-glue-api-regex-oneLine@Stability(value=Experimental) static GlueStartJobRunProps.Builder builder()
builder in interface TaskStateBasePropsGlueStartJobRunProps.Builder of GlueStartJobRunPropsCopyright © 2021. All rights reserved.