FlowTriggerConfig class

Constructors

FlowTriggerConfig({Input<FlowTriggerConfigTriggerProperties?>? triggerProperties, required Input<String> triggerType})
Creates a new FlowTriggerConfig. triggerProperties Configuration details of a schedule-triggered flow as defined by the user. Currently, these settings only apply to the Scheduled trigger type. See the trigger_config.trigger_properties Block for details. triggerType Type of flow trigger. Valid values are Scheduled, Event, and OnDemand.
const
FlowTriggerConfig.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
triggerProperties → Input<FlowTriggerConfigTriggerProperties?>?
Configuration details of a schedule-triggered flow as defined by the user. Currently, these settings only apply to the Scheduled trigger type. See the trigger_config.trigger_properties Block for details.
final
triggerType → Input<String>
Type of flow trigger. Valid values are Scheduled, Event, and OnDemand.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited