Matching Workflow Output Source Args
data class MatchingWorkflowOutputSourceArgs(val applyNormalization: Output<Boolean>? = null, val kmsArn: Output<String>? = null, val output: Output<List<MatchingWorkflowOutputAttributeArgs>>, val outputS3Path: Output<String>) : ConvertibleToJava<MatchingWorkflowOutputSourceArgs>
Constructors
Link copied to clipboard
fun MatchingWorkflowOutputSourceArgs(applyNormalization: Output<Boolean>? = null, kmsArn: Output<String>? = null, output: Output<List<MatchingWorkflowOutputAttributeArgs>>, outputS3Path: Output<String>)