Method: Aws::SecurityHub::Types::SecurityHubPolicy#enabled_standard_identifiers
- Defined in:
- lib/aws-sdk-securityhub/types.rb
#enabled_standard_identifiers ⇒ Array<String>
A list that defines which security standards are enabled in the configuration policy.
31219 31220 31221 31222 31223 31224 31225 |
# File 'lib/aws-sdk-securityhub/types.rb', line 31219 class SecurityHubPolicy < Struct.new( :service_enabled, :enabled_standard_identifiers, :security_controls_configuration) SENSITIVE = [] include Aws::Structure end |