Uses of Class
software.amazon.awscdk.services.cloudfront.FunctionCode
-
Uses of FunctionCode in software.amazon.awscdk.services.cloudfront
Modifier and TypeMethodDescriptionstatic FunctionCode
FunctionCode.fromFile
(FileCodeOptions options) Code from external file for function.static FunctionCode
FunctionCode.fromInline
(String code) Inline code for function.FunctionProps.getCode()
The source code of the function.final FunctionCode
FunctionProps.Jsii$Proxy.getCode()
Modifier and TypeMethodDescriptionFunction.Builder.code
(FunctionCode code) The source code of the function.FunctionProps.Builder.code
(FunctionCode code) Sets the value ofFunctionProps.getCode()