This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
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:
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: 0Maximum: 253Update requires: No interruption 
- 
                    The name of the cookie. Required: No Type: String Minimum: 0Maximum: 4096Update requires: No interruption 
- 
                    The path of the cookie. Required: No Type: String Pattern: ^/(\S)*$Minimum: 0Maximum: 2000Update requires: No interruption