TermsDescriptionType
The details of a set of terms documents. For more information, see Terms documents.
This data type is a response parameter of ListTerms.
Contents
- CreationDate
-
The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java
Date
object.Type: Timestamp
Required: Yes
- Enforcement
-
This parameter is reserved for future use and currently accepts one value.
Type: String
Valid Values:
NONE
Required: Yes
- LastModifiedDate
-
The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java
Date
object.Type: Timestamp
Required: Yes
- TermsId
-
The ID of the requested terms documents.
Type: String
Pattern:
^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[4][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$
Required: Yes
- TermsName
-
The type and friendly name of the requested terms documents.
Type: String
Pattern:
^(terms-of-use|privacy-policy)$
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: