Package services.entityresolution
Interface CfnIdMappingWorkflow.IdMappingWorkflowInputSourceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnIdMappingWorkflow.IdMappingWorkflowInputSourceProperty.Jsii$Proxy
- Enclosing class:
CfnIdMappingWorkflow
@Stability(Stable)
public static interface CfnIdMappingWorkflow.IdMappingWorkflowInputSourceProperty
extends software.amazon.jsii.JsiiSerializable
An object containing
InputSourceARN
and SchemaName
.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import services.entityresolution.*; IdMappingWorkflowInputSourceProperty idMappingWorkflowInputSourceProperty = IdMappingWorkflowInputSourceProperty.builder() .inputSourceArn("inputSourceArn") .schemaArn("schemaArn") .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
static final class
An implementation forCfnIdMappingWorkflow.IdMappingWorkflowInputSourceProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
An AWS Glue table ARN for the input source table.The ARN (Amazon Resource Name) that AWS Entity Resolution generated for theSchemaMapping
.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getInputSourceArn
An AWS Glue table ARN for the input source table.- See Also:
-
getSchemaArn
The ARN (Amazon Resource Name) that AWS Entity Resolution generated for theSchemaMapping
.- See Also:
-
builder
@Stability(Stable) static CfnIdMappingWorkflow.IdMappingWorkflowInputSourceProperty.Builder builder()
-