Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Hierarchy

  • VpcFlowLogsConfig

Implements

Index

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

{@link NetworkConfigTypes.logDestinationTypeEnum}

destinationsConfig: VpcFlowLogsDestinationConfig = ...
optional

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

see

{@link VpcFlowLogsDestinationConfig}

maxAggregationInterval: number = 600

The maximum log aggregation interval in days.

trafficType: "ALL" = 'ALL'

The type of traffic to log.

see

{@link trafficTypeEnum}

Generated using TypeDoc