II.
PlatformService JSON
Structured · liveplatform-service:heroku-connect
Heroku Connect json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "platform-service:heroku-connect",
"_kind": "PlatformService",
"_file": "domain/platform-services/platform-services-paas.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Heroku Connect",
"description": "Bi-directional sync between Heroku Postgres and Salesforce.\n",
"category": "other",
"providedByPlatformId": "platform:heroku",
"implementsStackPartIds": []
},
"outgoingEdges": [
{
"from": "platform-service:heroku-connect",
"to": "platform:heroku",
"kind": "provided_by"
}
],
"incomingEdges": [
{
"from": "platform:heroku",
"to": "platform-service:heroku-connect",
"kind": "provides",
"attributes": {}
}
]
}