SnapshotOptions

public struct SnapshotOptions : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified Elasticsearch domain. Default value is 0 hours.

    Declaration

    Swift

    public let automatedSnapshotStartHour: Int?
  • Undocumented

    Declaration

    Swift

    public init(automatedSnapshotStartHour: Int? = nil)