Class: Aws::EKS::Types::Logging
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EKS::Types::Logging
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
An object representing the logging configuration for resources in your cluster.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #cluster_logging  ⇒ Array<Types::LogSetup> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The cluster control plane logging configuration for your cluster. 
Instance Attribute Details
#cluster_logging ⇒ Array<Types::LogSetup>
The cluster control plane logging configuration for your cluster.
| 4602 4603 4604 4605 4606 | # File 'lib/aws-sdk-eks/types.rb', line 4602 class Logging < Struct.new( :cluster_logging) SENSITIVE = [] include Aws::Structure end |