/AWS1/CL_DOGREACTIVEINSIGHT¶
Information about a reactive insight. This object is returned by
ListInsights.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_id TYPE /AWS1/DOGINSIGHTID /AWS1/DOGINSIGHTID¶
The ID of a reactive insight.
iv_name TYPE /AWS1/DOGINSIGHTNAME /AWS1/DOGINSIGHTNAME¶
The name of a reactive insight.
iv_severity TYPE /AWS1/DOGINSIGHTSEVERITY /AWS1/DOGINSIGHTSEVERITY¶
The severity of the insight. For more information, see Understanding insight severities in the Amazon DevOps Guru User Guide.
iv_status TYPE /AWS1/DOGINSIGHTSTATUS /AWS1/DOGINSIGHTSTATUS¶
The status of a reactive insight.
io_insighttimerange TYPE REF TO /AWS1/CL_DOGINSIGHTTIMERANGE /AWS1/CL_DOGINSIGHTTIMERANGE¶
A time ranged that specifies when the observed behavior in an insight started and ended.
io_resourcecollection TYPE REF TO /AWS1/CL_DOGRESOURCECOLLECTION /AWS1/CL_DOGRESOURCECOLLECTION¶
A collection of Amazon Web Services resources supported by DevOps Guru. The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag key. You can specify up to 500 Amazon Web Services CloudFormation stacks.
iv_ssmopsitemid TYPE /AWS1/DOGSSMOPSITEMID /AWS1/DOGSSMOPSITEMID¶
The ID of the Amazon Web Services System Manager OpsItem created for this insight. You must enable the creation of OpstItems insights before they are created for each insight.
iv_description TYPE /AWS1/DOGINSIGHTDESCRIPTION /AWS1/DOGINSIGHTDESCRIPTION¶
Describes the reactive insight.
Queryable Attributes¶
Id¶
The ID of a reactive insight.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
Name¶
The name of a reactive insight.
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 |
Severity¶
The severity of the insight. For more information, see Understanding insight severities in the Amazon DevOps Guru User Guide.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SEVERITY() |
Getter for SEVERITY, with configurable default |
ASK_SEVERITY() |
Getter for SEVERITY w/ exceptions if field has no value |
HAS_SEVERITY() |
Determine if SEVERITY has a value |
Status¶
The status of a reactive insight.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
InsightTimeRange¶
A time ranged that specifies when the observed behavior in an insight started and ended.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INSIGHTTIMERANGE() |
Getter for INSIGHTTIMERANGE |
ResourceCollection¶
A collection of Amazon Web Services resources supported by DevOps Guru. The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag key. You can specify up to 500 Amazon Web Services CloudFormation stacks.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCECOLLECTION() |
Getter for RESOURCECOLLECTION |
SsmOpsItemId¶
The ID of the Amazon Web Services System Manager OpsItem created for this insight. You must enable the creation of OpstItems insights before they are created for each insight.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SSMOPSITEMID() |
Getter for SSMOPSITEMID, with configurable default |
ASK_SSMOPSITEMID() |
Getter for SSMOPSITEMID w/ exceptions if field has no value |
HAS_SSMOPSITEMID() |
Determine if SSMOPSITEMID has a value |
Description¶
Describes the reactive insight.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |