Class RunGlueJobTaskProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.stepfunctions.tasks.RunGlueJobTaskProps.Jsii$Proxy
- All Implemented Interfaces:
RunGlueJobTaskProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- RunGlueJobTaskProps
@Stability(Deprecated)
@Deprecated
@Internal
public static final class RunGlueJobTaskProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements RunGlueJobTaskProps
Deprecated.
An implementation for
RunGlueJobTaskProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.stepfunctions.tasks.RunGlueJobTaskProps
RunGlueJobTaskProps.Builder, RunGlueJobTaskProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(RunGlueJobTaskProps.Builder builder) Deprecated.Constructor that initializes the object based on literal property values passed by theRunGlueJobTaskProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodeDeprecated.final booleanDeprecated.Deprecated.(deprecated) The job arguments specifically for this run.Deprecated.(deprecated) The service integration pattern indicates different ways to start the Glue job.final DurationDeprecated.(deprecated) After a job run starts, the number of minutes to wait before sending a job run delay notification.final StringDeprecated.(deprecated) The name of the SecurityConfiguration structure to be used with this job run.final DurationDeprecated.(deprecated) The job run timeout.final inthashCode()Deprecated.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Deprecated.Constructor that initializes the object based on literal property values passed by theRunGlueJobTaskProps.Builder.
-
-
Method Details
-
getArguments
Deprecated.Description copied from interface:RunGlueJobTaskProps(deprecated) The job arguments specifically for this run.For this job run, they replace the default arguments set in the job definition itself.
Default: - Default arguments set in the job definition
- Specified by:
getArgumentsin interfaceRunGlueJobTaskProps
-
getIntegrationPattern
Deprecated.Description copied from interface:RunGlueJobTaskProps(deprecated) The service integration pattern indicates different ways to start the Glue job.The valid value for Glue is either FIRE_AND_FORGET or SYNC.
Default: FIRE_AND_FORGET
- Specified by:
getIntegrationPatternin interfaceRunGlueJobTaskProps
-
getNotifyDelayAfter
Deprecated.Description copied from interface:RunGlueJobTaskProps(deprecated) After a job run starts, the number of minutes to wait before sending a job run delay notification.Must be at least 1 minute.
Default: - Default delay set in the job definition
- Specified by:
getNotifyDelayAfterin interfaceRunGlueJobTaskProps
-
getSecurityConfiguration
Deprecated.Description copied from interface:RunGlueJobTaskProps(deprecated) The name of the SecurityConfiguration structure to be used with this job run.This must match the Glue API single-line string pattern.
Default: - Default configuration set in the job definition
- Specified by:
getSecurityConfigurationin interfaceRunGlueJobTaskProps
-
getTimeout
Deprecated.Description copied from interface:RunGlueJobTaskProps(deprecated) The job run timeout.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
- Specified by:
getTimeoutin interfaceRunGlueJobTaskProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()Deprecated.- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
Deprecated. -
hashCode
public final int hashCode()Deprecated.
-