pub struct LambdaConfiguration {
pub event: Value<String>,
pub filter: Option<Value<NotificationFilter>>,
pub function: Value<String>,
}Expand description
The AWS::S3::Bucket.LambdaConfiguration property type.
Fields§
§event: Value<String>Property Event.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
filter: Option<Value<NotificationFilter>>Property Filter.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
function: Value<String>Property Function.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Source§impl Debug for LambdaConfiguration
impl Debug for LambdaConfiguration
Source§impl Default for LambdaConfiguration
impl Default for LambdaConfiguration
Source§fn default() -> LambdaConfiguration
fn default() -> LambdaConfiguration
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LambdaConfiguration
impl RefUnwindSafe for LambdaConfiguration
impl Send for LambdaConfiguration
impl Sync for LambdaConfiguration
impl Unpin for LambdaConfiguration
impl UnwindSafe for LambdaConfiguration
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more