TelemetryRuleForOrganizationRuleDestinationConfigurationVpcFlowLogParameters constructor
const
TelemetryRuleForOrganizationRuleDestinationConfigurationVpcFlowLogParameters({})
Creates a new TelemetryRuleForOrganizationRuleDestinationConfigurationVpcFlowLogParameters.
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 TelemetryRuleForOrganizationRuleDestinationConfigurationVpcFlowLogParameters({
this.logFormat,
this.maxAggregationInterval,
this.trafficType,
});