Interface CfnIdMappingWorkflow.IIdMappingWorkflowOutputSourceProperty
A list of IdMappingWorkflowOutputSource
objects, each of which contains fields OutputS3Path
and Output
.
Namespace: Amazon.CDK.AwsEntityresolution
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IIdMappingWorkflowOutputSourceProperty
Syntax (vb)
Public Interface IIdMappingWorkflowOutputSourceProperty
Remarks
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.Aws_entityresolution;
var idMappingWorkflowOutputSourceProperty = new IdMappingWorkflowOutputSourceProperty {
OutputS3Path = "outputS3Path",
// the properties below are optional
KmsArn = "kmsArn"
};
Synopsis
Properties
Kms |
Customer AWS KMS ARN for encryption at rest. |
Output |
The S3 path to which AWS Entity Resolution will write the output table. |
Properties
KmsArn
Customer AWS KMS ARN for encryption at rest.
virtual string KmsArn { get; }
Property Value
System.
Remarks
If not provided, system will use an AWS Entity Resolution managed KMS key.
OutputS3Path
The S3 path to which AWS Entity Resolution will write the output table.
string OutputS3Path { get; }
Property Value
System.