Interface CfnIdMappingWorkflowPropsMixin.IdMappingWorkflowOutputSourceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnIdMappingWorkflowPropsMixin.IdMappingWorkflowOutputSourceProperty.Jsii$Proxy
- Enclosing class:
CfnIdMappingWorkflowPropsMixin
@Stability(Stable)
public static interface CfnIdMappingWorkflowPropsMixin.IdMappingWorkflowOutputSourceProperty
extends software.amazon.jsii.JsiiSerializable
A list of
IdMappingWorkflowOutputSource objects, each of which contains fields outputS3Path and KMSArn .
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.entityresolution.*;
IdMappingWorkflowOutputSourceProperty idMappingWorkflowOutputSourceProperty = IdMappingWorkflowOutputSourceProperty.builder()
.kmsArn("kmsArn")
.outputS3Path("outputS3Path")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnIdMappingWorkflowPropsMixin.IdMappingWorkflowOutputSourceProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getKmsArn
Customer AWS ARN for encryption at rest.If not provided, system will use an AWS Entity Resolution managed KMS key.
- See Also:
-
getOutputS3Path
The S3 path to which AWS Entity Resolution will write the output table.- See Also:
-
builder
@Stability(Stable) static CfnIdMappingWorkflowPropsMixin.IdMappingWorkflowOutputSourceProperty.Builder builder()
-