| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ProxyResourceProps
Example:
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ProxyResourceOptions.Jsii$Proxy
An implementation for
ProxyResourceOptions |
static class |
ProxyResourceProps.Jsii$Proxy
An implementation for
ProxyResourceProps |
| Modifier and Type | Method and Description |
|---|---|
ProxyResourceOptions |
ProxyResourceOptions.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
ProxyResource |
IResource.addProxy(ProxyResourceOptions options)
Adds a greedy proxy resource ("{proxy+}") and an ANY method to this route.
|
ProxyResource |
IResource.Jsii$Proxy.addProxy(ProxyResourceOptions options)
Adds a greedy proxy resource ("{proxy+}") and an ANY method to this route.
|
default ProxyResource |
IResource.Jsii$Default.addProxy(ProxyResourceOptions options)
Adds a greedy proxy resource ("{proxy+}") and an ANY method to this route.
|
ProxyResource |
ResourceBase.addProxy(ProxyResourceOptions options)
Adds a greedy proxy resource ("{proxy+}") and an ANY method to this route.
|
Copyright © 2022. All rights reserved.