Uses of Class
software.amazon.awscdk.core.TokenComparison
-
Uses of TokenComparison in software.amazon.awscdk.core
Modifier and TypeFieldDescriptionstatic final TokenComparison
TokenComparison.BOTH_UNRESOLVED
This means both components are Tokens.static final TokenComparison
TokenComparison.DIFFERENT
This means we're certain the two components are NOT Tokens, and different.static final TokenComparison
TokenComparison.ONE_UNRESOLVED
This means exactly one of the components is a Token.static final TokenComparison
TokenComparison.SAME
This means we're certain the two components are NOT Tokens, and identical.Modifier and TypeMethodDescriptionstatic TokenComparison
Token.compareStrings
(String possibleToken1, String possibleToken2) Compare two strings that might contain Tokens with each other.