AWS::EKS::Cluster ClusterLogging - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 Amazon CloudFormation template, use the following syntax:

JSON

{ "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