Show / Hide Table of Contents

Interface IApiKey

API keys are alphanumeric string values that you distribute to app developer customers to grant access to your API.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Env
IResource.Stack
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.

Properties

KeyArn

The API key ARN.

string KeyArn { get; }
Property Value

string

Remarks

Attribute: true

KeyId

The API key ID.

string KeyId { get; }
Property Value

string

Remarks

Attribute: true

Back to top Generated by DocFX