Notification

Contains information about a notification, including its content, priority, recipients, and metadata.

Types

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

Properties

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) of the notification.

Link copied to clipboard

The localized content of the notification. A map where keys are locale codes and values are the notification text in that locale.

Link copied to clipboard
val createdAt: <Error class: unknown class>?

The timestamp when the notification was created.

Link copied to clipboard
val expiresAt: <Error class: unknown class>?

The timestamp when the notification expires and is no longer displayed to users.

Link copied to clipboard
val id: String

The unique identifier for the notification.

Link copied to clipboard

The AWS Region where the notification was last modified.

Link copied to clipboard
val lastModifiedTime: <Error class: unknown class>

The timestamp when the notification was last modified.

Link copied to clipboard

The priority level of the notification. Valid values are URGENT, HIGH, and LOW.

Link copied to clipboard

A list of Amazon Resource Names (ARNs) identifying the recipients of the notification. Maximum of 200 recipients.

Link copied to clipboard

The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.

Functions

Link copied to clipboard
inline fun copy(block: Notification.Builder.() -> Unit = {}): Notification
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