ComputationModelDataBindingUsageSummary
A summary of how a specific data binding is used across computation models. This tracks dependencies between data sources and computation models, allowing you to understand the impact of changes to data sources.
Contents
- computationModelIds
-
The list of computation model IDs that use this data binding. This allows identification of all computation models affected by changes to the referenced data source.
Type: Array of strings
Length Constraints: Fixed length of 36.
Pattern:
^(?!00000000-0000-0000-0000-000000000000)[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$
Required: Yes
- matchedDataBinding
-
The data binding matched by the filter criteria. Contains details about specific data binding values used by the computation models.
Type: MatchedDataBinding object
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: