permission property

Permission? permission
final

The permissions that the Lambda function has to the resource. Can be one of ''rw'' (read/write) or ''ro'' (read-only).

Implementation

final Permission? permission;