pub struct LambdaFunctionAssociation {
pub event_type: Option<Value<String>>,
pub include_body: Option<Value<bool>>,
pub lambda_function_arn: Option<Value<String>>,
}Expand description
The AWS::CloudFront::Distribution.LambdaFunctionAssociation property type.
Fields§
§event_type: Option<Value<String>>Property EventType.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
include_body: Option<Value<bool>>Property IncludeBody.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
lambda_function_arn: Option<Value<String>>Property LambdaFunctionARN.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Source§impl Debug for LambdaFunctionAssociation
impl Debug for LambdaFunctionAssociation
Source§impl Default for LambdaFunctionAssociation
impl Default for LambdaFunctionAssociation
Source§fn default() -> LambdaFunctionAssociation
fn default() -> LambdaFunctionAssociation
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LambdaFunctionAssociation
impl RefUnwindSafe for LambdaFunctionAssociation
impl Send for LambdaFunctionAssociation
impl Sync for LambdaFunctionAssociation
impl Unpin for LambdaFunctionAssociation
impl UnwindSafe for LambdaFunctionAssociation
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