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

Properties

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

Generated using TypeDoc