Event

public struct Event : AWSShape

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

    public let date: TimeStamp?
  • A list of the event categories. Values: Configuration, Management, Monitoring, Security

    Declaration

    Swift

    public let eventCategories: [String]?
  • The identifier of the event.

    Declaration

    Swift

    public let eventId: String?
  • The text of this event.

    Declaration

    Swift

    public let message: String?
  • The severity of the event. Values: ERROR, INFO

    Declaration

    Swift

    public let severity: String?
  • The identifier for the source of the event.

    Declaration

    Swift

    public let sourceIdentifier: String?
  • The source type for this event.

    Declaration

    Swift

    public let sourceType: SourceType?
  • Undocumented

    Declaration

    Swift

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