Template Link Args
data class TemplateLinkArgs(val contentVersion: Output<String>? = null, val id: Output<String>? = null, val queryString: Output<String>? = null, val relativePath: Output<String>? = null, val uri: Output<String>? = null) : ConvertibleToJava<TemplateLinkArgs>
Entity representing the reference to the template.
Constructors
Functions
Properties
Link copied to clipboard
The relativePath property can be used to deploy a linked template at a location relative to the parent. If the parent template was linked with a TemplateSpec, this will reference an artifact in the TemplateSpec. If the parent was linked with a URI, the child deployment will be a combination of the parent and relativePath URIs