Trigger

class Trigger : KotlinCustomResource

Resource Type definition for AWS::Glue::Trigger

Example Usage

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

Properties

Link copied to clipboard
val actions: Output<List<TriggerAction>>

The actions initiated by this trigger.

Link copied to clipboard
val description: Output<String>?

A description of this trigger.

Link copied to clipboard

Batch condition that must be met (specified number of events received or batch time window expired) before EventBridge event trigger fires.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>?

The name of the trigger.

Link copied to clipboard

The predicate of this trigger, which defines when it will fire.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val schedule: Output<String>?

A cron expression used to specify the schedule.

Link copied to clipboard
val startOnCreation: Output<Boolean>?

Set to true to start SCHEDULED and CONDITIONAL triggers when created. True is not supported for ON_DEMAND triggers.

Link copied to clipboard
val tags: Output<Any>?

The tags to use with this trigger. Search the CloudFormation User Guide for AWS::Glue::Trigger for more information about the expected schema for this property.

Link copied to clipboard
val type: Output<String>

The type of trigger that this is.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val workflowName: Output<String>?

The name of the workflow associated with the trigger.