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:
Properties
-
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
-
The name of the cookie.
Required: No
Type: String
Minimum:
0
Maximum:
4096
Update requires: No interruption
-
The path of the cookie.
Required: No
Type: String
Pattern:
^/(\S)*$
Minimum:
0
Maximum:
2000
Update requires: No interruption