Class CfnServiceLevelObjective.DependencyConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.applicationsignals.CfnServiceLevelObjective.DependencyConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnServiceLevelObjective.DependencyConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnServiceLevelObjective.DependencyConfigProperty
@Stability(Stable)
@Internal
public static final class CfnServiceLevelObjective.DependencyConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnServiceLevelObjective.DependencyConfigProperty
An implementation for
CfnServiceLevelObjective.DependencyConfigProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.applicationsignals.CfnServiceLevelObjective.DependencyConfigProperty
CfnServiceLevelObjective.DependencyConfigProperty.Builder, CfnServiceLevelObjective.DependencyConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnServiceLevelObjective.DependencyConfigProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectIf 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.final StringWhen the SLO monitors a specific operation of the dependency, this field specifies the name of that operation in the dependency.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnServiceLevelObjective.DependencyConfigProperty.Builder.
-
-
Method Details
-
getDependencyKeyAttributes
Description copied from interface:CfnServiceLevelObjective.DependencyConfigPropertyIf 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- Specified by:
getDependencyKeyAttributesin interfaceCfnServiceLevelObjective.DependencyConfigProperty- See Also:
-
getDependencyOperationName
Description copied from interface:CfnServiceLevelObjective.DependencyConfigPropertyWhen the SLO monitors a specific operation of the dependency, this field specifies the name of that operation in the dependency.- Specified by:
getDependencyOperationNamein interfaceCfnServiceLevelObjective.DependencyConfigProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-