policies property

Input? policies
final

A list of IAM policy ARNs to attach to the Function. Only one of role or policies can be provided. If neither is provided, the default policies will be used instead.

Implementation

final pulumi.Input<dynamic>? policies;