ApplicationComponentMonitoringSetting

data class ApplicationComponentMonitoringSetting(val componentArn: String? = null, val componentConfigurationMode: ApplicationComponentMonitoringSettingComponentConfigurationMode, val componentName: String? = null, val customComponentConfiguration: ApplicationComponentConfiguration? = null, val defaultOverwriteComponentConfiguration: ApplicationComponentConfiguration? = null, val tier: String)

The monitoring setting of the component.

Constructors

Link copied to clipboard
constructor(componentArn: String? = null, componentConfigurationMode: ApplicationComponentMonitoringSettingComponentConfigurationMode, componentName: String? = null, customComponentConfiguration: ApplicationComponentConfiguration? = null, defaultOverwriteComponentConfiguration: ApplicationComponentConfiguration? = null, tier: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val componentArn: String? = null

The ARN of the compnonent.

Link copied to clipboard
Link copied to clipboard
val componentName: String? = null

The name of the component.

Link copied to clipboard

The monitoring configuration of the component.

Link copied to clipboard

The overwritten settings on default component monitoring configuration.

Link copied to clipboard

The tier of the application component.