Get Id Mapping Workflow Result
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)
Properties
Link copied to clipboard
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