TelemetryRuleRuleDestinationConfigurationVpcFlowLogParameters constructor
const
TelemetryRuleRuleDestinationConfigurationVpcFlowLogParameters({})
Creates a new TelemetryRuleRuleDestinationConfigurationVpcFlowLogParameters.
logFormat Format string for VPC Flow Log entries.
maxAggregationInterval Maximum interval (in seconds) between the capture of flow log records. Valid values: 60, 600.
trafficType Type of traffic to log. Valid values: ACCEPT, REJECT, ALL.
Implementation
const TelemetryRuleRuleDestinationConfigurationVpcFlowLogParameters({
this.logFormat,
this.maxAggregationInterval,
this.trafficType,
});