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

.NET
Go
Java
Python
TypeScript