Interface CfnDistribution.FunctionAssociationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDistribution.FunctionAssociationProperty.Jsii$Proxy
Enclosing class:
CfnDistribution

@Stability(Stable) public static interface CfnDistribution.FunctionAssociationProperty extends software.amazon.jsii.JsiiSerializable
A CloudFront function that is associated with a cache behavior in a CloudFront distribution.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.cloudfront.*;
 FunctionAssociationProperty functionAssociationProperty = FunctionAssociationProperty.builder()
         .eventType("eventType")
         .functionArn("functionArn")
         .build();
 

See Also: