class CfnIdMappingWorkflowWorkflowLogsOutputFormat
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.EntityResolution.Mixins.CfnIdMappingWorkflowWorkflowLogsOutputFormat |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsentityresolution/mixins#CfnIdMappingWorkflowWorkflowLogsOutputFormat |
Java | software.amazon.awscdk.mixins.preview.services.entityresolution.mixins.CfnIdMappingWorkflowWorkflowLogsOutputFormat |
Python | aws_cdk.mixins_preview.aws_entityresolution.mixins.CfnIdMappingWorkflowWorkflowLogsOutputFormat |
TypeScript | @aws-cdk/mixins-preview » aws_entityresolution » mixins » CfnIdMappingWorkflowWorkflowLogsOutputFormat |
Output Format options for each destination of CfnIdMappingWorkflowWorkflowLogs.
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 cfnIdMappingWorkflowWorkflowLogsOutputFormat = new entityresolution_mixins.CfnIdMappingWorkflowWorkflowLogsOutputFormat();
Initializer
new CfnIdMappingWorkflowWorkflowLogsOutputFormat()

.NET
Go
Java
Python
TypeScript