Table of Contents

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

string

KeyId

The API key ID.

string KeyId { get; }

Property Value

string

Remarks

Attribute: true