Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the maximum length of String type in AWS CloudFormation Parameter?

Can't find in the docs. I see I can set MaxLength, but what is the limit of String type?

like image 547
Yann Avatar asked Oct 11 '25 13:10

Yann


1 Answers

The current "Maximum size of a parameter value" is "4,096 bytes"

like image 82
Pat Myron Avatar answered Oct 15 '25 06:10

Pat Myron