Struct aws_sdk_rust::aws::s3::object::TopicConfiguration
[−]
[src]
pub struct TopicConfiguration {
pub id: Option<NotificationId>,
pub topic_arn: TopicArn,
pub events: EventList,
}Container for specifying the configuration when you want Amazon S3 to publish events to an Amazon Simple Notification Service (Amazon SNS) topic.
Fields
id: Option<NotificationId>
topic_arn: TopicArn
Amazon SNS topic ARN to which Amazon S3 will publish a message when it detects events of specified type.
events: EventList
Trait Implementations
impl Debug for TopicConfiguration[src]
impl Default for TopicConfiguration[src]
fn default() -> TopicConfiguration
Returns the "default value" for a type. Read more
impl Decodable for TopicConfiguration[src]
fn decode<__D: Decoder>(
__arg_0: &mut __D
) -> Result<TopicConfiguration, __D::Error>
__arg_0: &mut __D
) -> Result<TopicConfiguration, __D::Error>
Deserialize a value using a Decoder.