Interface IFunctionUrl
- All Superinterfaces:
software.constructs.IConstruct
,software.constructs.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.104.0 (build e79254c)",
date="2024-11-22T02:24:03.947Z")
@Stability(Stable)
public interface IFunctionUrl
extends software.amazon.jsii.JsiiSerializable, IResource
A Lambda function Url.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIFunctionUrl
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionThe authType of the function URL, used for access control.The 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.constructs.IConstruct
getNode
Methods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getEnv, getStack
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAuthType
The authType of the function URL, used for access control. -
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.
-