interface IntermediateSourceConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.EntityResolution.Mixins.CfnMatchingWorkflowPropsMixin.IntermediateSourceConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsentityresolution/mixins#CfnMatchingWorkflowPropsMixin_IntermediateSourceConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.entityresolution.mixins.CfnMatchingWorkflowPropsMixin.IntermediateSourceConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_entityresolution.mixins.CfnMatchingWorkflowPropsMixin.IntermediateSourceConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_entityresolution » mixins » CfnMatchingWorkflowPropsMixin » IntermediateSourceConfigurationProperty |
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 { mixins as entityresolution_mixins } from '@aws-cdk/mixins-preview/aws-entityresolution';
const intermediateSourceConfigurationProperty: entityresolution_mixins.CfnMatchingWorkflowPropsMixin.IntermediateSourceConfigurationProperty = {
intermediateS3Path: 'intermediateS3Path',
};
Properties
| Name | Type | Description |
|---|---|---|
| intermediate | string | The Amazon S3 location (bucket and prefix). |
intermediateS3Path?
Type:
string
(optional)
The Amazon S3 location (bucket and prefix).
For example: s3://provider_bucket/DOC-EXAMPLE-BUCKET

.NET
Go
Java
Python
TypeScript