AWS::WorkSpacesWeb::IpAccessSettings IpRule - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::WorkSpacesWeb::IpAccessSettings IpRule

The IP rules of the IP access settings.

Syntax

To declare this entity in your Amazon 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