CloudWatch Subscription Filter
Streams matching log events to Lambda / Kinesis / Firehose.
Configuration
Section titled “Configuration”| Setting | Type | Required | Default |
|---|---|---|---|
| Subscription name | Text | Yes | — |
| Log group name (override) | Text | — | — |
| Filter pattern | Text | — | — |
| Destination ARN | Text | Yes | — |
| Delivery role ARN (Kinesis/Firehose) | Text | — | — |
| Distribution Options: By log stream, Random | Choice | — | ByLogStream |
| Tags | Key–value | — | — |
Connections
Section titled “Connections”| Socket | Direction | Accepts | Terraform arg |
|---|---|---|---|
| Log group | Input | aws.cloudwatch-log-group | log_group_name |
| Destination | Input | aws.lambda, aws.kinesis-stream, aws.kinesis-firehose | destination_arn |