Uses of Class
software.amazon.awscdk.services.cloudfront.FunctionCode
Packages that use FunctionCode
-
Uses of FunctionCode in software.amazon.awscdk.services.cloudfront
Methods in software.amazon.awscdk.services.cloudfront that return FunctionCodeModifier and TypeMethodDescriptionstatic FunctionCodeFunctionCode.fromFile(FileCodeOptions options) Code from external file for function.static FunctionCodeFunctionCode.fromInline(String code) Inline code for function.FunctionProps.getCode()The source code of the function.final FunctionCodeFunctionProps.Jsii$Proxy.getCode()Methods in software.amazon.awscdk.services.cloudfront with parameters of type FunctionCodeModifier and TypeMethodDescriptionFunction.Builder.code(FunctionCode code) The source code of the function.FunctionProps.Builder.code(FunctionCode code) Sets the value ofFunctionProps.getCode()