| 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
An API Gateway ApiKey.
|
static class |
IApiKey.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
RateLimitedApiKey
An API Gateway ApiKey, for which a rate limiting configuration can be specified.
|
| Modifier and Type | Method and Description |
|---|---|
IApiKey |
RestApiBase.addApiKey(String id)
Add an ApiKey.
|
IApiKey |
RestApiBase.addApiKey(String id,
ApiKeyOptions options)
Add an ApiKey.
|
static IApiKey |
ApiKey.fromApiKeyId(software.constructs.Construct scope,
String id,
String apiKeyId)
Import an ApiKey by its Id.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UsagePlan.addApiKey(IApiKey apiKey)
Adds an ApiKey.
|
void |
IUsagePlan.addApiKey(IApiKey apiKey)
Adds an ApiKey.
|
void |
IUsagePlan.Jsii$Proxy.addApiKey(IApiKey apiKey)
Adds an ApiKey.
|
void |
UsagePlan.addApiKey(IApiKey apiKey,
AddApiKeyOptions options)
Adds an ApiKey.
|
void |
IUsagePlan.addApiKey(IApiKey apiKey,
AddApiKeyOptions options)
Adds an ApiKey.
|
void |
IUsagePlan.Jsii$Proxy.addApiKey(IApiKey apiKey,
AddApiKeyOptions options)
Adds an ApiKey.
|
default void |
IUsagePlan.Jsii$Default.addApiKey(IApiKey apiKey,
AddApiKeyOptions options)
Adds an ApiKey.
|
Copyright © 2022. All rights reserved.