TemplateSourceAnalysisArgs

data class TemplateSourceAnalysisArgs(val arn: Output<String>, val dataSetReferences: Output<List<TemplateDataSetReferenceArgs>>) : ConvertibleToJava<TemplateSourceAnalysisArgs>

The source analysis of the template.

Constructors

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

Properties

Link copied to clipboard
val arn: Output<String>

The Amazon Resource Name (ARN) of the resource.

Link copied to clipboard

A structure containing information about the dataset references used as placeholders in the template.

Functions

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