AWS::EKS::Cluster LoggingTypeConfig - AWS CloudFormation

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