| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProxyResource
Defines a {proxy+} greedy resource and an ANY method on a route.
|
| Modifier and Type | Method and Description |
|---|---|
Resource |
IResource.addResource(String pathPart)
Defines a new child resource where this resource is the parent.
|
Resource |
IResource.Jsii$Proxy.addResource(String pathPart)
Defines a new child resource where this resource is the parent.
|
Resource |
ResourceBase.addResource(String pathPart)
Defines a new child resource where this resource is the parent.
|
Resource |
IResource.addResource(String pathPart,
ResourceOptions options)
Defines a new child resource where this resource is the parent.
|
Resource |
IResource.Jsii$Proxy.addResource(String pathPart,
ResourceOptions options)
Defines a new child resource where this resource is the parent.
|
default Resource |
IResource.Jsii$Default.addResource(String pathPart,
ResourceOptions options)
Defines a new child resource where this resource is the parent.
|
Resource |
ResourceBase.addResource(String pathPart,
ResourceOptions options)
Defines a new child resource where this resource is the parent.
|
Resource |
Resource.Builder.build() |
Resource |
IResource.resourceForPath(String path)
Gets or create all resources leading up to the specified path.
|
Resource |
IResource.Jsii$Proxy.resourceForPath(String path)
Gets or create all resources leading up to the specified path.
|
default Resource |
IResource.Jsii$Default.resourceForPath(String path)
Gets or create all resources leading up to the specified path.
|
Resource |
ResourceBase.resourceForPath(String path)
Gets or create all resources leading up to the specified path.
|
Copyright © 2022. All rights reserved.