QueueConfigurationDeprecated
public struct QueueConfigurationDeprecated : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A collection of bucket events for which to send notifications
Declaration
Swift
public let events: [Event]?
-
Undocumented
Declaration
Swift
public let id: String?
-
The Amazon Resource Name (ARN) of the Amazon SQS queue to which Amazon S3 publishes a message when it detects events of the specified type.
Declaration
Swift
public let queue: String?
-
Undocumented
Declaration
Swift
public init(events: [Event]? = nil, id: String? = nil, queue: String? = nil)