Interface IFunctionUrl
- All Superinterfaces:
IConstruct,software.constructs.IConstruct,IDependable,IResource,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IFunctionUrl.Jsii$Default
- All Known Implementing Classes:
FunctionUrl,IFunctionUrl.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:40.789Z")
@Stability(Stable)
public interface IFunctionUrl
extends software.amazon.jsii.JsiiSerializable, IResource
A Lambda function Url.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIFunctionUrl.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the function this URL refers to.getUrl()The url of the Lambda function.grantInvokeUrl(IGrantable identity) Grant the given identity permissions to invoke this Lambda Function URL.Methods inherited from interface software.amazon.awscdk.core.IConstruct
getNodeMethods inherited from interface software.amazon.awscdk.core.IResource
applyRemovalPolicy, getEnv, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFunctionArn
The ARN of the function this URL refers to. -
getUrl
The url of the Lambda function. -
grantInvokeUrl
Grant the given identity permissions to invoke this Lambda Function URL.- Parameters:
identity- This parameter is required.
-