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