SecurityConfig / CentralSecurityServicesConfig / GuardDutyConfig / GuardDutyExportFindingsConfig

https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_exportfindings.html | AWS GuardDuty Export Findings configuration. Use this configuration to export Amazon GuardDuty findings to Amazon CloudWatch Events, and, optionally, to an Amazon S3 bucket.

Example

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

Hierarchy

  • GuardDutyExportFindingsConfig

Implements

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

(OPTIONAL) Indicates whether AWS GuardDuty Export Findings can be overwritten.

overrideGuardDutyPrefix: undefined | PrefixConfig = undefined

(OPTIONAL) AWS GuardDuty Prefix for centralized logging path.

Generated using TypeDoc