AwsLogsSubscriptionFilterPropertiesResponse

data class AwsLogsSubscriptionFilterPropertiesResponse(val destinationArn: String? = null, val distribution: String? = null, val filterName: String? = null, val filterPattern: String? = null, val logGroupName: String? = null, val roleArn: String? = null)

Definition of awsLogsSubscriptionFilter

Constructors

constructor(destinationArn: String? = null, distribution: String? = null, filterName: String? = null, filterPattern: String? = null, logGroupName: 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
val distribution: String? = null

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

The name of the subscription filter.

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

The log group to associate with the subscription filter. All log events that are uploaded to this log group are filtered and delivered to the specified AWS resource if the filter pattern matches the log events.

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.