Struct rusoto_s3::TopicConfiguration [] [src]

pub struct TopicConfiguration {
    pub events: Vec<String>,
    pub filter: Option<NotificationConfigurationFilter>,
    pub id: Option<String>,
    pub topic_arn: String,
}

Container for specifying the configuration when you want Amazon S3 to publish events to an Amazon Simple Notification Service (Amazon SNS) topic.

Fields

Amazon SNS topic ARN to which Amazon S3 will publish a message when it detects events of specified type.

Trait Implementations

impl Default for TopicConfiguration
[src]

Returns the "default value" for a type. Read more

impl Debug for TopicConfiguration
[src]

Formats the value using the given formatter.