Builder

class Builder

Properties

Link copied to clipboard
var 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
var createdAt: <Error class: unknown class>?

The timestamp when the notification was created.

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

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

Link copied to clipboard
var 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
var 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"} }.