Backenddeployed_code_account
Docker ContainerContainerized application running in Docker. Specify image, ports, environment variables, and volumes.
code
Backend ServiceAPI or backend application with endpoint management. Define HTTP endpoints with methods, paths, and types.
Databasetable_chart
DynamoDB
bolt
ElastiCache
storage
PostgreSQLRelational database with ACID compliance. Configure host, port, database, and connection settings.
storage
MySQLPopular relational database. Specify connection details, charset, and collation settings.
dataset
MongoDBNoSQL document database. Configure connection string, database name, and collections.
Salesforcecloud
Salesforce OrgSalesforce instance environment (Production, Sandbox, Developer).
database
Custom ObjectCustom Salesforce object for storing business data (e.g., Invoice__c, Project__c).
folder
Standard ObjectStandard Salesforce objects (Account, Contact, Opportunity, Lead, Case).
code
Apex ClassServer-side business logic written in Apex (Salesforce's Java-like language).
bolt
Apex TriggerEvent-driven code that executes before or after DML operations on objects.
account_tree
FlowVisual automation tool for building business processes without code.
widgets
Lightning Web ComponentModern UI component built with standard web technologies (HTML, CSS, JavaScript).
web
Visualforce PageLegacy UI framework using page markup and server-side controllers.