Class CfnTrigger.ActionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.glue.CfnTrigger.ActionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTrigger.ActionProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTrigger.ActionProperty
@Stability(Stable)
@Internal
public static final class CfnTrigger.ActionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTrigger.ActionProperty
An implementation for
CfnTrigger.ActionProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.glue.CfnTrigger.ActionProperty
CfnTrigger.ActionProperty.Builder, CfnTrigger.ActionProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTrigger.ActionProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
The job arguments used when this trigger fires.final String
The name of the crawler to be used with this action.final String
The name of a job to be executed.final Object
Specifies configuration properties of a job run notification.final String
The name of theSecurityConfiguration
structure to be used with this action.final Number
TheJobRun
timeout in minutes.final int
hashCode()
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) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnTrigger.ActionProperty.Builder
.
-
-
Method Details
-
getArguments
Description copied from interface:CfnTrigger.ActionProperty
The job arguments used when this trigger fires.For 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.
- Specified by:
getArguments
in interfaceCfnTrigger.ActionProperty
- See Also:
-
getCrawlerName
Description copied from interface:CfnTrigger.ActionProperty
The name of the crawler to be used with this action.- Specified by:
getCrawlerName
in interfaceCfnTrigger.ActionProperty
- See Also:
-
getJobName
Description copied from interface:CfnTrigger.ActionProperty
The name of a job to be executed.- Specified by:
getJobName
in interfaceCfnTrigger.ActionProperty
- See Also:
-
getNotificationProperty
Description copied from interface:CfnTrigger.ActionProperty
Specifies configuration properties of a job run notification.- Specified by:
getNotificationProperty
in interfaceCfnTrigger.ActionProperty
- See Also:
-
getSecurityConfiguration
Description copied from interface:CfnTrigger.ActionProperty
The name of theSecurityConfiguration
structure to be used with this action.- Specified by:
getSecurityConfiguration
in interfaceCfnTrigger.ActionProperty
- See Also:
-
getTimeout
Description copied from interface:CfnTrigger.ActionProperty
TheJobRun
timeout in minutes.This 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.
- Specified by:
getTimeout
in interfaceCfnTrigger.ActionProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-