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

.NET
Go
Java
Python
TypeScript