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,
}Expand description
A container for specifying the configuration for AWS Lambda notifications.
Fields
events: Vec<String>The Amazon S3 bucket event for which to invoke the AWS Lambda function. For more information, see Supported Event Types in the Amazon S3 User Guide.
filter: Option<NotificationConfigurationFilter>id: Option<String>lambda_function_arn: StringThe Amazon Resource Name (ARN) of the AWS Lambda function that Amazon S3 invokes when the specified event type occurs.
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 LambdaFunctionConfiguration
impl Send for LambdaFunctionConfiguration
impl Sync for LambdaFunctionConfiguration
impl Unpin for LambdaFunctionConfiguration
impl UnwindSafe for LambdaFunctionConfiguration
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