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

    Interface APIGatewayEventIdentity

    interface APIGatewayEventIdentity {
        accessKey: string;
        accountId: string;
        apiKey: string;
        apiKeyId: string;
        caller: string;
        clientCert: APIGatewayEventClientCertificate;
        cognitoAuthenticationProvider: string;
        cognitoAuthenticationType: string;
        cognitoIdentityId: string;
        cognitoIdentityPoolId: string;
        principalOrgId: string;
        sourceIp: string;
        user: string;
        userAgent: string;
        userArn: string;
    }
    Index

    Properties

    accessKey: string
    accountId: string
    apiKey: string
    apiKeyId: string
    caller: string
    cognitoAuthenticationProvider: string
    cognitoAuthenticationType: string
    cognitoIdentityId: string
    cognitoIdentityPoolId: string
    principalOrgId: string
    sourceIp: string
    user: string
    userAgent: string
    userArn: string