IdMappingWorkflowProviderProperties

data class IdMappingWorkflowProviderProperties(val intermediateSourceConfiguration: IdMappingWorkflowIntermediateSourceConfiguration? = null, val providerConfiguration: Any? = null, val providerServiceArn: String)

Constructors

Link copied to clipboard
fun IdMappingWorkflowProviderProperties(intermediateSourceConfiguration: IdMappingWorkflowIntermediateSourceConfiguration? = null, providerConfiguration: Any? = null, providerServiceArn: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Additional Provider configuration that would be required for the provider service. The Configuration must be in JSON string format

Link copied to clipboard

Arn of the Provider Service being used.