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

.NET
Go
Java
Python
TypeScript