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