interface LoggingTypeConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.EKS.Mixins.CfnClusterPropsMixin.LoggingTypeConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awseks/mixins#CfnClusterPropsMixin_LoggingTypeConfigProperty |
Java | software.amazon.awscdk.mixins.preview.services.eks.mixins.CfnClusterPropsMixin.LoggingTypeConfigProperty |
Python | aws_cdk.mixins_preview.aws_eks.mixins.CfnClusterPropsMixin.LoggingTypeConfigProperty |
TypeScript | @aws-cdk/mixins-preview » aws_eks » mixins » CfnClusterPropsMixin » LoggingTypeConfigProperty |
The enabled logging type.
For a list of the valid logging types, see the types property of LogSetup in the Amazon EKS API Reference .
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as eks_mixins } from '@aws-cdk/mixins-preview/aws-eks';
const loggingTypeConfigProperty: eks_mixins.CfnClusterPropsMixin.LoggingTypeConfigProperty = {
type: 'type',
};
Properties
| Name | Type | Description |
|---|---|---|
| type? | string | The name of the log type. |
type?
Type:
string
(optional)
The name of the log type.

.NET
Go
Java
Python
TypeScript