class Aws::EKS::Types::Logging

An object representing the logging configuration for resources in your cluster.

@note When making an API call, you may pass Logging

data as a hash:

    {
      cluster_logging: [
        {
          types: ["api"], # accepts api, audit, authenticator, controllerManager, scheduler
          enabled: false,
        },
      ],
    }

@!attribute [rw] cluster_logging

The cluster control plane logging configuration for your cluster.
@return [Array<Types::LogSetup>]

@see docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/Logging AWS API Documentation

Constants

SENSITIVE