ts-lambda-api - v2.5.2
    Preparing search index...

    Interface UserAgentInputConfig

    interface UserAgentInputConfig {
        customUserAgent?: string | UserAgent;
        userAgentAppId?: string | Provider<string>;
    }
    Index

    Properties

    customUserAgent?: string | UserAgent

    The custom user agent header that would be appended to default one

    userAgentAppId?: string | Provider<string>

    The application ID used to identify the application.