class CfnMembershipAnalysisLogsOutputFormat
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.CleanRooms.Mixins.CfnMembershipAnalysisLogsOutputFormat |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awscleanrooms/mixins#CfnMembershipAnalysisLogsOutputFormat |
Java | software.amazon.awscdk.mixins.preview.services.cleanrooms.mixins.CfnMembershipAnalysisLogsOutputFormat |
Python | aws_cdk.mixins_preview.aws_cleanrooms.mixins.CfnMembershipAnalysisLogsOutputFormat |
TypeScript | @aws-cdk/mixins-preview » aws_cleanrooms » mixins » CfnMembershipAnalysisLogsOutputFormat |
Output Format options for each destination of CfnMembershipAnalysisLogs.
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 cfnMembershipAnalysisLogsOutputFormat = new cleanrooms_mixins.CfnMembershipAnalysisLogsOutputFormat();
Initializer
new CfnMembershipAnalysisLogsOutputFormat()

.NET
Go
Java
Python
TypeScript