role property
The ARN of the IAM role (invocation role) that AWS Lambda can assume to read from the stream and invoke the function.
Implementation
final String? role;
The ARN of the IAM role (invocation role) that AWS Lambda can assume to read from the stream and invoke the function.
final String? role;