/AWS1/CL_XRAINSIGHTIMPACTGRA00¶
Information about an application that processed requests, users that made requests, or downstream services, resources, and applications that an application used.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_referenceid
TYPE /AWS1/XRANULLABLEINTEGER
/AWS1/XRANULLABLEINTEGER
¶
Identifier for the service. Unique within the service map.
iv_type
TYPE /AWS1/XRASTRING
/AWS1/XRASTRING
¶
Identifier for the service. Unique within the service map.
Amazon Web Services Resource - The type of an Amazon Web Services resource. For example, AWS::EC2::Instance for an application running on Amazon EC2 or AWS::DynamoDB::Table for an Amazon DynamoDB table that the application used.
Amazon Web Services Service - The type of an Amazon Web Services service. For example, AWS::DynamoDB for downstream calls to Amazon DynamoDB that didn't target a specific table.
Amazon Web Services Service - The type of an Amazon Web Services service. For example, AWS::DynamoDB for downstream calls to Amazon DynamoDB that didn't target a specific table.
remote - A downstream service of indeterminate type.
iv_name
TYPE /AWS1/XRASTRING
/AWS1/XRASTRING
¶
The canonical name of the service.
it_names
TYPE /AWS1/CL_XRASERVICENAMES_W=>TT_SERVICENAMES
TT_SERVICENAMES
¶
A list of names for the service, including the canonical name.
iv_accountid
TYPE /AWS1/XRASTRING
/AWS1/XRASTRING
¶
Identifier of the Amazon Web Services account in which the service runs.
it_edges
TYPE /AWS1/CL_XRAINSIGHTIMPACTGRA01=>TT_INSIGHTIMPACTGRAPHEDGELIST
TT_INSIGHTIMPACTGRAPHEDGELIST
¶
Connections to downstream services.
Queryable Attributes¶
ReferenceId¶
Identifier for the service. Unique within the service map.
Accessible with the following methods¶
Method | Description |
---|---|
GET_REFERENCEID() |
Getter for REFERENCEID, with configurable default |
ASK_REFERENCEID() |
Getter for REFERENCEID w/ exceptions if field has no value |
HAS_REFERENCEID() |
Determine if REFERENCEID has a value |
Type¶
Identifier for the service. Unique within the service map.
Amazon Web Services Resource - The type of an Amazon Web Services resource. For example, AWS::EC2::Instance for an application running on Amazon EC2 or AWS::DynamoDB::Table for an Amazon DynamoDB table that the application used.
Amazon Web Services Service - The type of an Amazon Web Services service. For example, AWS::DynamoDB for downstream calls to Amazon DynamoDB that didn't target a specific table.
Amazon Web Services Service - The type of an Amazon Web Services service. For example, AWS::DynamoDB for downstream calls to Amazon DynamoDB that didn't target a specific table.
remote - A downstream service of indeterminate type.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
Name¶
The canonical name of the service.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
Names¶
A list of names for the service, including the canonical name.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NAMES() |
Getter for NAMES, with configurable default |
ASK_NAMES() |
Getter for NAMES w/ exceptions if field has no value |
HAS_NAMES() |
Determine if NAMES has a value |
AccountId¶
Identifier of the Amazon Web Services account in which the service runs.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ACCOUNTID() |
Getter for ACCOUNTID, with configurable default |
ASK_ACCOUNTID() |
Getter for ACCOUNTID w/ exceptions if field has no value |
HAS_ACCOUNTID() |
Determine if ACCOUNTID has a value |
Edges¶
Connections to downstream services.
Accessible with the following methods¶
Method | Description |
---|---|
GET_EDGES() |
Getter for EDGES, with configurable default |
ASK_EDGES() |
Getter for EDGES w/ exceptions if field has no value |
HAS_EDGES() |
Determine if EDGES 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_INSIGHTIMPACTGRAPHSVCLIST
¶
TYPES TT_INSIGHTIMPACTGRAPHSVCLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_XRAINSIGHTIMPACTGRA00 WITH DEFAULT KEY
.