resourceAccessPolicies property

List<ResourceAccessPolicy>? resourceAccessPolicies
final

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.

Implementation

final List<ResourceAccessPolicy>? resourceAccessPolicies;