CreateRule

public struct CreateRule : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The schedule, as a Cron expression. The schedule interval must be between 1 hour and 1 year. For more information, see Cron expressions in the Amazon CloudWatch User Guide.

    Declaration

    Swift

    public let cronExpression: String?
  • The interval between snapshots. The supported values are 1, 2, 3, 4, 6, 8, 12, and 24.

    Declaration

    Swift

    public let interval: Int?
  • The interval unit.

    Declaration

    Swift

    public let intervalUnit: IntervalUnitValues?
  • The time, in UTC, to start the operation. The supported format is hh:mm. The operation occurs within a one-hour window following the specified time. If you do not specify a time, Amazon DLM selects a time within the next 24 hours.

    Declaration

    Swift

    public let times: [String]?
  • Undocumented

    Declaration

    Swift

    public init(cronExpression: String? = nil, interval: Int? = nil, intervalUnit: IntervalUnitValues? = nil, times: [String]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws