aws/aws-cdk

Add FirewallRuleGroup lookup by name

Open

#16,335 建立於 2021年9月2日

在 GitHub 查看
 (1 留言) (0 反應) (1 負責人)TypeScript (3,530 fork)batch import
@aws-cdk/aws-route53resolvereffort/smallfeature-requestgood first issuep2

倉庫指標

Star
 (10,710 star)
PR 合併指標
 (平均合併 14天 11小時) (30 天內合併 68 個 PR)

描述

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

貢獻者指南