| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigatewayv2 |
AWS::APIGatewayv2 Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
GrantInvokeOptions.Jsii$Proxy
An implementation for
GrantInvokeOptions |
| Modifier and Type | Method and Description |
|---|---|
GrantInvokeOptions |
GrantInvokeOptions.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
Grant |
HttpRoute.grantInvoke(IGrantable grantee,
GrantInvokeOptions options)
(experimental) Grant access to invoke the route.
|
Grant |
IHttpRoute.grantInvoke(IGrantable grantee,
GrantInvokeOptions options)
(experimental) Grant access to invoke the route.
|
Grant |
IHttpRoute.Jsii$Proxy.grantInvoke(IGrantable grantee,
GrantInvokeOptions options)
(experimental) Grant access to invoke the route.
|
default Grant |
IHttpRoute.Jsii$Default.grantInvoke(IGrantable grantee,
GrantInvokeOptions options)
(experimental) Grant access to invoke the route.
|
Copyright © 2022. All rights reserved.