Bases: object
Options when reading the function’s code from an external file.
file_path (str
) – The path of the file to read the code from.
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
import aws_cdk.aws_cloudfront as cloudfront
file_code_options = cloudfront.FileCodeOptions(
file_path="filePath"
)
Attributes
The path of the file to read the code from.