Get Subscription Filter Result
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)
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
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 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.