Struct rusoto_s3::NotificationConfiguration [−][src]
pub struct NotificationConfiguration {
pub lambda_function_configurations: Option<Vec<LambdaFunctionConfiguration>>,
pub queue_configurations: Option<Vec<QueueConfiguration>>,
pub topic_configurations: Option<Vec<TopicConfiguration>>,
}Expand description
A container for specifying the notification configuration of the bucket. If this element is empty, notifications are turned off for the bucket.
Fields
lambda_function_configurations: Option<Vec<LambdaFunctionConfiguration>>Describes the AWS Lambda functions to invoke and the events for which to invoke them.
queue_configurations: Option<Vec<QueueConfiguration>>The Amazon Simple Queue Service queues to publish messages to and the events for which to publish messages.
topic_configurations: Option<Vec<TopicConfiguration>>The topic to which notifications are sent and the events for which notifications are generated.
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for NotificationConfiguration
impl Send for NotificationConfiguration
impl Sync for NotificationConfiguration
impl Unpin for NotificationConfiguration
impl UnwindSafe for NotificationConfiguration
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more