Class CfnIdMappingWorkflowPropsMixin.IntermediateSourceConfigurationProperty
The Amazon S3 location that temporarily stores your data while it processes.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.EntityResolution
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnIdMappingWorkflowPropsMixin.IntermediateSourceConfigurationProperty : CfnIdMappingWorkflowPropsMixin.IIntermediateSourceConfigurationProperty
Syntax (vb)
Public Class CfnIdMappingWorkflowPropsMixin.IntermediateSourceConfigurationProperty Implements CfnIdMappingWorkflowPropsMixin.IIntermediateSourceConfigurationProperty
Remarks
Your information won't be saved permanently.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.EntityResolution;
var intermediateSourceConfigurationProperty = new IntermediateSourceConfigurationProperty {
IntermediateS3Path = "intermediateS3Path"
};
Synopsis
Constructors
| IntermediateSourceConfigurationProperty() | The Amazon S3 location that temporarily stores your data while it processes. |
Properties
| IntermediateS3Path | The Amazon S3 location (bucket and prefix). |
Constructors
IntermediateSourceConfigurationProperty()
The Amazon S3 location that temporarily stores your data while it processes.
public IntermediateSourceConfigurationProperty()
Remarks
Your information won't be saved permanently.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.EntityResolution;
var intermediateSourceConfigurationProperty = new IntermediateSourceConfigurationProperty {
IntermediateS3Path = "intermediateS3Path"
};
Properties
IntermediateS3Path
The Amazon S3 location (bucket and prefix).
public string? IntermediateS3Path { get; set; }