aws / aws/aws-toolkit-visual-studio
Wrong hint and suggested type for ValidationDomain property of DomainValidationOptions
- Dominant language
- No language data
- Stars
- 135
- Forks
- 37
- PR merge metrics
- No merged PRs in 30d
Description
Attribute "ValidationDomain" of property "DomainValidationOptions" in resource "AWS::CertificateManager::Certificate" has the wrong hint and suggested type

Should be type "String" and hint text : "The domain name to which you want ACM to send validation emails. This domain name is the suffix of the email addresses that you want ACM to use"
Ref: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-certificatemanager-certificate-domainvalidationoption.html
Contributor guide
Research direction
Start by locating the CloudFormation definition for AWS::CertificateManager::Certificate and its DomainValidationOptions.ValidationDomain property. Compare its type and hint text with the linked AWS documentation; done means the property is String and the hint matches the requested wording.
Written by the indexing model from the issue text.
Assessment
- Domain
- cloud
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100