@Stability(value=Stable) @Internal public static final class CfnTrigger.ActionProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnTrigger.ActionProperty
CfnTrigger.ActionPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnTrigger.ActionProperty.Builder, CfnTrigger.ActionProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnTrigger.ActionProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnTrigger.ActionProperty.Builder. |
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) |
Object |
getArguments()
The job arguments used when this trigger fires.
|
String |
getCrawlerName()
The name of the crawler to be used with this action.
|
String |
getJobName()
The name of a job to be executed.
|
Object |
getNotificationProperty()
Specifies configuration properties of a job run notification.
|
String |
getSecurityConfiguration()
The name of the `SecurityConfiguration` structure to be used with this action.
|
Number |
getTimeout()
The `JobRun` timeout in minutes.
|
int |
hashCode() |
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(CfnTrigger.ActionProperty.Builder builder)
CfnTrigger.ActionProperty.Builder.public final Object getArguments()
CfnTrigger.ActionPropertyFor this job run, they replace the default arguments set in the job definition itself.
You can specify arguments here that your own job-execution script consumes, in addition to arguments that AWS Glue itself consumes.
For information about how to specify and consume your own job arguments, see Calling AWS Glue APIs in Python in the AWS Glue Developer Guide .
For information about the key-value pairs that AWS Glue consumes to set up your job, see the Special Parameters Used by AWS Glue topic in the developer guide.
getArguments in interface CfnTrigger.ActionPropertypublic final String getCrawlerName()
CfnTrigger.ActionPropertygetCrawlerName in interface CfnTrigger.ActionPropertypublic final String getJobName()
CfnTrigger.ActionPropertygetJobName in interface CfnTrigger.ActionPropertypublic final Object getNotificationProperty()
CfnTrigger.ActionPropertygetNotificationProperty in interface CfnTrigger.ActionPropertypublic final String getSecurityConfiguration()
CfnTrigger.ActionPropertygetSecurityConfiguration in interface CfnTrigger.ActionPropertypublic final Number getTimeout()
CfnTrigger.ActionPropertyThis is the maximum time that a job run can consume resources before it is terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours). This overrides the timeout value set in the parent job.
getTimeout in interface CfnTrigger.ActionProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.