CentralizationRuleForOrganizationRule constructor

const CentralizationRuleForOrganizationRule({
  1. required Input<CentralizationRuleForOrganizationRuleDestination> destination,
  2. required Input<CentralizationRuleForOrganizationRuleSource> source,
})

Creates a new CentralizationRuleForOrganizationRule. destination Configuration block for the destination where telemetry will be centralized. See destination below. source Configuration block for the source of logs to be centralized. See source below.

Implementation

const CentralizationRuleForOrganizationRule({
  required this.destination,
  required this.source,
});