interface CfnRoomIvsChatLogsFirehoseProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.IVSChat.Mixins.CfnRoomIvsChatLogsFirehoseProps |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsivschat/mixins#CfnRoomIvsChatLogsFirehoseProps |
Java | software.amazon.awscdk.mixins.preview.services.ivschat.mixins.CfnRoomIvsChatLogsFirehoseProps |
Python | aws_cdk.mixins_preview.aws_ivschat.mixins.CfnRoomIvsChatLogsFirehoseProps |
TypeScript | @aws-cdk/mixins-preview » aws_ivschat » mixins » CfnRoomIvsChatLogsFirehoseProps |
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 cfnRoomIvsChatLogsFirehoseProps: ivschat_mixins.CfnRoomIvsChatLogsFirehoseProps = {
outputFormat: ivschat_mixins.CfnRoomIvsChatLogsOutputFormat.Firehose.JSON,
};
Properties
| Name | Type | Description |
|---|---|---|
| output | Firehose | Format for log output, options are json,plain,raw. |
outputFormat?
Type:
Firehose
(optional)
Format for log output, options are json,plain,raw.

.NET
Go
Java
Python
TypeScript