LinkFilterArgs

data class LinkFilterArgs(val filter: Output<String>) : ConvertibleToJava<LinkFilterArgs>

Constructors

Link copied to clipboard
constructor(filter: Output<String>)

Properties

Link copied to clipboard
val filter: Output<String>

When used in MetricConfiguration this field specifies which metric namespaces are to be shared with the monitoring account When used in LogGroupConfiguration this field specifies which log groups are to share their log events with the monitoring account. Use the term LogGroupName and one or more of the following operands. Use single quotation marks (') around log group names and metric namespaces. The matching of log group names and metric namespaces is case sensitive. Each filter has a limit of five conditional operands. Conditional operands are AND and OR .

Functions

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