Deployment Stacks Template Link Args
data class DeploymentStacksTemplateLinkArgs(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<DeploymentStacksTemplateLinkArgs>
Entity representing the reference to the template.
Constructors
Properties
Link copied to clipboard
If included, must match the ContentVersion in the template.
Link copied to clipboard
The query string (for example, a SAS token) to be used with the templateLink URI.
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.