Variable AlbMultiValueHeadersSchemaConst
AlbMultiValueHeadersSchema: ZodObject<
{
body: ZodString;
headers: ZodOptional<ZodRecord<ZodString, ZodString>>;
httpMethod: ZodString;
isBase64Encoded: ZodBoolean;
multiValueHeaders: ZodRecord<ZodString, ZodArray<ZodString>>;
multiValueQueryStringParameters: ZodRecord<ZodString, ZodArray<ZodString>>;
path: ZodString;
queryStringParameters: ZodOptional<ZodRecord<ZodString, ZodString>>;
requestContext: ZodObject<
{ elb: ZodObject<{ targetGroupArn: ZodString }, $strip> },
$strip,
>;
},
$strip,
> = ...
Deprecated
Use
AlbSchema
instead, which handles both types of headers & querystring parameters.This schema will be removed in a future major release.