AWS SDK Version 2 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.

.NET Framework 3.5
 
Creates or updates a subscription filter and associates it with the specified log group. Subscription filters allow you to subscribe to a real-time stream of log events ingested through PutLogEvents requests and have them delivered to a specific destination. Currently, the supported destinations are:

Currently there can only be one subscription filter associated with a log group.

Namespace: Amazon.CloudWatchLogs
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public abstract PutSubscriptionFilterResponse PutSubscriptionFilter(
         PutSubscriptionFilterRequest request
)

Parameters

request
Type: Amazon.CloudWatchLogs.Model.PutSubscriptionFilterRequest

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

Return Value
Type: Amazon.CloudWatchLogs.Model.PutSubscriptionFilterResponse
The response from the PutSubscriptionFilter service method, as returned by CloudWatchLogs.

Exceptions

ExceptionCondition
InvalidParameterException Returned if a parameter of the request is incorrectly specified.
LimitExceededException Returned if you have reached the maximum number of resources that can be created.
OperationAbortedException Returned if multiple requests to update the same resource were in conflict.
ResourceNotFoundException Returned if the specified resource does not exist.
ServiceUnavailableException Returned if the service cannot complete the request.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5