| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ApiKeyOptions
(experimental) The options for creating an API Key.
|
interface |
ApiKeyProps
(experimental) ApiKey Properties.
|
interface |
LambdaRestApiProps |
interface |
ProxyResourceOptions |
interface |
ProxyResourceProps |
interface |
RateLimitedApiKeyProps
(experimental) RateLimitedApiKey properties.
|
interface |
ResourceProps |
interface |
RestApiProps
(experimental) Props to create a new instance of RestApi.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ApiKeyOptions.Jsii$Proxy
An implementation for
ApiKeyOptions |
static class |
ApiKeyProps.Jsii$Proxy
An implementation for
ApiKeyProps |
static class |
LambdaRestApiProps.Jsii$Proxy
An implementation for
LambdaRestApiProps |
static class |
ProxyResourceOptions.Jsii$Proxy
An implementation for
ProxyResourceOptions |
static class |
ProxyResourceProps.Jsii$Proxy
An implementation for
ProxyResourceProps |
static class |
RateLimitedApiKeyProps.Jsii$Proxy
An implementation for
RateLimitedApiKeyProps |
static class |
ResourceOptions.Jsii$Proxy
An implementation for
ResourceOptions |
static class |
ResourceProps.Jsii$Proxy
An implementation for
ResourceProps |
static class |
RestApiProps.Jsii$Proxy
An implementation for
RestApiProps |
| Modifier and Type | Method and Description |
|---|---|
ResourceOptions |
ResourceOptions.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
Resource |
IResource.addResource(String pathPart,
ResourceOptions options)
(experimental) Defines a new child resource where this resource is the parent.
|
Resource |
IResource.Jsii$Proxy.addResource(String pathPart,
ResourceOptions options)
(experimental) Defines a new child resource where this resource is the parent.
|
default Resource |
IResource.Jsii$Default.addResource(String pathPart,
ResourceOptions options)
(experimental) Defines a new child resource where this resource is the parent.
|
Resource |
ResourceBase.addResource(String pathPart,
ResourceOptions options)
(experimental) Defines a new child resource where this resource is the parent.
|
Copyright © 2021. All rights reserved.