ConfigurationSummary
Provides a summary of pipeline configuration components including sources, processors, and destinations.
Contents
- DataSources
-
The list of data sources that provide telemetry data to the pipeline.
Type: Array of DataSource objects
Required: No
- ProcessorCount
-
The total number of processors configured in the pipeline.
Type: Integer
Required: No
- Processors
-
The list of processors configured in the pipeline for data transformation.
Type: Array of strings
Required: No
- Sinks
-
The list of destinations where processed data is sent.
Type: Array of strings
Required: No
- Sources
-
The list of data sources configured in the pipeline.
Type: Array of Source objects
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: