Interface IFunctionUrl
A Lambda function Url.
Inherited Members
Namespace: Amazon.CDK.AWS.Lambda
Assembly: Amazon.CDK.AWS.Lambda.dll
Syntax (csharp)
public interface IFunctionUrl : IResource, IConstruct, IDependable
Syntax (vb)
Public Interface IFunctionUrl
Inherits IResource, IConstruct, IConstruct, IDependable
Synopsis
Properties
FunctionArn | The ARN of the function this URL refers to. |
Url | The url of the Lambda function. |
Methods
GrantInvokeUrl(IGrantable) | Grant the given identity permissions to invoke this Lambda Function URL. |
Properties
FunctionArn
The ARN of the function this URL refers to.
string FunctionArn { get; }
Property Value
System.String
Remarks
Attribute: FunctionArn
Url
The url of the Lambda function.
string Url { get; }
Property Value
System.String
Remarks
Attribute: FunctionUrl
Methods
GrantInvokeUrl(IGrantable)
Grant the given identity permissions to invoke this Lambda Function URL.
Grant GrantInvokeUrl(IGrantable identity)
Parameters
- identity IGrantable
Returns