StaticDestinationObjectProvider
class StaticDestinationObjectProvider(objectNames: List<String>, namePath: String = "name") : DestinationObjectProvider
An ObjectProvider generating objects from a statically provided list of object names. The main use case is for standard objects that aren't discoverable dynamically. If used with DynamicDestinationObjectProvider, the namePath should align with what the API returns in case interpolation uses this field.