GetSubscriptionFilterResult

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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.