@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-05-10T17:05:56.568Z") @Stability(value=Stable) public interface IFunctionUrl extends software.amazon.jsii.JsiiSerializable, IResource
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IFunctionUrl.Jsii$Default
Internal default implementation for
IFunctionUrl. |
static class |
IFunctionUrl.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFunctionArn()
The ARN of the function this URL refers to.
|
String |
getUrl()
The url of the Lambda function.
|
Grant |
grantInvokeUrl(IGrantable identity)
Grant the given identity permissions to invoke this Lambda Function URL.
|
applyRemovalPolicy, getEnv, getStackgetNode@Stability(value=Stable) @NotNull String getFunctionArn()
@Stability(value=Stable) @NotNull String getUrl()
@Stability(value=Stable) @NotNull Grant grantInvokeUrl(@NotNull IGrantable identity)
identity - This parameter is required.Copyright © 2023. All rights reserved.