AWS SDK for .NET Documentation
TopicConfiguration Class
AmazonAmazon.S3.ModelTopicConfiguration Did this page help you?   Yes   No    Tell us about it...
Represents a topic configuration for notification configuration. A topic configuration contains an event and a topic arn.
Declaration Syntax
C#
public class TopicConfiguration
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
TopicConfiguration()()()()
Initializes a new instance of the TopicConfiguration class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Event
The event for which notifications should be sent.

GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Topic
The topic for the notification.

ToString()()()()
Creates a string representation of a topic configuration.
(Overrides Object.ToString()()()().)
WithEvent(String) Obsolete.
Sets the event for which notifications should be sent.

WithTopic(String) Obsolete.
Sets the topic for the notification.

Inheritance Hierarchy
Object
TopicConfiguration

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)