generated from vercel/ai-chatbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsst-env.d.ts
42 lines (42 loc) · 891 Bytes
/
sst-env.d.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
/* This file is auto-generated by SST. Do not edit. */
/* tslint:disable */
/* eslint-disable */
/* deno-fmt-ignore-file */
import "sst"
export {}
declare module "sst" {
export interface Resource {
"AIChatbotAWS": {
"type": "sst.aws.Nextjs"
"url": string
}
"AIChatbotAWSBucket": {
"name": string
"type": "sst.aws.Bucket"
}
"AIChatbotAWSDB": {
"database": string
"host": string
"password": string
"port": number
"type": "sst.aws.Postgres"
"username": string
}
"AIChatbotAWSVPC": {
"bastion": string
"type": "sst.aws.Vpc"
}
"AuthSecret": {
"type": "sst.sst.Secret"
"value": string
}
"BedrockAccessKeyId": {
"type": "sst.sst.Secret"
"value": string
}
"BedrockSecretAccessKey": {
"type": "sst.sst.Secret"
"value": string
}
}
}