java.lang.Object
software.amazon.smithy.rulesengine.language.util.MandatorySourceLocation
software.amazon.smithy.rulesengine.language.syntax.expr.Template
All Implemented Interfaces:
FromSourceLocation, ToNode

public final class Template extends MandatorySourceLocation implements ToNode
Template represents a "Template Literal". This is a literal string within the rules language. A template can contain 0 or more dynamic sections. The dynamic sections use getAttr short-form:

`https://{Region}.{partition#dnsSuffix}` -------- ------------ | | Dynamic getAttr short form