Class: Aws::SecurityHub::Types::AwsGuardDutyDetectorDataSourcesKubernetesDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsGuardDutyDetectorDataSourcesKubernetesDetails
- Includes:
- Aws::Structure
- Defined in:
- 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
-
#audit_logs ⇒ Types::AwsGuardDutyDetectorDataSourcesKubernetesAuditLogsDetails
Describes whether Kubernetes audit logs are activated as a data source for the detector.
Instance Attribute Details
#audit_logs ⇒ Types::AwsGuardDutyDetectorDataSourcesKubernetesAuditLogsDetails
Describes whether Kubernetes audit logs are activated as a data source for the detector.
13421 13422 13423 13424 13425 |
# File 'lib/aws-sdk-securityhub/types.rb', line 13421 class AwsGuardDutyDetectorDataSourcesKubernetesDetails < Struct.new( :audit_logs) SENSITIVE = [] include Aws::Structure end |