AWS::WorkSpacesWeb::UserSettings CookieSpecification - 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::UserSettings CookieSpecification

Specifies a single cookie or set of cookies in an end user's browser.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Domain" : String, "Name" : String, "Path" : String }

YAML

Domain: String Name: String Path: String

Properties

Domain

The domain of the cookie.

Required: Yes

Type: String

Pattern: ^(\.?)(?:[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?\.)*[a-z0-9][a-z0-9-]{0,61}[a-z0-9]$

Minimum: 0

Maximum: 253

Update requires: No interruption

Name

The name of the cookie.

Required: No

Type: String

Minimum: 0

Maximum: 4096

Update requires: No interruption

Path

The path of the cookie.

Required: No

Type: String

Pattern: ^/(\S)*$

Minimum: 0

Maximum: 2000

Update requires: No interruption