TopicConfiguration
public struct TopicConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Amazon S3 bucket event about which to send notifications. For more information, see Supported Event Types in the Amazon Simple Storage Service Developer Guide.
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 SNS topic to which Amazon S3 publishes a message when it detects events of the specified type.
Declaration
Swift
public let topicArn: String -
Undocumented
Declaration
Swift
public init(events: [Event], filter: NotificationConfigurationFilter? = nil, id: String? = nil, topicArn: String)
View on GitHub
TopicConfiguration Structure Reference