role property

Input<String?>? role
final

The execution role for the Lambda Function. The role provides the function's identity and access to AWS services and resources. Only one of role or policies can be provided. If neither is provided, the default policies will be used instead.

Implementation

final pulumi.Input<String?>? role;