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
fun ApplicationComponentMonitoringSettingArgs(componentArn: Output<String>? = null, componentConfigurationMode: Output<ApplicationComponentMonitoringSettingComponentConfigurationMode>, componentName: Output<String>? = null, customComponentConfiguration: Output<ApplicationComponentConfigurationArgs>? = null, defaultOverwriteComponentConfiguration: Output<ApplicationComponentConfigurationArgs>? = null, tier: Output<String>)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard