| 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.
|
default IApiKey |
UsagePlanProps.getApiKey()
(experimental) ApiKey to be associated with the usage plan.
|
IApiKey |
UsagePlanProps.Jsii$Proxy.getApiKey() |
| Modifier and Type | Method and Description |
|---|---|
void |
UsagePlan.addApiKey(IApiKey apiKey)
(experimental) Adds an ApiKey.
|
UsagePlan.Builder |
UsagePlan.Builder.apiKey(IApiKey apiKey)
(experimental) ApiKey to be associated with the usage plan.
|
UsagePlanProps.Builder |
UsagePlanProps.Builder.apiKey(IApiKey apiKey)
Sets the value of
UsagePlanProps.getApiKey() |
| Constructor and Description |
|---|
Jsii$Proxy(IApiKey apiKey,
List<? extends UsagePlanPerApiStage> apiStages,
String description,
String name,
QuotaSettings quota,
ThrottleSettings throttle)
Constructor that initializes the object based on literal property values passed by the
UsagePlanProps.Builder. |
Copyright © 2021. All rights reserved.