java.lang.Object | ||
↳ | org.mule.module.s3.model.NotificationConfiguration | |
↳ | org.mule.module.s3.model.TopicConfiguration |
Represents the topic configuration for an Amazon S3 bucket.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
long | serialVersionUID |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
topicARN | The Amazon SNS topic ARN for this configuration. |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new topic configuration with the given topic arn and set of events.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the topic arn for this notification configuration.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
The Amazon SNS topic ARN for this configuration.
Creates a new topic configuration with the given topic arn and set of events.
topicARN | The Amazon SNS topic arn to which the notifications are to be sent. |
---|---|
events | The events for which the notifications are to be sent |
Returns the topic arn for this notification configuration.