Class: Aws::SecurityHub::Types::AwsGuardDutyDetectorDataSourcesKubernetesDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

An object that contains information on the status of Kubernetes data sources for the detector.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#audit_logsTypes::AwsGuardDutyDetectorDataSourcesKubernetesAuditLogsDetails

Describes whether Kubernetes audit logs are activated as a data source for the detector.



13418
13419
13420
13421
13422
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13418

class AwsGuardDutyDetectorDataSourcesKubernetesDetails < Struct.new(
  :audit_logs)
  SENSITIVE = []
  include Aws::Structure
end