Show / Hide Table of Contents

Class CfnIdMappingWorkflowPropsMixin.IntermediateSourceConfigurationProperty

The Amazon S3 location that temporarily stores your data while it processes.

Inheritance
object
CfnIdMappingWorkflowPropsMixin.IntermediateSourceConfigurationProperty
Implements
CfnIdMappingWorkflowPropsMixin.IIntermediateSourceConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-idmappingworkflow-intermediatesourceconfiguration.html

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-idmappingworkflow-intermediatesourceconfiguration.html

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; }
Property Value

string

Remarks

For example: s3://provider_bucket/DOC-EXAMPLE-BUCKET

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-idmappingworkflow-intermediatesourceconfiguration.html#cfn-entityresolution-idmappingworkflow-intermediatesourceconfiguration-intermediates3path

Implements

CfnIdMappingWorkflowPropsMixin.IIntermediateSourceConfigurationProperty
Back to top Generated by DocFX