SubscriptionFilter

Represents a subscription filter.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

This parameter is valid only for log groups that have an active log transformer. For more information about log transformers, see PutTransformer.

Link copied to clipboard

The creation time of the subscription filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

Link copied to clipboard

The Amazon Resource Name (ARN) of the destination.

Link copied to clipboard

The method used to distribute log data to the destination, which can be either random or grouped by log stream.

Link copied to clipboard

The list of system fields that are included in the log events sent to the subscription destination. Returns the emitSystemFields value if it was specified when the subscription filter was created.

Link copied to clipboard

The filter expression that specifies which log events are processed by this subscription filter based on system fields. Returns the fieldSelectionCriteria value if it was specified when the subscription filter was created.

Link copied to clipboard

The name of the subscription filter.

Link copied to clipboard

A symbolic description of how CloudWatch Logs should interpret the data in each log event. For example, a log event can contain timestamps, IP addresses, strings, and so on. You use the filter pattern to specify what to look for in the log event message.

Link copied to clipboard

The name of the log group.

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String