AWS::WorkSpacesWeb::UserSettings CookieSpecification - AWS CloudFormation

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 AWS 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