Struct aws_sdk_rust::aws::s3::bucket::NotificationConfiguration
[−]
[src]
pub struct NotificationConfiguration { pub queue_configurations: QueueConfigurationList, pub lambda_function_configurations: LambdaFunctionConfigurationList, pub topic_configurations: TopicConfigurationList, }
Container for specifying the notification configuration of the bucket. If this element is empty, notifications are turned off on the bucket.
Fields
queue_configurations: QueueConfigurationList
lambda_function_configurations: LambdaFunctionConfigurationList
topic_configurations: TopicConfigurationList
Trait Implementations
impl Default for NotificationConfiguration
[src]
fn default() -> NotificationConfiguration
Returns the "default value" for a type. Read more