Uses of Interface
software.amazon.awscdk.interfaces.apigateway.IApiKeyRef
Packages that use IApiKeyRef
Package
Description
Amazon API Gateway Construct Library
-
Uses of IApiKeyRef in software.amazon.awscdk.interfaces.apigateway
Subinterfaces of IApiKeyRef in software.amazon.awscdk.interfaces.apigatewayModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIApiKeyRef.Classes in software.amazon.awscdk.interfaces.apigateway that implement IApiKeyRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IApiKeyRef in software.amazon.awscdk.services.apigateway
Subinterfaces of IApiKeyRef in software.amazon.awscdk.services.apigatewayModifier and TypeInterfaceDescriptioninterfaceAPI keys are alphanumeric string values that you distribute to app developer customers to grant access to your API.static interfaceInternal default implementation forIApiKey.Classes in software.amazon.awscdk.services.apigateway that implement IApiKeyRefModifier and TypeClassDescriptionclassAn API Gateway ApiKey.classTheAWS::ApiGateway::ApiKeyresource creates a unique key that you can distribute to clients who are executing API GatewayMethodresources that require an API key.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 IApiKeyRefModifier and TypeMethodDescriptionstatic IApiKeyRefCfnApiKey.fromApiKeyId(software.constructs.Construct scope, String id, String apiKeyId) Creates a new IApiKeyRef from a apiKeyId.Methods in software.amazon.awscdk.services.apigateway with parameters of type IApiKeyRefModifier and TypeMethodDescriptionvoidIUsagePlan.addApiKey(IApiKeyRef apiKey) Adds an ApiKey.voidIUsagePlan.addApiKey(IApiKeyRef apiKey, AddApiKeyOptions options) Adds an ApiKey.default voidIUsagePlan.Jsii$Default.addApiKey(IApiKeyRef apiKey, AddApiKeyOptions options) Adds an ApiKey.final voidIUsagePlan.Jsii$Proxy.addApiKey(IApiKeyRef apiKey) Adds an ApiKey.final voidIUsagePlan.Jsii$Proxy.addApiKey(IApiKeyRef apiKey, AddApiKeyOptions options) Adds an ApiKey.voidUsagePlan.addApiKey(IApiKeyRef apiKey) Adds an ApiKey.voidUsagePlan.addApiKey(IApiKeyRef apiKey, AddApiKeyOptions options) Adds an ApiKey.