AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Attaches a list of notification settings to a trust anchor.

A notification setting includes information such as event name, threshold, status of the notification setting, and the channel to notify.

Required permissions: rolesanywhere:PutNotificationSettings.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to PutNotificationSettingsAsync.

Namespace: Amazon.IAMRolesAnywhere
Assembly: AWSSDK.IAMRolesAnywhere.dll
Version: 3.x.y.z

Syntax

C#
public virtual PutNotificationSettingsResponse PutNotificationSettings(
         PutNotificationSettingsRequest request
)

Parameters

request
Type: Amazon.IAMRolesAnywhere.Model.PutNotificationSettingsRequest

Container for the necessary parameters to execute the PutNotificationSettings service method.

Return Value


The response from the PutNotificationSettings service method, as returned by IAMRolesAnywhere.

Exceptions

ExceptionCondition
AccessDeniedException You do not have sufficient access to perform this action.
ResourceNotFoundException The resource could not be found.
ValidationException Validation exception error.

Version Information

.NET Framework:
Supported in: 4.5 and newer, 3.5

See Also