TemplateSourceEntitySourceAnalysisArgs

data class TemplateSourceEntitySourceAnalysisArgs(val arn: Output<String>, val dataSetReferences: Output<List<TemplateSourceEntitySourceAnalysisDataSetReferenceArgs>>) : ConvertibleToJava<TemplateSourceEntitySourceAnalysisArgs>

Constructors

Link copied to clipboard
constructor(arn: Output<String>, dataSetReferences: Output<List<TemplateSourceEntitySourceAnalysisDataSetReferenceArgs>>)

Properties

Link copied to clipboard
val arn: Output<String>

The Amazon Resource Name (ARN) of the resource.

Link copied to clipboard

A list of dataset references used as placeholders in the template. See data_set_references.

Functions

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