Event

public struct Event : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The date of the event.

    Declaration

    Swift

    public let date: TimeStamp?
  • The event categories available for the specified source type.

    Declaration

    Swift

    public let eventCategories: [String]?
  • The event message.

    Declaration

    Swift

    public let message: String?
  • The identifier of an event source.

    Declaration

    Swift

    public let sourceIdentifier: String?
  • The type of AWS DMS resource that generates events. Valid values: replication-instance | endpoint | replication-task

    Declaration

    Swift

    public let sourceType: SourceType?
  • Undocumented

    Declaration

    Swift

    public init(date: TimeStamp? = nil, eventCategories: [String]? = nil, message: String? = nil, sourceIdentifier: String? = nil, sourceType: SourceType? = nil)