IdMappingWorkflow defined in AWS Entity Resolution service
id_mapping_techniques
(Attributes) (see below for nested schema)input_source_config
(Attributes List) (see below for nested schema)role_arn
(String)workflow_name
(String) The name of the IdMappingWorkflowdescription
(String) The description of the IdMappingWorkflowoutput_source_config
(Attributes List) (see below for nested schema)tags
(Attributes Set) (see below for nested schema)created_at
(String) The time of this IdMappingWorkflow got createdid
(String) Uniquely identifies the resource.updated_at
(String) The time of this IdMappingWorkflow got last updated atworkflow_arn
(String) The default IdMappingWorkflow arnid_mapping_techniques
Optional:
id_mapping_type
(String)provider_properties
(Attributes) (see below for nested schema)id_mapping_techniques.provider_properties
Required:
provider_service_arn
(String) Arn of the Provider Service being used.Optional:
intermediate_source_configuration
(Attributes) (see below for nested schema)provider_configuration
(Map of String) Additional Provider configuration that would be required for the provider service. The Configuration must be in JSON string formatid_mapping_techniques.provider_properties.intermediate_source_configuration
Required:
intermediate_s3_path
(String) The s3 path that would be used to stage the intermediate data being generated during workflow execution.input_source_config
Required:
input_source_arn
(String) An Glue table ARN for the input source table or IdNamespace ARNOptional:
schema_arn
(String) The SchemaMapping arn associated with the Schematype
(String)output_source_config
Required:
output_s3_path
(String) The S3 path to which Entity Resolution will write the output tableOptional:
kms_arn
(String)tags
Required:
key
(String) The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.value
(String) The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.Import is supported using the following syntax:
$ terraform import awscc_entityresolution_id_mapping_workflow.example <resource ID>