GetSubscriptionFilterResult

data class GetSubscriptionFilterResult(val applyOnTransformedLogs: Boolean? = null, val destinationArn: String? = null, val distribution: SubscriptionFilterDistribution? = null, val filterPattern: String? = null, val roleArn: String? = null)

Constructors

Link copied to clipboard
constructor(applyOnTransformedLogs: Boolean? = null, destinationArn: String? = null, distribution: SubscriptionFilterDistribution? = null, filterPattern: String? = null, roleArn: String? = null)

Types

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. If this value is `true`, the subscription filter is applied on the transformed version of the log events instead of the original ingested log events.

Link copied to clipboard
val destinationArn: String? = null

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
val filterPattern: String? = null

The filtering expressions that restrict what gets delivered to the destination AWS resource. For more information about the filter pattern syntax, see Filter and Pattern Syntax.

Link copied to clipboard
val roleArn: String? = null

The ARN of an IAM role that grants CWL 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.