(aws-route53resolver): FirewallDomains.fromList() does not support wildcard subdomains #16527
Labels
@aws-cdk/aws-route53resolver
bug
This issue is a bug.
effort/small
Small work item – less than a day of effort
in-progress
This issue is being actively worked on.
p1
Subdomains with a leading wildcard are rejected by CDK:
jsii.errors.JSIIError: Invalid domain: *.example.com. Valid characters: A-Z, a-z, 0-9, _, -, .
The Route 53 documentation indicates a leading wildcard is supported.
Reproduction Steps
This Python code errors during synthesis.
What did you expect to happen?
I get a Firewall Domain List which includes a domain with a wildcard.
What actually happened?
jsii.errors.JSIIError: Invalid domain: *.example.com. Valid characters: A-Z, a-z, 0-9, _, -, .
Environment
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: