Interface IAppsyncFunction

All Superinterfaces:
software.constructs.IConstruct, software.constructs.IDependable, IEnvironmentAware, IFunctionConfigurationRef, IResource, software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IAppsyncFunction.Jsii$Default
All Known Implementing Classes:
AppsyncFunction, IAppsyncFunction.Jsii$Proxy

@Generated(value="jsii-pacmak/1.126.0 (build 206d44b)", date="2026-02-03T13:58:15.905Z") @Stability(Stable) public interface IAppsyncFunction extends software.amazon.jsii.JsiiSerializable, IResource, IFunctionConfigurationRef
Interface for AppSync Functions.
  • Method Details

    • getFunctionArn

      @Stability(Stable) @NotNull String getFunctionArn()
      the ARN of the AppSync function.
    • getFunctionId

      @Stability(Stable) @NotNull String getFunctionId()
      the name of this AppSync Function.