QueueConfiguration
public struct QueueConfiguration : 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 filter: NotificationConfigurationFilter?
-
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 queueArn: String
-
Undocumented
Declaration
Swift
public init(events: [Event], filter: NotificationConfigurationFilter? = nil, id: String? = nil, queueArn: String)