get Subscription Filter
suspend fun getSubscriptionFilter(argument: GetSubscriptionFilterPlainArgs): GetSubscriptionFilterResult
Subscription filters allow you to subscribe to a real-time stream of log events and have them delivered to a specific destination.
Return
null
Parameters
argument
null
suspend fun getSubscriptionFilter(filterName: String, logGroupName: String): GetSubscriptionFilterResult
Return
null
See also
Parameters
filter Name
The name of the filter generated by resource.
log Group Name
Existing log group that you want to associate with this filter.
suspend fun getSubscriptionFilter(argument: suspend GetSubscriptionFilterPlainArgsBuilder.() -> Unit): GetSubscriptionFilterResult
Return
null
See also
Parameters
argument
Builder for com.pulumi.awsnative.logs.kotlin.inputs.GetSubscriptionFilterPlainArgs.