IdMappingWorkflowProviderPropertiesArgs

data class IdMappingWorkflowProviderPropertiesArgs(val intermediateSourceConfiguration: Output<IdMappingWorkflowIntermediateSourceConfigurationArgs>? = null, val providerConfiguration: Output<Any>? = null, val providerServiceArn: Output<String>) : ConvertibleToJava<IdMappingWorkflowProviderPropertiesArgs>

Constructors

Link copied to clipboard
fun IdMappingWorkflowProviderPropertiesArgs(intermediateSourceConfiguration: Output<IdMappingWorkflowIntermediateSourceConfigurationArgs>? = null, providerConfiguration: Output<Any>? = null, providerServiceArn: Output<String>)

Functions

Link copied to clipboard
open override fun toJava(): IdMappingWorkflowProviderPropertiesArgs

Properties

Link copied to clipboard
val providerConfiguration: Output<Any>? = null

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.