Struct rusoto_s3::LambdaFunctionConfiguration [] [src]

pub struct LambdaFunctionConfiguration {
    pub events: Vec<String>,
    pub filter: Option<NotificationConfigurationFilter>,
    pub id: Option<String>,
    pub lambda_function_arn: String,
}

Container for specifying the AWS Lambda notification configuration.

Fields

Lambda cloud function ARN that Amazon S3 can invoke when it detects events of the specified type.

Trait Implementations

impl Default for LambdaFunctionConfiguration
[src]

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

impl Debug for LambdaFunctionConfiguration
[src]

Formats the value using the given formatter.