v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1439228184.1 KB

Creates a new <code>NotificationConfiguration</code>.

post/notification-configurations

Request body

namestring required

The name of the <code>NotificationConfiguration</code>. Supports RFC 3986's unreserved characters.

descriptionstring required

The description of the <code>NotificationConfiguration</code>.

aggregationDuration'LONG' | 'SHORT' | 'NONE'
<p>The aggregation preference of the <code>NotificationConfiguration</code>.</p> <ul> <li> <p>Values:</p> <ul> <li> <p> <code>LONG</code> </p> <ul> <li> <p>Aggregate notifications for long periods of time (12 hours).</p> </li> </ul> </li> <li> <p> <code>SHORT</code> </p> <ul> <li> <p>Aggregate notifications for short periods of time (5 minutes).</p> </li> </ul> </li> <li> <p> <code>NONE</code> </p> <ul> <li> <p>Don't aggregate notifications.</p> </li> </ul> </li> </ul> </li> </ul>
tagsobject

A map of tags assigned to a resource. A tag is a string-to-string map of key-value pairs.

Response

Success

arnstring required

The Amazon Resource Name (ARN) of the <code>NotificationConfiguration</code>.

status'ACTIVE' | 'PARTIALLY_ACTIVE' | 'INACTIVE' | 'DELETING' required

The current status of this <code>NotificationConfiguration</code>.