class Aws::EKS::Types::LogSetup
An object representing the enabled or disabled Kubernetes control plane logs for your cluster.
@note When making an API call, you may pass LogSetup
data as a hash: { types: ["api"], # accepts api, audit, authenticator, controllerManager, scheduler enabled: false, }
@!attribute [rw] types
The available cluster control plane log types. @return [Array<String>]
@!attribute [rw] enabled
If a log type is enabled, that log type exports its control plane logs to CloudWatch Logs. If a log type isn't enabled, that log type doesn't export its control plane logs. Each individual log type can be enabled or disabled independently. @return [Boolean]
@see docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/LogSetup AWS API Documentation
Constants
- SENSITIVE