AWS::EKS::Cluster ClusterLogging - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

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