@Stability(value=Experimental) public static final class RunGlueJobTaskProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements RunGlueJobTaskProps
RunGlueJobTaskPropssoftware.amazon.jsii.JsiiObject.InitializationModeRunGlueJobTaskProps.Builder, RunGlueJobTaskProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Map<String,String> |
getArguments()
The job arguments specifically for this run.
|
ServiceIntegrationPattern |
getIntegrationPattern()
The service integration pattern indicates different ways to start the Glue job.
|
Duration |
getNotifyDelayAfter()
After a job run starts, the number of minutes to wait before sending a job run delay notification.
|
String |
getSecurityConfiguration()
The name of the SecurityConfiguration structure to be used with this job run.
|
Duration |
getTimeout()
The job run timeout.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.public Map<String,String> getArguments()
RunGlueJobTaskPropsFor this job run, they replace the default arguments set in the job definition itself.
Default: - Default arguments set in the job definition
EXPERIMENTAL
getArguments in interface RunGlueJobTaskPropspublic ServiceIntegrationPattern getIntegrationPattern()
RunGlueJobTaskPropsThe valid value for Glue is either FIRE_AND_FORGET or SYNC.
Default: FIRE_AND_FORGET
EXPERIMENTAL
getIntegrationPattern in interface RunGlueJobTaskPropspublic Duration getNotifyDelayAfter()
RunGlueJobTaskPropsMust be at least 1 minute.
Default: - Default delay set in the job definition
EXPERIMENTAL
getNotifyDelayAfter in interface RunGlueJobTaskPropspublic String getSecurityConfiguration()
RunGlueJobTaskPropsThis must match the Glue API single-line string pattern.
Default: - Default configuration set in the job definition
EXPERIMENTAL
getSecurityConfiguration in interface RunGlueJobTaskPropspublic Duration getTimeout()
RunGlueJobTaskPropsThis 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
getTimeout in interface RunGlueJobTaskPropspublic com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2020. All rights reserved.