Interface IHttpRoute.Jsii$Default
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default,IEnvironmentAware,IEnvironmentAware.Jsii$Default,IHttpRoute,IResource,IResource.Jsii$Default,IRoute,IRoute.Jsii$Default,IRouteRef,IRouteRef.Jsii$Default,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IHttpRoute.Jsii$Proxy
- Enclosing interface:
IHttpRoute
Internal default implementation for
IHttpRoute.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
IEnvironmentAware.Jsii$Default, IEnvironmentAware.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.apigatewayv2.IHttpRoute
IHttpRoute.Jsii$Default, IHttpRoute.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default, IResource.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.apigatewayv2.IRoute
IRoute.Jsii$Default, IRoute.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.apigatewayv2.IRouteRef
IRouteRef.Jsii$Default, IRouteRef.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault IHttpApiThe HTTP API associated with this route.default StringgetPath()Returns the path component of this HTTP route,undefinedif the path is the catch-all route.default StringReturns the arn of the route.default GrantgrantInvoke(IGrantable grantee) Grant access to invoke the route.default GrantgrantInvoke(IGrantable grantee, GrantInvokeOptions options) Grant access to invoke the route.Methods inherited from interface software.constructs.IConstruct.Jsii$Default
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware.Jsii$Default
getEnvMethods inherited from interface software.amazon.awscdk.IResource.Jsii$Default
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.awscdk.services.apigatewayv2.IRoute.Jsii$Default
getRouteIdMethods inherited from interface software.amazon.awscdk.interfaces.apigatewayv2.IRouteRef.Jsii$Default
getRouteRefMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getHttpApi
The HTTP API associated with this route.- Specified by:
getHttpApiin interfaceIHttpRoute
-
getRouteArn
Returns the arn of the route.- Specified by:
getRouteArnin interfaceIHttpRoute
-
getPath
Returns the path component of this HTTP route,undefinedif the path is the catch-all route.- Specified by:
getPathin interfaceIHttpRoute
-
grantInvoke
@Stability(Stable) @NotNull default Grant grantInvoke(@NotNull IGrantable grantee, @Nullable GrantInvokeOptions options) Grant access to invoke the route.This method requires that the authorizer of the route is undefined or is an
HttpIamAuthorizer.- Specified by:
grantInvokein interfaceIHttpRoute- Parameters:
grantee- This parameter is required.options-
-
grantInvoke
Grant access to invoke the route.This method requires that the authorizer of the route is undefined or is an
HttpIamAuthorizer.- Specified by:
grantInvokein interfaceIHttpRoute- Parameters:
grantee- This parameter is required.
-