Application Component Monitoring Setting Args
data class ApplicationComponentMonitoringSettingArgs(val componentArn: Output<String>? = null, val componentConfigurationMode: Output<ApplicationComponentMonitoringSettingComponentConfigurationMode>, val componentName: Output<String>? = null, val customComponentConfiguration: Output<ApplicationComponentConfigurationArgs>? = null, val defaultOverwriteComponentConfiguration: Output<ApplicationComponentConfigurationArgs>? = null, val tier: Output<String>) : ConvertibleToJava<ApplicationComponentMonitoringSettingArgs>
The monitoring setting of the component.
Constructors
Link copied to clipboard
constructor(componentArn: Output<String>? = null, componentConfigurationMode: Output<ApplicationComponentMonitoringSettingComponentConfigurationMode>, componentName: Output<String>? = null, customComponentConfiguration: Output<ApplicationComponentConfigurationArgs>? = null, defaultOverwriteComponentConfiguration: Output<ApplicationComponentConfigurationArgs>? = null, tier: Output<String>)
Properties
Link copied to clipboard
The ARN of the compnonent.
Link copied to clipboard
val componentConfigurationMode: Output<ApplicationComponentMonitoringSettingComponentConfigurationMode>
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.