Uses of Interface
software.amazon.awscdk.services.apigatewayv2.IApiKey
Packages that use IApiKey
-
Uses of IApiKey in software.amazon.awscdk.services.apigatewayv2
Subinterfaces of IApiKey in software.amazon.awscdk.services.apigatewayv2Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIApiKey
.Classes in software.amazon.awscdk.services.apigatewayv2 that implement IApiKeyModifier 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.Methods in software.amazon.awscdk.services.apigatewayv2 that return IApiKeyModifier and TypeMethodDescriptionstatic IApiKey
ApiKey.fromApiKeyId
(software.constructs.Construct scope, String id, String apiKeyId) Import an ApiKey by its Id.Methods in software.amazon.awscdk.services.apigatewayv2 with parameters of type IApiKeyModifier 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.