Interface IFunction.Jsii$Default

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

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

    • getFunctionArn

      @Stability(Stable) @NotNull default String getFunctionArn()
      The ARN of the function.
      Specified by:
      getFunctionArn in interface IFunction
    • getFunctionName

      @Stability(Stable) @NotNull default String getFunctionName()
      The name of the function.
      Specified by:
      getFunctionName in interface IFunction