AWS::EKS::Cluster LoggingTypeConfig - 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 LoggingTypeConfig

The enabled logging type. For a list of the valid logging types, see the types property of LogSetup in the Amazon EKS API Reference.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Type" : String }

YAML

Type: String

Properties

Type

The name of the log type.

Required: No

Type: String

Allowed values: api | audit | authenticator | controllerManager | scheduler

Update requires: No interruption