AWS::WorkSpacesWeb::IpAccessSettings IpRule - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::WorkSpacesWeb::IpAccessSettings IpRule

The IP rules of the IP access settings.

Syntax

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