Interface IApiKey
API keys are alphanumeric string values that you distribute to app developer customers to grant access to your API.
Namespace: Amazon.CDK.AWS.Apigatewayv2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IApiKey : IResource, IConstruct, IDependable
Syntax (vb)
Public Interface IApiKey Inherits IResource, IConstruct, IDependable
Synopsis
Properties
KeyArn | The API key ARN. |
KeyId | The API key ID. |