We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c13d723 commit cb9649cCopy full SHA for cb9649c
packages/@aws-cdk/aws-route53resolver-alpha/README.md
@@ -125,7 +125,7 @@ To import by ID:
125
const existingRuleGroup = route53resolver.FirewallRuleGroup.fromFirewallRuleGroupId(this, 'ImportedRuleGroup', 'fwr-123456');
126
```
127
128
-To import by name from the CDK context:
+To import by name:
129
130
```ts
131
const existingRuleGroupByName = route53resolver.FirewallRuleGroup.fromFirewallRuleGroupName(this, 'ImportedRuleGroup', 'MyFirewallRuleGroup');
0 commit comments