EventDestination
public struct EventDestination : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Undocumented
Declaration
Swift
public let cloudWatchLogsDestination: CloudWatchLogsDestination?
-
Indicates whether or not the event destination is enabled. If the event destination is enabled, then Amazon Pinpoint sends response data to the specified event destination.
Declaration
Swift
public let enabled: Bool?
-
Undocumented
Declaration
Swift
public let kinesisFirehoseDestination: KinesisFirehoseDestination?
-
Undocumented
Declaration
Swift
public let matchingEventTypes: [EventType]?
-
A name that identifies the event destination configuration.
Declaration
Swift
public let name: String?
-
Undocumented
Declaration
Swift
public let snsDestination: SnsDestination?
-
init(cloudWatchLogsDestination:enabled:kinesisFirehoseDestination:matchingEventTypes:name:snsDestination:)
Undocumented
Declaration
Swift
public init(cloudWatchLogsDestination: CloudWatchLogsDestination? = nil, enabled: Bool? = nil, kinesisFirehoseDestination: KinesisFirehoseDestination? = nil, matchingEventTypes: [EventType]? = nil, name: String? = nil, snsDestination: SnsDestination? = nil)