Interface CfnDistributionPropsMixin.FunctionAssociationProperty

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

@Stability(Stable) public static interface CfnDistributionPropsMixin.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.cfnpropertymixins.services.cloudfront.*;
 FunctionAssociationProperty functionAssociationProperty = FunctionAssociationProperty.builder()
         .eventType("eventType")
         .functionArn("functionArn")
         .build();
 

See Also: