T4S will not create the TRIM Containers for each configured T4S Salesforce sObject or custom object, as there are too many different Salesforce sObject types, as well as custom object types.
When you set up the T4S Settings for a sObject or custom object, you can select the “Enable Sub Container“ checkbox, and then use this boolean value within your code to decide if a new Container should be created or not when a new Salesforce record is inserted.
...
The “Trim sObject Container Uri“ field tells T4S where the new Container should be created.
This can be overridden by adding the specification property “RecordContainer“ and value, with the Container Specification Property Set.
This again can be overridden if you have requirements to create separate Container Specification Property Sets for each Salesforce Record Type for the configured sObject.
...