| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudfront |
Amazon CloudFront Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static FunctionCode |
FunctionCode.fromFile(FileCodeOptions options)
Code from external file for function.
|
static FunctionCode |
FunctionCode.fromInline(String code)
Inline code for function.
|
FunctionCode |
FunctionProps.getCode()
The source code of the function.
|
FunctionCode |
FunctionProps.Jsii$Proxy.getCode() |
| Modifier and Type | Method and Description |
|---|---|
Function.Builder |
Function.Builder.code(FunctionCode code)
The source code of the function.
|
FunctionProps.Builder |
FunctionProps.Builder.code(FunctionCode code)
Sets the value of
FunctionProps.getCode() |
Copyright © 2022. All rights reserved.