public static class BucketNotificationConfiguration.TopicConfiguration
extends java.lang.Object
Represents the SNS topic to publish event notification to. Notifications are published to the topic only if the specified event is triggered.
| コンストラクタと説明 |
|---|
BucketNotificationConfiguration.TopicConfiguration(java.lang.String topic,
java.lang.String event)
Creates a new
BucketNotificationConfiguration.TopicConfiguration. |
public BucketNotificationConfiguration.TopicConfiguration(java.lang.String topic,
java.lang.String event)
Creates a new BucketNotificationConfiguration.TopicConfiguration.
topic - The SNS Topic ARN (Amazon Resource Name) to publish notifications to.event - The event that must occur to trigger the notification publication.public java.lang.String getTopic()
Gets the topic ARN (Amazon Resource Name) for the topic to publish events to.
public java.lang.String getEvent()
Gets the event that must occur for the notification to be published.
public java.lang.String toString()
toString クラス内 java.lang.Object