UNPKG

473 BTypeScriptView Raw
1export declare const supportedDatasources: {
2 'Aurora Serverless': {
3 inputs: {
4 key: string;
5 type: string;
6 question: string;
7 required: boolean;
8 }[];
9 alias: string;
10 defaultValuesFilename: string;
11 serviceWalkthroughFilename: string;
12 cfnFilename: string;
13 provider: string;
14 availableRegions: string[];
15 };
16};
17//# sourceMappingURL=supported-datasources.d.ts.map
\No newline at end of file