Watchlist
Contains all the information about a watchlist.
Contents
- CreatedAt
-
The timestamp of when the watchlist was created.
Type: Timestamp
Required: No
- DefaultWatchlist
-
Whether the specified watchlist is the default watchlist of a domain.
Type: Boolean
Required: No
- Description
-
The description of the watchlist.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1024.
Pattern:
^([\p{L}\p{Z}\p{N}_.:/=+\-%@]*)$
Required: No
- DomainId
-
The identifier of the domain that contains the watchlist.
Type: String
Length Constraints: Fixed length of 22.
Pattern:
^[a-zA-Z0-9]{22}$
Required: No
- Name
-
The name for the watchlist.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Pattern:
^[a-zA-Z0-9][a-zA-Z0-9_-]*$
Required: No
- UpdatedAt
-
The timestamp of when the watchlist was updated.
Type: Timestamp
Required: No
- WatchlistId
-
The identifier of the watchlist.
Type: String
Length Constraints: Fixed length of 22.
Pattern:
^[a-zA-Z0-9]{22}$
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: