1 Answer
- Newest
- Most votes
- Most comments
0
AWS tech support sent me an answer. Although MinLength is not supported on AvailabilityZone::Name, AllowedPattern is. Here is a pattern that ensures the AvailabilityZone::Name is at least 1 character long. Since this is a popup field it ensures that the popup is populated and not left blank.
===================================================
AvailabilityZone:
Type: AWS::EC2::AvailabilityZone::Name
Description: EC2 AvailabilityZone
AllowedPattern: ".+" # -> to have a non blank value
FYI: Using a DefaultValue is not really an option since I don't know what Region the script is being run in.
answered 4 years ago
Relevant content
- Accepted Answerasked 3 years ago
- asked 4 years ago
- Accepted Answerasked 2 years ago
- AWS OFFICIALUpdated 14 days ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago