VPC flow logs configuration. Used to customize VPC flow log output.

Hierarchy

  • VpcFlowLogsConfig

Implements

Constructors

Properties

customFields: string[] = ...

Custom fields to include in flow log outputs.

defaultFormat: false = false

Enable to use the default log format for flow logs.

destinations: ("s3" | "cloud-watch-logs")[] = ...

An array of destination serviced for storing logs.

See

NetworkConfigTypes.logDestinationTypeEnum

destinationsConfig: VpcFlowLogsDestinationConfig = ...

Optional

VPC Flow log detonations properties. Use this property to specify S3 and CloudWatchLogs properties

See

VpcFlowLogsDestinationConfig

maxAggregationInterval: number = 600

The maximum log aggregation interval in days.

trafficType: "ALL" = 'ALL'

The type of traffic to log.

See

trafficTypeEnum

Generated using TypeDoc