@karmaniverous/aws-api-gateway-tools
    Preparing search index...

    Type Alias ApiKeySummary

    Minimal API key descriptor (subset of AWS API Gateway fields).

    type ApiKeySummary = {
        id?: string;
        name?: string;
        value?: string;
    }
    Index

    Properties

    Properties

    id?: string

    API key id.

    name?: string

    API key name.

    value?: string

    API key value (present only when includeValues: true).