EventCategoryGroup

public struct EventCategoryGroup : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A list of event categories from a source type that you’ve chosen.

    Declaration

    Swift

    public let eventCategories: [String]?
  • The type of AWS DMS resource that generates events. Valid values: replication-instance | replication-server | security-group | replication-task

    Declaration

    Swift

    public let sourceType: String?
  • Undocumented

    Declaration

    Swift

    public init(eventCategories: [String]? = nil, sourceType: String? = nil)