Module: AWSCDK::EKSv2::ClusterLoggingTypes

Defined in:
ek_sv2/cluster_logging_types.rb

Overview

EKS cluster logging types.

Constant Summary collapse

API =
Deprecated.
Note:

Default:

Logs pertaining to API requests to the cluster.

Jsii::Enum.new("aws-cdk-lib.aws_eks_v2.ClusterLoggingTypes", "API")
AUDIT =
Deprecated.
Note:

Default:

Logs pertaining to cluster access via the Kubernetes API.

Jsii::Enum.new("aws-cdk-lib.aws_eks_v2.ClusterLoggingTypes", "AUDIT")
AUTHENTICATOR =
Deprecated.
Note:

Default:

Logs pertaining to authentication requests into the cluster.

Jsii::Enum.new("aws-cdk-lib.aws_eks_v2.ClusterLoggingTypes", "AUTHENTICATOR")
CONTROLLER_MANAGER =
Deprecated.
Note:

Default:

Logs pertaining to state of cluster controllers.

Jsii::Enum.new("aws-cdk-lib.aws_eks_v2.ClusterLoggingTypes", "CONTROLLER_MANAGER")
SCHEDULER =
Deprecated.
Note:

Default:

Logs pertaining to scheduling decisions.

Jsii::Enum.new("aws-cdk-lib.aws_eks_v2.ClusterLoggingTypes", "SCHEDULER")