Class BucketNotificationConfiguration.TopicConfiguration

    • Constructor Detail

      • TopicConfiguration

        public TopicConfiguration​(String topic,
                                  String event)
        Deprecated.
        Parameters:
        topic - The SNS Topic ARN (Amazon Resource Name) to publish notifications to.
        event - The event that must occur to trigger the notification publication.
    • Method Detail

      • getTopic

        public String getTopic()
        Deprecated.

        Gets the topic ARN (Amazon Resource Name) for the topic to publish events to.

        Returns:
        The topic ARN for the topic to publish events to.