Interface CfnIdMappingWorkflow.IdMappingWorkflowOutputSourceProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnIdMappingWorkflow.IdMappingWorkflowOutputSourceProperty.Jsii$Proxy
Enclosing class:
CfnIdMappingWorkflow

@Stability(Stable) public static interface CfnIdMappingWorkflow.IdMappingWorkflowOutputSourceProperty extends software.amazon.jsii.JsiiSerializable
A list of IdMappingWorkflowOutputSource objects, each of which contains fields OutputS3Path and Output .

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.entityresolution.*;
 IdMappingWorkflowOutputSourceProperty idMappingWorkflowOutputSourceProperty = IdMappingWorkflowOutputSourceProperty.builder()
         .outputS3Path("outputS3Path")
         // the properties below are optional
         .kmsArn("kmsArn")
         .build();
 

See Also: