@Generated(value="jsii-pacmak/1.5.0 (build 46538f8)", date="2020-05-21T11:02:02.787Z") @Stability(value=Experimental) public interface RunGlueJobTaskProps extends software.amazon.jsii.JsiiSerializable
EXPERIMENTAL
| Modifier and Type | Interface and Description |
|---|---|
static class |
RunGlueJobTaskProps.Builder
A builder for
RunGlueJobTaskProps |
static class |
RunGlueJobTaskProps.Jsii$Proxy
An implementation for
RunGlueJobTaskProps |
| Modifier and Type | Method and Description |
|---|---|
static RunGlueJobTaskProps.Builder |
builder() |
default Map<String,String> |
getArguments()
The job arguments specifically for this run.
|
default ServiceIntegrationPattern |
getIntegrationPattern()
The service integration pattern indicates different ways to start the Glue job.
|
default Duration |
getNotifyDelayAfter()
After a job run starts, the number of minutes to wait before sending a job run delay notification.
|
default String |
getSecurityConfiguration()
The name of the SecurityConfiguration structure to be used with this job run.
|
default Duration |
getTimeout()
The job run timeout.
|
@Stability(value=Experimental) @Nullable default Map<String,String> getArguments()
For this job run, they replace the default arguments set in the job definition itself.
Default: - Default arguments set in the job definition
EXPERIMENTAL
@Stability(value=Experimental) @Nullable default ServiceIntegrationPattern getIntegrationPattern()
The valid value for Glue is either FIRE_AND_FORGET or SYNC.
Default: FIRE_AND_FORGET
EXPERIMENTAL
@Stability(value=Experimental) @Nullable default Duration getNotifyDelayAfter()
Must be at least 1 minute.
Default: - Default delay set in the job definition
EXPERIMENTAL
@Stability(value=Experimental) @Nullable default String getSecurityConfiguration()
This must match the Glue API single-line string pattern.
Default: - Default configuration set in the job definition
EXPERIMENTAL
@Stability(value=Experimental) @Nullable default Duration getTimeout()
This is the maximum time that a job run can consume resources before it is terminated and enters TIMEOUT status. Must be at least 1 minute.
Default: - Default timeout set in the job definition
EXPERIMENTAL
@Stability(value=Experimental) static RunGlueJobTaskProps.Builder builder()
RunGlueJobTaskProps.Builder of RunGlueJobTaskPropsCopyright © 2020. All rights reserved.