TriggerProperties
public struct TriggerProperties : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Specifies the configuration details of a schedule-triggered flow as defined by the user.
Declaration
Swift
public let scheduled: ScheduledTriggerProperties? -
Undocumented
Declaration
Swift
public init(scheduled: ScheduledTriggerProperties? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
TriggerProperties Structure Reference