We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18be470 commit ea09b04Copy full SHA for ea09b04
stack-deploy/src/StackDeploy/Parameters.hs
@@ -31,8 +31,8 @@ import qualified Stratosphere as CFT
31
-- import qualified Stratosphere as CFT
32
-- :}
33
34
-type ParameterName = BoundText "StackDeploy.Parameter.Name"
35
-type ParameterValue = BoundText "StackDeploy.Parameter.Value"
+type ParameterName = BoundText' "StackDeploy.Parameter.Name" '(1, 255)
+type ParameterValue = BoundText' "StackDeploy.Parameter.Value" '(0, 4096)
36
37
data Parameter = Parameter
38
{ name :: ParameterName
0 commit comments