Uses of Interface
software.amazon.awscdk.services.cloudfront.IFunction
-
Uses of IFunction in software.amazon.awscdk.services.cloudfront
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIFunction
.Modifier and TypeClassDescriptionclass
A CloudFront Function.static final class
A proxy class which represents a concrete javascript instance of this type.Modifier 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()