AnalysisSourceTemplateArgs

data class AnalysisSourceTemplateArgs(val arn: Output<String>, val dataSetReferences: Output<List<AnalysisDataSetReferenceArgs>>) : ConvertibleToJava<AnalysisSourceTemplateArgs>

The source template of an analysis.

Constructors

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

Properties

Link copied to clipboard
val arn: Output<String>

The Amazon Resource Name (ARN) of the source template of an analysis.

Link copied to clipboard

The dataset references of the source template of an analysis.

Functions

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