SecurityConfig / CentralSecurityServicesConfig / MacieConfig

Amazon Macie Configuration Use this configuration to enable Amazon Macie within your AWS Organization along with it's reporting configuration.

Example

macie:
enable: true
excludeRegions: []
policyFindingsPublishingFrequency: FIFTEEN_MINUTES
publishSensitiveDataFindings: true

Hierarchy

  • MacieConfig

Implements

Constructors

Properties

enable: false = false

Indicates whether AWS Macie enabled.

excludeRegions: string[] = []

List of AWS Region names to be excluded from configuring Amazon Macie

lifecycleRules: undefined | LifeCycleRule[] = undefined

(OPTIONAL) Declaration of a S3 Lifecycle rule.

policyFindingsPublishingFrequency: "FIFTEEN_MINUTES" = 'FIFTEEN_MINUTES'

(OPTIONAL) Specifies how often to publish updates to policy findings for the account. This includes publishing updates to Security Hub and Amazon EventBridge (formerly called Amazon CloudWatch Events). An enum value that specifies how frequently findings are published Possible values FIFTEEN_MINUTES, ONE_HOUR, or SIX_HOURS

publishSensitiveDataFindings: true = true

Specifies whether to publish sensitive data findings to Security Hub. If you set this value to true, Amazon Macie automatically publishes all sensitive data findings that weren't suppressed by a findings filter. The default value is false.

Generated using TypeDoc