| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IApiKey.Jsii$Default
Internal default implementation for
IApiKey. |
| Modifier and Type | Class and Description |
|---|---|
class |
ApiKey
(experimental) An API Gateway ApiKey.
|
static class |
IApiKey.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
RateLimitedApiKey
(experimental) An API Gateway ApiKey, for which a rate limiting configuration can be specified.
|
| Modifier and Type | Method and Description |
|---|---|
IApiKey |
RestApiBase.addApiKey(String id)
(experimental) Add an ApiKey.
|
IApiKey |
RestApiBase.addApiKey(String id,
ApiKeyOptions options)
(experimental) Add an ApiKey.
|
static IApiKey |
ApiKey.fromApiKeyId(software.constructs.Construct scope,
String id,
String apiKeyId)
(experimental) Import an ApiKey by its Id.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UsagePlan.addApiKey(IApiKey apiKey)
(experimental) Adds an ApiKey.
|
void |
UsagePlan.addApiKey(IApiKey apiKey,
AddApiKeyOptions options)
(experimental) Adds an ApiKey.
|
Copyright © 2021. All rights reserved.