AwsLambdaExecutionRoleReference

interface AwsLambdaExecutionRoleReference { arn: Input<string>; }

Structural execution-role reference accepted by AwsLambdaFunctionArgs.

Example

CODE
const executionRole: AwsLambdaExecutionRoleReference = {
  arn: appRole.arn,
};

Properties

arn: Input<string>

ARN of the Lambda execution role.