You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
content="Targets determine the instances to which this rule applies. You can target instances directly or specify a VPC, VPC subnet, IP, or IP subnet which will apply the rule to all matching instances. Targets are additive: the rule applies to instances matching any target."
256
+
content={
257
+
<>
258
+
Targets determine the instances to which this rule applies. You can target
259
+
instances directly by name, or specify a VPC, VPC subnet, IP, or IP subnet,
260
+
which will apply the rule to traffic going to all matching instances. Targets
261
+
are additive: the rule applies to instances matching{' '}
262
+
<spanclassName="underline">any</span> target.
263
+
</>
264
+
}
251
265
/>
252
266
{/* TODO: make ListboxField smarter with the values like RadioField is */}
content="Filters reduce the scope of this rule. Without filters, the rule applies to all traffic to the targets (or from the targets, if it's an outbound rule). With multiple filters, it applies to traffic matching all filters."
355
+
content={
356
+
<>
357
+
Filters reduce the scope of this rule. Without filters, the rule applies to all
358
+
traffic to the targets (or from the targets, if it’s an outbound rule).
359
+
With multiple filters, the rule applies to traffic matching{' '}
0 commit comments