class CfnLogGroupAuditLogsOutputFormat
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Logs.Mixins.CfnLogGroupAuditLogsOutputFormat |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awslogs/mixins#CfnLogGroupAuditLogsOutputFormat |
Java | software.amazon.awscdk.mixins.preview.services.logs.mixins.CfnLogGroupAuditLogsOutputFormat |
Python | aws_cdk.mixins_preview.aws_logs.mixins.CfnLogGroupAuditLogsOutputFormat |
TypeScript | @aws-cdk/mixins-preview » aws_logs » mixins » CfnLogGroupAuditLogsOutputFormat |
Output Format options for each destination of CfnLogGroupAuditLogs.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as logs_mixins } from '@aws-cdk/mixins-preview/aws-logs';
const cfnLogGroupAuditLogsOutputFormat = new logs_mixins.CfnLogGroupAuditLogsOutputFormat();
Initializer
new CfnLogGroupAuditLogsOutputFormat()

.NET
Go
Java
Python
TypeScript