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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/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.



5895
5896
5897
5898
5899
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5895

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