Interface CfnIdMappingWorkflow.IntermediateSourceConfigurationProperty

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

@Stability(Stable) public static interface CfnIdMappingWorkflow.IntermediateSourceConfigurationProperty extends software.amazon.jsii.JsiiSerializable
The Amazon S3 location that temporarily stores your data while it processes.

Your information won't be saved permanently.

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.*;
 IntermediateSourceConfigurationProperty intermediateSourceConfigurationProperty = IntermediateSourceConfigurationProperty.builder()
         .intermediateS3Path("intermediateS3Path")
         .build();
 

See Also: