public static final class CfnTriggerProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnTriggerProps
CfnTriggerProps
CfnTriggerProps.Builder, CfnTriggerProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.Object |
getActions()
The actions initiated by this trigger.
|
java.lang.String |
getDescription()
A description of this trigger.
|
java.lang.String |
getName()
The name of the trigger.
|
java.lang.Object |
getPredicate()
The predicate of this trigger, which defines when it will fire.
|
java.lang.String |
getSchedule()
A `cron` expression used to specify the schedule.
|
java.lang.Object |
getStartOnCreation()
Set to true to start `SCHEDULED` and `CONDITIONAL` triggers when created.
|
java.lang.Object |
getTags()
The tags to use with this trigger.
|
java.lang.String |
getType()
The type of trigger that this is.
|
java.lang.String |
getWorkflowName()
The name of the workflow associated with the trigger.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getActions()
CfnTriggerProps
getActions
in interface CfnTriggerProps
public final java.lang.String getType()
CfnTriggerProps
getType
in interface CfnTriggerProps
public final java.lang.String getDescription()
CfnTriggerProps
getDescription
in interface CfnTriggerProps
public final java.lang.String getName()
CfnTriggerProps
getName
in interface CfnTriggerProps
public final java.lang.Object getPredicate()
CfnTriggerProps
getPredicate
in interface CfnTriggerProps
public final java.lang.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 CfnTriggerProps
public final java.lang.Object getStartOnCreation()
CfnTriggerProps
True is not supported for ON_DEMAND
triggers.
getStartOnCreation
in interface CfnTriggerProps
public final java.lang.Object getTags()
CfnTriggerProps
getTags
in interface CfnTriggerProps
public final java.lang.String getWorkflowName()
CfnTriggerProps
getWorkflowName
in interface CfnTriggerProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()