Class: Aws::GuardDuty::Types::OrganizationKubernetesConfigurationResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-guardduty/types.rb

Overview

The current configuration of all Kubernetes data sources for the organization.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#audit_logsTypes::OrganizationKubernetesAuditLogsConfigurationResult

The current configuration of Kubernetes audit logs as a data source for the organization.



4508
4509
4510
4511
4512
# File 'lib/aws-sdk-guardduty/types.rb', line 4508

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