FunctionConfigurationEnvironment
The environment configuration of the function.
Types
Properties
Link copied to clipboard
If true, the Lambda function is allowed to access the host's /sys folder. Use this when the Lambda function needs to read device information from /sys. This setting applies only when you run the Lambda function in a Greengrass container.
Link copied to clipboard
Configuration related to executing the Lambda function
Link copied to clipboard
A list of the resources, with their permissions, to which the Lambda function will be granted access. A Lambda function can have at most 10 resources. ResourceAccessPolicies apply only when you run the Lambda function in a Greengrass container.
Functions
Link copied to clipboard
inline fun copy(block: FunctionConfigurationEnvironment.Builder.() -> Unit = {}): FunctionConfigurationEnvironment