SecurityConfig / CentralSecurityServicesConfig / SecurityHubConfig / SecurityHubStandardConfig

AWS SecurityHub standards configuration

Example

- name: PCI DSS v3.2.1
enable: true
controlsToDisable: []

Hierarchy

  • SecurityHubStandardConfig

Implements

Constructors

Properties

Constructors

Properties

controlsToDisable: string[] = []

An array of control names to be enabled for the given security standards

enable: true = true

Indicates whether given AWS SecurityHub standard enabled.

name: "" = ''

An enum value that specifies one of three security standards supported by SecurityHub Possible values are 'AWS Foundational Security Best Practices v1.0.0', 'CIS AWS Foundations Benchmark v1.2.0', 'CIS AWS Foundations Benchmark v1.4.0' and 'PCI DSS v3.2.1'

Generated using TypeDoc