AWS::WorkSpacesWeb::IpAccessSettings IpRule
The IP rules of the IP access settings.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Description" :
String
, "IpRange" :String
}
YAML
Description:
String
IpRange:String
Properties
Description
-
The description of the IP rule.
Required: No
Type: String
Pattern:
^.+$
Minimum:
1
Maximum:
256
Update requires: No interruption
IpRange
-
The IP range of the IP rule. This can either be a single IP address or a range using CIDR notation.
Required: Yes
Type: String
Pattern:
^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}(?:/([0-9]|[12][0-9]|3[0-2])|)$
Update requires: No interruption