Uses of Interface
software.amazon.awscdk.services.location.IAPIKeyRef
Packages that use IAPIKeyRef
-
Uses of IAPIKeyRef in software.amazon.awscdk.services.location
Subinterfaces of IAPIKeyRef in software.amazon.awscdk.services.locationModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIAPIKeyRef.Classes in software.amazon.awscdk.services.location that implement IAPIKeyRefModifier and TypeClassDescriptionclassThe API key resource in your AWS account, which lets you grant actions for Amazon Location resources to the API key bearer.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.location that return IAPIKeyRefModifier and TypeMethodDescriptionstatic IAPIKeyRefCfnAPIKey.fromAPIKeyArn(software.constructs.Construct scope, String id, String arn) Creates a new IAPIKeyRef from an ARN.static IAPIKeyRefCfnAPIKey.fromKeyName(software.constructs.Construct scope, String id, String keyName) Creates a new IAPIKeyRef from a keyName.