LinkConfigurationArgs

data class LinkConfigurationArgs(val logGroupConfiguration: Output<LinkFilterArgs>? = null, val metricConfiguration: Output<LinkFilterArgs>? = null) : ConvertibleToJava<LinkConfigurationArgs>

Constructors

Link copied to clipboard
constructor(logGroupConfiguration: Output<LinkFilterArgs>? = null, metricConfiguration: Output<LinkFilterArgs>? = null)

Properties

Link copied to clipboard

Use this structure to filter which log groups are to share log events from this source account to the monitoring account.

Link copied to clipboard
val metricConfiguration: Output<LinkFilterArgs>? = null

Use this structure to filter which metric namespaces are to be shared from the source account to the monitoring account.

Functions

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