Notification
Contains information about a notification, including its content, priority, recipients, and metadata.
Contents
- Arn
-
The Amazon Resource Name (ARN) of the notification.
Type: String
Required: Yes
- Id
-
The unique identifier for the notification.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Required: Yes
- LastModifiedTime
-
The timestamp when the notification was last modified.
Type: Timestamp
Required: Yes
- Content
-
The localized content of the notification. A map where keys are locale codes and values are the notification text in that locale.
Type: String to string map
Valid Keys:
en_US | de_DE | es_ES | fr_FR | id_ID | it_IT | ja_JP | ko_KR | pt_BR | zh_CN | zh_TWValue Length Constraints: Minimum length of 0. Maximum length of 500.
Required: No
- CreatedAt
-
The timestamp when the notification was created.
Type: Timestamp
Required: No
- ExpiresAt
-
The timestamp when the notification expires and is no longer displayed to users.
Type: Timestamp
Required: No
- LastModifiedRegion
-
The AWS Region where the notification was last modified.
Type: String
Pattern:
[a-z]{2}(-[a-z]+){1,2}(-[0-9])?Required: No
- Priority
-
The priority level of the notification. Valid values are URGENT, HIGH, and LOW.
Type: String
Valid Values:
URGENT | HIGH | LOWRequired: No
- Recipients
-
A list of Amazon Resource Names (ARNs) identifying the recipients of the notification. Maximum of 200 recipients.
Type: Array of strings
Array Members: Maximum number of 200 items.
Required: No
- Tags
-
The tags used to organize, track, or control access for this resource. For example,
{ "Tags": {"key1":"value1", "key2":"value2"} }.Type: String to string map
Map Entries: Maximum number of 50 items.
Key Length Constraints: Minimum length of 1. Maximum length of 128.
Key Pattern:
^(?!aws:)[\p{L}\p{Z}\p{N}_.:/=+\-@]*$Value Length Constraints: Maximum length of 256.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: