Package software.amazon.awscdk.services.logs.destinations
@Stability(Stable)
@Deprecated
package software.amazon.awscdk.services.logs.destinations
Deprecated.
AWS CloudWatch Logs Subscription Destination Library
---
AWS CDK v1 has reached End-of-Support on 2023-06-01. This package is no longer being updated, and users should migrate to AWS CDK v2.
For more information on how to migrate, see the Migrating to AWS CDK v2 guide.
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.
Deprecated: AWS CDK v1 has reached End-of-Support on 2023-06-01.
This package is no longer being updated, and users should migrate to AWS CDK v2.
For more information on how to migrate, see https://docs.aws.amazon.com/cdk/v2/guide/migrating-v2.html
-
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