interface CfnMembershipAnalysisLogsFirehoseProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.CleanRooms.Mixins.CfnMembershipAnalysisLogsFirehoseProps |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awscleanrooms/mixins#CfnMembershipAnalysisLogsFirehoseProps |
Java | software.amazon.awscdk.mixins.preview.services.cleanrooms.mixins.CfnMembershipAnalysisLogsFirehoseProps |
Python | aws_cdk.mixins_preview.aws_cleanrooms.mixins.CfnMembershipAnalysisLogsFirehoseProps |
TypeScript | @aws-cdk/mixins-preview » aws_cleanrooms » mixins » CfnMembershipAnalysisLogsFirehoseProps |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as cleanrooms_mixins } from '@aws-cdk/mixins-preview/aws-cleanrooms';
const cfnMembershipAnalysisLogsFirehoseProps: cleanrooms_mixins.CfnMembershipAnalysisLogsFirehoseProps = {
outputFormat: cleanrooms_mixins.CfnMembershipAnalysisLogsOutputFormat.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