Configures an Auto Scaling group to send notifications when specified events take place. Subscribers to this topic can have messages for events delivered to an endpoint such as a web server or email address.

A new PutNotificationConfiguration overwrites an existing configuration.

Namespace: Amazon.AutoScaling
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
PutNotificationConfigurationResponse PutNotificationConfiguration(
	PutNotificationConfigurationRequest putNotificationConfigurationRequest
)
Function PutNotificationConfiguration ( _
	putNotificationConfigurationRequest As PutNotificationConfigurationRequest _
) As PutNotificationConfigurationResponse
PutNotificationConfigurationResponse^ PutNotificationConfiguration(
	PutNotificationConfigurationRequest^ putNotificationConfigurationRequest
)

Parameters

putNotificationConfigurationRequest
PutNotificationConfigurationRequest
Container for the necessary parameters to execute the PutNotificationConfiguration service method on AmazonAutoScaling.

Exceptions

See Also