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,
    pub cloud_function_configurations: CloudFunctionConfigurationList,
}

Container for specifying the notification configuration of the bucket. If this element is empty, notifications are turned off on the bucket.

Fields

Trait Implementations

impl Debug for NotificationConfiguration
[src]

Formats the value using the given formatter.

impl Default for NotificationConfiguration
[src]

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

impl Decodable for NotificationConfiguration
[src]

Deserialize a value using a Decoder.

impl Encodable for NotificationConfiguration
[src]

Serialize a value using an Encoder.