v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1439228184.1 KB

Updates a <code>NotificationConfiguration</code>.

put/notification-configurations/{arn}

Path parameters

arnstring required

The Amazon Resource Name (ARN) used to update the <code>NotificationConfiguration</code>.

Request body

namestring

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

descriptionstring

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>

Response

Success

arnstring required

The ARN used to update the <code>NotificationConfiguration</code>.