AppInstanceUserEndpoint

An endpoint under an Amazon Chime AppInstanceUser that receives messages for a user. For push notifications, the endpoint is a mobile device used to receive mobile push notifications for a user.

Types

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

Properties

Link copied to clipboard

Boolean that controls whether the AppInstanceUserEndpoint is opted in to receive messages. ALL indicates the endpoint will receive all messages. NONE indicates the endpoint will receive no messages.

Link copied to clipboard

The ARN of the AppInstanceUser.

Link copied to clipboard

The time at which an AppInstanceUserEndpoint was created.

Link copied to clipboard

The attributes of an Endpoint.

Link copied to clipboard

The unique identifier of the AppInstanceUserEndpoint.

Link copied to clipboard

A read-only field that represents the state of an AppInstanceUserEndpoint. Supported values:

Link copied to clipboard

The time at which an AppInstanceUserEndpoint was last updated.

Link copied to clipboard
val name: String?

The name of the AppInstanceUserEndpoint.

Link copied to clipboard

The ARN of the resource to which the endpoint belongs.

Link copied to clipboard

The type of the AppInstanceUserEndpoint.

Functions

Link copied to clipboard
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