NotificationConfiguration
public struct NotificationConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
List of up to two channels to be used for sending notifications for events detected from the application profile.
Declaration
Swift
public let channels: [Channel]?
-
Undocumented
Declaration
Swift
public init(channels: [Channel]? = nil)