LinkConfiguration

data class LinkConfiguration(val logGroupConfiguration: LinkFilter? = null, val metricConfiguration: LinkFilter? = null)

Constructors

Link copied to clipboard
constructor(logGroupConfiguration: LinkFilter? = null, metricConfiguration: LinkFilter? = null)

Types

Link copied to clipboard
object Companion

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

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