Skip to content

/AWS1/CL_DOGPROACTORGINSIGHT00

Details about a proactive insight. This object is returned by DescribeInsight.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_id TYPE /AWS1/DOGINSIGHTID /AWS1/DOGINSIGHTID

The ID of the insight summary.

iv_accountid TYPE /AWS1/DOGAWSACCOUNTID /AWS1/DOGAWSACCOUNTID

The ID of the Amazon Web Services account.

iv_organizationalunitid TYPE /AWS1/DOGORGANIZATIONALUNITID /AWS1/DOGORGANIZATIONALUNITID

The ID of the organizational unit.

iv_name TYPE /AWS1/DOGINSIGHTNAME /AWS1/DOGINSIGHTNAME

The name of the insight summary.

iv_severity TYPE /AWS1/DOGINSIGHTSEVERITY /AWS1/DOGINSIGHTSEVERITY

An array of severity values used to search for insights. For more information, see Understanding insight severities in the Amazon DevOps Guru User Guide.

iv_status TYPE /AWS1/DOGINSIGHTSTATUS /AWS1/DOGINSIGHTSTATUS

An array of status values used to search for insights.

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_predictiontimerange TYPE REF TO /AWS1/CL_DOGPREDICTIONTIMERA00 /AWS1/CL_DOGPREDICTIONTIMERA00

The time range during which anomalous behavior in a proactive anomaly or an insight is expected to occur.

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.

io_servicecollection TYPE REF TO /AWS1/CL_DOGSERVICECOLLECTION /AWS1/CL_DOGSERVICECOLLECTION

A collection of the names of Amazon Web Services services.


Queryable Attributes

Id

The ID of the insight summary.

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

AccountId

The ID of the Amazon Web Services account.

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

OrganizationalUnitId

The ID of the organizational unit.

Accessible with the following methods

Method Description
GET_ORGANIZATIONALUNITID() Getter for ORGANIZATIONALUNITID, with configurable default
ASK_ORGANIZATIONALUNITID() Getter for ORGANIZATIONALUNITID w/ exceptions if field has n
HAS_ORGANIZATIONALUNITID() Determine if ORGANIZATIONALUNITID has a value

Name

The name of the insight summary.

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

An array of severity values used to search for insights. 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

An array of status values used to search for insights.

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

PredictionTimeRange

The time range during which anomalous behavior in a proactive anomaly or an insight is expected to occur.

Accessible with the following methods

Method Description
GET_PREDICTIONTIMERANGE() Getter for PREDICTIONTIMERANGE

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

ServiceCollection

A collection of the names of Amazon Web Services services.

Accessible with the following methods

Method Description
GET_SERVICECOLLECTION() Getter for SERVICECOLLECTION

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_PROACTIVEORGINSIGHTS

TYPES TT_PROACTIVEORGINSIGHTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_DOGPROACTORGINSIGHT00 WITH DEFAULT KEY
.