LinkedTemplateArtifactArgs

data class LinkedTemplateArtifactArgs(val path: Output<String>, val template: Output<Any>) : ConvertibleToJava<LinkedTemplateArtifactArgs>

Represents a Template Spec artifact containing an embedded Azure Resource Manager template for use as a linked template.

Constructors

Link copied to clipboard
constructor(path: Output<String>, template: Output<Any>)

Properties

Link copied to clipboard
val path: Output<String>

A filesystem safe relative path of the artifact.

Link copied to clipboard
val template: Output<Any>

The Azure Resource Manager template.

Functions

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