@Generated(value="jsii-pacmak/1.15.0 (build 585166b)", date="2020-12-22T12:13:28.405Z") @Stability(value=Deprecated) @Deprecated public interface RunGlueJobTaskProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
RunGlueJobTaskProps.Builder
Deprecated.
|
static class |
RunGlueJobTaskProps.Jsii$Proxy
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static RunGlueJobTaskProps.Builder |
builder()
Deprecated.
|
default Map<String,String> |
getArguments()
Deprecated.
|
default ServiceIntegrationPattern |
getIntegrationPattern()
Deprecated.
|
default Duration |
getNotifyDelayAfter()
Deprecated.
|
default String |
getSecurityConfiguration()
Deprecated.
|
default Duration |
getTimeout()
Deprecated.
|
@Stability(value=Deprecated) @Deprecated @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
@Stability(value=Deprecated) @Deprecated @Nullable default ServiceIntegrationPattern getIntegrationPattern()
The valid value for Glue is either FIRE_AND_FORGET or SYNC.
Default: FIRE_AND_FORGET
@Stability(value=Deprecated) @Deprecated @Nullable default Duration getNotifyDelayAfter()
Must be at least 1 minute.
Default: - Default delay set in the job definition
@Stability(value=Deprecated) @Deprecated @Nullable default String getSecurityConfiguration()
This must match the Glue API single-line string pattern.
Default: - Default configuration set in the job definition
@Stability(value=Deprecated) @Deprecated @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
@Stability(value=Deprecated) @Deprecated static RunGlueJobTaskProps.Builder builder()
RunGlueJobTaskProps.Builder of RunGlueJobTaskPropsCopyright © 2020. All rights reserved.