cidrAllowList property

List<String>? cidrAllowList
final

The range of IP addresses that should be allowed to initiate output requests to this flow. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.

Implementation

final List<String>? cidrAllowList;