Uses of Interface
software.amazon.awscdk.services.apigateway.IApiKey
Packages that use IApiKey
-
Uses of IApiKey in software.amazon.awscdk.services.apigateway
Subinterfaces of IApiKey in software.amazon.awscdk.services.apigatewayModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIApiKey.Classes in software.amazon.awscdk.services.apigateway that implement IApiKeyModifier and TypeClassDescriptionclassAn API Gateway ApiKey.static final classA proxy class which represents a concrete javascript instance of this type.classAn API Gateway ApiKey, for which a rate limiting configuration can be specified.Methods in software.amazon.awscdk.services.apigateway that return IApiKeyModifier and TypeMethodDescriptionAdd an ApiKey to this Stage.IStage.addApiKey(String id, ApiKeyOptions options) Add an ApiKey to this Stage.default IApiKeyIStage.Jsii$Default.addApiKey(String id, ApiKeyOptions options) Add an ApiKey to this Stage.final IApiKeyAdd an ApiKey to this Stage.final IApiKeyIStage.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 IApiKeyApiKey.fromApiKeyId(software.constructs.Construct scope, String id, String apiKeyId) Import an ApiKey by its Id.