Class Template
java.lang.Object
software.amazon.smithy.rulesengine.language.util.MandatorySourceLocation
software.amazon.smithy.rulesengine.language.syntax.expr.Template
- All Implemented Interfaces:
FromSourceLocation
,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
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
static class
static class
-
Method Summary
Methods inherited from class software.amazon.smithy.rulesengine.language.util.MandatorySourceLocation
getSourceLocation