Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.glue.CfnTriggerPropsMixin.Builder
Packages that use CfnTriggerPropsMixin.Builder
-
Uses of CfnTriggerPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.glue
Methods in software.amazon.awscdk.cfnpropertymixins.services.glue that return CfnTriggerPropsMixin.BuilderModifier and TypeMethodDescriptionThe actions initiated by this trigger.CfnTriggerPropsMixin.Builder.actions(IResolvable actions) The actions initiated by this trigger.static CfnTriggerPropsMixin.BuilderCfnTriggerPropsMixin.Builder.create()static CfnTriggerPropsMixin.BuilderCfnTriggerPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnTriggerPropsMixin.Builder.description(String description) A description of this trigger.CfnTriggerPropsMixin.Builder.eventBatchingCondition(CfnTriggerPropsMixin.EventBatchingConditionProperty eventBatchingCondition) Batch condition that must be met (specified number of events received or batch time window expired) before EventBridge event trigger fires.CfnTriggerPropsMixin.Builder.eventBatchingCondition(IResolvable eventBatchingCondition) Batch condition that must be met (specified number of events received or batch time window expired) before EventBridge event trigger fires.The name of the trigger.CfnTriggerPropsMixin.Builder.predicate(CfnTriggerPropsMixin.PredicateProperty predicate) The predicate of this trigger, which defines when it will fire.CfnTriggerPropsMixin.Builder.predicate(IResolvable predicate) The predicate of this trigger, which defines when it will fire.Acronexpression used to specify the schedule.CfnTriggerPropsMixin.Builder.startOnCreation(Boolean startOnCreation) Set to true to startSCHEDULEDandCONDITIONALtriggers when created.CfnTriggerPropsMixin.Builder.startOnCreation(IResolvable startOnCreation) Set to true to startSCHEDULEDandCONDITIONALtriggers when created.The tags to use with this trigger.The type of trigger that this is.CfnTriggerPropsMixin.Builder.workflowName(String workflowName) The name of the workflow associated with the trigger.