TermsType

class TermsType

The details of a set of terms documents. For more information, see Terms documents.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the app client that the terms documents are assigned to.

Link copied to clipboard

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.

Link copied to clipboard

This parameter is reserved for future use and currently accepts one value.

Link copied to clipboard

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.

Link copied to clipboard

A map of URLs to languages. For each localized language that will view the requested TermsName, assign a URL. A selection of cognito:default displays for all languages that don't have a language-specific URL.

Link copied to clipboard

The ID of the terms documents.

Link copied to clipboard

The type and friendly name of the terms documents.

Link copied to clipboard

This parameter is reserved for future use and currently accepts one value.

Link copied to clipboard

The ID of the user pool that contains the terms documents.

Functions

Link copied to clipboard
inline fun copy(block: TermsType.Builder.() -> Unit = {}): TermsType
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String