Uses of Interface
software.amazon.awscdk.services.apigateway.IApiKey
-
Uses of IApiKey in software.amazon.awscdk.services.apigateway
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIApiKey
.Modifier and TypeClassDescriptionclass
An API Gateway ApiKey.static final class
A proxy class which represents a concrete javascript instance of this type.class
An API Gateway ApiKey, for which a rate limiting configuration can be specified.Modifier and TypeMethodDescriptionAdd an ApiKey to this Stage.IStage.addApiKey
(String id, ApiKeyOptions options) Add an ApiKey to this Stage.default IApiKey
IStage.Jsii$Default.addApiKey
(String id, ApiKeyOptions options) Add an ApiKey to this Stage.final IApiKey
Add an ApiKey to this Stage.final IApiKey
IStage.Jsii$Proxy.addApiKey
(String id, ApiKeyOptions options) Add an ApiKey to this Stage.Add an ApiKey to the deploymentStage.RestApiBase.addApiKey
(String id, ApiKeyOptions options) Add an ApiKey to the deploymentStage.Add an ApiKey to this stage.StageBase.addApiKey
(String id, ApiKeyOptions options) Add an ApiKey to this stage.static IApiKey
ApiKey.fromApiKeyId
(software.constructs.Construct scope, String id, String apiKeyId) Import an ApiKey by its Id.Modifier and TypeMethodDescriptionvoid
Adds an ApiKey.void
IUsagePlan.addApiKey
(IApiKey apiKey, AddApiKeyOptions options) Adds an ApiKey.default void
IUsagePlan.Jsii$Default.addApiKey
(IApiKey apiKey, AddApiKeyOptions options) Adds an ApiKey.final void
Adds an ApiKey.final void
IUsagePlan.Jsii$Proxy.addApiKey
(IApiKey apiKey, AddApiKeyOptions options) Adds an ApiKey.void
Adds an ApiKey.void
UsagePlan.addApiKey
(IApiKey apiKey, AddApiKeyOptions options) Adds an ApiKey.