CentralizationRuleForOrganizationRuleSourceSourceLogsConfiguration constructor

const CentralizationRuleForOrganizationRuleSourceSourceLogsConfiguration({
  1. Input<String?>? dataSourceSelectionCriteria,
  2. required Input<String> encryptedLogGroupStrategy,
  3. Input<String?>? logGroupSelectionCriteria,
})

Creates a new CentralizationRuleForOrganizationRuleSourceSourceLogsConfiguration. dataSourceSelectionCriteria 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. encryptedLogGroupStrategy Strategy for handling encrypted log groups. Valid values: ALLOW, SKIP. logGroupSelectionCriteria Criteria for selecting log groups. Use * for all log groups or OAM filter syntax like LogGroupName LIKE '/aws/lambda%'. Must be between 1 and 2000 characters.

Implementation

const CentralizationRuleForOrganizationRuleSourceSourceLogsConfiguration({
  this.dataSourceSelectionCriteria,
  required this.encryptedLogGroupStrategy,
  this.logGroupSelectionCriteria,
});