Add FirewallRuleGroup lookup by name
Open
@aws-cdk/aws-route53resolver
effort/small
feature-request
good first issue
p2
- Dominant language
- TypeScript
- Stars
- 12.9k
- Forks
- 4.6k
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 83
Description
Similar to `FirewallRuleGroup.fromFirewallRuleGroupId()`, the request is to add a `FirewallRuleGroup.fromFirewallRuleGroupName()` method.
### Use Case
In cases where existing FirewallRuleGroups need to be referenced, it would be nice to be able to look up an existing FirewallRuleGroup by name instead of by id. Otherwise, a custom method and/or SDK is needed to do the lookup.
### Proposed Solution
Add a `FirewallRuleGroup.fromFirewallRuleGroupName()` method.
### Other
* [ ] :wave: I may be able to implement this feature request
* [ ] :warning: This feature might incur a breaking change
---
This is a :rocket: Feature Request
Contributor guide
Assessment
This issue has not been assessed yet.