Options
All
  • Public
  • Public/Protected
  • All
Menu

AWS GuardDuty Export Findings configuration.

example
enable: true
overrideExisting: true
destinationType: S3
exportFrequency: FIFTEEN_MINUTES

Hierarchy

  • GuardDutyExportFindingsConfig

Implements

Index

Constructors

Properties

destinationType: "S3" = 'S3'

The type of resource for the publishing destination. Currently only Amazon S3 buckets are supported.

enable: false = false

Indicates whether AWS GuardDuty Export Findings enabled.

exportFrequency: "FIFTEEN_MINUTES" = 'FIFTEEN_MINUTES'

An enum value that specifies how frequently findings are exported, such as to CloudWatch Events. Possible values FIFTEEN_MINUTES, ONE_HOUR, or SIX_HOURS

overrideExisting: false = false

Indicates whether AWS GuardDuty Export Findings can be overwritten.

Generated using TypeDoc