TemplateSourceAnalysis

data class TemplateSourceAnalysis(val arn: String, val dataSetReferences: List<TemplateDataSetReference>)

The source analysis of the template.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: 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.