@Stability(value=Stable) @Internal public static final class CfnTriggerProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnTriggerProps
CfnTriggerPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnTriggerProps.Builder, CfnTriggerProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnTriggerProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnTriggerProps.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 |
getActions()
The actions initiated by this trigger.
|
String |
getDescription()
A description of this trigger.
|
String |
getName()
The name of the trigger.
|
Object |
getPredicate()
The predicate of this trigger, which defines when it will fire.
|
String |
getSchedule()
A `cron` expression used to specify the schedule.
|
Object |
getStartOnCreation()
Set to true to start `SCHEDULED` and `CONDITIONAL` triggers when created.
|
Object |
getTags()
The tags to use with this trigger.
|
String |
getType()
The type of trigger that this is.
|
String |
getWorkflowName()
The name of the workflow associated with the trigger.
|
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(CfnTriggerProps.Builder builder)
CfnTriggerProps.Builder.public final Object getActions()
CfnTriggerPropsgetActions in interface CfnTriggerPropspublic final String getType()
CfnTriggerPropsgetType in interface CfnTriggerPropspublic final String getDescription()
CfnTriggerPropsgetDescription in interface CfnTriggerPropspublic final String getName()
CfnTriggerPropsgetName in interface CfnTriggerPropspublic final Object getPredicate()
CfnTriggerPropsgetPredicate in interface CfnTriggerPropspublic final String getSchedule()
CfnTriggerProps
For more information, see Time-Based Schedules for Jobs and Crawlers in the AWS Glue Developer Guide . For example, to run something every day at 12:15 UTC, specify cron(15 12 * * ? *) .
getSchedule in interface CfnTriggerPropspublic final Object getStartOnCreation()
CfnTriggerProps
True is not supported for ON_DEMAND triggers.
getStartOnCreation in interface CfnTriggerPropspublic final Object getTags()
CfnTriggerPropsgetTags in interface CfnTriggerPropspublic final String getWorkflowName()
CfnTriggerPropsgetWorkflowName in interface CfnTriggerProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.