Class IHttpRoute.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apigatewayv2.IHttpRoute.Jsii$Proxy
All Implemented Interfaces:
IRouteRef, IRouteRef.Jsii$Default, IEnvironmentAware, IEnvironmentAware.Jsii$Default, IResource, IResource.Jsii$Default, IHttpRoute, IHttpRoute.Jsii$Default, IRoute, IRoute.Jsii$Default, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IConstruct.Jsii$Default, software.constructs.IDependable, software.constructs.IDependable.Jsii$Default
Enclosing interface:
IHttpRoute

@Internal public static final class IHttpRoute.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IHttpRoute.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
  • Method Details

    • grantInvoke

      @Stability(Stable) @NotNull public final Grant grantInvoke(@NotNull IGrantable grantee)
      Grant access to invoke the route.

      This method requires that the authorizer of the route is undefined or is an HttpIamAuthorizer.

      Specified by:
      grantInvoke in interface IHttpRoute
      Specified by:
      grantInvoke in interface IHttpRoute.Jsii$Default
      Parameters:
      grantee - This parameter is required.