GetIdMappingWorkflowResult

data class GetIdMappingWorkflowResult(val createdAt: String? = null, val description: String? = null, val idMappingTechniques: IdMappingWorkflowIdMappingTechniques? = null, val inputSourceConfig: List<IdMappingWorkflowInputSource>? = null, val outputSourceConfig: List<IdMappingWorkflowOutputSource>? = null, val roleArn: String? = null, val tags: List<Tag>? = null, val updatedAt: String? = null, val workflowArn: String? = null)

Constructors

Link copied to clipboard
constructor(createdAt: String? = null, description: String? = null, idMappingTechniques: IdMappingWorkflowIdMappingTechniques? = null, inputSourceConfig: List<IdMappingWorkflowInputSource>? = null, outputSourceConfig: List<IdMappingWorkflowOutputSource>? = null, roleArn: String? = null, tags: List<Tag>? = null, updatedAt: String? = null, workflowArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val createdAt: String? = null
Link copied to clipboard
val description: String? = null

The description of the IdMappingWorkflow

Link copied to clipboard

An object which defines the ID mapping technique and any additional configurations.

Link copied to clipboard

A list of InputSource objects, which have the fields InputSourceARN and SchemaName .

Link copied to clipboard

A list of IdMappingWorkflowOutputSource objects, each of which contains fields OutputS3Path and Output .

Link copied to clipboard
val roleArn: String? = null

The Amazon Resource Name (ARN) of the IAM role. AWS Entity Resolution assumes this role to create resources on your behalf as part of workflow execution.

Link copied to clipboard
val tags: List<Tag>? = null

The tags used to organize, track, or control access for this resource.

Link copied to clipboard
val updatedAt: String? = null
Link copied to clipboard
val workflowArn: String? = null