Uses of Interface
software.amazon.awscdk.services.cloudfront.IFunction
Packages that use IFunction
-
Uses of IFunction in software.amazon.awscdk.services.cloudfront
Subinterfaces of IFunction in software.amazon.awscdk.services.cloudfrontModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIFunction
.Classes in software.amazon.awscdk.services.cloudfront that implement IFunctionModifier and TypeClassDescriptionclass
A CloudFront Function.static final class
A proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.cloudfront that return IFunctionModifier and TypeMethodDescriptionstatic IFunction
Function.fromFunctionAttributes
(software.constructs.Construct scope, String id, FunctionAttributes attrs) Imports a function by its name and ARN.FunctionAssociation.getFunction()
The CloudFront function that will be invoked.final IFunction
FunctionAssociation.Jsii$Proxy.getFunction()
Methods in software.amazon.awscdk.services.cloudfront with parameters of type IFunction