ApplicationComponentMonitoringSettingArgs

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

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
val componentArn: Output<String>? = null

The ARN of the compnonent.

Link copied to clipboard
Link copied to clipboard
val componentName: Output<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
val tier: Output<String>

The tier of the application component.

Functions

Link copied to clipboard
open override fun toJava(): ApplicationComponentMonitoringSettingArgs