NotificationConfiguration
public struct NotificationConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Describes the AWS Lambda functions to invoke and the events for which to invoke them.
Declaration
Swift
public let lambdaFunctionConfigurations: [LambdaFunctionConfiguration]?
-
The Amazon Simple Queue Service queues to publish messages to and the events for which to publish messages.
Declaration
Swift
public let queueConfigurations: [QueueConfiguration]?
-
The topic to which notifications are sent and the events for which notifications are generated.
Declaration
Swift
public let topicConfigurations: [TopicConfiguration]?
-
Undocumented
Declaration
Swift
public init(lambdaFunctionConfigurations: [LambdaFunctionConfiguration]? = nil, queueConfigurations: [QueueConfiguration]? = nil, topicConfigurations: [TopicConfiguration]? = nil)