CookieSpecification
Specifies a single cookie or set of cookies in an end user's browser.
Contents
- domain
-
The domain of the cookie.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 253.
Pattern:
^(\.?)(?:[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?\.)*[a-z0-9][a-z0-9-]{0,61}[a-z0-9]$
Required: Yes
- name
-
The name of the cookie.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 4096.
Required: No
- path
-
The path of the cookie.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 2000.
Pattern:
^/(\S)*$
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: