interface ClusterLoggingProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EKS.CfnCluster.ClusterLoggingProperty |
![]() | software.amazon.awscdk.services.eks.CfnCluster.ClusterLoggingProperty |
![]() | aws_cdk.aws_eks.CfnCluster.ClusterLoggingProperty |
![]() | @aws-cdk/aws-eks » CfnCluster » ClusterLoggingProperty |
The cluster control plane logging configuration for your cluster.
When updating a resource, you must include this
ClusterLogging
property if the previous CloudFormation template of the resource had it.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as eks from '@aws-cdk/aws-eks';
const clusterLoggingProperty: eks.CfnCluster.ClusterLoggingProperty = {
enabledTypes: [{
type: 'type',
}],
};
Properties
Name | Type | Description |
---|---|---|
enabled | IResolvable | IResolvable | Logging [] | The enabled control plane logs for your cluster. All log types are disabled if the array is empty. |
enabledTypes?
Type:
IResolvable
|
IResolvable
|
Logging
[]
(optional)
The enabled control plane logs for your cluster. All log types are disabled if the array is empty.
When updating a resource, you must include this
EnabledTypes
property if the previous CloudFormation template of the resource had it.