/AWS1/CL_CWSSERVICEDEPENDENCY¶
This structure contains information about one dependency of this service.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_operationname TYPE /AWS1/CWSOPERATIONNAME /AWS1/CWSOPERATIONNAME¶
The name of the operation in this service that calls the dependency.
it_dependencykeyattributes TYPE /AWS1/CL_CWSATTRIBUTES_W=>TT_ATTRIBUTES TT_ATTRIBUTES¶
This is a string-to-string map. It can include the following fields.
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.
iv_dependencyoperationname TYPE /AWS1/CWSOPERATIONNAME /AWS1/CWSOPERATIONNAME¶
The name of the called operation in the dependency.
it_metricreferences TYPE /AWS1/CL_CWSMETRICREFERENCE=>TT_METRICREFERENCES TT_METRICREFERENCES¶
An array of structures that each contain information about one metric associated with this service dependency that was discovered by Application Signals.
Queryable Attributes¶
OperationName¶
The name of the operation in this service that calls the dependency.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPERATIONNAME() |
Getter for OPERATIONNAME, with configurable default |
ASK_OPERATIONNAME() |
Getter for OPERATIONNAME w/ exceptions if field has no value |
HAS_OPERATIONNAME() |
Determine if OPERATIONNAME has a value |
DependencyKeyAttributes¶
This is a string-to-string map. It can include the following fields.
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.
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 |
MetricReferences¶
An array of structures that each contain information about one metric associated with this service dependency that was discovered by Application Signals.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METRICREFERENCES() |
Getter for METRICREFERENCES, with configurable default |
ASK_METRICREFERENCES() |
Getter for METRICREFERENCES w/ exceptions if field has no va |
HAS_METRICREFERENCES() |
Determine if METRICREFERENCES has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_SERVICEDEPENDENCIES¶
TYPES TT_SERVICEDEPENDENCIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_CWSSERVICEDEPENDENCY WITH DEFAULT KEY
.