Skip to content

/AWS1/CL_CWSDEPENDENCYCONFIG

Identifies the dependency using the DependencyKeyAttributes and DependencyOperationName.

When creating a service dependency SLO, you must specify the KeyAttributes of the service, and the DependencyConfig for the dependency. You can specify the OperationName of the service, from which it calls the dependency. Alternatively, you can exclude OperationName and the SLO will monitor all of the service's operations that call the dependency.

CONSTRUCTOR

IMPORTING

Required arguments:

it_dependencykeyattributes TYPE /AWS1/CL_CWSATTRIBUTES_W=>TT_ATTRIBUTES TT_ATTRIBUTES

This is a string-to-string map. It can include the following fields.

  • Type designates the type of object this is.

  • ResourceType specifies the type of the resource. This field is used only when the value of the Type field is Resource or AWS::Resource.

  • Name specifies the name of the object. This is used only if the value of the Type field is Service, RemoteService, or AWS::Service.

  • Identifier identifies the resource objects of this resource. This is used only if the value of the Type field is Resource or AWS::Resource.

  • Environment specifies the location where this object is hosted, or what it belongs to.

iv_dependencyoperationname TYPE /AWS1/CWSOPERATIONNAME /AWS1/CWSOPERATIONNAME

The name of the called operation in the dependency.


Queryable Attributes

DependencyKeyAttributes

This is a string-to-string map. It can include the following fields.

  • Type designates the type of object this is.

  • ResourceType specifies the type of the resource. This field is used only when the value of the Type field is Resource or AWS::Resource.

  • Name specifies the name of the object. This is used only if the value of the Type field is Service, RemoteService, or AWS::Service.

  • Identifier identifies the resource objects of this resource. This is used only if the value of the Type field is Resource or AWS::Resource.

  • Environment specifies the location where this object is hosted, or what it belongs to.

Accessible with the following methods

Method Description
GET_DEPENDENCYKEYATTRIBUTES() Getter for DEPENDENCYKEYATTRIBUTES, with configurable defaul
ASK_DEPENDENCYKEYATTRIBUTES() Getter for DEPENDENCYKEYATTRIBUTES w/ exceptions if field ha
HAS_DEPENDENCYKEYATTRIBUTES() Determine if DEPENDENCYKEYATTRIBUTES has a value

DependencyOperationName

The name of the called operation in the dependency.

Accessible with the following methods

Method Description
GET_DEPENDENCYOPERATIONNAME() Getter for DEPENDENCYOPERATIONNAME, with configurable defaul
ASK_DEPENDENCYOPERATIONNAME() Getter for DEPENDENCYOPERATIONNAME w/ exceptions if field ha
HAS_DEPENDENCYOPERATIONNAME() Determine if DEPENDENCYOPERATIONNAME has a value