TelemetryRuleRuleDestinationConfigurationLogDeliveryParameters constructor

const TelemetryRuleRuleDestinationConfigurationLogDeliveryParameters({
  1. Input<List<String>?>? logTypes,
})

Creates a new TelemetryRuleRuleDestinationConfigurationLogDeliveryParameters. logTypes List of log types that the source is sending.

Implementation

const TelemetryRuleRuleDestinationConfigurationLogDeliveryParameters({
  this.logTypes,
});