SubscriptionFilter

class SubscriptionFilter : KotlinCustomResource

Subscription filters allow you to subscribe to a real-time stream of log events and have them delivered to a specific destination.

Properties

Link copied to clipboard
val destinationArn: Output<String>

The Amazon Resource Name (ARN) of the destination.

Link copied to clipboard

The method used to distribute log data to the destination. By default, log data is grouped by log stream, but the grouping can be set to random for a more even distribution. This property is only applicable when the destination is an Amazon Kinesis stream.

Link copied to clipboard
val filterName: Output<String>?

The name of the filter generated by resource.

Link copied to clipboard
val filterPattern: Output<String>

The filtering expressions that restrict what gets delivered to the destination AWS resource.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val logGroupName: Output<String>

Existing log group that you want to associate with this filter.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val roleArn: Output<String>?

The ARN of an IAM role that grants CloudWatch Logs permissions to deliver ingested log events to the destination stream. You don't need to provide the ARN when you are working with a logical destination for cross-account delivery.

Link copied to clipboard
val urn: Output<String>