/AWS1/CL_RUMMETRICDSTSUMMARY¶
A structure that displays information about one destination that CloudWatch RUM sends extended metrics to.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_destination TYPE /AWS1/RUMMETRICDESTINATION /AWS1/RUMMETRICDESTINATION¶
Specifies whether the destination is
CloudWatchorEvidently.
iv_destinationarn TYPE /AWS1/RUMDESTINATIONARN /AWS1/RUMDESTINATIONARN¶
If the destination is
Evidently, this specifies the ARN of the Evidently experiment that receives the metrics.
iv_iamrolearn TYPE /AWS1/RUMIAMROLEARN /AWS1/RUMIAMROLEARN¶
This field appears only when the destination is
Evidently. It specifies the ARN of the IAM role that is used to write to the Evidently experiment that receives the metrics.
Queryable Attributes¶
Destination¶
Specifies whether the destination is
CloudWatchorEvidently.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESTINATION() |
Getter for DESTINATION, with configurable default |
ASK_DESTINATION() |
Getter for DESTINATION w/ exceptions if field has no value |
HAS_DESTINATION() |
Determine if DESTINATION has a value |
DestinationArn¶
If the destination is
Evidently, this specifies the ARN of the Evidently experiment that receives the metrics.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESTINATIONARN() |
Getter for DESTINATIONARN, with configurable default |
ASK_DESTINATIONARN() |
Getter for DESTINATIONARN w/ exceptions if field has no valu |
HAS_DESTINATIONARN() |
Determine if DESTINATIONARN has a value |
IamRoleArn¶
This field appears only when the destination is
Evidently. It specifies the ARN of the IAM role that is used to write to the Evidently experiment that receives the metrics.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IAMROLEARN() |
Getter for IAMROLEARN, with configurable default |
ASK_IAMROLEARN() |
Getter for IAMROLEARN w/ exceptions if field has no value |
HAS_IAMROLEARN() |
Determine if IAMROLEARN 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_METRICDSTSUMMARYLIST¶
TYPES TT_METRICDSTSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_RUMMETRICDSTSUMMARY WITH DEFAULT KEY
.