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