GetSubscriptionFilterPlainArgs

data class GetSubscriptionFilterPlainArgs(val filterName: String, val logGroupName: String) : ConvertibleToJava<GetSubscriptionFilterPlainArgs>

Constructors

Link copied to clipboard
constructor(filterName: String, logGroupName: String)

Properties

Link copied to clipboard

The name of the subscription filter.

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.

Functions

Link copied to clipboard
open override fun toJava(): GetSubscriptionFilterPlainArgs