aws/aws-cdk

Add FirewallRuleGroup lookup by name

Open

#16 335 ouverte le 2 sept. 2021

Voir sur GitHub
 (1 commentaire) (0 réactions) (1 assigné)TypeScript (3 530 forks)batch import
@aws-cdk/aws-route53resolvereffort/smallfeature-requestgood first issuep2

Métriques du dépôt

Stars
 (10 710 stars)
Métriques de merge PR
 (Merge moyen 14j 11h) (68 PRs mergées en 30 j)

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

Guide contributeur