MatchingWorkflowProviderPropertiesArgs

data class MatchingWorkflowProviderPropertiesArgs(val intermediateSourceConfiguration: Output<MatchingWorkflowIntermediateSourceConfigurationArgs>? = null, val providerConfiguration: Output<Map<String, String>>? = null, val providerServiceArn: Output<String>) : ConvertibleToJava<MatchingWorkflowProviderPropertiesArgs>

Constructors

Link copied to clipboard
constructor(intermediateSourceConfiguration: Output<MatchingWorkflowIntermediateSourceConfigurationArgs>? = null, providerConfiguration: Output<Map<String, String>>? = null, providerServiceArn: Output<String>)

Properties

Link copied to clipboard

The Amazon S3 location that temporarily stores your data while it processes. Your information won't be saved permanently.

Link copied to clipboard
val providerConfiguration: Output<Map<String, String>>? = 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.

Functions

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