dataSourceSelectionCriteria property

Input<String?>? dataSourceSelectionCriteria
final

Criteria for selecting data sources. Uses the same filter expression format as logGroupSelectionCriteria, but operates on Data Source Name and Data Source Type operands. When both logGroupSelectionCriteria and dataSourceSelectionCriteria are specified, a log event must match both criteria to be centralized. Must be between 1 and 2000 characters.

Implementation

final pulumi.Input<String?>? dataSourceSelectionCriteria;