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
fun ApplicationComponentMonitoringSetting(componentArn: String? = null, componentConfigurationMode: ApplicationComponentMonitoringSettingComponentConfigurationMode, componentName: String? = null, customComponentConfiguration: ApplicationComponentConfiguration? = null, defaultOverwriteComponentConfiguration: ApplicationComponentConfiguration? = null, tier: String)