cidrs property
The IP address, or range of IP addresses in CIDR notation, that are allowed to connect to an instance through the ports, and the protocol. Lightsail supports IPv4 addresses.
Examples:
-
To allow the IP address
192.0.2.44
, specify192.0.2.44
or192.0.2.44/32
. -
To allow the IP addresses
192.0.2.0
to192.0.2.255
, specify192.0.2.0/24
.
Implementation
final List<String>? cidrs;