class CfnClusterAutoModeComputeLogsOutputFormat
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.EKS.Mixins.CfnClusterAutoModeComputeLogsOutputFormat |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awseks/mixins#CfnClusterAutoModeComputeLogsOutputFormat |
Java | software.amazon.awscdk.mixins.preview.services.eks.mixins.CfnClusterAutoModeComputeLogsOutputFormat |
Python | aws_cdk.mixins_preview.aws_eks.mixins.CfnClusterAutoModeComputeLogsOutputFormat |
TypeScript | @aws-cdk/mixins-preview » aws_eks » mixins » CfnClusterAutoModeComputeLogsOutputFormat |
Output Format options for each destination of CfnClusterAutoModeComputeLogs.
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 cfnClusterAutoModeComputeLogsOutputFormat = new eks_mixins.CfnClusterAutoModeComputeLogsOutputFormat();
Initializer
new CfnClusterAutoModeComputeLogsOutputFormat()

.NET
Go
Java
Python
TypeScript