CreateSnapshotScheduleMessage

public struct CreateSnapshotScheduleMessage : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Undocumented

    Declaration

    Swift

    public let dryRun: Bool?
  • Undocumented

    Declaration

    Swift

    public let nextInvocations: Int?
  • The definition of the snapshot schedule. The definition is made up of schedule expressions, for example “cron(30 12 *)” or “rate(12 hours)”.

    Declaration

    Swift

    public let scheduleDefinitions: [String]?
  • The description of the snapshot schedule.

    Declaration

    Swift

    public let scheduleDescription: String?
  • A unique identifier for a snapshot schedule. Only alphanumeric characters are allowed for the identifier.

    Declaration

    Swift

    public let scheduleIdentifier: String?
  • An optional set of tags you can use to search for the schedule.

    Declaration

    Swift

    public let tags: [Tag]?
  • Undocumented

    Declaration

    Swift

    public init(dryRun: Bool? = nil, nextInvocations: Int? = nil, scheduleDefinitions: [String]? = nil, scheduleDescription: String? = nil, scheduleIdentifier: String? = nil, tags: [Tag]? = nil)