Application Component Monitoring Setting
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)
Properties
Link copied to clipboard
The ARN of the compnonent.
Link copied to clipboard
The component monitoring configuration mode.
Link copied to clipboard
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.