Interface IFunctionUrl.Jsii$Default

All Superinterfaces:
software.constructs.IConstruct, software.constructs.IConstruct.Jsii$Default, software.constructs.IDependable, software.constructs.IDependable.Jsii$Default, IEnvironmentAware, IEnvironmentAware.Jsii$Default, IFunctionUrl, IResource, IResource.Jsii$Default, IUrlRef, IUrlRef.Jsii$Default, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
IFunctionUrl.Jsii$Proxy
Enclosing interface:
IFunctionUrl

@Internal public static interface IFunctionUrl.Jsii$Default extends IFunctionUrl, IResource.Jsii$Default, IUrlRef.Jsii$Default
Internal default implementation for IFunctionUrl.
  • Method Details

    • getAuthType

      @Stability(Stable) @NotNull default FunctionUrlAuthType getAuthType()
      The authType of the function URL, used for access control.
      Specified by:
      getAuthType in interface IFunctionUrl
    • getFunctionArn

      @Stability(Stable) @NotNull default String getFunctionArn()
      The ARN of the function this URL refers to.
      Specified by:
      getFunctionArn in interface IFunctionUrl
    • getUrl

      @Stability(Stable) @NotNull default String getUrl()
      The url of the Lambda function.
      Specified by:
      getUrl in interface IFunctionUrl
    • grantInvokeUrl

      @Stability(Stable) @NotNull default Grant grantInvokeUrl(@NotNull IGrantable identity)
      Grant the given identity permissions to invoke this Lambda Function URL.

      Specified by:
      grantInvokeUrl in interface IFunctionUrl
      Parameters:
      identity - This parameter is required.