Skip to content

/AWS1/CL_GDYRDSDBINSTDETAILS

Contains information about the resource type RDSDBInstance involved in a GuardDuty finding.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_dbinstanceidentifier TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING

The identifier associated to the database instance that was involved in the finding.

iv_engine TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING

The database engine of the database instance involved in the finding.

iv_engineversion TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING

The version of the database engine that was involved in the finding.

iv_dbclusteridentifier TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING

The identifier of the database cluster that contains the database instance ID involved in the finding.

iv_dbinstancearn TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING

The Amazon Resource Name (ARN) that identifies the database instance involved in the finding.

it_tags TYPE /AWS1/CL_GDYTAG=>TT_TAGS TT_TAGS

Information about the tag key-value pairs.


Queryable Attributes

DbInstanceIdentifier

The identifier associated to the database instance that was involved in the finding.

Accessible with the following methods

Method Description
GET_DBINSTANCEIDENTIFIER() Getter for DBINSTANCEIDENTIFIER, with configurable default
ASK_DBINSTANCEIDENTIFIER() Getter for DBINSTANCEIDENTIFIER w/ exceptions if field has n
HAS_DBINSTANCEIDENTIFIER() Determine if DBINSTANCEIDENTIFIER has a value

Engine

The database engine of the database instance involved in the finding.

Accessible with the following methods

Method Description
GET_ENGINE() Getter for ENGINE, with configurable default
ASK_ENGINE() Getter for ENGINE w/ exceptions if field has no value
HAS_ENGINE() Determine if ENGINE has a value

EngineVersion

The version of the database engine that was involved in the finding.

Accessible with the following methods

Method Description
GET_ENGINEVERSION() Getter for ENGINEVERSION, with configurable default
ASK_ENGINEVERSION() Getter for ENGINEVERSION w/ exceptions if field has no value
HAS_ENGINEVERSION() Determine if ENGINEVERSION has a value

DbClusterIdentifier

The identifier of the database cluster that contains the database instance ID involved in the finding.

Accessible with the following methods

Method Description
GET_DBCLUSTERIDENTIFIER() Getter for DBCLUSTERIDENTIFIER, with configurable default
ASK_DBCLUSTERIDENTIFIER() Getter for DBCLUSTERIDENTIFIER w/ exceptions if field has no
HAS_DBCLUSTERIDENTIFIER() Determine if DBCLUSTERIDENTIFIER has a value

DbInstanceArn

The Amazon Resource Name (ARN) that identifies the database instance involved in the finding.

Accessible with the following methods

Method Description
GET_DBINSTANCEARN() Getter for DBINSTANCEARN, with configurable default
ASK_DBINSTANCEARN() Getter for DBINSTANCEARN w/ exceptions if field has no value
HAS_DBINSTANCEARN() Determine if DBINSTANCEARN has a value

Tags

Information about the tag key-value pairs.

Accessible with the following methods

Method Description
GET_TAGS() Getter for TAGS, with configurable default
ASK_TAGS() Getter for TAGS w/ exceptions if field has no value
HAS_TAGS() Determine if TAGS has a value