Improve this page

Back to AWS Terraform templates index <–

AWS Cloudwatch_log_subscription_filter with Terraform

Aws_Cloudwatch_log_subscription_filter by the Sogeti community.

Template Locations

Online documentation

Template reference
Service description

module "aws_cloudwatch_log_subscription_filter" {
 filter_name     = "test_lambdafunction_logfilter"
 destination_arn = "arn:aws:kinesis:us-east-1:078292051551:stream/cloudboost"
 filter_pattern  = "logtype test"
 log_group_name  = "flowlogs"
}