TelemetryRuleForOrganizationRuleDestinationConfigurationVpcFlowLogParameters constructor

const TelemetryRuleForOrganizationRuleDestinationConfigurationVpcFlowLogParameters({
  1. Input<String?>? logFormat,
  2. Input<int?>? maxAggregationInterval,
  3. Input<String?>? trafficType,
})

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,
});