Interface IApiKey
- Namespace
- Amazon.CDK.AWS.APIGateway
- Assembly
- Amazon.CDK.AWS.APIGateway.dll
API keys are alphanumeric string values that you distribute to app developer customers to grant access to your API.
public interface IApiKey : IResource, IConstruct, IConstruct, IDependable
Properties
KeyArn
The API key ARN.
string KeyArn { get; }
Property Value
KeyId
The API key ID.
string KeyId { get; }
Property Value
Remarks
Attribute: true