UpdateCrawlerScheduleRequest
public struct UpdateCrawlerScheduleRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the crawler whose schedule to update.
Declaration
Swift
public let crawlerName: String
-
The updated cron expression used to specify the schedule (see Time-Based Schedules for Jobs and Crawlers. For example, to run something every day at 12:15 UTC, you would specify: cron(15 12 * * ? *).
Declaration
Swift
public let schedule: String?
-
Undocumented
Declaration
Swift
public init(crawlerName: String, schedule: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws