cognito.Fetcher
Forbinder til Cognito
Options
Name | Type | Mandatory | Default value | Description |
---|---|---|---|---|
db | Object | Yes | databaseinformation | |
db.server | string | Yes | host navn, database server | |
db.user | string | Yes | brugernavn | |
db.password | string | Yes | passord | |
db.oisdatabase | string | Yes | ois databasenavn | |
db.tlydatabase | string | Yes | tly databasenavn |
Examples
Usage
YAML Declaration:
_type: cognito.Fetcher
_options:
db:
user: 'uuu'
password: 'ppp'
server: 'sss'
oisdatabase: 'OisData_0710'
tlydatabase: 'TLYData_0710'