BudgetNotificationsForAccount
The budget name and associated notifications for an account.
Contents
- BudgetName
-
A string that represents the budget name. The ":" and "\" characters, and the "/action/" substring, aren't allowed.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Pattern:
^(?![^:\\]*/action/|(?i).*<script>.*</script>.*)[^:\\]+$
Required: No
- Notifications
-
A list of notifications.
Type: Array of Notification objects
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: