Uses of Interface
software.amazon.awscdk.services.apigateway.IApiKeyRef
Packages that use IApiKeyRef
-
Uses of IApiKeyRef in software.amazon.awscdk.services.apigateway
Subinterfaces of IApiKeyRef in software.amazon.awscdk.services.apigatewayModifier and TypeInterfaceDescriptioninterface
API keys are alphanumeric string values that you distribute to app developer customers to grant access to your API.static interface
Internal default implementation forIApiKey
.static interface
Internal default implementation forIApiKeyRef
.Classes in software.amazon.awscdk.services.apigateway that implement IApiKeyRefModifier and TypeClassDescriptionclass
An API Gateway ApiKey.class
TheAWS::ApiGateway::ApiKey
resource creates a unique key that you can distribute to clients who are executing API GatewayMethod
resources that require an API key.static final class
A proxy class which represents a concrete javascript instance of this type.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.apigateway with parameters of type IApiKeyRefModifier and TypeMethodDescriptionvoid
IUsagePlan.addApiKey
(IApiKeyRef apiKey) Adds an ApiKey.void
IUsagePlan.addApiKey
(IApiKeyRef apiKey, AddApiKeyOptions options) Adds an ApiKey.default void
IUsagePlan.Jsii$Default.addApiKey
(IApiKeyRef apiKey, AddApiKeyOptions options) Adds an ApiKey.final void
IUsagePlan.Jsii$Proxy.addApiKey
(IApiKeyRef apiKey) Adds an ApiKey.final void
IUsagePlan.Jsii$Proxy.addApiKey
(IApiKeyRef apiKey, AddApiKeyOptions options) Adds an ApiKey.void
UsagePlan.addApiKey
(IApiKeyRef apiKey) Adds an ApiKey.void
UsagePlan.addApiKey
(IApiKeyRef apiKey, AddApiKeyOptions options) Adds an ApiKey.