Struct aws_sdk_rust::aws::s3::object::LambdaFunctionConfiguration [] [src]

pub struct LambdaFunctionConfiguration {
    pub lambda_function_arn: LambdaFunctionArn,
    pub id: Option<NotificationId>,
    pub events: EventList,
}

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 Debug for LambdaFunctionConfiguration
[src]

Formats the value using the given formatter.

impl Default for LambdaFunctionConfiguration
[src]

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

impl Decodable for LambdaFunctionConfiguration
[src]

Deserialize a value using a Decoder.

impl Encodable for LambdaFunctionConfiguration
[src]

Serialize a value using an Encoder.