Package software.amazon.awscdk.services.logs.destinations
package software.amazon.awscdk.services.logs.destinations
AWS CloudWatch Logs Subscription Destination Library
This library contains destinations for AWS CloudWatch Logs SubscriptionFilters. You can send log data to Kinesis Streams or Lambda Functions.
See the documentation of the logs
module for more information.
-
ClassDescriptionUse a Kinesis stream as the destination for a log subscription.A fluent builder for
KinesisDestination
.Customize the Kinesis Logs Destination.A builder forKinesisDestinationProps
An implementation forKinesisDestinationProps
Use a Lambda Function as the destination for a log subscription.A fluent builder forLambdaDestination
.Options that may be provided to LambdaDestination.A builder forLambdaDestinationOptions
An implementation forLambdaDestinationOptions