Package com.cloudforgeci.api.util
Class CfnStringUtils
java.lang.Object
com.cloudforgeci.api.util.CfnStringUtils
CloudFormation string utilities using intrinsic functions.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringtoLowerCase(String value) Convert a CloudFormation token to lowercase using Fn::Join/Fn::Split.
-
Method Details
-
toLowerCase
Convert a CloudFormation token to lowercase using Fn::Join/Fn::Split.ALB DNS names contain mixed case (e.g., nJjqXp6M1K6T) but Cognito callback URLs are case-sensitive. CloudFormation has no native Fn::ToLower.
- Parameters:
value- The string token to convert- Returns:
- A token that resolves to the lowercase string
-