NotificationConfigurationDeprecated
public struct NotificationConfigurationDeprecated : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Container for specifying the AWS Lambda notification configuration.
Declaration
Swift
public let cloudFunctionConfiguration: CloudFunctionConfiguration?
-
This data type is deprecated. This data type specifies the configuration for publishing messages to an Amazon Simple Queue Service (Amazon SQS) queue when Amazon S3 detects specified events.
Declaration
Swift
public let queueConfiguration: QueueConfigurationDeprecated?
-
This data type is deprecated. A container for specifying the configuration for publication of messages to an Amazon Simple Notification Service (Amazon SNS) topic when Amazon S3 detects specified events.
Declaration
Swift
public let topicConfiguration: TopicConfigurationDeprecated?
-
Undocumented
Declaration
Swift
public init(cloudFunctionConfiguration: CloudFunctionConfiguration? = nil, queueConfiguration: QueueConfigurationDeprecated? = nil, topicConfiguration: TopicConfigurationDeprecated? = nil)