Interface CfnIdMappingWorkflowPropsMixin.IdMappingWorkflowOutputSourceProperty

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

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

Example:

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

See Also: