mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-14 08:34:07 -08:00
15 lines
269 B
JSON
15 lines
269 B
JSON
[
|
|
{
|
|
"createdAt": "2023-07-10T14:50:49.193Z",
|
|
"updatedAt": "2023-10-27T13:34:42.917Z",
|
|
"id": "123",
|
|
"name": "cred-aws-prod",
|
|
"data": {
|
|
"region": "eu-west-1",
|
|
"accessKeyId": "999999999999",
|
|
"secretAccessKey": "aaaaaaaaaaaaa"
|
|
},
|
|
"type": "aws"
|
|
}
|
|
]
|