Onkar Ravgan 21a30af25c
Added uri in jsonchema for aws credentials (#10315)
* Added uri in jsonchema

* fixed sample data
2023-02-24 22:17:38 +05:30

21 lines
468 B
JSON

{
"type": "glue",
"serviceName": "Glue",
"serviceConnection": {
"config": {
"type": "Glue",
"awsConfig": {
"awsAccessKeyId": "aws accessKey id",
"awsSecretAccessKey": "aws secret access key",
"awsRegion": "aws region",
"endPointURL": "https://glue.region_name.amazonaws.com/"
},
"storageServiceName": "glue_s3"
}
},
"sourceConfig": {
"config": {
"type": "DatabaseMetadata"
}
}
}