Struct rusoto_cloudfront::LambdaFunctionAssociation [] [src]

pub struct LambdaFunctionAssociation {
    pub event_type: Option<String>,
    pub lambda_function_arn: Option<String>,
}

A complex type that contains a Lambda function association.

Fields

Specifies the event type that triggers a Lambda function invocation. Valid values are:

  • viewer-request

  • origin-request

  • viewer-response

  • origin-response

The ARN of the Lambda function.

Trait Implementations

impl Default for LambdaFunctionAssociation
[src]

[src]

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

impl Debug for LambdaFunctionAssociation
[src]

[src]

Formats the value using the given formatter.