Interface IAppsyncFunction

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

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:49.514Z") @Stability(Experimental) public interface IAppsyncFunction extends software.amazon.jsii.JsiiSerializable, IResource
(experimental) Interface for AppSync Functions.
  • Method Details

    • getFunctionArn

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

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