Interface CfnServiceLevelObjective.DependencyConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnServiceLevelObjective.DependencyConfigProperty.Jsii$Proxy
- Enclosing class:
CfnServiceLevelObjective
@Stability(Stable)
public static interface CfnServiceLevelObjective.DependencyConfigProperty
extends software.amazon.jsii.JsiiSerializable
Identifies the dependency using the
DependencyKeyAttributes and DependencyOperationName .
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.applicationsignals.*;
DependencyConfigProperty dependencyConfigProperty = DependencyConfigProperty.builder()
.dependencyKeyAttributes(Map.of(
"dependencyKeyAttributesKey", "dependencyKeyAttributes"))
.dependencyOperationName("dependencyOperationName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnServiceLevelObjective.DependencyConfigPropertystatic final classAn implementation forCfnServiceLevelObjective.DependencyConfigProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()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.When the SLO monitors a specific operation of the dependency, this field specifies the name of that operation in the dependency.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDependencyKeyAttributes
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.Typedesignates the type of object this is.ResourceTypespecifies the type of the resource. This field is used only when the value of theTypefield isResourceorAWS::Resource.Namespecifies the name of the object. This is used only if the value of theTypefield isService,RemoteService, orAWS::Service.Identifieridentifies the resource objects of this resource. This is used only if the value of theTypefield isResourceorAWS::Resource.Environmentspecifies the location where this object is hosted, or what it belongs to.
Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- See Also:
-
getDependencyOperationName
When the SLO monitors a specific operation of the dependency, this field specifies the name of that operation in the dependency.- See Also:
-
builder
-