AWSEKSClusterLogSetup
No description
type AWSEKSClusterLogSetup {
enabled: Boolean!
types: [AWSEKSClusterLogType!]!
}
Fields
AWSEKSClusterLogSetup.enabled
● Boolean!
non-null scalar
If a log type is enabled, that log type exports its control plane logs to CloudWatch Logs
AWSEKSClusterLogSetup.types
● [AWSEKSClusterLogType!]!
non-null enum
The available cluster control plane log types
Member of
AWSEKSClusterLogging
object