Aws Logs Subscription Filter Properties Args
data class AwsLogsSubscriptionFilterPropertiesArgs(val destinationArn: Output<String>? = null, val distribution: Output<Either<String, Distribution>>? = null, val filterName: Output<String>? = null, val filterPattern: Output<String>? = null, val logGroupName: Output<String>? = null, val roleArn: Output<String>? = null) : ConvertibleToJava<AwsLogsSubscriptionFilterPropertiesArgs>
Definition of awsLogsSubscriptionFilter
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 name of the subscription filter.
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.
Link copied to clipboard
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.