SecurityConfig / CentralSecurityServicesConfig / GuardDutyConfig

AWS GuardDuty configuration Use this configuration to enable Amazon GuardDuty for an AWS Organization, as well as other modular feature protections.

Example

guardduty:
enable: true
excludeRegions: []
s3Protection:
enable: true
excludeRegions: []
eksProtection:
enable: true
excludedRegions: []
exportConfiguration:
enable: true
overrideExisting: true
destinationType: S3
exportFrequency: FIFTEEN_MINUTES
lifecycleRules: []

Hierarchy

  • GuardDutyConfig

Implements

Constructors

Properties

eksProtection: undefined | GuardDutyEksProtectionConfig = undefined

(OPTIONAL) AWS GuardDuty EKS Protection configuration.

enable: false = false

Indicates whether AWS GuardDuty enabled.

excludeRegions: string[] = []

(OPTIONAL) List of AWS Region names to be excluded from configuring Amazon GuardDuty

exportConfiguration: GuardDutyExportFindingsConfig = ...

AWS GuardDuty Export Findings configuration.

lifecycleRules: undefined | LifeCycleRule[] = undefined

(OPTIONAL) Declaration of a S3 Lifecycle rule.

s3Protection: GuardDutyS3ProtectionConfig = ...

AWS GuardDuty S3 Protection configuration.

Generated using TypeDoc