AwsDataApiSessionOptions Type — drizzle-orm Architecture
Architecture documentation for the AwsDataApiSessionOptions type/interface in session.ts from the drizzle-orm codebase.
Entity Profile
Dependency Diagram
graph TD a05b4bc8_6534_e9ef_af81_8b79788600aa["AwsDataApiSessionOptions"] 679100dc_c927_c003_a36c_2c549a3d87e1["session.ts"] a05b4bc8_6534_e9ef_af81_8b79788600aa -->|defined in| 679100dc_c927_c003_a36c_2c549a3d87e1 style a05b4bc8_6534_e9ef_af81_8b79788600aa fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
drizzle-orm/src/aws-data-api/pg/session.ts lines 151–157
export interface AwsDataApiSessionOptions {
logger?: Logger;
cache?: Cache;
database: string;
resourceArn: string;
secretArn: string;
}
Defined In
Source
Frequently Asked Questions
What is the AwsDataApiSessionOptions type?
AwsDataApiSessionOptions is a type/interface in the drizzle-orm codebase, defined in drizzle-orm/src/aws-data-api/pg/session.ts.
Where is AwsDataApiSessionOptions defined?
AwsDataApiSessionOptions is defined in drizzle-orm/src/aws-data-api/pg/session.ts at line 151.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free