TriggerConfig
public struct TriggerConfig : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Specifies the configuration details of a schedule-triggered flow as defined by the user. Currently, these settings only apply to the Scheduled trigger type.
Declaration
Swift
public let triggerProperties: TriggerProperties? -
Specifies the type of flow trigger. This can be OnDemand, Scheduled, or Event.
Declaration
Swift
public let triggerType: TriggerType -
Undocumented
Declaration
Swift
public init(triggerProperties: TriggerProperties? = nil, triggerType: TriggerType) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
TriggerConfig Structure Reference