Uses of Interface
software.amazon.awscdk.services.location.alpha.IApiKey
Packages that use IApiKey
-
Uses of IApiKey in software.amazon.awscdk.services.location.alpha
Subinterfaces of IApiKey in software.amazon.awscdk.services.location.alphaModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIApiKey.Classes in software.amazon.awscdk.services.location.alpha that implement IApiKeyModifier and TypeClassDescriptionclass(experimental) An API Key.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.location.alpha that return IApiKeyModifier and TypeMethodDescriptionstatic IApiKeyApiKey.fromApiKeyArn(software.constructs.Construct scope, String id, String apiKeyArn) (experimental) Use an existing api key by ARN.static IApiKeyApiKey.fromApiKeyName(software.constructs.Construct scope, String id, String apiKeyName) (experimental) Use an existing api key by name.