Interface CfnMatchingWorkflow.IntermediateSourceConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMatchingWorkflow.IntermediateSourceConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnMatchingWorkflow
@Stability(Stable)
public static interface CfnMatchingWorkflow.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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnMatchingWorkflow.IntermediateSourceConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIntermediateS3Path
The Amazon S3 location (bucket and prefix).For example:
s3://provider_bucket/DOC-EXAMPLE-BUCKET- See Also:
-
builder
@Stability(Stable) static CfnMatchingWorkflow.IntermediateSourceConfigurationProperty.Builder builder()
-