TopicConfigurationDeprecated

public struct TopicConfigurationDeprecated : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A collection of events related to objects

    Declaration

    Swift

    public let events: [Event]?
  • id

    Undocumented

    Declaration

    Swift

    public let id: String?
  • Amazon SNS topic to which Amazon S3 will publish a message to report the specified events for the bucket.

    Declaration

    Swift

    public let topic: String?
  • Undocumented

    Declaration

    Swift

    public init(events: [Event]? = nil, id: String? = nil, topic: String? = nil)