CentralizationRuleForOrganizationRule constructor
const
CentralizationRuleForOrganizationRule({
- required Input<
CentralizationRuleForOrganizationRuleDestination> destination, - 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,
});