Interface IFunction

All Superinterfaces:
software.constructs.IConstruct, software.constructs.IDependable, IFunctionRef, IResource, software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IFunction.Jsii$Default
All Known Implementing Classes:
Function, IFunction.Jsii$Proxy

@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)", date="2025-10-01T17:46:49.586Z") @Stability(Stable) public interface IFunction extends software.amazon.jsii.JsiiSerializable, IResource, IFunctionRef
Represents a CloudFront Function.
  • Method Details

    • getFunctionArn

      @Stability(Stable) @NotNull String getFunctionArn()
      The ARN of the function.
    • getFunctionName

      @Stability(Stable) @NotNull String getFunctionName()
      The name of the function.
    • getNode

      @Stability(Stable) @NotNull software.constructs.Node getNode()
      The tree node.
      Specified by:
      getNode in interface software.constructs.IConstruct