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
fun GetSubscriptionFilterResult(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. By default, log data is grouped by log stream, but the grouping can be set to random for a more even distribution. This property is only applicable when the destination is an Amazon Kinesis stream.

Link copied to clipboard
val filterPattern: String? = null

The filtering expressions that restrict what gets delivered to the destination AWS resource.

Link copied to clipboard
val roleArn: String? = null

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