ServiceLevelObjectiveDependencyConfigArgs

data class ServiceLevelObjectiveDependencyConfigArgs(val dependencyKeyAttributes: Output<Map<String, String>>, val dependencyOperationName: Output<String>) : ConvertibleToJava<ServiceLevelObjectiveDependencyConfigArgs>

Configuration for identifying a dependency and its operation

Constructors

constructor(dependencyKeyAttributes: Output<Map<String, String>>, dependencyOperationName: Output<String>)

Properties

Link copied to clipboard

If this SLO is related to a metric collected by Application Signals, you must use this field to specify which dependency the SLO metric is related to.

Link copied to clipboard

When the SLO monitors a specific operation of the dependency, this field specifies the name of that operation in the dependency.

Functions

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