Package-level declarations
Types
Link copied to clipboard
object EntityresolutionFunctions
Link copied to clipboard
IdMappingWorkflow defined in AWS Entity Resolution service
Link copied to clipboard
data class IdMappingWorkflowArgs(val description: Output<String>? = null, val idMappingTechniques: Output<IdMappingWorkflowIdMappingTechniquesArgs>? = null, val inputSourceConfig: Output<List<IdMappingWorkflowInputSourceArgs>>? = null, val outputSourceConfig: Output<List<IdMappingWorkflowOutputSourceArgs>>? = null, val roleArn: Output<String>? = null, val tags: Output<List<IdMappingWorkflowTagArgs>>? = null, val workflowName: Output<String>? = null) : ConvertibleToJava<IdMappingWorkflowArgs>
IdMappingWorkflow defined in AWS Entity Resolution service
Link copied to clipboard
Builder for IdMappingWorkflowArgs.
Link copied to clipboard
Link copied to clipboard
Builder for IdMappingWorkflow.
Link copied to clipboard
MatchingWorkflow defined in AWS Entity Resolution service
Link copied to clipboard
data class MatchingWorkflowArgs(val description: Output<String>? = null, val inputSourceConfig: Output<List<MatchingWorkflowInputSourceArgs>>? = null, val outputSourceConfig: Output<List<MatchingWorkflowOutputSourceArgs>>? = null, val resolutionTechniques: Output<MatchingWorkflowResolutionTechniquesArgs>? = null, val roleArn: Output<String>? = null, val tags: Output<List<MatchingWorkflowTagArgs>>? = null, val workflowName: Output<String>? = null) : ConvertibleToJava<MatchingWorkflowArgs>
MatchingWorkflow defined in AWS Entity Resolution service
Link copied to clipboard
Builder for MatchingWorkflowArgs.
Link copied to clipboard
Link copied to clipboard
Builder for MatchingWorkflow.
Link copied to clipboard
SchemaMapping defined in AWS Entity Resolution service
Link copied to clipboard
data class SchemaMappingArgs(val description: Output<String>? = null, val mappedInputFields: Output<List<SchemaMappingSchemaInputAttributeArgs>>? = null, val schemaName: Output<String>? = null, val tags: Output<List<SchemaMappingTagArgs>>? = null) : ConvertibleToJava<SchemaMappingArgs>
SchemaMapping defined in AWS Entity Resolution service
Link copied to clipboard
class SchemaMappingArgsBuilder
Builder for SchemaMappingArgs.
Link copied to clipboard
Link copied to clipboard
Builder for SchemaMapping.
Functions
Link copied to clipboard
suspend fun idMappingWorkflow(name: String, block: suspend IdMappingWorkflowResourceBuilder.() -> Unit): IdMappingWorkflow
Link copied to clipboard
suspend fun matchingWorkflow(name: String, block: suspend MatchingWorkflowResourceBuilder.() -> Unit): MatchingWorkflow
Link copied to clipboard
suspend fun schemaMapping(name: String, block: suspend SchemaMappingResourceBuilder.() -> Unit): SchemaMapping