Show / Hide Table of Contents

Interface ILogSubscriptionDestination

Interface for classes that can be the destination of a log Subscription.

Namespace: Amazon.CDK.AWS.Logs
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ILogSubscriptionDestination
Syntax (vb)
Public Interface ILogSubscriptionDestination

Synopsis

Methods

Bind(Construct, ILogGroupRef)

Return the properties required to send subscription events to this destination.

Methods

Bind(Construct, ILogGroupRef)

Return the properties required to send subscription events to this destination.

ILogSubscriptionDestinationConfig Bind(Construct scope, ILogGroupRef sourceLogGroup)
Parameters
scope Construct
sourceLogGroup ILogGroupRef
Returns

ILogSubscriptionDestinationConfig

Remarks

If necessary, the destination can use the properties of the SubscriptionFilter object itself to configure its permissions to allow the subscription to write to it.

The destination may reconfigure its own permissions in response to this function call.

Back to top Generated by DocFX