AWS::EKS::Cluster ClusterLogging
The cluster control plane logging configuration for your cluster.
Important
When updating a resource, you must include this ClusterLogging
property if the previous CloudFormation template of the resource had it.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "EnabledTypes" :
[ LoggingTypeConfig, ... ]
}
YAML
EnabledTypes:
- LoggingTypeConfig
Properties
EnabledTypes
-
The enabled control plane logs for your cluster. All log types are disabled if the array is empty.
Important
When updating a resource, you must include this
EnabledTypes
property if the previous CloudFormation template of the resource had it.Required: No
Type: Array of LoggingTypeConfig
Update requires: No interruption